mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Remove DEPRECATED
- Add LICENSE - Update MASTER_SITES and WWW: line PR: ports/172026 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
This commit is contained in:
parent
bd2a593fca
commit
cd6afc8c3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307274
@ -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 \
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user