From d7a51962a31fa311bc9e3bc4178c8a125b1e163b Mon Sep 17 00:00:00 2001 From: frueauf Date: Sun, 7 Jun 1998 19:31:56 +0000 Subject: Initial addition of the HTML Documentation for Python 1.5.1. Fixes pr 5540 by Ty Sarna. --- lang/py-html-docs/Makefile | 30 ++++++++++++++++++++++++++++++ lang/py-html-docs/files/md5 | 1 + lang/py-html-docs/pkg/COMMENT | 1 + lang/py-html-docs/pkg/DESCR | 1 + lang/py-html-docs/pkg/PLIST.pre | 1 + 5 files changed, 34 insertions(+) create mode 100644 lang/py-html-docs/Makefile create mode 100644 lang/py-html-docs/files/md5 create mode 100644 lang/py-html-docs/pkg/COMMENT create mode 100644 lang/py-html-docs/pkg/DESCR create mode 100644 lang/py-html-docs/pkg/PLIST.pre (limited to 'lang/py-html-docs') 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 $ -- cgit v1.2.3