ports/185107: textproc/asciidoc should install asciidocapi.py

Kevin Zheng kevinz5000 at gmail.com
Sun Dec 22 21:10:01 UTC 2013


>Number:         185107
>Category:       ports
>Synopsis:       textproc/asciidoc should install asciidocapi.py
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013     root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The asciidocapi module implements a Python API for AsciiDoc. This module is shipped with the AsciiDoc distribution and should be installed under ${PYTHONPREFIX_SITELIBDIR}.

On the other hand, www/pelican seems to be the only port that uses asciidocapi, so perhaps it should be installed with the port instead.

At the same time, the module is not very big and doesn't take much effort to install, something along the lines of:

post-install:
	${INSTALL_DATA} ${WRKSRC}/asciidocapi.py \
	   ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list