summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordrochner <drochner>2002-04-19 10:48:34 +0000
committerdrochner <drochner>2002-04-19 10:48:34 +0000
commit3a8f258d8281ddfe3386bcab31dcf2b1ba9c40a1 (patch)
tree95206a13275931116826b0356ba2d4173dc0fbf9 /lang
parentdcbd8fd61994d2a3ae134b57159975d4fb79b04d (diff)
downloadpkgsrc-3a8f258d8281ddfe3386bcab31dcf2b1ba9c40a1.tar.gz
add html docs for Python-2.1
Diffstat (limited to 'lang')
-rw-r--r--lang/py21-html-docs/DESCR1
-rw-r--r--lang/py21-html-docs/Makefile32
-rw-r--r--lang/py21-html-docs/PLIST.pre1
-rw-r--r--lang/py21-html-docs/distinfo4
4 files changed, 38 insertions, 0 deletions
diff --git a/lang/py21-html-docs/DESCR b/lang/py21-html-docs/DESCR
new file mode 100644
index 00000000000..76103e594e0
--- /dev/null
+++ b/lang/py21-html-docs/DESCR
@@ -0,0 +1 @@
+HTML Documentation for Python
diff --git a/lang/py21-html-docs/Makefile b/lang/py21-html-docs/Makefile
new file mode 100644
index 00000000000..529850c23c4
--- /dev/null
+++ b/lang/py21-html-docs/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 10:48:34 drochner Exp $
+#
+
+DISTNAME= html-2.1.3
+PKGNAME= py21-html-docs-2.1.3
+CATEGORIES= lang
+MASTER_SITES= http://www.python.org/ftp/python/doc/2.1.3/
+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.1
+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/py21-html-docs/PLIST.pre b/lang/py21-html-docs/PLIST.pre
new file mode 100644
index 00000000000..85f675f00c0
--- /dev/null
+++ b/lang/py21-html-docs/PLIST.pre
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2002/04/19 10:48:34 drochner Exp $
diff --git a/lang/py21-html-docs/distinfo b/lang/py21-html-docs/distinfo
new file mode 100644
index 00000000000..e1832da4e46
--- /dev/null
+++ b/lang/py21-html-docs/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/04/19 10:48:34 drochner Exp $
+
+SHA1 (python/html-2.1.3.tar.bz2) = 028b7945b250b43c8bbc53fa912009ba3b5cd32b
+Size (python/html-2.1.3.tar.bz2) = 795287 bytes