pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py26-html-docs Imported py26-html-docs-2.6.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6abe2237e826
branches:  trunk
changeset: 400722:6abe2237e826
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 25 23:39:01 2009 +0000

description:
Imported py26-html-docs-2.6.3:
HTML Documentation for Python 2.6

diffstat:

 lang/py26-html-docs/DESCR    |   1 +
 lang/py26-html-docs/Makefile |  33 +++++++++++++++++++++++++++++++++
 lang/py26-html-docs/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r de5210884978 -r 6abe2237e826 lang/py26-html-docs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py26-html-docs/DESCR Sun Oct 25 23:39:01 2009 +0000
@@ -0,0 +1,1 @@
+HTML Documentation for Python 2.6
diff -r de5210884978 -r 6abe2237e826 lang/py26-html-docs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py26-html-docs/Makefile      Sun Oct 25 23:39:01 2009 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/25 23:39:01 joerg Exp $
+#
+
+VERS=          2.6.3
+DISTNAME=      python-${VERS}-docs-html
+PKGNAME=       py26-html-docs-${VERS}
+CATEGORIES=    lang python
+MASTER_SITES=  http://docs.python.org/ftp/python/doc/current/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.python.org/doc/
+COMMENT=       HTML Documentation for Python
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DIST_SUBDIR=   python
+
+USE_TOOLS+=    pax
+
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+HTMLDIR=       share/doc/html/python2.6
+PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
+
+INSTALLATION_DIRS=     ${HTMLDIR}
+
+do-install:
+       cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
+       cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
+
+.include "../../mk/bsd.pkg.mk"
diff -r de5210884978 -r 6abe2237e826 lang/py26-html-docs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py26-html-docs/distinfo      Sun Oct 25 23:39:01 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/25 23:39:01 joerg Exp $
+
+SHA1 (python/python-2.6.3-docs-html.tar.bz2) = 15e69ddead7f2c2b786f92c0f2a8d39407ba65e8
+RMD160 (python/python-2.6.3-docs-html.tar.bz2) = 42a547c3cdc24010acb462500b5739b1db432ffa
+Size (python/python-2.6.3-docs-html.tar.bz2) = 3696612 bytes



Home | Main Index | Thread Index | Old Index