Date: Mon, 24 Dec 2001 04:57:33 -0500 (EST) From: Alan Eldridge <alane@geeksrus.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33139: take maintainership, add docs to py-optik Message-ID: <200112240957.fBO9vXS93234@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
>Number: 33139 >Category: ports >Synopsis: take maintainership, add docs to py-optik >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 24 02:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.4-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: I worked a bit with the author on getting the docs as nice as they are, and they deserve to go in. In fact, without them, you wouldn't have a snowball's chance in Redmond^H^H^H^H^H^H^HHell of using the package because it is so chock-full-of-configurable-goodness. Since the package has no real maintainer, I'd like to take it over. I was intending to do this one anyway, but someone else beat me to it while I was doing other stuff. >How-To-Repeat: >Fix: Index: devel/py-optik/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/devel/py-optik/Makefile,v retrieving revision 1.4 diff -u -3 -r1.4 Makefile --- devel/py-optik/Makefile 19 Dec 2001 08:08:26 -0000 1.4 +++ devel/py-optik/Makefile 24 Dec 2001 09:41:24 -0000 @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Optik-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@geeksrus.net USE_PYTHON= yes @@ -25,5 +25,13 @@ do-install: @${SETUP_CMD} install + +post-install:: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/py-optik + ${INSTALL_MAN} ${WRKSRC}/*.txt ${PREFIX}/share/doc/py-optik + ${MKDIR} ${PREFIX}/share/doc/py-optik/test + ${INSTALL_MAN} ${WRKSRC}/test/* ${PREFIX}/share/doc/py-optik/test +.endif .include <bsd.port.mk> Index: devel/py-optik/pkg-plist =================================================================== RCS file: /home/alane/cvsroot/ports/devel/py-optik/pkg-plist,v retrieving revision 1.1 diff -u -3 -r1.1 pkg-plist --- devel/py-optik/pkg-plist 14 Nov 2001 07:16:43 -0000 1.1 +++ devel/py-optik/pkg-plist 24 Dec 2001 09:51:19 -0000 @@ -6,4 +6,23 @@ lib/%%PYTHON_VERSION%%/site-packages/optik/option.pyc lib/%%PYTHON_VERSION%%/site-packages/optik/option_parser.py lib/%%PYTHON_VERSION%%/site-packages/optik/option_parser.pyc +%%PORTDOCS%%share/doc/py-optik/CHANGES.txt +%%PORTDOCS%%share/doc/py-optik/README.txt +%%PORTDOCS%%share/doc/py-optik/advanced.txt +%%PORTDOCS%%share/doc/py-optik/basic.txt +%%PORTDOCS%%share/doc/py-optik/callbacks.txt +%%PORTDOCS%%share/doc/py-optik/extending.txt +%%PORTDOCS%%share/doc/py-optik/test/runall +%%PORTDOCS%%share/doc/py-optik/test/test_basics.py +%%PORTDOCS%%share/doc/py-optik/test/test_bool.py +%%PORTDOCS%%share/doc/py-optik/test/test_callback.py +%%PORTDOCS%%share/doc/py-optik/test/test_conflict.py +%%PORTDOCS%%share/doc/py-optik/test/test_count.py +%%PORTDOCS%%share/doc/py-optik/test/test_extend.py +%%PORTDOCS%%share/doc/py-optik/test/test_help.py +%%PORTDOCS%%share/doc/py-optik/test/test_manipulate.py +%%PORTDOCS%%share/doc/py-optik/test/test_misc.py +%%PORTDOCS%%share/doc/py-optik/test/test_nargs.py @dirrm lib/%%PYTHON_VERSION%%/site-packages/optik +%%PORTDOCS%%@dirrm share/doc/py-optik/test +%%PORTDOCS%%@dirrm share/doc/py-optik >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112240957.fBO9vXS93234>