aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep2
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sgrep2')
-rw-r--r--textproc/sgrep2/Makefile23
-rw-r--r--textproc/sgrep2/distinfo1
-rw-r--r--textproc/sgrep2/files/patch-aa30
-rw-r--r--textproc/sgrep2/files/patch-ab11
-rw-r--r--textproc/sgrep2/pkg-comment1
-rw-r--r--textproc/sgrep2/pkg-descr11
-rw-r--r--textproc/sgrep2/pkg-plist2
7 files changed, 0 insertions, 79 deletions
diff --git a/textproc/sgrep2/Makefile b/textproc/sgrep2/Makefile
deleted file mode 100644
index 064c20c8ed76..000000000000
--- a/textproc/sgrep2/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: sgrep
-# Version required: 0.99
-# Date created: Apr 29 1998
-# Whom: <koshy@india.hp.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= sgrep-0.99
-CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/
-
-MAINTAINER= jkoshy@freebsd.org
-
-MAN1= sgrep.1
-
-# Override the install target in the supplied makefile
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${MANPREFIX}/man/man1
- ${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${PREFIX}/share/sgreprc
-
-.include <bsd.port.mk>
diff --git a/textproc/sgrep2/distinfo b/textproc/sgrep2/distinfo
deleted file mode 100644
index 67caeb5d7f9f..000000000000
--- a/textproc/sgrep2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sgrep-0.99.tar.gz) = af09a90c4f1929bfae4818c8962a8907
diff --git a/textproc/sgrep2/files/patch-aa b/textproc/sgrep2/files/patch-aa
deleted file mode 100644
index d4e33b33f4dd..000000000000
--- a/textproc/sgrep2/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile-- Wed Apr 29 12:08:55 1998
-+++ Makefile Wed Apr 29 12:20:29 1998
-@@ -10,11 +10,11 @@
- #
-
- # This is where the executable goes
--BINDIR = /usr/local/bin/
-+BINDIR = ${PREFIX}/bin
- # Where sgrep library files are placed (sgreprc)
--LIBDIR = /usr/local/lib
-+LIBDIR = ${PREFIX}/share
- # Where the manual page goes
--MANFILE = /usr/local/man/man1/sgrep.1
-+MANFILE = ${PREFIX}/man/man1/sgrep.1
- # Where the sample rc file goes
- RCFILE = $(LIBDIR)/sgreprc
- # If you can't install as root you might wan't to use this as rc file
-@@ -45,11 +45,7 @@
- clean:
- -rm -f $(OBJECTS)
-
--install: sgrep
-- cp sgrep $(BINDIR)/sgrep
-- chmod 755 $(BINDIR)/sgrep
-- cp sgrep.1 $(MANFILE)
-- chmod 644 $(MANFILE)
-+install:
-
- install.rc: sample.sgreprc
- cp sample.sgreprc $(RCFILE)
diff --git a/textproc/sgrep2/files/patch-ab b/textproc/sgrep2/files/patch-ab
deleted file mode 100644
index 25d8e32eaa4d..000000000000
--- a/textproc/sgrep2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- sgrep.1-- Wed Apr 29 12:26:40 1998
-+++ sgrep.1 Wed Apr 29 12:26:49 1998
-@@ -91,7 +91,7 @@
- \fB$HOME/.sgreprc,\fP
- or if it doesn't exist,
- from file
--\fB/usr/lib/sgreprc, \fP
-+\fB/usr/local/share/sgreprc, \fP
- and then from the command line. Different behavior
- can be specified through command line options.
- .Pp
diff --git a/textproc/sgrep2/pkg-comment b/textproc/sgrep2/pkg-comment
deleted file mode 100644
index aba672ded677..000000000000
--- a/textproc/sgrep2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A `grep' for structured text like SGML and HTML
diff --git a/textproc/sgrep2/pkg-descr b/textproc/sgrep2/pkg-descr
deleted file mode 100644
index c2ca2e0968c7..000000000000
--- a/textproc/sgrep2/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-`sgrep' (structured grep) is a tool for searching text files and
-filtering text streams using structural criteria. Complex criteria
-can be specified as macros using M4.
-
-Sgrep was created by:
-
- Jani Jaakkola, email:Jani.Jaakkola@helsinki.fi
- Pekka Kilpelainen, email: Pekka.Kilpelainen@helsinki.fi
-
-- Koshy
- <jkoshy@acm.org>
diff --git a/textproc/sgrep2/pkg-plist b/textproc/sgrep2/pkg-plist
deleted file mode 100644
index 23474556557d..000000000000
--- a/textproc/sgrep2/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/sgrep
-share/sgreprc