aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-09-20 17:59:59 +0800
committerrene <rene@FreeBSD.org>2013-09-20 17:59:59 +0800
commitfa080defeb647ba72d62f433e9f9e4244502e435 (patch)
treed0795d40ad9a4d150bea1fdced2dc9eddea69d03 /textproc
parentd0c4286ff867444a94373978d6720cd59bdc9e21 (diff)
downloadfreebsd-ports-gnome-fa080defeb647ba72d62f433e9f9e4244502e435.tar.gz
freebsd-ports-gnome-fa080defeb647ba72d62f433e9f9e4244502e435.tar.zst
freebsd-ports-gnome-fa080defeb647ba72d62f433e9f9e4244502e435.zip
Remove expired port:
2013-09-20 textproc/rotix: no longer maintained upstream
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rotix/Makefile30
-rw-r--r--textproc/rotix/distinfo2
-rw-r--r--textproc/rotix/files/patch-Makefile25
-rw-r--r--textproc/rotix/files/patch-configure14
-rw-r--r--textproc/rotix/pkg-descr6
6 files changed, 0 insertions, 78 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 926b15911e1f..f6c5782b32e0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1259,7 +1259,6 @@
SUBDIR += ro-mythes
SUBDIR += roap
SUBDIR += rot
- SUBDIR += rotix
SUBDIR += rss2html
SUBDIR += rst.el
SUBDIR += rtf2html
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile
deleted file mode 100644
index a2975359a7eb..000000000000
--- a/textproc/rotix/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: lintux@debian.org
-# $FreeBSD$
-
-PORTNAME= rotix
-PORTVERSION= 0.82
-PORTREVISION= 5
-CATEGORIES= textproc
-MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${DISTNAME}/
-
-MAINTAINER= lintux@debian.org
-COMMENT= A program to generate rotational obfuscations
-
-DEPRECATED= no longer maintained upstream
-EXPIRATION_DATE=2013-09-20
-
-USES= gettext
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --i18n=1
-CONFIGURE_ENV= EXPR_COMPAT=1
-
-MAN1= rotix.1
-
-PLIST_FILES= bin/rotix share/locale/nl/LC_MESSAGES/rotix.mo
-
-post-patch:
- @${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
- ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/textproc/rotix/distinfo b/textproc/rotix/distinfo
deleted file mode 100644
index 05bbc6fe3835..000000000000
--- a/textproc/rotix/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rotix-0.82.tar.gz) = 7a0821f7fef0154433dad613183790eef84e88d0798bb6c07826b9731db05066
-SIZE (rotix-0.82.tar.gz) = 15231
diff --git a/textproc/rotix/files/patch-Makefile b/textproc/rotix/files/patch-Makefile
deleted file mode 100644
index b54a5364aa1f..000000000000
--- a/textproc/rotix/files/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Thu Jan 17 16:43:08 2002
-+++ Makefile Wed Mar 20 04:43:31 2002
-@@ -25,11 +25,11 @@
- ifdef DEBUG
- CFLAGS = -g3
- else
--CFLAGS = -O3
-+CFLAGS = %%CFLAGS%%
- endif
-
- ifdef I18N
--CFLAGS += -DPACKAGE=\"${PACKAGE}\" -D LOCALEDIR=\"${LOCALE}\"
-+CFLAGS += -DPACKAGE=\"${PACKAGE}\" -D LOCALEDIR=\"${LOCALE}\" -I%%LOCALBASE%%/include
- endif
-
- ifdef NO_GETOPT_LONG
-@@ -39,7 +39,7 @@
- all : rotix po
-
- rotix : rot.o help.o rotix.o
-- $(CC) -Wall $(CFLAGS) -o rotix rot.o help.o rotix.o
-+ $(CC) -Wall $(CFLAGS) -o rotix rot.o help.o rotix.o -L%%LOCALBASE%%/lib -lintl
- ifdef STRIP
- ifndef DEBUG
- $(STRIP) rotix
diff --git a/textproc/rotix/files/patch-configure b/textproc/rotix/files/patch-configure
deleted file mode 100644
index cdea1169990a..000000000000
--- a/textproc/rotix/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig Sun Jan 27 13:00:06 2002
-+++ configure Sun Oct 20 03:32:06 2002
-@@ -83,9 +83,9 @@
- fi
-
- if type gcc > /dev/null 2> /dev/null; then
-- echo "CC=gcc" >> Makefile.settings;
-+ echo "CC?=gcc" >> Makefile.settings;
- elif type cc > /dev/null 2> /dev/null; then
-- echo "CC=cc" >> Makefile.settings;
-+ echo "CC?=cc" >> Makefile.settings;
- else
- echo 'Cannot find a C compiler, aborting.'
- exit 1;
diff --git a/textproc/rotix/pkg-descr b/textproc/rotix/pkg-descr
deleted file mode 100644
index b992d20a25bd..000000000000
--- a/textproc/rotix/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Rotix allows you to generate rotational obfuscations, like the world-famous
-ROT-13. Note that this is not an encryption pack.
-
-Install Rotix if you want to generate ROT-13 variants.
-
-WWW: http://elektron.its.tudelft.nl/~hemmin98/rotix.html