diff options
author | rene <rene@FreeBSD.org> | 2013-06-27 16:46:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-06-27 16:46:46 +0800 |
commit | 4e8ee02cddb26574f030b540073f064e94f0f2e3 (patch) | |
tree | 7aa1b68b53b20fd66979b67338fcd2d7bd506160 /textproc | |
parent | 4144ed3cea5d9ca4da42bba9a1de4e65d9ad24e1 (diff) | |
download | freebsd-ports-gnome-4e8ee02cddb26574f030b540073f064e94f0f2e3.tar.gz freebsd-ports-gnome-4e8ee02cddb26574f030b540073f064e94f0f2e3.tar.zst freebsd-ports-gnome-4e8ee02cddb26574f030b540073f064e94f0f2e3.zip |
Remove expired port:
2013-06-27 textproc/freegrep: included in base
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/freegrep/Makefile | 35 | ||||
-rw-r--r-- | textproc/freegrep/distinfo | 2 | ||||
-rw-r--r-- | textproc/freegrep/files/patch-aa | 16 | ||||
-rw-r--r-- | textproc/freegrep/pkg-descr | 3 |
5 files changed, 0 insertions, 57 deletions
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. |