summaryrefslogtreecommitdiff
path: root/net/py-twisted-docs
diff options
context:
space:
mode:
authorrecht <recht>2004-03-30 13:33:44 +0000
committerrecht <recht>2004-03-30 13:33:44 +0000
commit7c509786dbfa36d4a63d9d6308a21a16f1eb34a8 (patch)
tree7c7bda088f3568a215ca42294cf857b5c533ac24 /net/py-twisted-docs
parent607c1b6cca97fb6df460e59f9f38a9c2a7e893f9 (diff)
downloadpkgsrc-7c509786dbfa36d4a63d9d6308a21a16f1eb34a8.tar.gz
initial import of the Twisted documentation (1.2.0)
provided by Michal Pasternak via pkgsrc-wip HTML documentation for Twisted Python; see py-twisted package for details.
Diffstat (limited to 'net/py-twisted-docs')
-rw-r--r--net/py-twisted-docs/DESCR1
-rw-r--r--net/py-twisted-docs/Makefile30
-rw-r--r--net/py-twisted-docs/PLIST.pre1
3 files changed, 32 insertions, 0 deletions
diff --git a/net/py-twisted-docs/DESCR b/net/py-twisted-docs/DESCR
new file mode 100644
index 00000000000..f98f1be172c
--- /dev/null
+++ b/net/py-twisted-docs/DESCR
@@ -0,0 +1 @@
+HTML documentation for Twisted Python; see py-twisted package for details.
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile
new file mode 100644
index 00000000000..9bdd08b7722
--- /dev/null
+++ b/net/py-twisted-docs/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $
+#
+
+DISTNAME= ${TWISTED_DISTNAME}
+PKGNAME= py-twisted-docs-${TWISTED_VERSION}
+CATEGORIES= net
+MASTER_SITES= ${TWISTED_MASTER_SITES}
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://www.twistedmatrix.com/
+COMMENT= Framework for writing networked applications
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+USE_LANGUAGES=
+
+HTMLDIR= share/doc/py-twisted-docs-${TWISTED_VERSION}
+DOC_SRCDIR= ${WRKSRC}/doc
+PLIST_SRC= ${WRKDIR}/.PLIST_SRC
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
+ ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
+ cd ${DOC_SRCDIR} && ${PAX} -rw -pe * ${PREFIX}/${HTMLDIR}
+ cd ${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
+ cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
+ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
+
+.include "../../wip/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
new file mode 100644
index 00000000000..9a9b0643840
--- /dev/null
+++ b/net/py-twisted-docs/PLIST.pre
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $