From 3a8f258d8281ddfe3386bcab31dcf2b1ba9c40a1 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 19 Apr 2002 10:48:34 +0000 Subject: add html docs for Python-2.1 --- lang/py21-html-docs/DESCR | 1 + lang/py21-html-docs/Makefile | 32 ++++++++++++++++++++++++++++++++ lang/py21-html-docs/PLIST.pre | 1 + lang/py21-html-docs/distinfo | 4 ++++ 4 files changed, 38 insertions(+) create mode 100644 lang/py21-html-docs/DESCR create mode 100644 lang/py21-html-docs/Makefile create mode 100644 lang/py21-html-docs/PLIST.pre create mode 100644 lang/py21-html-docs/distinfo (limited to 'lang') 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 -- cgit v1.2.3