From e224634b63ba48f06afde79980b5a2516171f5dd Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Dec 2004 06:32:10 +0000 Subject: Import py24-html-docs. This is HTML documentation for Python 2.4. --- lang/py24-html-docs/DESCR | 1 + lang/py24-html-docs/Makefile | 31 +++++++++++++++++++++++++++++++ lang/py24-html-docs/PLIST.pre | 1 + lang/py24-html-docs/distinfo | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 lang/py24-html-docs/DESCR create mode 100644 lang/py24-html-docs/Makefile create mode 100644 lang/py24-html-docs/PLIST.pre create mode 100644 lang/py24-html-docs/distinfo (limited to 'lang') 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 -- cgit v1.2.3