summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-01 12:22:41 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-01 12:22:41 +0000
commit41196017304095a4c9da06deaf99c060fdd05366 (patch)
tree1c0a65fb0cb4a7796c32cb6cb345ec4842a9a6bb /textproc
parent- Reset maintainer to ports@ (diff)
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 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/referrercop/Makefile44
-rw-r--r--textproc/referrercop/distinfo2
-rw-r--r--textproc/referrercop/pkg-descr5
-rw-r--r--textproc/referrercop/pkg-plist4
5 files changed, 0 insertions, 56 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b4ec2bd5a75c..0e81de7bebd0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1244,7 +1244,6 @@
SUBDIR += redland-bindings
SUBDIR += redland-bindings-python
SUBDIR += refdb
- SUBDIR += referrercop
SUBDIR += reflex
SUBDIR += replaceit
SUBDIR += resume
diff --git a/textproc/referrercop/Makefile b/textproc/referrercop/Makefile
deleted file mode 100644
index 4bf9d342c5e8..000000000000
--- a/textproc/referrercop/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: Ryan Grove <ryan@wonko.com>
-# $FreeBSD$
-
-PORTNAME= referrercop
-PORTVERSION= 1.1.0
-CATEGORIES= textproc www ruby
-MASTER_SITES= http://wonko.com/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Filters referrer spam from Apache logs and AWStats data files
-
-DEPRECATED= distfile unfetchable
-EXPIRATION_DATE=2014-01-01
-
-NO_BUILD= yes
-USE_RUBY= yes
-USE_RUBY_FEATURES= fileutils optparse ruby18
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/referrercop ${PREFIX}/bin
-
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/blacklist.refcop ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/whitelist.refcop.sample ${DATADIR}
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/HISTORY ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-
- ${MKDIR} ${DOCSDIR}/rdoc
- cd ${WRKSRC}/doc; ${FIND} . \
- | ${CPIO} -pdm -R root:wheel ${DOCSDIR}/rdoc
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/textproc/referrercop/distinfo b/textproc/referrercop/distinfo
deleted file mode 100644
index 5a9dac5362ec..000000000000
--- a/textproc/referrercop/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (referrercop-1.1.0.tar.gz) = 45c164e8dc677e29b32030d72407384b90c1e41529d27a91b31c60a518daed88
-SIZE (referrercop-1.1.0.tar.gz) = 79606
diff --git a/textproc/referrercop/pkg-descr b/textproc/referrercop/pkg-descr
deleted file mode 100644
index fc0158c49190..000000000000
--- a/textproc/referrercop/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
- ReferrerCop parses Apache log files or AWStats data files and removes entries
- for referring URLs that match a list of known referrer spammers. It then
- returns the filtered files via standard output.
-
-Author: Ryan Grove <ryan@wonko.com>
diff --git a/textproc/referrercop/pkg-plist b/textproc/referrercop/pkg-plist
deleted file mode 100644
index b96457c97bb6..000000000000
--- a/textproc/referrercop/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/referrercop
-%%DATADIR%%/blacklist.refcop
-%%DATADIR%%/whitelist.refcop.sample
-@dirrm %%DATADIR%%