diff options
author | rene <rene@FreeBSD.org> | 2014-01-01 20:22:41 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-01 20:22:41 +0800 |
commit | ef219396bd4ce750c7067a2429e8f6a4377bb1c1 (patch) | |
tree | 1c0a65fb0cb4a7796c32cb6cb345ec4842a9a6bb /devel | |
parent | 856ee076dcd13bc603d8689936ccfb030a96f93e (diff) | |
download | freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.tar.gz freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.tar.zst freebsd-ports-gnome-ef219396bd4ce750c7067a2429e8f6a4377bb1c1.zip |
Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Dialog/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Dialog/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Dialog/files/patch-Dialog.xs | 26 | ||||
-rw-r--r-- | devel/p5-Dialog/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Dialog/pkg-plist | 14 |
6 files changed, 0 insertions, 75 deletions
diff --git a/devel/Makefile b/devel/Makefile index 27091710e560..aa390ebef313 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1890,7 +1890,6 @@ SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB - SUBDIR += p5-Dialog SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile deleted file mode 100644 index 972b013eb95b..000000000000 --- a/devel/p5-Dialog/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Yen-Ming Lee <leeym@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= Dialog -PORTVERSION= 0.03 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= rodrigo@bebik.net -COMMENT= Perl interface to dialog(3) - -USES= perl5 -USE_PERL5= configure - -MAN3= Dialog.3 - -EXPIRATION_DATE=2014-01-01 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 900000 -BROKEN= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. -.else -DEPRECATED= Does not build after FreeBSD 9.0. Use devel/p5-UI-Dialog instead. -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-Dialog/distinfo b/devel/p5-Dialog/distinfo deleted file mode 100644 index 5f9c9288f3de..000000000000 --- a/devel/p5-Dialog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Dialog-0.03.tar.gz) = c9c8e4d3cdcf366211f7aff58fb1c1fab43a20db80309270d514bef580f2a29d -SIZE (Dialog-0.03.tar.gz) = 7736 diff --git a/devel/p5-Dialog/files/patch-Dialog.xs b/devel/p5-Dialog/files/patch-Dialog.xs deleted file mode 100644 index 5adc5533e349..000000000000 --- a/devel/p5-Dialog/files/patch-Dialog.xs +++ /dev/null @@ -1,26 +0,0 @@ ---- Dialog.xs.orig Thu Apr 5 11:38:53 2007 -+++ Dialog.xs Thu Apr 5 11:39:07 2007 -@@ -309,6 +309,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result; - size_t size = 0, tmpsz, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,2 * item_no,uchar*); -@@ -341,6 +342,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result, *strb, *stre; - size_t size = 1, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,3 * item_no,uchar*); -@@ -381,6 +383,7 @@ - uchar **item_list, **item_ptr, *item; - uchar *result; - size_t size = 0, tmpsz, len; -+ STRLEN na; - PPCODE: - item_no = items - 5; - New(0,item_list,3 * item_no,uchar*); diff --git a/devel/p5-Dialog/pkg-descr b/devel/p5-Dialog/pkg-descr deleted file mode 100644 index 6872bbb92e52..000000000000 --- a/devel/p5-Dialog/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Dialog - Perl interface to dialog(3) - -WWW: http://search.cpan.org/dist/Dialog/ diff --git a/devel/p5-Dialog/pkg-plist b/devel/p5-Dialog/pkg-plist deleted file mode 100644 index 09cfeb75c9e1..000000000000 --- a/devel/p5-Dialog/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/Const.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TButton.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TInputLine.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Dialog/TLabel.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Const/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Dialog.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Dialog.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/autosplit.ix -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog/Const -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dialog -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Dialog |