Add missing @dirrm, don't build modules on static architectures.
From: Michael Coulter <mjc@bitz.ca>.
This commit is contained in:
parent
fb491062e9
commit
0d43e7ce2d
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/07/23 18:09:10 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/Server.pm
|
||||
${P5SITE}/Net/Server/Daemonize.pm
|
||||
${P5SITE}/Net/Server/Fork.pm
|
||||
@ -14,6 +14,7 @@ ${P5SITE}/Net/Server/Proto/UDP.pm
|
||||
${P5SITE}/Net/Server/Proto/UNIX.pm
|
||||
${P5SITE}/Net/Server/SIG.pm
|
||||
${P5SITE}/Net/Server/Single.pm
|
||||
@comment ${P5ARCH}/auto/Net/Server/.packlist
|
||||
man/man3p/Net::Server.3p
|
||||
man/man3p/Net::Server::Daemonize.3p
|
||||
man/man3p/Net::Server::Fork.3p
|
||||
@ -29,5 +30,11 @@ man/man3p/Net::Server::Proto::UDP.3p
|
||||
man/man3p/Net::Server::Proto::UNIX.3p
|
||||
man/man3p/Net::Server::SIG.3p
|
||||
man/man3p/Net::Server::Single.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Server
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/Server/Proto
|
||||
@dirrm ${P5SITE}/Net/Server
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/01/11 19:13:09 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/DNS/Keyset.pm
|
||||
${P5SITE}/Net/DNS/RR/DNSKEY.pm
|
||||
${P5SITE}/Net/DNS/RR/DS.pm
|
||||
@ -22,7 +22,7 @@ man/man3p/Net::DNS::RR::SIG.3p
|
||||
man/man3p/Net::DNS::RR::SIG::Private.3p
|
||||
man/man3p/Net::DNS::SEC.3p
|
||||
man/man3p/Net::DNS::SEC::Private.3p
|
||||
@dirrm ${P5ARCH}/auto/Net/DNS/SEC
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/DNS/SEC
|
||||
@dirrm ${P5SITE}/Net/DNS/SEC
|
||||
@dirrm ${P5SITE}/Net/DNS/RR/SIG
|
||||
@dirrm ${P5SITE}/Net/DNS/RR
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/12/19 13:24:16 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2004/01/17 01:55:05 naddy Exp $
|
||||
|
||||
COMMENT= 'module to interface the DNS resolver'
|
||||
|
||||
DISTNAME= Net-DNS-0.44
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
||||
|
||||
HOMEPAGE= http://www.net-dns.org/
|
||||
|
||||
|
@ -1,8 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/Net/Daemon.pm
|
||||
libdata/perl5/site_perl/Net/Daemon/Log.pm
|
||||
libdata/perl5/site_perl/Net/Daemon/Test.pm
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/Daemon.pm
|
||||
${P5SITE}/Net/Daemon/Log.pm
|
||||
${P5SITE}/Net/Daemon/Test.pm
|
||||
@comment ${P5ARCH}/auto/Net/Daemon/.packlist
|
||||
man/man3p/Net::Daemon.3p
|
||||
man/man3p/Net::Daemon::Log.3p
|
||||
man/man3p/Net::Daemon::Test.3p
|
||||
@dirrm libdata/perl5/site_perl/Net/Daemon
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Daemon
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/Daemon
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,3 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/Net/ICQ2000.pm
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/ICQ2000.pm
|
||||
@comment ${P5ARCH}/auto/Net/ICQ2000/.packlist
|
||||
man/man3p/Net::ICQ2000.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/ICQ2000
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,5 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/11/21 01:19:48 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
bin/ipcount
|
||||
bin/iptab
|
||||
${P5SITE}/Net/IP.pm
|
||||
@comment ${P5ARCH}/auto/Net/IP/.packlist
|
||||
man/man3p/Net::IP.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/IP
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,7 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/16 19:25:05 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
bin/ipv4calc
|
||||
libdata/perl5/site_perl/Net/IPv4Addr.pm
|
||||
libdata/perl5/site_perl/auto/Net/IPv4Addr/autosplit.ix
|
||||
${P5SITE}/Net/IPv4Addr.pm
|
||||
${P5SITE}/auto/Net/IPv4Addr/autosplit.ix
|
||||
@comment ${P5ARCH}/auto/Net/IPv4Addr/.packlist
|
||||
man/man1/ipv4calc.1
|
||||
man/man3p/Net::IPv4Addr.3p
|
||||
@dirrm libdata/perl5/site_perl/auto/Net/IPv4Addr
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/IPv4Addr
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/auto/Net/IPv4Addr
|
||||
@dirrm ${P5SITE}/auto/Net
|
||||
@dirrm ${P5SITE}/auto
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,10 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/10/16 16:51:07 pvalchev Exp $
|
||||
libdata/perl5/site_perl/Net/IRC.pm
|
||||
libdata/perl5/site_perl/Net/IRC/Connection.pm
|
||||
libdata/perl5/site_perl/Net/IRC/DCC.pm
|
||||
libdata/perl5/site_perl/Net/IRC/Event.pm
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/IRC.pm
|
||||
${P5SITE}/Net/IRC/Connection.pm
|
||||
${P5SITE}/Net/IRC/DCC.pm
|
||||
${P5SITE}/Net/IRC/Event.pm
|
||||
@comment ${P5ARCH}/auto/Net/IRC/.packlist
|
||||
man/man3p/Net::Connection.3p
|
||||
man/man3p/Net::DCC.3p
|
||||
man/man3p/Net::Event.3p
|
||||
man/man3p/Net::IRC.3p
|
||||
@dirrm libdata/perl5/site_perl/Net/IRC
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/IRC
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/IRC
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,3 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/19 15:12:41 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/MySQL.pm
|
||||
@comment ${P5ARCH}/auto/Net/MySQL/.packlist
|
||||
man/man3p/Net::MySQL.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/MySQL
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/11/21 01:16:58 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/ParseWhois.pm
|
||||
${P5SITE}/Net/ParseWhois/Domain.pm
|
||||
${P5SITE}/Net/ParseWhois/Domain/Registrar.pm
|
||||
@ -14,7 +14,14 @@ ${P5SITE}/Net/ParseWhois/Domain/Registrar/OpenSRS.pm
|
||||
${P5SITE}/Net/ParseWhois/Domain/Registrar/Register.pm
|
||||
${P5SITE}/Net/ParseWhois/Domain/Registrar/Registrars.pm
|
||||
${P5SITE}/Net/ParseWhois/Domain/Registrar/Unknown.pm
|
||||
@comment ${P5ARCH}/auto/Net/ParseWhois/.packlist
|
||||
man/man3p/Net::ParseWhois.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/ParseWhois
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/ParseWhois/Domain/Registrar
|
||||
@dirrm ${P5SITE}/Net/ParseWhois/Domain
|
||||
@dirrm ${P5SITE}/Net/ParseWhois
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/12/29 21:14:11 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/01/17 01:55:05 naddy Exp $
|
||||
|
||||
COMMENT= "module for pcap access"
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME= Net-Pcap-0.04
|
||||
PKGNAME= p5-Net-Pcap-0.04
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
||||
|
||||
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
||||
|
||||
|
@ -1,6 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/Pcap.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/Pcap/Pcap.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/Pcap/Pcap.so
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5ARCH}/Net/Pcap.pm
|
||||
@comment ${P5ARCH}/auto/Net/Pcap/.packlist
|
||||
${P5ARCH}/auto/Net/Pcap/Pcap.bs
|
||||
${P5ARCH}/auto/Net/Pcap/Pcap.so
|
||||
man/man3p/Net::Pcap.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/Pcap
|
||||
@dirrm man/man3p
|
||||
@dirrm ${P5ARCH}/auto/Net/Pcap
|
||||
@dirrm ${P5ARCH}/auto/Net
|
||||
@dirrm ${P5ARCH}/auto
|
||||
@dirrm ${P5ARCH}/Net
|
||||
@dirrm ${P5ARCH}
|
||||
|
@ -1,4 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/Net/Ping/External.pm
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/Ping/External.pm
|
||||
@comment ${P5ARCH}/auto/Net/Ping/External/.packlist
|
||||
man/man3p/Net::Ping::External.3p
|
||||
@dirrm libdata/perl5/site_perl/Net/Ping
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Ping/External
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Ping
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net/Ping
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/12/29 21:14:11 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2004/01/17 01:55:05 naddy Exp $
|
||||
|
||||
COMMENT= "module to manipulate raw ip packets"
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME= Net-RawIP-0.09d
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/RawIP.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/RawIP/libpcap.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/RawIP/RawIP.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/RawIP/RawIP.so
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/RawIP/autosplit.ix
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5ARCH}/Net/RawIP.pm
|
||||
${P5ARCH}/Net/RawIP/libpcap.pod
|
||||
@comment ${P5ARCH}/auto/Net/RawIP/.packlist
|
||||
${P5ARCH}/auto/Net/RawIP/RawIP.bs
|
||||
${P5ARCH}/auto/Net/RawIP/RawIP.so
|
||||
${P5ARCH}/auto/Net/RawIP/autosplit.ix
|
||||
man/man3p/Net::RawIP.3p
|
||||
man/man3p/Net::RawIP::libpcap.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Net/RawIP
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Net/RawIP
|
||||
@dirrm man/man3p
|
||||
@dirrm ${P5ARCH}/auto/Net/RawIP
|
||||
@dirrm ${P5ARCH}/auto/Net
|
||||
@dirrm ${P5ARCH}/auto
|
||||
@dirrm ${P5ARCH}/Net/RawIP
|
||||
@dirrm ${P5ARCH}/Net
|
||||
@dirrm ${P5ARCH}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/17 15:34:07 jcs Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/01/17 01:55:05 naddy Exp $
|
||||
bin/snmpkey
|
||||
${P5SITE}/Net/SNMP.pm
|
||||
${P5SITE}/Net/SNMP/Dispatcher.pm
|
||||
@ -9,8 +9,12 @@ ${P5SITE}/Net/SNMP/Security.pm
|
||||
${P5SITE}/Net/SNMP/Security/Community.pm
|
||||
${P5SITE}/Net/SNMP/Security/USM.pm
|
||||
${P5SITE}/Net/SNMP/Transport/UDP.pm
|
||||
@comment ${P5ARCH}/auto/Net/SNMP/.packlist
|
||||
man/man1/snmpkey.1
|
||||
man/man3p/Net::SNMP.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/SNMP
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@dirrm ${P5SITE}/Net/SNMP/Transport
|
||||
@dirrm ${P5SITE}/Net/SNMP/Security
|
||||
@dirrm ${P5SITE}/Net/SNMP
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,5 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/28 16:09:20 margarida Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/01/17 01:55:06 naddy Exp $
|
||||
${P5SITE}/Net/Telnet/Cisco.pm
|
||||
${P5SITE}/auto/Net/Telnet/Cisco/autosplit.ix
|
||||
@comment ${P5ARCH}/auto/Net/Telnet/Cisco/.packlist
|
||||
man/man3p/Net::Telnet::Cisco.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Telnet/Cisco
|
||||
@dirrm ${P5SITE}/auto/Net/Telnet/Cisco
|
||||
@dirrm ${P5SITE}/auto/Net/Telnet
|
||||
@dirrm ${P5SITE}/auto/Net
|
||||
@dirrm ${P5SITE}/auto
|
||||
@dirrm ${P5SITE}/Net/Telnet
|
||||
|
@ -1,3 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/12/04 08:12:10 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:05 naddy Exp $
|
||||
${P5SITE}/Net/Telnet.pm
|
||||
@comment ${P5ARCH}/auto/Net/Telnet/.packlist
|
||||
man/man3p/Net::Telnet.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Telnet
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,3 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/11/21 01:16:58 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/01/17 01:55:06 naddy Exp $
|
||||
${P5SITE}/Net/Whois.pm
|
||||
@comment ${P5ARCH}/auto/Net/Whois/.packlist
|
||||
man/man3p/Net::Whois.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Net/Whois
|
||||
@comment @dirrm ${P5ARCH}/auto/Net
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Net
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2003/06/14 09:47:52 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/01/17 01:55:06 naddy Exp $
|
||||
|
||||
COMMENT= "perl module for using OpenSSL"
|
||||
|
||||
@ -6,6 +6,7 @@ VERSION= 1.23
|
||||
DISTNAME= Net_SSLeay.pm-${VERSION}
|
||||
PKGNAME= p5-Net-SSLeay-${VERSION}
|
||||
CATEGORIES= security perl5
|
||||
NOT_FOR_ARCHES= ${NO_SHARED_ARCHES}
|
||||
|
||||
HOMEPAGE= http://www.bacus.pt/Net_SSLeay/index.html
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
Loading…
Reference in New Issue
Block a user