diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 16:56:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 16:56:39 +0000 |
commit | 3a1acb18820b59596efc6829877a366535d877a6 (patch) | |
tree | 08db3cb6c3f13b79c15c15ab6d37fcc10202a8b1 /net | |
parent | a098804703fa5494ec6b1af352e39a436588866c (diff) | |
download | pkgsrc-3a1acb18820b59596efc6829877a366535d877a6.tar.gz |
Remove p5-Wais, broken for two branches now and not supported
by the authors any longer.
bad@ ok.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Wais/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Wais/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Wais/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Wais/distinfo | 8 | ||||
-rw-r--r-- | net/p5-Wais/patches/patch-aa | 37 | ||||
-rw-r--r-- | net/p5-Wais/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/p5-Wais/patches/patch-ac | 22 |
8 files changed, 1 insertions, 112 deletions
diff --git a/net/Makefile b/net/Makefile index 827507d5815..fbb18ef7344 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.617 2006/05/21 10:29:09 grant Exp $ +# $NetBSD: Makefile,v 1.618 2006/05/22 16:56:39 wiz Exp $ # COMMENT= Networking tools @@ -303,7 +303,6 @@ SUBDIR+= p5-SNMP-MIB-Compiler SUBDIR+= p5-SNMP_Session SUBDIR+= p5-SOAP-Lite SUBDIR+= p5-Socket6 -SUBDIR+= p5-Wais SUBDIR+= p5-X500-DN SUBDIR+= p5-ispman SUBDIR+= packit diff --git a/net/p5-Wais/DESCR b/net/p5-Wais/DESCR deleted file mode 100644 index 7f5f38d4582..00000000000 --- a/net/p5-Wais/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -This Perl module provides access to the freeWAIS-sf libraries -for interacting with WAIS servers and accessing local WAIS databases -maintained by the freeWAIS-sf server. It also contains support routines -used by SFgate. diff --git a/net/p5-Wais/Makefile b/net/p5-Wais/Makefile deleted file mode 100644 index 7f28e8a3c35..00000000000 --- a/net/p5-Wais/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2006/05/18 20:30:00 wiz Exp $ -# - -DISTNAME= Wais-2.311 -PKGNAME= p5-Wais-2.311 -PKGREVISION= 3 -SVR4_PKGNAME= p5wai -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wais/} - -MAINTAINER= bad@NetBSD.org -COMMENT= Perl5 module for accessing WAIS servers - -BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1 - -DEPENDS+= p5-Curses>=1.02:../../devel/p5-Curses - -PERL5_PACKLIST= auto/Wais/.packlist - -post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \; - -.include "../../lang/perl5/module.mk" -.include "../../net/freewais-sf/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Wais/PLIST b/net/p5-Wais/PLIST deleted file mode 100644 index e3609a3e2c1..00000000000 --- a/net/p5-Wais/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:36 zuntum Exp $ diff --git a/net/p5-Wais/distinfo b/net/p5-Wais/distinfo deleted file mode 100644 index 027a0ef8f00..00000000000 --- a/net/p5-Wais/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:59 agc Exp $ - -SHA1 (Wais-2.311.tar.gz) = d918b34ac082ac5b8deb81a13566e41b39242ed2 -RMD160 (Wais-2.311.tar.gz) = c366efe62d40361185ab7e2818628f28f43b3e50 -Size (Wais-2.311.tar.gz) = 54722 bytes -SHA1 (patch-aa) = 3deb424eaeaa07efdd3c86a3b5505396d043fdf0 -SHA1 (patch-ab) = 62f5c7bd7d2087f75bd349d0fb2102b5f0f51c77 -SHA1 (patch-ac) = c1ae0bdd9fa016aa53a7f8efe9b029715bfe9da6 diff --git a/net/p5-Wais/patches/patch-aa b/net/p5-Wais/patches/patch-aa deleted file mode 100644 index fd9c38072ca..00000000000 --- a/net/p5-Wais/patches/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/08/29 20:48:15 jlam Exp $ - -Until the sources catch up to the current Perl API, we need PERL_POLLUTE -to look like an older perl. - ---- Makefile.PL.orig Mon Aug 3 12:59:14 1998 -+++ Makefile.PL -@@ -32,17 +32,17 @@ - 'PREREQ_PM' => { Curses => 0, - }, - 'LIBS' => "-L$Config{ldflags} -lwais", -- 'INC' => "-DWAIS_USES_STDIO -I$Config{cppflags}", -+ 'INC' => "-DWAIS_USES_STDIO $Config{cppflags}", - 'NAME' => 'Wais', - 'VERSION_FROM' => 'lib/Wais.pm', -- 'DEFINE' => '-DTRACE=0', -+ 'DEFINE' => '-DTRACE=0 -DPERL_POLLUTE=1', - 'OBJECT' => "Wais.o HTWAIS.o dictionary.o", - 'dist' => { SUFFIX => 'gz', - COMPRESS => 'gzip -9f', - PREOP => 'pod2text lib/Wais.pm > README; pod2text install > INSTALL', - }, - 'MAP_TARGET' => 'waisperl', -- 'EXE_FILES' => [ qw(script/inspect script/makedb) ], -+ 'EXE_FILES' => [ qw(script/inspect) ], - ); - - -@@ -55,7 +55,7 @@ - my $self = shift; - - qq[ --install :: register -+#install :: register - - register :: - \t] . $self->{NOECHO} . q[$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) \ diff --git a/net/p5-Wais/patches/patch-ab b/net/p5-Wais/patches/patch-ab deleted file mode 100644 index 26d86bc09d0..00000000000 --- a/net/p5-Wais/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/05/11 14:03:13 bad Exp $ - ---- Wais.xs.orig Tue May 13 09:22:59 1997 -+++ Wais.xs Mon May 10 01:36:28 1999 -@@ -44,7 +44,7 @@ - init_Wais() - { - /* This is a hack to allow for embedding in freeWAIS-sf */ --#ifndef HAS_GRUNDFORM /* freeWAIS-sf >= 2.1.1 */ -+#ifndef WAIS_EMBED /* freeWAIS-sf >= 2.1.1 */ - int my_perl_inited; - #else - extern int my_perl_inited; diff --git a/net/p5-Wais/patches/patch-ac b/net/p5-Wais/patches/patch-ac deleted file mode 100644 index 820f1708266..00000000000 --- a/net/p5-Wais/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/05/11 14:03:13 bad Exp $ - ---- lib/Wais.pm.orig Mon Aug 3 18:59:14 1998 -+++ lib/Wais.pm Mon May 10 23:58:41 1999 -@@ -197,7 +197,7 @@ - last unless $message; - $presult = &Wais::Search::new($message); - $result->add('document', $presult); -- last if length($presult->text) != $Wais::CHARS_PER_PAGE; -+ last if length($result->text) != $Wais::CHARS_PER_PAGE; - } - } else { - $fh = new IO::Socket::INET(PeerAddr => $host, -@@ -215,7 +215,7 @@ - $fh->read($message, $length); - $presult = &Wais::Search::new($message); - $result->add('document', $presult); -- last if length($presult->text) != $Wais::CHARS_PER_PAGE; -+ last if length($result->text) != $Wais::CHARS_PER_PAGE; - } - $fh->close; - } |