summaryrefslogtreecommitdiff
path: root/lang/py-html-docs
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-06-07 19:31:56 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-06-07 19:31:56 +0000
commitd7a51962a31fa311bc9e3bc4178c8a125b1e163b (patch)
treefdaec42e4851d9938acd50fa44ddc196ca66d44c /lang/py-html-docs
parent632d0519a88f1a001a1486852df99638ea7bff05 (diff)
downloadpkgsrc-d7a51962a31fa311bc9e3bc4178c8a125b1e163b.tar.gz
Initial addition of the HTML Documentation for Python 1.5.1.
Fixes pr 5540 by Ty Sarna.
Diffstat (limited to 'lang/py-html-docs')
-rw-r--r--lang/py-html-docs/Makefile30
-rw-r--r--lang/py-html-docs/files/md51
-rw-r--r--lang/py-html-docs/pkg/COMMENT1
-rw-r--r--lang/py-html-docs/pkg/DESCR1
-rw-r--r--lang/py-html-docs/pkg/PLIST.pre1
5 files changed, 34 insertions, 0 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile
new file mode 100644
index 00000000000..93b12ef4187
--- /dev/null
+++ b/lang/py-html-docs/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 1998/06/07 19:31:56 frueauf Exp $
+#
+
+DISTNAME= html-1.5.1
+PKGNAME= py-html-docs-1.5.1
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.python.org/pub/python/doc/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tsarna@endicor.com
+
+EXTRACT_ONLY=
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+HTMLDIR= share/doc/python-html
+PLIST_SRC= ${WRKDIR}/.PLIST_SRC
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR}
+ ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
+ (cd ${PREFIX}/${HTMLDIR}; \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+ ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
+ ${EXTRACT_AFTER_ARGS})
+ (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/py-html-docs/files/md5 b/lang/py-html-docs/files/md5
new file mode 100644
index 00000000000..ed4d040336d
--- /dev/null
+++ b/lang/py-html-docs/files/md5
@@ -0,0 +1 @@
+MD5 (html-1.5.1.tgz) = 380a133c5962d4af97e4f5e9a643c771
diff --git a/lang/py-html-docs/pkg/COMMENT b/lang/py-html-docs/pkg/COMMENT
new file mode 100644
index 00000000000..57a58bb25dc
--- /dev/null
+++ b/lang/py-html-docs/pkg/COMMENT
@@ -0,0 +1 @@
+HTML Documentation for Python 1.5.1
diff --git a/lang/py-html-docs/pkg/DESCR b/lang/py-html-docs/pkg/DESCR
new file mode 100644
index 00000000000..57a58bb25dc
--- /dev/null
+++ b/lang/py-html-docs/pkg/DESCR
@@ -0,0 +1 @@
+HTML Documentation for Python 1.5.1
diff --git a/lang/py-html-docs/pkg/PLIST.pre b/lang/py-html-docs/pkg/PLIST.pre
new file mode 100644
index 00000000000..12d93291065
--- /dev/null
+++ b/lang/py-html-docs/pkg/PLIST.pre
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST.pre,v 1.1 1998/06/07 19:31:57 frueauf Exp $