diff options
author | rene <rene@FreeBSD.org> | 2014-04-11 21:20:44 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-04-11 21:20:44 +0800 |
commit | 21fe0e465f59fc074a3f28c294b9ffb738f7e9cb (patch) | |
tree | 2ada87dee73b3f9d975e2a80387974ade3423260 /ftp | |
parent | 42e87de71fa068033f5b32ec6e5742346720a7c0 (diff) | |
download | freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.tar.gz freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.tar.zst freebsd-ports-gnome-21fe0e465f59fc074a3f28c294b9ffb738f7e9cb.zip |
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftplocate/Makefile | 33 | ||||
-rw-r--r-- | ftp/ftplocate/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftplocate/pkg-descr | 15 | ||||
-rw-r--r-- | ftp/ftplocate/pkg-plist | 42 |
5 files changed, 0 insertions, 93 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 5ff3a0e70803..cf40cdb3ddd0 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -25,7 +25,6 @@ SUBDIR += ftpcube SUBDIR += ftpfind SUBDIR += ftplib - SUBDIR += ftplocate SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile deleted file mode 100644 index e3330328826b..000000000000 --- a/ftp/ftplocate/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: tung@turtle.ee.ncku.edu.tw -# $FreeBSD$ - -PORTNAME= ftplocate -PORTVERSION= 2.02 -CATEGORIES= ftp www -MASTER_SITES= http://turtle.ee.ncku.edu.tw/ftplocate/download/ - -MAINTAINER= tung@turtle.ee.ncku.edu.tw -COMMENT= A ftp search engine supporting filename and description search - -DEPRECATED= Depends on expired textproc/glimpse -EXPIRATION_DATE=2014-04-10 - -RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \ - unzip:${PORTSDIR}/archivers/unzip - -USES= shebangfix perl5 -NO_BUILD= yes -SHEBANG_FILES= bin/*.pl template/ftplocate - -NO_STAGE= yes -post-extract: - @${REINPLACE_CMD} -i '' -e 's|/usr/local/www|${PREFIX}/www|' \ - -e 's|/usr/local/apache/share|${PREFIX}/www|' ${WRKSRC}/install.pl - @${REINPLACE_CMD} -i '' -e 's|/usr/local/bin/ftplocate|${PREFIX}/bin/ftplocate|' \ - -e 's|htdocs|data|' -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/install.pl - -do-install: - @${MKDIR} ${PREFIX}/www/data ${PREFIX}/www/cgi-bin - cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport - -.include <bsd.port.mk> diff --git a/ftp/ftplocate/distinfo b/ftp/ftplocate/distinfo deleted file mode 100644 index 8ee9281bc59c..000000000000 --- a/ftp/ftplocate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ftplocate-2.02.tar.gz) = 5962583d1d0e915c4fa62eed82962464fcbdb01c7c817b34feea3d2cc03af888 -SIZE (ftplocate-2.02.tar.gz) = 55090 diff --git a/ftp/ftplocate/pkg-descr b/ftp/ftplocate/pkg-descr deleted file mode 100644 index 0bb6efbf5d17..000000000000 --- a/ftp/ftplocate/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -FtpLocate is a fast FTP search engine written with Perl. It supports -indexing on multiple FTP servers and generates summaries for them. - -FtpLocate provides the user two types of searching: search by filename -and search by description. Search by filename will group the results -by FTP servers and display the server nearest to the client first. -With search by description, a user can find the files he wants without -knowing the filename. Files with same description will be grouped together. - -See the following URL for more information. - -WWW: http://turtle.ee.ncku.edu.tw/ftplocate/ - -Chung-Kie Tung -tung@turtle.ee.ncku.edu.tw diff --git a/ftp/ftplocate/pkg-plist b/ftp/ftplocate/pkg-plist deleted file mode 100644 index 59ab7d2555cb..000000000000 --- a/ftp/ftplocate/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/ftplocate -www/cgi-bin/ftplocate/config -www/cgi-bin/ftplocate/config.site -www/cgi-bin/ftplocate/dcollect.pl -www/cgi-bin/ftplocate/dindex.pl -www/cgi-bin/ftplocate/dsearch.pl -www/cgi-bin/ftplocate/flcatsite.pl -www/cgi-bin/ftplocate/flcollect.pl -www/cgi-bin/ftplocate/flfilter.pl -www/cgi-bin/ftplocate/flhistory.pl -www/cgi-bin/ftplocate/flindex.pl -www/cgi-bin/ftplocate/flmap.pl -www/cgi-bin/ftplocate/flmodule.pl -www/cgi-bin/ftplocate/flsearch.pl -www/cgi-bin/ftplocate/flserv.pl -www/cgi-bin/ftplocate/flsummary.pl -www/cgi-bin/ftplocate/fltop.pl -www/cgi-bin/ftplocate/fltrain.pl -www/cgi-bin/ftplocate/ftp.pl -www/cgi-bin/ftplocate/indexer.sh -www/cgi-bin/ftplocate/lang.english -www/cgi-bin/ftplocate/lang.zhtw -www/cgi-bin/ftplocate/lchat.pl -www/cgi-bin/ftplocate/log.map -www/cgi-bin/ftplocate/log.system -www/cgi-bin/ftplocate/log.user -www/data/ftplocate/faq.txt -www/data/ftplocate/help.english.html -www/data/ftplocate/help.zhtw.html -www/data/ftplocate/index.html -www/data/ftplocate/readme.english.html -www/data/ftplocate/readme.zhtw.html -@exec install -d -o www -g www -m 755 %D/www/cgi-bin/ftplocate/cache -@exec install -d %D/www/cgi-bin/ftplocate/filelist %D/www/cgi-bin/ftplocate/desc -@exec chown www.www %D/www/cgi-bin/ftplocate/log.user -@dirrm www/data/ftplocate -@dirrm www/cgi-bin/ftplocate/filelist -@dirrm www/cgi-bin/ftplocate/desc -@dirrm www/cgi-bin/ftplocate/cache -@dirrm www/cgi-bin/ftplocate -@dirrmtry www/cgi-bin -@dirrmtry www/data |