pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py24-html-docs Import py24-html-docs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc31612ff33d
branches:  trunk
changeset: 486514:fc31612ff33d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Dec 29 06:32:10 2004 +0000

description:
Import py24-html-docs.

This is HTML documentation for Python 2.4.

diffstat:

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

diffs (53 lines):

diff -r 0419746225ce -r fc31612ff33d lang/py24-html-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py24-html-docs/DESCR Wed Dec 29 06:32:10 2004 +0000
@@ -0,0 +1,1 @@
+HTML Documentation for Python 2.4
diff -r 0419746225ce -r fc31612ff33d lang/py24-html-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py24-html-docs/Makefile      Wed Dec 29 06:32:10 2004 +0000
@@ -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@localhost
+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 -r 0419746225ce -r fc31612ff33d lang/py24-html-docs/PLIST.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py24-html-docs/PLIST.pre     Wed Dec 29 06:32:10 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $
diff -r 0419746225ce -r fc31612ff33d lang/py24-html-docs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py24-html-docs/distinfo      Wed Dec 29 06:32:10 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index