Python 2.3 documentation in HTML
This commit is contained in:
parent
589fee27bd
commit
5ef7c95a58
4 changed files with 37 additions and 0 deletions
1
py23-html-docs/DESCR
Normal file
1
py23-html-docs/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
HTML Documentation for Python 2.3
|
31
py23-html-docs/Makefile
Normal file
31
py23-html-docs/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/22 23:34:24 mpasternak Exp $
|
||||
#
|
||||
|
||||
DISTNAME= html-2.3
|
||||
PKGNAME= py23-html-docs-2.3
|
||||
WRKSRC= ${WRKDIR}/Python-Docs-2.3/
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.python.org/ftp/python/doc/2.3/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
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"
|
1
py23-html-docs/PLIST.pre
Normal file
1
py23-html-docs/PLIST.pre
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST.pre,v 1.1.1.1 2003/09/22 23:34:24 mpasternak Exp $
|
4
py23-html-docs/distinfo
Normal file
4
py23-html-docs/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/22 23:34:24 mpasternak Exp $
|
||||
|
||||
SHA1 (python/html-2.3.tar.bz2) = e1659d90d26ab509052758a42fa93c505ff1e9f7
|
||||
Size (python/html-2.3.tar.bz2) = 1216526 bytes
|
Loading…
Reference in a new issue