Update to 2.2.3 and correct tg's e-mail address.

Approved by:	maintainer (implicitly)
This commit is contained in:
Hye-Shik Chang
2003-06-04 08:38:41 +00:00
parent 63f2be090f
commit 2cf2e5b84b
11 changed files with 1082 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# New ports collection makefile for: python-doc
# Date created: 12 May 1999
# Whom: Thomas Gellekum <alane@FreeBSD.org>
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
@@ -34,6 +34,14 @@ DOCFORMAT?= html
@${FALSE}
.endif
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 220
PLIST_SUB+= PYTHON22_ONLY="@comment "
.else
PLIST_SUB+= PYTHON22_ONLY=""
.endif
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@@ -50,4 +58,4 @@ do-install:
@(cd ${DOCDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS})
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@@ -39,3 +39,8 @@ MD5 (python/pdf-a4-2.2.2.tar.bz2) = 97a323dcd046c844e24965945d75bd9e
MD5 (python/pdf-letter-2.2.2.tar.bz2) = d207e74b0a36ad082f14d5001f5868aa
MD5 (python/postscript-a4-2.2.2.tar.bz2) = 2c9936ba9469f5120a1fb1a427b7fdef
MD5 (python/postscript-letter-2.2.2.tar.bz2) = 3869538c370cf26b80e628af92d70e0a
MD5 (python/html-2.2.3.tar.bz2) = 62247099e1e50c05c2d8e7bebd12b060
MD5 (python/pdf-a4-2.2.3.tar.bz2) = 665eb1ea816f0dd421e6f51ffe9880c7
MD5 (python/pdf-letter-2.2.3.tar.bz2) = 405c6e36dc1346b06260fdb832d2618c
MD5 (python/postscript-a4-2.2.3.tar.bz2) = 3d8dd82fc5d4e72fea0e090f3e8f7a07
MD5 (python/postscript-letter-2.2.3.tar.bz2) = b90b56af162a19a1ea288546c3ffe4e6

File diff suppressed because it is too large Load Diff

View File

@@ -7,4 +7,5 @@ share/doc/%%PYTHON_VERSION%%/lib.pdf
share/doc/%%PYTHON_VERSION%%/mac.pdf
share/doc/%%PYTHON_VERSION%%/ref.pdf
share/doc/%%PYTHON_VERSION%%/tut.pdf
%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.pdf
@unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true

View File

@@ -7,4 +7,5 @@ share/doc/%%PYTHON_VERSION%%/lib.pdf
share/doc/%%PYTHON_VERSION%%/mac.pdf
share/doc/%%PYTHON_VERSION%%/ref.pdf
share/doc/%%PYTHON_VERSION%%/tut.pdf
%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.pdf
@unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true

View File

@@ -8,4 +8,5 @@ share/doc/%%PYTHON_VERSION%%/mac.ps
share/doc/%%PYTHON_VERSION%%/ref.ps
share/doc/%%PYTHON_VERSION%%/tut.ps
share/doc/%%PYTHON_VERSION%%/README
%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.ps
@unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true

View File

@@ -8,4 +8,5 @@ share/doc/%%PYTHON_VERSION%%/mac.ps
share/doc/%%PYTHON_VERSION%%/ref.ps
share/doc/%%PYTHON_VERSION%%/tut.ps
share/doc/%%PYTHON_VERSION%%/README
%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.ps
@unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true

View File

@@ -1,6 +1,6 @@
# New ports collection makefile for: python-doc-pdf-a4
# Date created: 02 June 1999
# Whom: Thomas Gellekum <alane@FreeBSD.org>
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

View File

@@ -1,6 +1,6 @@
# New ports collection makefile for: python-doc-pdf-letter
# Date created: 02 June 1999
# Whom: Thomas Gellekum <alane@FreeBSD.org>
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

View File

@@ -1,6 +1,6 @@
# New ports collection makefile for: python-doc-postscript-a4
# Date created: 02 June 1999
# Whom: Thomas Gellekum <alane@FreeBSD.org>
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

View File

@@ -1,6 +1,6 @@
# New ports collection makefile for: python-doc-postscript-letter
# Date created: 02 June 1999
# Whom: Thomas Gellekum <alane@FreeBSD.org>
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#