summaryrefslogtreecommitdiff
path: root/lang/py23-html-docs
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-12-24 10:09:43 +0000
committerrecht <recht@pkgsrc.org>2003-12-24 10:09:43 +0000
commit7f110eabb69992591d69c79c9e3143fe690ad273 (patch)
tree81a80298861f7dc02fba377d55644b8e592b5b53 /lang/py23-html-docs
parented1dd71118b4ec604a82ffe1a69d9ace67aae0ae (diff)
downloadpkgsrc-7f110eabb69992591d69c79c9e3143fe690ad273.tar.gz
initial import of the python 2.3 html documentation
Diffstat (limited to 'lang/py23-html-docs')
-rw-r--r--lang/py23-html-docs/DESCR1
-rw-r--r--lang/py23-html-docs/Makefile31
-rw-r--r--lang/py23-html-docs/PLIST.pre1
-rw-r--r--lang/py23-html-docs/distinfo4
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