# New ports collection makefile for: py-nevow # Date created: 2005-04-16 # Whom: Choe, Cheng-Dae # # $FreeBSD$ # PORTNAME= nevow PORTVERSION= 0.8.0 CATEGORIES= www python devel MASTER_SITES= http://divmod.org/trac/attachment/wiki/SoftwareReleases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Nevow-${PORTVERSION} EXTRACT_SUFX= .tar.gz?format=raw MAINTAINER= alexbl@FreeBSD.org COMMENT= A web application templating system, based on the the Twisted Woven USE_PYTHON= yes USE_PYDISTUTILS= yes USE_TWISTED= yes USE_GETTEXT= yes NO_BUILD= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKSRC}/pkg-message .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/web/__init__.py:${PORTSDIR}/www/py-twistedWeb \ ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils .endif post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} ">> Build documents ..." cd ${WRKSRC}/doc && ${PYTHON_CMD} make.py @${ECHO_MSG} " [ DONE ]" @${ECHO_CMD} -n ">> Installing documents to ${DOCSDIR}..." @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/doc && \ ${FIND} . -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \ ${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; @${ECHO_MSG} " [ DONE ]" .endif @${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${WRKSRC}/examples')" @${ECHO_CMD} -n ">> Installing examples to ${EXAMPLESDIR}..." @cd ${WRKSRC}/examples && \ ${FIND} . -type d -exec ${MKDIR} "${EXAMPLESDIR}/{}" \; && \ ${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${EXAMPLESDIR}/{}" \; @${ECHO_MSG} " [ DONE ]" @${CAT} ${PKGMESSAGE} .include FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/fcgiwrap
Commit message (Expand)AuthorAgeFilesLines
* Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, foradamw2016-12-273-20/+21
* Take maintainershipadamw2016-12-271-1/+1
* Reset ports per maintainer request.rene2016-12-261-1/+3
* Add changing the owner/group/mode for the socket.mat2016-10-172-1/+33
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-2/+2
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-082-6/+3
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
* Convert to USES=autoreconfbapt2014-12-291-3/+1
* - Fix issue on restart after reboot, fcgiwrap doesn't handlerodrigo2014-12-222-6/+84
* www/fcgiwrap: Improve binary strip handling, add new featuremarino2014-10-063-7/+98
* www/fcgiwrap: fix rc script, strip sbin/fcgiwrappi2014-07-132-2/+10
* - Assign to new maintainer.rakuco2014-07-061-1/+3
* Fix build by adding missing pkg-config build requirementbapt2013-10-211-1/+1
* Update to v1.1.0bapt2013-10-042-12/+13
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Remove shlib numbersbapt2012-12-312-7/+2
* Fix rc.d script to support systems before and after ${name}_fib is introducedhrs2012-11-192-4/+7
* - Enable multiprofile fcgiwrap rc script modeled over the nginx rc scriptbapt2012-01-272-4/+52
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-5/+5
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-151-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - s/login/LOGIN/ in rc scriptbapt2010-12-011-7/+4
* Fix rc script when fcgiwrap_user is not setbapt2010-11-292-2/+2
* Fix typo in rc scriptbapt2010-11-221-1/+1
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
* - remove useless addition of ${fcgiwrap_flags} to command_argsbapt2010-08-231-1/+1
* - Add rc scriptbapt2010-08-182-0/+78
* Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1