diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-01 12:22:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-01 12:22:41 +0000 |
commit | 41196017304095a4c9da06deaf99c060fdd05366 (patch) | |
tree | 1c0a65fb0cb4a7796c32cb6cb345ec4842a9a6bb /net | |
parent | 73ae9178a13b5b0b8ec8e6bffeb71d928a3f7587 (diff) | |
download | ports-41196017304095a4c9da06deaf99c060fdd05366.tar.gz ports-41196017304095a4c9da06deaf99c060fdd05366.zip |
Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
Notes
Notes:
svn path=/head/; revision=338374
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pypvm/Makefile | 40 | ||||
-rw-r--r-- | net/pypvm/distinfo | 2 | ||||
-rw-r--r-- | net/pypvm/pkg-descr | 9 |
4 files changed, 0 insertions, 52 deletions
diff --git a/net/Makefile b/net/Makefile index 7e3d15af22ab..78427b9a56c2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -958,7 +958,6 @@ SUBDIR += py-zsi SUBDIR += pygopherd SUBDIR += pynids - SUBDIR += pypvm SUBDIR += pyrad SUBDIR += pythondirector SUBDIR += qadsl diff --git a/net/pypvm/Makefile b/net/pypvm/Makefile deleted file mode 100644 index 171c3d51144f..000000000000 --- a/net/pypvm/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pypvm -PORTVERSION= 0.94 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= PVM for Python - -BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm - -DEPRECATED= Dead upstream and suspected that there are no users of port -EXPIRATION_DATE= 2014-01-01 - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ - %%PYTHON_SITELIBDIR%%/pypvm_core.so \ - %%PYTHON_SITELIBDIR%%/pypvm.pyc \ - %%PYTHON_SITELIBDIR%%/pypvm.pyo -EXAMPLEFILES= master_test.py \ - slave_test.py -PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|} -PLIST_DIRS+= %%EXAMPLESDIR%% -PORTDOCS= ChangeLog \ - README - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} \ - ${STAGEDIR}${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net/pypvm/distinfo b/net/pypvm/distinfo deleted file mode 100644 index 636ca5d11f4f..000000000000 --- a/net/pypvm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pypvm-0.94.tar.gz) = 2c8492803a82ed830bc6fef5261e3fc39fa875762aa469ea16cdcfa6e16378c3 -SIZE (pypvm-0.94.tar.gz) = 119658 diff --git a/net/pypvm/pkg-descr b/net/pypvm/pkg-descr deleted file mode 100644 index b6d742bce302..000000000000 --- a/net/pypvm/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -pypvm is a Python module which allows interaction with the Parallel -Virtual Machine (PVM) package. PVM allows a collection of computers -connected by a network to serve as a single parallel computer. More -information about the PVM package can be found at -http://www.epm.ornl.gov/pvm. - -Pypvm is intended to be an educational and prototyping tool. - -WWW: http://pypvm.sourceforge.net/ |