diff options
author | recht <recht@pkgsrc.org> | 2003-12-24 10:09:43 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-24 10:09:43 +0000 |
commit | a6d3db9a40494402ee87ad6fde62d4e82f141fae (patch) | |
tree | 81a80298861f7dc02fba377d55644b8e592b5b53 /lang | |
parent | 8e136892082d257b052aa8d7a511dcdda7acf89f (diff) | |
download | pkgsrc-a6d3db9a40494402ee87ad6fde62d4e82f141fae.tar.gz |
initial import of the python 2.3 html documentation
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py23-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py23-html-docs/Makefile | 31 | ||||
-rw-r--r-- | lang/py23-html-docs/PLIST.pre | 1 | ||||
-rw-r--r-- | lang/py23-html-docs/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/lang/py23-html-docs/DESCR b/lang/py23-html-docs/DESCR new file mode 100644 index 00000000000..70f8afd63ca --- /dev/null +++ b/lang/py23-html-docs/DESCR @@ -0,0 +1 @@ +HTML Documentation for Python 2.3 diff --git a/lang/py23-html-docs/Makefile b/lang/py23-html-docs/Makefile new file mode 100644 index 00000000000..f549aa66c09 --- /dev/null +++ b/lang/py23-html-docs/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $ +# + +DISTNAME= html-2.3.3 +PKGNAME= py23-html-docs-2.3.3 +WRKSRC= ${WRKDIR}/Python-Docs-2.3.3/ +CATEGORIES= lang +MASTER_SITES= http://www.python.org/ftp/python/doc/2.3.3/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://www.python.org/doc/ +COMMENT= HTML Documentation for Python + +DIST_SUBDIR= python + +NO_CONFIGURE= yes +NO_BUILD= yes + +HTMLDIR= share/doc/html/python2.3 +PLIST_SRC= ${WRKDIR}/.PLIST_SRC + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} + ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} + cd ${WRKSRC} && ${PAX} -rw -pe [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/py23-html-docs/PLIST.pre b/lang/py23-html-docs/PLIST.pre new file mode 100644 index 00000000000..3adf74816f1 --- /dev/null +++ b/lang/py23-html-docs/PLIST.pre @@ -0,0 +1 @@ +@comment $NetBSD: PLIST.pre,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $ diff --git a/lang/py23-html-docs/distinfo b/lang/py23-html-docs/distinfo new file mode 100644 index 00000000000..bf3852a1672 --- /dev/null +++ b/lang/py23-html-docs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $ + +SHA1 (python/html-2.3.3.tar.bz2) = ef5ba455ee8f9bc30103c82242805a4d252eba63 +Size (python/html-2.3.3.tar.bz2) = 1245052 bytes |