aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/freegrep/Makefile35
-rw-r--r--textproc/freegrep/distinfo2
-rw-r--r--textproc/freegrep/files/patch-aa16
-rw-r--r--textproc/freegrep/pkg-descr3
6 files changed, 1 insertions, 57 deletions
diff --git a/MOVED b/MOVED
index 475f6907ac23..932c3ceb86e3 100644
--- a/MOVED
+++ b/MOVED
@@ -4400,3 +4400,4 @@ emulators/fceu-server|emulators/fceux|2013-06-21|Has expired: Replaced by emulat
graphics/py-graphillion|math/py-graphillion|2013-06-22|Correct category assignment
net-im/mikutter003||2013-06-23|Obsolete: Use net-im/mikutter instead of this
www/rubygem-addressable22||2013-06-23|Removed
+textproc/freegrep||2013-06-27|Has expired: included in base
diff --git a/textproc/Makefile b/textproc/Makefile
index 835d8ef2389a..df59d6d37449 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -191,7 +191,6 @@
SUBDIR += fop
SUBDIR += fpc-aspell
SUBDIR += fpc-libxml2
- SUBDIR += freegrep
SUBDIR += freexl
SUBDIR += fy-aspell
SUBDIR += ga-aspell
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
deleted file mode 100644
index db05047f7009..000000000000
--- a/textproc/freegrep/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: grep
-# Date created: 8 June 1999
-# Whom: Sheldon Hearn <sheldonh@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= freegrep
-PORTVERSION= 1.1
-CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.jameshoward.us/pub/howardjp/grep/ \
- http://github.com/downloads/howardjp/freegrep/
-DISTNAME= grep-${PORTVERSION}
-
-MAINTAINER= jh@jameshoward.us
-COMMENT= An implementation of grep(1) under a BSD-friendly license
-
-DEPRECATED= included in base
-EXPIRATION_DATE= 2013-06-27
-
-USE_BZIP2= YES
-
-PLIST_FILES= bin/grep \
- bin/egrep \
- bin/fgrep \
- bin/zgrep \
- bin/zegrep \
- bin/zfgrep
-
-MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 zegrep.1 zfgrep.1
-
-post-extract:
- @(cd ${WRKSRC}; ${RM} -f .depend)
-
-.include <bsd.port.mk>
diff --git a/textproc/freegrep/distinfo b/textproc/freegrep/distinfo
deleted file mode 100644
index 944c28a4c2be..000000000000
--- a/textproc/freegrep/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (grep-1.1.tar.bz2) = 632c4b2efb14f65bbfe86ae3bcec2517aae1d380539352a2e67d2d2c3dc39513
-SIZE (grep-1.1.tar.bz2) = 14089
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa
deleted file mode 100644
index 999f96408e51..000000000000
--- a/textproc/freegrep/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig 2010-06-07 19:39:01.000000000 -0500
-+++ Makefile 2010-06-08 19:14:59.000000000 -0500
-@@ -15,7 +15,12 @@
- grep.1 zegrep.1 \
- grep.1 zfgrep.1
-
--CFLAGS+= -Wall
-+DESTDIR= ${PREFIX}
-+BINDIR= /bin
-+MANDIR= /man/man
-+NO_MANCOMPRESS= 1
-+
-+CFLAGS+= -Wall -pedantic
-
- .if ${OPSYS} == "Minix"
- CPPFLAGS+= -DNOZ -D_POSIX_SOURCE -D_MINIX
diff --git a/textproc/freegrep/pkg-descr b/textproc/freegrep/pkg-descr
deleted file mode 100644
index 2a7a2ebbfc24..000000000000
--- a/textproc/freegrep/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is an implementation of grep(1) intended as a replacement for
-FreeBSD's GNU grep. GNU grep falls under GPL, while this implementation
-is under a BSD-friendly licence.