pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py23-html-docs initial import of the python 2.3 h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ac4de6e87f2
branches:  trunk
changeset: 465223:7ac4de6e87f2
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Dec 24 10:09:43 2003 +0000

description:
initial import of the python 2.3 html documentation

diffstat:

 lang/py23-html-docs/DESCR     |   1 +
 lang/py23-html-docs/Makefile  |  31 +++++++++++++++++++++++++++++++
 lang/py23-html-docs/PLIST.pre |   1 +
 lang/py23-html-docs/distinfo  |   4 ++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 9b203fe929ed -r 7ac4de6e87f2 lang/py23-html-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py23-html-docs/DESCR Wed Dec 24 10:09:43 2003 +0000
@@ -0,0 +1,1 @@
+HTML Documentation for Python 2.3
diff -r 9b203fe929ed -r 7ac4de6e87f2 lang/py23-html-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py23-html-docs/Makefile      Wed Dec 24 10:09:43 2003 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $
+#
+
+DISTNAME=      html-2.3.3
+PKGNAME=       py23-html-docs-2.3.3
+WRKSRC=                ${WRKDIR}/Python-Docs-2.3.3/
+CATEGORIES=    lang
+MASTER_SITES=  http://www.python.org/ftp/python/doc/2.3.3/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    dotz%irc.pl@localhost
+HOMEPAGE=      http://www.python.org/doc/
+COMMENT=       HTML Documentation for Python
+
+DIST_SUBDIR=   python
+
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+HTMLDIR=       share/doc/html/python2.3
+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 -r 9b203fe929ed -r 7ac4de6e87f2 lang/py23-html-docs/PLIST.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py23-html-docs/PLIST.pre     Wed Dec 24 10:09:43 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $
diff -r 9b203fe929ed -r 7ac4de6e87f2 lang/py23-html-docs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py23-html-docs/distinfo      Wed Dec 24 10:09:43 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/24 10:09:43 recht Exp $
+
+SHA1 (python/html-2.3.3.tar.bz2) = ef5ba455ee8f9bc30103c82242805a4d252eba63
+Size (python/html-2.3.3.tar.bz2) = 1245052 bytes



Home | Main Index | Thread Index | Old Index