diff options
author | recht <recht@pkgsrc.org> | 2004-03-30 13:33:44 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-30 13:33:44 +0000 |
commit | bd3a1a33acb800bc9666d38921b7685d25ac0c41 (patch) | |
tree | 7c7bda088f3568a215ca42294cf857b5c533ac24 /net | |
parent | db212e4c5c000641ee14c12f37b97f69a9c5aef3 (diff) | |
download | pkgsrc-bd3a1a33acb800bc9666d38921b7685d25ac0c41.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')
-rw-r--r-- | net/py-twisted-docs/DESCR | 1 | ||||
-rw-r--r-- | net/py-twisted-docs/Makefile | 30 | ||||
-rw-r--r-- | net/py-twisted-docs/PLIST.pre | 1 |
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 $ |