diff options
author | epg <epg@pkgsrc.org> | 2008-08-22 21:49:08 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-08-22 21:49:08 +0000 |
commit | b9cdb49e64c0889d16a426b68ab274abd105a265 (patch) | |
tree | 8c4f497bf23dd42492ad3f98d2fbe4a5ea354126 /net/py-twisted-docs | |
parent | 8051b09becec03717026ceb1fc9af9bd25c6e9dc (diff) | |
download | pkgsrc-b9cdb49e64c0889d16a426b68ab274abd105a265.tar.gz |
Update from to 8.1.0; changes too numerous to list.
pkgsrc changes:
- Move more definitions to Makefile.common, drop some that had default values.
- Depend on py-OpenSSL and py-ZopeInterface.
- Add do-test target.
- Remove patch-aa and install all bin/ script with plain names, not with
${PYVERSSUFFIX} appended. setup.py is now much, much simpler, and rewriting
the patch would be difficult. It doesn't matter anyway, as I tried really
hard to install py-OpenSSL for both python24 and python25 and it just
doesn't work.
Diffstat (limited to 'net/py-twisted-docs')
-rw-r--r-- | net/py-twisted-docs/Makefile | 17 | ||||
-rw-r--r-- | net/py-twisted-docs/PLIST.pre | 1 |
2 files changed, 3 insertions, 15 deletions
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 8afbb0f9873..94fbd5b80aa 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,34 +1,23 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ -# +# $NetBSD: Makefile,v 1.9 2008/08/22 21:49:08 epg Exp $ -DISTNAME= ${TWISTED_DISTNAME} PKGNAME= py-twisted-docs-${TWISTED_VERSION} -CATEGORIES= net python -MASTER_SITES= ${TWISTED_MASTER_SITES} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.twistedmatrix.com/ COMMENT= Framework for writing networked applications - -PKG_DESTDIR_SUPPORT= user-destdir +.include "../../net/py-twisted/Makefile.common" NO_CONFIGURE= yes NO_BUILD= yes -USE_LANGUAGES= # empty USE_TOOLS+= pax -HTMLDIR= share/doc/py-twisted-docs-${TWISTED_VERSION} +HTMLDIR= share/doc/py-twisted-docs DOC_SRCDIR= ${WRKSRC}/doc PLIST_SRC= ${WRKDIR}/.PLIST_SRC INSTALLATION_DIRS= ${HTMLDIR} do-install: - ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} cd ${DOC_SRCDIR} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR} cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} cd ${DESTDIR}${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC} -.include "../../net/py-twisted/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-twisted-docs/PLIST.pre b/net/py-twisted-docs/PLIST.pre deleted file mode 100644 index 9a9b0643840..00000000000 --- a/net/py-twisted-docs/PLIST.pre +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $ |