summaryrefslogtreecommitdiff
path: root/lang/diveintopython
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-11-10 12:27:38 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-11-10 12:27:38 +0000
commitcd6afc8c3bbc065a53d48b4e328d4c8499403a1c (patch)
treea4dc038a5c4b5538d4a2eb6c9334ded08348632c /lang/diveintopython
parent- Update MASTER_SITES (diff)
- Remove DEPRECATED
- Add LICENSE - Update MASTER_SITES and WWW: line PR: ports/172026 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=307274
Diffstat (limited to 'lang/diveintopython')
-rw-r--r--lang/diveintopython/Makefile23
-rw-r--r--lang/diveintopython/pkg-descr2
2 files changed, 13 insertions, 12 deletions
diff --git a/lang/diveintopython/Makefile b/lang/diveintopython/Makefile
index dc2ff8e7e6cc..63a679d28679 100644
--- a/lang/diveintopython/Makefile
+++ b/lang/diveintopython/Makefile
@@ -5,7 +5,7 @@ PORTNAME= diveintopython
PORTVERSION= 5.4
#PORTREVISION= 1
CATEGORIES= lang python
-MASTER_SITES= http://diveintopython.org/download/
+MASTER_SITES= http://www.diveintopython.net/download/
DISTNAME= ${PORTNAME}
DISTFILES= ${DISTNAME}-html-${VERSIONSTR}${EXTRACT_SUFX} \
${DISTNAME}-html-flat-${VERSIONSTR}${EXTRACT_SUFX} \
@@ -19,30 +19,31 @@ DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}-html-${VERSIONSTR}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A free Python tutorial book that is "not For Dummies(tm)"
+COMMENT= Free Python tutorial book that is "not For Dummies(tm)"
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
+LICENSE= GFDL
-NO_BUILD= YES
-USE_ZIP= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html
+NO_BUILD= yes
+
+USE_ZIP= yes
+
+PLIST_SUB= VERSION="${VERSIONSTR}"
+
DIPDLDIR= ${DOCSDIR}/download
-CPIO= cpio --quiet -pdum -R
VERSIONSTR= ${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|}
-PLIST_SUB+= VERSION=${VERSIONSTR}
post-patch:
- @ ${FIND} ${WRKSRC} -name \*.html | xargs ${REINPLACE_CMD} \
+ @ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \
"s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#"
do-install:
@ ${MKDIR} ${DIPDLDIR}
@ cd ${WRKSRC} && \
${FIND} . -name \*.html -o -name \*.css -o -name \*.png \
- | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+ | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@ cd ${WRKSRC}/../py && ${FIND} * \
- | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+ | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.for format in html html-flat pdf text word xml common examples
@ ${INSTALL_DATA} \
${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.zip \
diff --git a/lang/diveintopython/pkg-descr b/lang/diveintopython/pkg-descr
index b683e50fe93f..931739202a31 100644
--- a/lang/diveintopython/pkg-descr
+++ b/lang/diveintopython/pkg-descr
@@ -4,4 +4,4 @@ The book is published under the GNU Free Documentation License and is
available in a variety of formats. It is currently being translated into a
number of languages.
-WWW: http://diveintopython.org/
+WWW: http://www.diveintopython.net/