summaryrefslogtreecommitdiff
path: root/textproc/permute
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/permute')
-rw-r--r--textproc/permute/Makefile22
-rw-r--r--textproc/permute/distinfo2
-rw-r--r--textproc/permute/files/patch-Makefile8
-rw-r--r--textproc/permute/files/patch-permute.cpp15
-rw-r--r--textproc/permute/pkg-descr4
5 files changed, 0 insertions, 51 deletions
diff --git a/textproc/permute/Makefile b/textproc/permute/Makefile
deleted file mode 100644
index 17e99c4c2cf4..000000000000
--- a/textproc/permute/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: erik@smluc.org
-# $FreeBSD$
-
-PORTNAME= permute
-PORTVERSION= 1.0
-CATEGORIES= textproc
-MASTER_SITES= http://atlas.kennesaw.edu/~rbentley/
-
-MAINTAINER= erik@bz.bzflag.bz
-COMMENT= Generate all permutations of lines from stdin
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/${PORTNAME}
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/textproc/permute/distinfo b/textproc/permute/distinfo
deleted file mode 100644
index 9b1858a8ba0d..000000000000
--- a/textproc/permute/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (permute-1.0.tar.gz) = 62bb7649f07d8ec039de3b68306c1d561054b7e5376918ae3c4da0d6e423c9b2
-SIZE (permute-1.0.tar.gz) = 10489
diff --git a/textproc/permute/files/patch-Makefile b/textproc/permute/files/patch-Makefile
deleted file mode 100644
index 627ccebead99..000000000000
--- a/textproc/permute/files/patch-Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- Makefile.orig Fri Jul 14 14:51:01 2000
-+++ Makefile Thu Sep 8 07:24:24 2005
-@@ -1,3 +1,3 @@
-+all: permute
- permute: permute.cpp
-- g++ -o permute permute.cpp
-- strip permute
-+ ${CXX} ${CXXFLAGS} -o permute permute.cpp
diff --git a/textproc/permute/files/patch-permute.cpp b/textproc/permute/files/patch-permute.cpp
deleted file mode 100644
index cafa0e84e6f4..000000000000
--- a/textproc/permute/files/patch-permute.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- permute.cpp.orig Fri Jul 14 14:51:01 2000
-+++ permute.cpp Thu Sep 8 07:07:31 2005
-@@ -18,8 +18,10 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
- #include <assert.h>
--#include <iostream.h>
--#include <string.h>
-+#include <iostream>
-+#include <string>
-+
-+using namespace std;
-
- //=============================================================================
- //
diff --git a/textproc/permute/pkg-descr b/textproc/permute/pkg-descr
deleted file mode 100644
index 842379871873..000000000000
--- a/textproc/permute/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Permute is a simple program to read lines from standard input and
-generate all possible permutations of those lines.
-
-WWW: http://atlas.kennesaw.edu/~rbentley/