aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-02 10:33:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-02 10:33:06 +0800
commit2853f7e15edd7405ab7cce710c5fba77837328cc (patch)
tree615ae0f18bacb3e94d7ef4a6942810540e5f6a83 /textproc
parent7e29a2c3ff318b77785bf2d163fe4b4c22892263 (diff)
downloadfreebsd-ports-gnome-2853f7e15edd7405ab7cce710c5fba77837328cc.tar.gz
freebsd-ports-gnome-2853f7e15edd7405ab7cce710c5fba77837328cc.tar.zst
freebsd-ports-gnome-2853f7e15edd7405ab7cce710c5fba77837328cc.zip
Remove expired ports:
2015-05-31 ports-mgmt/porteasy: Does not support pkgng 2015-05-31 textproc/hgrep: Not needed any more, base grep has coloring support 2015-05-26 www/diamanda: Broken for more than 6 months
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/hgrep/Makefile24
-rw-r--r--textproc/hgrep/distinfo2
-rw-r--r--textproc/hgrep/files/patch-Makefile39
-rw-r--r--textproc/hgrep/pkg-descr6
-rw-r--r--textproc/hgrep/pkg-plist6
6 files changed, 0 insertions, 78 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c24d31005cbb..18950b573d1d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -218,7 +218,6 @@
SUBDIR += gv-aspell
SUBDIR += heirloom-doctools
SUBDIR += hevea
- SUBDIR += hgrep
SUBDIR += hhm
SUBDIR += hi-aspell
SUBDIR += highlight
diff --git a/textproc/hgrep/Makefile b/textproc/hgrep/Makefile
deleted file mode 100644
index 8de44a68e177..000000000000
--- a/textproc/hgrep/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Aaron Zauner <az_mail@gmx.at>
-# $FreeBSD$
-
-PORTNAME= hgrep
-PORTVERSION= 1.0
-CATEGORIES= textproc
-MASTER_SITES= http://www.acme.com/software/hgrep/
-DISTNAME= ${PORTNAME}_04oct1999
-
-MAINTAINER= azet@azet.org
-COMMENT= Nice Highlighting Hack for grep
-
-WRKSRC= ${WRKDIR}/hgrep
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 && ${ARCH} == amd64
-BROKEN= does not build on 10.x+ amd64
-.endif
-
-DEPRECATED= Not needed any more: base grep has coloring support
-EXPIRATION_DATE= 2015-05-31
-
-.include <bsd.port.post.mk>
diff --git a/textproc/hgrep/distinfo b/textproc/hgrep/distinfo
deleted file mode 100644
index ea1327b96b75..000000000000
--- a/textproc/hgrep/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (hgrep_04oct1999.tar.gz) = 376a9972857fc3afcc20a606cb14b5702ac67be651b60240be26caadb7f7ffcc
-SIZE (hgrep_04oct1999.tar.gz) = 3860
diff --git a/textproc/hgrep/files/patch-Makefile b/textproc/hgrep/files/patch-Makefile
deleted file mode 100644
index 4be754283f2c..000000000000
--- a/textproc/hgrep/files/patch-Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
---- ./Makefile.orig 1999-10-05 02:43:40.000000000 +0000
-+++ ./Makefile 2014-01-28 14:29:53.000000000 +0000
-@@ -8,10 +8,9 @@
-
- # CONFIGURE: your favorite C compiler
- #CC = cc
--CC = gcc -ansi -pedantic -fpcc-struct-return
-
- # CONFIGURE: your favorite C flags
--CFLAGS = -O
-+CFLAGS = -O -ansi -pedantic -fpcc-struct-return
- #CFLAGS = -g -O
-
- # CONFIGURE: your favorite loader flags
-@@ -51,18 +50,18 @@
-
- install.bin: all
- for i in $(EXES) ; do \
-- rm -f $(BINDIR)/$$i ; \
-- cp $$i $(BINDIR) ; \
-+ rm -f $(DESTDIR)$(BINDIR)/$$i ; \
-+ cp $$i $(DESTDIR)$(BINDIR) ; \
- done
- for l in a e f n ; do \
-- rm -f $(BINDIR)/h$${l}grep ; \
-- ln -s $(BINDIR)/hgrep $(BINDIR)/h$${l}grep ; \
-+ rm -f $(DESTDIR)$(BINDIR)/h$${l}grep ; \
-+ ln -s $(BINDIR)/hgrep $(DESTDIR)$(BINDIR)/h$${l}grep ; \
- done
-
- install.man:
- for i in $(MANS) ; do \
-- rm -f $(MANDIR)/$$i.1 ; \
-- cp $$i.1 $(MANDIR) ; \
-+ rm -f $(DESTDIR)$(MANDIR)/$$i.1 ; \
-+ cp $$i.1 $(DESTDIR)$(MANDIR) ; \
- done
-
- clean:
diff --git a/textproc/hgrep/pkg-descr b/textproc/hgrep/pkg-descr
deleted file mode 100644
index c3737f1ca4aa..000000000000
--- a/textproc/hgrep/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Hgrep is a trivial, but cute, front-end for grep.
-It takes the results of the grep and
-highlights the word that was searched for.
-Very nice for some fast text searches.
-
-WWW: http://www.acme.com/software/hgrep/
diff --git a/textproc/hgrep/pkg-plist b/textproc/hgrep/pkg-plist
deleted file mode 100644
index 066d95e3971d..000000000000
--- a/textproc/hgrep/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/hgrep
-bin/hagrep
-bin/hegrep
-bin/hfgrep
-bin/hngrep
-man/man1/hgrep.1.gz