diff options
author | drochner <drochner@pkgsrc.org> | 2002-04-19 10:49:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-04-19 10:49:06 +0000 |
commit | 388d0851894a450bdec6118ff8ded5b5dfd97cf4 (patch) | |
tree | 80a7dd7bbcafba086e4ef81d998ddd02ec8b8a1d /lang/py22-html-docs | |
parent | afb8ddb390a2088241f7184d9268bed6e81ebc63 (diff) | |
download | pkgsrc-388d0851894a450bdec6118ff8ded5b5dfd97cf4.tar.gz |
add html docs for Python-2.2
Diffstat (limited to 'lang/py22-html-docs')
-rw-r--r-- | lang/py22-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py22-html-docs/Makefile | 32 | ||||
-rw-r--r-- | lang/py22-html-docs/PLIST.pre | 1 | ||||
-rw-r--r-- | lang/py22-html-docs/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/lang/py22-html-docs/DESCR b/lang/py22-html-docs/DESCR new file mode 100644 index 00000000000..76103e594e0 --- /dev/null +++ b/lang/py22-html-docs/DESCR @@ -0,0 +1 @@ +HTML Documentation for Python diff --git a/lang/py22-html-docs/Makefile b/lang/py22-html-docs/Makefile new file mode 100644 index 00000000000..34ff8c2cc9c --- /dev/null +++ b/lang/py22-html-docs/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 10:49:06 drochner Exp $ +# + +DISTNAME= html-2.2.1 +PKGNAME= py22-html-docs-2.2.1 +CATEGORIES= lang +MASTER_SITES= http://www.python.org/ftp/python/doc/2.2.1/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://www.python.org/doc/ +COMMENT= HTML Documentation for Python + +DIST_SUBDIR= python + +WRKSRC= ${WRKDIR} + +NO_CONFIGURE= yes +NO_BUILD= yes + +HTMLDIR= share/doc/html/python2.2 +PLIST_SRC= ${WRKDIR}/.PLIST_SRC + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} + ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} + (cd ${WRKSRC}; ${PAX} -r -w -v -p e [a-z]* ${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 "../../mk/bsd.pkg.mk" diff --git a/lang/py22-html-docs/PLIST.pre b/lang/py22-html-docs/PLIST.pre new file mode 100644 index 00000000000..afb31a34740 --- /dev/null +++ b/lang/py22-html-docs/PLIST.pre @@ -0,0 +1 @@ +@comment $NetBSD: PLIST.pre,v 1.1.1.1 2002/04/19 10:49:06 drochner Exp $ diff --git a/lang/py22-html-docs/distinfo b/lang/py22-html-docs/distinfo new file mode 100644 index 00000000000..aa7411424f1 --- /dev/null +++ b/lang/py22-html-docs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/19 10:49:06 drochner Exp $ + +SHA1 (python/html-2.2.1.tar.bz2) = 6a5f41fbc916a82d439b889bbd1a467d93308806 +Size (python/html-2.2.1.tar.bz2) = 944676 bytes |