summaryrefslogtreecommitdiff
path: root/misc/jive
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-10-20 19:59:01 +0000
committerRene Ladan <rene@FreeBSD.org>2016-10-20 19:59:01 +0000
commit7d4b5f5a123160bcf5250eb06f02ce127c876458 (patch)
treecec6aa9bd08c8839b09bc13109ff739f1254550f /misc/jive
parentnet-mgmt/unifi4: Mark DEPRECATED (diff)
Remove non-php55 expired ports:
2016-10-20 misc/jive: Offensive 2016-10-20 devel/pecl-spread: Works only with EOL php 5.5 2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5 2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5 2016-10-20 devel/pecl-shape: Works only with EOL php 5.5 2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5 2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5 2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5 2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5 2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5 2016-10-20 devel/pecl-operator: Works only with EOL php 5.5 2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5 2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5 2016-10-20 devel/pecl-automap: Works only with EOL php 5.5 2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5 2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5
Notes
Notes: svn path=/head/; revision=424353
Diffstat (limited to 'misc/jive')
-rw-r--r--misc/jive/Makefile24
-rw-r--r--misc/jive/distinfo2
-rw-r--r--misc/jive/files/patch-jive.l11
-rw-r--r--misc/jive/files/patch-main.c11
-rw-r--r--misc/jive/pkg-descr2
-rw-r--r--misc/jive/pkg-plist2
6 files changed, 0 insertions, 52 deletions
diff --git a/misc/jive/Makefile b/misc/jive/Makefile
deleted file mode 100644
index a87b015ee54d..000000000000
--- a/misc/jive/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.com)
-# $FreeBSD$
-
-PORTNAME= jive
-PORTVERSION= 1.1
-CATEGORIES= misc
-MASTER_SITES= LOCAL/obrien ftp://nuxi.ucdavis.edu/pub/misc/
-
-MAINTAINER= swills@FreeBSD.org
-COMMENT= Filter that converts English text to Jive
-
-DEPRECATED= Offensive
-EXPIRATION_DATE= 2016-10-20
-
-CONFLICTS= filters-2* talkfilters-2*
-
-WRKSRC= ${WRKDIR}/jive
-MAKE_ARGS+= CC=${CC:Q} CFLAGS=${CFLAGS:Q}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/jive ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/jive.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/misc/jive/distinfo b/misc/jive/distinfo
deleted file mode 100644
index c2d849384168..000000000000
--- a/misc/jive/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jive-1.1.tar.gz) = 3463d80ad159a27d9fcf87f163a7be5eba39dbf15c5156f052798b81271523f2
-SIZE (jive-1.1.tar.gz) = 4637
diff --git a/misc/jive/files/patch-jive.l b/misc/jive/files/patch-jive.l
deleted file mode 100644
index 7cbd83f426ce..000000000000
--- a/misc/jive/files/patch-jive.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- jive.l.orig 1997-02-03 11:04:51.000000000 +0000
-+++ jive.l
-@@ -8,7 +8,7 @@ BW [ ]
- EW [ .,;!?]
-
- %{
--#define YY_DECL char * yylex YY_PROTO(( void ))
-+#define YY_DECL char * yylex ( void )
- char buf[128];
- %}
-
diff --git a/misc/jive/files/patch-main.c b/misc/jive/files/patch-main.c
deleted file mode 100644
index 31bd1052016b..000000000000
--- a/misc/jive/files/patch-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.c.orig 1997-02-03 10:59:32.000000000 +0000
-+++ main.c
-@@ -7,7 +7,7 @@ char *yylex();
- int main()
- {
- char *line;
-- while(line = yylex()){
-+ while((line = yylex())){
- printf("%s", line);
- }
- return 0;
diff --git a/misc/jive/pkg-descr b/misc/jive/pkg-descr
deleted file mode 100644
index c26174ccfe11..000000000000
--- a/misc/jive/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Jive is a filter that converts English text to Jive.
-Jive reads from standard input and writes to standard output.
diff --git a/misc/jive/pkg-plist b/misc/jive/pkg-plist
deleted file mode 100644
index 9fb7f303f765..000000000000
--- a/misc/jive/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/jive
-man/man1/jive.1.gz