pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py25-html-docs Add HTML documentation for Python 2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48f5a2ba1a2f
branches:  trunk
changeset: 543093:48f5a2ba1a2f
user:      smb <smb%pkgsrc.org@localhost>
date:      Tue Jun 03 16:23:24 2008 +0000

description:
Add HTML documentation for Python 2.5

diffstat:

 lang/py25-html-docs/DESCR     |   1 +
 lang/py25-html-docs/Makefile  |  36 ++++++++++++++++++++++++++++++++++++
 lang/py25-html-docs/PLIST.pre |   1 +
 lang/py25-html-docs/distinfo  |   5 +++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 30e5026a7f55 -r 48f5a2ba1a2f lang/py25-html-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py25-html-docs/DESCR Tue Jun 03 16:23:24 2008 +0000
@@ -0,0 +1,1 @@
+HTML Documentation for Python 2.5
diff -r 30e5026a7f55 -r 48f5a2ba1a2f lang/py25-html-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py25-html-docs/Makefile      Tue Jun 03 16:23:24 2008 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2008/06/03 16:23:24 smb Exp $
+#
+
+DISTNAME=      html-2.5.2
+PKGNAME=       ${DISTNAME:S/html/py25-html-docs/}
+CATEGORIES=    lang python
+MASTER_SITES=  http://www.python.org/ftp/python/doc/2.5.2/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    smb%NetBSD.org@localhost
+HOMEPAGE=      http://www.python.org/doc/
+COMMENT=       HTML Documentation for Python
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                ${WRKDIR}/Python-Docs-2.5.2/
+DIST_SUBDIR=   python
+
+USE_TOOLS+=    pax
+
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+HTMLDIR=       share/doc/html/python2.5
+PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
+
+INSTALLATION_DIRS=     ${HTMLDIR}
+
+do-install:
+       ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
+       cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
+       cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
+       cd ${DESTDIR}${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
+       ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 30e5026a7f55 -r 48f5a2ba1a2f lang/py25-html-docs/PLIST.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py25-html-docs/PLIST.pre     Tue Jun 03 16:23:24 2008 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST.pre,v 1.1 2008/06/03 16:23:24 smb Exp $
diff -r 30e5026a7f55 -r 48f5a2ba1a2f lang/py25-html-docs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py25-html-docs/distinfo      Tue Jun 03 16:23:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/06/03 16:23:24 smb Exp $
+
+SHA1 (python/html-2.5.2.tar.bz2) = e985285f85386210f1014b7b907f4549b2e91940
+RMD160 (python/html-2.5.2.tar.bz2) = d8ee82d56857c52db0f53ed81e6ad9015ceb28ad
+Size (python/html-2.5.2.tar.bz2) = 1627893 bytes



Home | Main Index | Thread Index | Old Index