diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 06:32:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 06:32:10 +0000 |
commit | 06bd3bef08a89cb220221d68c452f1471f9c573c (patch) | |
tree | 28c5117a21a6fad94f8904f8072d16da3ab8f6ca /lang | |
parent | 8e976386bef4d996f343a38032012fdc4d92243f (diff) | |
download | pkgsrc-06bd3bef08a89cb220221d68c452f1471f9c573c.tar.gz |
Import py24-html-docs.
This is HTML documentation for Python 2.4.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py24-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py24-html-docs/Makefile | 31 | ||||
-rw-r--r-- | lang/py24-html-docs/PLIST.pre | 1 | ||||
-rw-r--r-- | lang/py24-html-docs/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/lang/py24-html-docs/DESCR b/lang/py24-html-docs/DESCR new file mode 100644 index 00000000000..846e8e16880 --- /dev/null +++ b/lang/py24-html-docs/DESCR @@ -0,0 +1 @@ +HTML Documentation for Python 2.4 diff --git a/lang/py24-html-docs/Makefile b/lang/py24-html-docs/Makefile new file mode 100644 index 00000000000..b7046f3ad28 --- /dev/null +++ b/lang/py24-html-docs/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $ +# + +DISTNAME= html-2.4 +PKGNAME= ${DISTNAME:S/html/py24-html-docs/} +CATEGORIES= lang python +MASTER_SITES= http://www.python.org/ftp/python/doc/2.4/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.python.org/doc/ +COMMENT= HTML Documentation for Python + +WRKSRC= ${WRKDIR}/Python-Docs-2.4/ +DIST_SUBDIR= python + +NO_CONFIGURE= yes +NO_BUILD= yes + +HTMLDIR= share/doc/html/python2.4 +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/py24-html-docs/PLIST.pre b/lang/py24-html-docs/PLIST.pre new file mode 100644 index 00000000000..685781e4b21 --- /dev/null +++ b/lang/py24-html-docs/PLIST.pre @@ -0,0 +1 @@ +@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $ diff --git a/lang/py24-html-docs/distinfo b/lang/py24-html-docs/distinfo new file mode 100644 index 00000000000..85df55092d3 --- /dev/null +++ b/lang/py24-html-docs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $ + +SHA1 (python/html-2.4.tar.bz2) = 3b7272b5414d30e39022cdfec29b089ceff605ce +Size (python/html-2.4.tar.bz2) = 1390125 bytes |