diff options
author | rene <rene@FreeBSD.org> | 2016-10-21 03:59:01 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-10-21 03:59:01 +0800 |
commit | e8af3ee5839a4a352b61595da83512f20c82f6e9 (patch) | |
tree | cec6aa9bd08c8839b09bc13109ff739f1254550f /misc | |
parent | 0e8b28683723b45096936f350e88c1e3f01e3662 (diff) | |
download | freebsd-ports-gnome-e8af3ee5839a4a352b61595da83512f20c82f6e9.tar.gz freebsd-ports-gnome-e8af3ee5839a4a352b61595da83512f20c82f6e9.tar.zst freebsd-ports-gnome-e8af3ee5839a4a352b61595da83512f20c82f6e9.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/jive/Makefile | 24 | ||||
-rw-r--r-- | misc/jive/distinfo | 2 | ||||
-rw-r--r-- | misc/jive/files/patch-jive.l | 11 | ||||
-rw-r--r-- | misc/jive/files/patch-main.c | 11 | ||||
-rw-r--r-- | misc/jive/pkg-descr | 2 | ||||
-rw-r--r-- | misc/jive/pkg-plist | 2 |
7 files changed, 0 insertions, 53 deletions
diff --git a/misc/Makefile b/misc/Makefile index bea7caaf48fd..3ad5e4a77b08 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -184,7 +184,6 @@ SUBDIR += iso-codes SUBDIR += jargon SUBDIR += jbidwatcher - SUBDIR += jive SUBDIR += kbdscan SUBDIR += kcd SUBDIR += kde-thumbnailer-chm 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 |