summaryrefslogtreecommitdiff
path: root/net/py-twisted-docs
diff options
context:
space:
mode:
authorepg <epg>2008-08-22 21:49:08 +0000
committerepg <epg>2008-08-22 21:49:08 +0000
commit8b0f710c3896a6f3e470eff8bdb9b4b6af94fba0 (patch)
tree8c4f497bf23dd42492ad3f98d2fbe4a5ea354126 /net/py-twisted-docs
parentc6dd0c385eb0525a49480efc095b917633716a3f (diff)
downloadpkgsrc-8b0f710c3896a6f3e470eff8bdb9b4b6af94fba0.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/Makefile17
-rw-r--r--net/py-twisted-docs/PLIST.pre1
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 $