mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to Twisted 1.1.1, and remove documentation for py-twisted-doc
port later.
This commit is contained in:
parent
f54829811c
commit
40b77fe1e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100696
3 changed files with 1519 additions and 10481 deletions
|
@ -6,13 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= twisted
|
PORTNAME= twisted
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.1
|
||||||
CATEGORIES= devel net python
|
CATEGORIES= devel net python
|
||||||
MASTER_SITES= http://twisted.sourceforge.net/ \
|
MASTER_SITES= http://twisted.sourceforge.net/ \
|
||||||
http://twistedmatrix.com/downloads/
|
http://twistedmatrix.com/downloads/
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= Twisted-${PORTVERSION}
|
DISTNAME= Twisted_NoDocs-${PORTVERSION}
|
||||||
|
WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= nbm@FreeBSD.org
|
MAINTAINER= nbm@FreeBSD.org
|
||||||
COMMENT= An event-based Python framework for internet applications
|
COMMENT= An event-based Python framework for internet applications
|
||||||
|
@ -25,9 +26,8 @@ COMMENT= An event-based Python framework for internet applications
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
MAN1= ckeygen.1 conch.1 im.1 lore.1 mailmail.1 manhole.1 \
|
|
||||||
mktap.1 t-im.1 tap2deb.1 tap2rpm.1 tapconvert.1 \
|
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
||||||
tkconch.1 tkmktap.1 trial.1 twistd.1 websetroot.1
|
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@ ${SH} ${PKGREQ} INSTALL
|
@ ${SH} ${PKGREQ} INSTALL
|
||||||
|
@ -36,23 +36,5 @@ post-install:
|
||||||
@ ${MKDIR} ${DATADIR}/admin
|
@ ${MKDIR} ${DATADIR}/admin
|
||||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/admin/accepttests \
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/admin/accepttests \
|
||||||
${WRKSRC}/admin/runtests ${DATADIR}/admin
|
${WRKSRC}/admin/runtests ${DATADIR}/admin
|
||||||
.for manpage in ${MAN1}
|
|
||||||
@ ${INSTALL_MAN} ${WRKSRC}/doc/man/${manpage} ${MANPREFIX}/man/man1
|
|
||||||
.endfor
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
@ ${MKDIR} ${DOCSDIR}/man
|
|
||||||
.for docfile in CREDITS ChangeLog README
|
|
||||||
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
|
||||||
.endfor
|
|
||||||
.for htmlman in ${MAN1:S/.1/-man.html/}
|
|
||||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/man/${htmlman} ${DOCSDIR}/man
|
|
||||||
.endfor
|
|
||||||
@ cd ${WRKSRC}/doc && \
|
|
||||||
${FIND} * -type d -maxdepth 0 \! -name examples \! -name man | \
|
|
||||||
${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} -
|
|
||||||
@ ${MKDIR} ${EXAMPLESDIR}/scripts ${EXAMPLESDIR}/static
|
|
||||||
@ ${CP} -R ${WRKSRC}/doc/examples/* ${EXAMPLESDIR}/scripts
|
|
||||||
@ ${CP} -R ${WRKSRC}/static/* ${EXAMPLESDIR}/static
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (Twisted-1.1.0.tar.bz2) = 6b70008ca711f2b3463a06d9750c202a
|
MD5 (Twisted_NoDocs-1.1.1.tar.bz2) = f12cd12b5b2b90f85e6cfb5005fdfc91
|
||||||
|
SIZE (Twisted_NoDocs-1.1.1.tar.bz2) = 1200027
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue