aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-03-08 17:49:50 +0800
committerrene <rene@FreeBSD.org>2014-03-08 17:49:50 +0800
commit68ee0b57bd43d69bba7c5f41db2091729a45b3f3 (patch)
tree1cc4d9da5bf337f5ebcafb8eabef889719b1b349 /devel
parent0d46b9ec8d3990245a2f23dcf39072a75588919b (diff)
downloadfreebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.tar.gz
freebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.tar.zst
freebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.zip
Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/cvsstat/Makefile33
-rw-r--r--devel/cvsstat/distinfo2
-rw-r--r--devel/cvsstat/pkg-descr9
-rw-r--r--devel/picasm/Makefile42
-rw-r--r--devel/picasm/distinfo2
-rw-r--r--devel/picasm/pkg-descr4
-rw-r--r--devel/picasm/pkg-plist71
-rw-r--r--devel/py-gitpython/Makefile23
-rw-r--r--devel/py-gitpython/distinfo2
-rw-r--r--devel/py-gitpython/pkg-descr10
11 files changed, 0 insertions, 201 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 824279389019..5bf0a1414902 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -314,7 +314,6 @@
SUBDIR += cvsps
SUBDIR += cvsps-devel
SUBDIR += cvsspam
- SUBDIR += cvsstat
SUBDIR += cvstrac
SUBDIR += cvsutils
SUBDIR += cvsweb
@@ -3392,7 +3391,6 @@
SUBDIR += phptags
SUBDIR += physfs
SUBDIR += physfs-devel
- SUBDIR += picasm
SUBDIR += picp
SUBDIR += picprog
SUBDIR += piklab
@@ -3628,7 +3626,6 @@
SUBDIR += py-gflags
SUBDIR += py-gitdb
SUBDIR += py-gitosis
- SUBDIR += py-gitpython
SUBDIR += py-glob2
SUBDIR += py-gobject
SUBDIR += py-gobject3
diff --git a/devel/cvsstat/Makefile b/devel/cvsstat/Makefile
deleted file mode 100644
index abd5696b5fc3..000000000000
--- a/devel/cvsstat/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: petef
-# $FreeBSD$
-
-PORTNAME= cvsstat
-PORTVERSION= 2.24
-CATEGORIES= devel
-MASTER_SITES= http://cvs.sslug.dk/cvs2html/utils/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= # empty
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-EXTRACT_ONLY= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Transforms the output of 'cvs status' to a sorted ASCII table
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-USES= perl5
-NO_BUILD= yes
-PLIST_FILES= bin/cvsstat
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
-
-post-patch:
- @${REINPLACE_CMD} -i '' -e 's|perl -S|${PERL} -S|' ${WRKSRC}/cvsstat
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/devel/cvsstat/distinfo b/devel/cvsstat/distinfo
deleted file mode 100644
index 015fc512d93e..000000000000
--- a/devel/cvsstat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cvsstat-2.24/cvsstat) = bf3387219d428612902eeca92d2478151138b71a93d04d4d2f8517e900d5f7db
-SIZE (cvsstat-2.24/cvsstat) = 37618
diff --git a/devel/cvsstat/pkg-descr b/devel/cvsstat/pkg-descr
deleted file mode 100644
index b2e88926b119..000000000000
--- a/devel/cvsstat/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-cvsstat is a perl program which transforms the 'cvs status' output
-to an ASCII table sorted after the status of files. If you have
-used CVS, then you know that it is hard to get a good overview the
-CVS-status of the files in you directories. Any new files? Any files
-changed? Any files which other people have changed in the repository?
-cvsstat will help the programmer get the overview. The program can
-be used for any type of CVS archive, local as well as remote.
-
-WWW: http://cvs.sslug.dk/cvs2html/
diff --git a/devel/picasm/Makefile b/devel/picasm/Makefile
deleted file mode 100644
index 62aada2eec61..000000000000
--- a/devel/picasm/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Bruce M Simpson <bms@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= picasm
-PORTVERSION= 1.14
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.jmp.fi/~trossi/pic/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Portable assembler for 16C84 series PICs
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-USE_BZIP2= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
-
-USES= perl5
-USE_PERL5= build
-
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PERL5="${PERL5}"
-ALL_TARGET=
-
-EXAMPLE_FILES= example.asm morse.asm morse.i pic16f84.i picmac.i
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/picasm ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/picasm.txt ${STAGEDIR}${DOCSDIR}
-.for EXAMPLE in ${EXAMPLE_FILES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/${EXAMPLE} ${STAGEDIR}${EXAMPLESDIR}
-.endfor
- @${MKDIR} ${STAGEDIR}${DATADIR}/device_definitions
- ${INSTALL_DATA} ${WRKSRC}/device_definitions/*.i ${STAGEDIR}${DATADIR}/device_definitions
-
-.include <bsd.port.mk>
diff --git a/devel/picasm/distinfo b/devel/picasm/distinfo
deleted file mode 100644
index ceda9d1f5076..000000000000
--- a/devel/picasm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (picasm114.tar.bz2) = 6ff69880256953f4c55aa29e48714e81ebd9fd6ce1e81090fae1fb929902dfb8
-SIZE (picasm114.tar.bz2) = 35429
diff --git a/devel/picasm/pkg-descr b/devel/picasm/pkg-descr
deleted file mode 100644
index 56681f36644e..000000000000
--- a/devel/picasm/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-picasm is a portable assembler which generates code for the 16F84 series of
-programmable interface controllers.
-
-WWW: http://www.jmp.fi/~trossi/pic/
diff --git a/devel/picasm/pkg-plist b/devel/picasm/pkg-plist
deleted file mode 100644
index fa44ac71c433..000000000000
--- a/devel/picasm/pkg-plist
+++ /dev/null
@@ -1,71 +0,0 @@
-bin/picasm
-%%PORTDOCS%%%%DOCSDIR%%/picasm.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.asm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morse.asm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/morse.i
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pic16f84.i
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/picmac.i
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%DATADIR%%/device_definitions/_pic12c508.i
-%%DATADIR%%/device_definitions/_pic12c509.i
-%%DATADIR%%/device_definitions/_pic12c671.i
-%%DATADIR%%/device_definitions/_pic12c672.i
-%%DATADIR%%/device_definitions/_pic14000.i
-%%DATADIR%%/device_definitions/_pic14c000.i
-%%DATADIR%%/device_definitions/_pic16c52.i
-%%DATADIR%%/device_definitions/_pic16c54.i
-%%DATADIR%%/device_definitions/_pic16c54a.i
-%%DATADIR%%/device_definitions/_pic16c55.i
-%%DATADIR%%/device_definitions/_pic16c554.i
-%%DATADIR%%/device_definitions/_pic16c554a.i
-%%DATADIR%%/device_definitions/_pic16c556a.i
-%%DATADIR%%/device_definitions/_pic16c558.i
-%%DATADIR%%/device_definitions/_pic16c558a.i
-%%DATADIR%%/device_definitions/_pic16c56.i
-%%DATADIR%%/device_definitions/_pic16c57.i
-%%DATADIR%%/device_definitions/_pic16c58a.i
-%%DATADIR%%/device_definitions/_pic16c61.i
-%%DATADIR%%/device_definitions/_pic16c62.i
-%%DATADIR%%/device_definitions/_pic16c620.i
-%%DATADIR%%/device_definitions/_pic16c621.i
-%%DATADIR%%/device_definitions/_pic16c622.i
-%%DATADIR%%/device_definitions/_pic16c62a.i
-%%DATADIR%%/device_definitions/_pic16c63.i
-%%DATADIR%%/device_definitions/_pic16c64.i
-%%DATADIR%%/device_definitions/_pic16c64a.i
-%%DATADIR%%/device_definitions/_pic16c65.i
-%%DATADIR%%/device_definitions/_pic16c65a.i
-%%DATADIR%%/device_definitions/_pic16c66.i
-%%DATADIR%%/device_definitions/_pic16c67.i
-%%DATADIR%%/device_definitions/_pic16c71.i
-%%DATADIR%%/device_definitions/_pic16c710.i
-%%DATADIR%%/device_definitions/_pic16c711.i
-%%DATADIR%%/device_definitions/_pic16c715.i
-%%DATADIR%%/device_definitions/_pic16c72.i
-%%DATADIR%%/device_definitions/_pic16c73.i
-%%DATADIR%%/device_definitions/_pic16c73a.i
-%%DATADIR%%/device_definitions/_pic16c74.i
-%%DATADIR%%/device_definitions/_pic16c74a.i
-%%DATADIR%%/device_definitions/_pic16c76.i
-%%DATADIR%%/device_definitions/_pic16c77.i
-%%DATADIR%%/device_definitions/_pic16c83.i
-%%DATADIR%%/device_definitions/_pic16c84.i
-%%DATADIR%%/device_definitions/_pic16c923.i
-%%DATADIR%%/device_definitions/_pic16c924.i
-%%DATADIR%%/device_definitions/_pic16f688.i
-%%DATADIR%%/device_definitions/_pic16f72.i
-%%DATADIR%%/device_definitions/_pic16f818.i
-%%DATADIR%%/device_definitions/_pic16f819.i
-%%DATADIR%%/device_definitions/_pic16f84.i
-%%DATADIR%%/device_definitions/_pic16f873.i
-%%DATADIR%%/device_definitions/_pic16f874.i
-%%DATADIR%%/device_definitions/_pic16f876.i
-%%DATADIR%%/device_definitions/_pic16f877.i
-%%DATADIR%%/device_definitions/_pic17c42.i
-%%DATADIR%%/device_definitions/_pic17c43.i
-%%DATADIR%%/device_definitions/_pic17c44.i
-%%DATADIR%%/device_definitions/_pic17c752.i
-%%DATADIR%%/device_definitions/_pic17c756.i
-@dirrm %%DATADIR%%/device_definitions
-@dirrm %%DATADIR%%
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile
deleted file mode 100644
index 44f51a4f2e8b..000000000000
--- a/devel/py-gitpython/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= GitPython
-PORTVERSION= 0.3.1
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python Git Library
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo
deleted file mode 100644
index cbe6fad212ca..000000000000
--- a/devel/py-gitpython/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (GitPython-0.3.1.tar.gz) = 24a8b936f084d06268b92fa625fbf81cc2a849f01b4c7edf7e492ce8e3f84d3c
-SIZE (GitPython-0.3.1.tar.gz) = 257331
diff --git a/devel/py-gitpython/pkg-descr b/devel/py-gitpython/pkg-descr
deleted file mode 100644
index 5f0c986b1cfb..000000000000
--- a/devel/py-gitpython/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-GitPython is a python library used to interact with
-Git repositories. GitPython provides object model
-access to your git repository. Once you have created
-a repository object, you can traverse it to find
-parent commit(s), trees, blobs, etc.
-
-GitPython is a port of the grit library in Ruby
-created by Tom Preston-Werner and Chris Wanstrath.
-
-WWW: http://gitorious.org/projects/git-python/