summaryrefslogtreecommitdiff
path: root/lang/py24-html-docs
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 06:32:10 +0000
committerminskim <minskim>2004-12-29 06:32:10 +0000
commit9e1a028dcfb748c534af4d8b7f7a2aaf2f89a23e (patch)
tree28c5117a21a6fad94f8904f8072d16da3ab8f6ca /lang/py24-html-docs
parente7d2e60a977731fcef247911e9f370fa16589df0 (diff)
downloadpkgsrc-9e1a028dcfb748c534af4d8b7f7a2aaf2f89a23e.tar.gz
Import py24-html-docs.
This is HTML documentation for Python 2.4.
Diffstat (limited to 'lang/py24-html-docs')
-rw-r--r--lang/py24-html-docs/DESCR1
-rw-r--r--lang/py24-html-docs/Makefile31
-rw-r--r--lang/py24-html-docs/PLIST.pre1
-rw-r--r--lang/py24-html-docs/distinfo4
4 files changed, 37 insertions, 0 deletions
diff --git a/lang/py24-html-docs/DESCR b/lang/py24-html-docs/DESCR
new file mode 100644
index 00000000000..846e8e16880
--- /dev/null
+++ b/lang/py24-html-docs/DESCR
@@ -0,0 +1 @@
+HTML Documentation for Python 2.4
diff --git a/lang/py24-html-docs/Makefile b/lang/py24-html-docs/Makefile
new file mode 100644
index 00000000000..b7046f3ad28
--- /dev/null
+++ b/lang/py24-html-docs/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $
+#
+
+DISTNAME= html-2.4
+PKGNAME= ${DISTNAME:S/html/py24-html-docs/}
+CATEGORIES= lang python
+MASTER_SITES= http://www.python.org/ftp/python/doc/2.4/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://www.python.org/doc/
+COMMENT= HTML Documentation for Python
+
+WRKSRC= ${WRKDIR}/Python-Docs-2.4/
+DIST_SUBDIR= python
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+HTMLDIR= share/doc/html/python2.4
+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/py24-html-docs/PLIST.pre b/lang/py24-html-docs/PLIST.pre
new file mode 100644
index 00000000000..685781e4b21
--- /dev/null
+++ b/lang/py24-html-docs/PLIST.pre
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $
diff --git a/lang/py24-html-docs/distinfo b/lang/py24-html-docs/distinfo
new file mode 100644
index 00000000000..85df55092d3
--- /dev/null
+++ b/lang/py24-html-docs/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $
+
+SHA1 (python/html-2.4.tar.bz2) = 3b7272b5414d30e39022cdfec29b089ceff605ce
+Size (python/html-2.4.tar.bz2) = 1390125 bytes