OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 15-Oct-2003 14:47:34
Branch: HEAD Handle: 2003101513473103
Added files:
openpkg-re/vcheck vc.perl-dns
openpkg-src/perl-dns perl-dns.spec
Modified files:
openpkg-web news.txt
Log:
new package: perl-dns 20031015 (Perl Modules for use with DNS)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.perl-dns
1.1 +75 -0 openpkg-src/perl-dns/perl-dns.spec
1.7015 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-dns
============================================================================
$ cvs diff -u -r0 -r1.1 vc.perl-dns
--- /dev/null 2003-10-15 14:47:32.000000000 +0200
+++ vc.perl-dns 2003-10-15 14:47:32.000000000 +0200
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog perl-dns:Net-DNS = {
+ version = 0.41
+ url = http://www.cpan.org/modules/by-module/Net/
+ regex = Net-DNS-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dns/perl-dns.spec
============================================================================
$ cvs diff -u -r0 -r1.1 perl-dns.spec
--- /dev/null 2003-10-15 14:47:34.000000000 +0200
+++ perl-dns.spec 2003-10-15 14:47:34.000000000 +0200
@@ -0,0 +1,75 @@
+##
+## perl-dns.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# versions of individual parts
+%define V_net_dns 0.41
+
+# package information
+Name: perl-dns
+Summary: Perl Modules for use with DNS
+URL: http://www.cpan.org/
+Vendor: Perl Community
+Packager: The OpenPKG Project
+Distribution: OpenPKG [BASE]
+Group: Language
+License: GPL/Artistic
+Version: 20031015
+Release: 20031015
+
+# list of sources
+Source0: http://www.cpan.org/modules/by-module/Net/Net-DNS-%{V_net_dns}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030114, perl, perl-openpkg, perl-mail,
perl-crypto
+PreReq: OpenPKG, openpkg >= 20030114, perl, perl-openpkg, perl-mail,
perl-crypto
+AutoReq: no
+AutoReqProv: no
+
+%description
+ Perl modules for use with networks:
+ - Net::DNS (%{V_net_dns})
+
+%prep
+ %setup -q -c
+
+%build
+
+%install
+ # perform common prolog operations
+ %{l_prefix}/bin/perl-openpkg prolog
+
+ # build and install individual modules
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
+
+ # perform common epilog operations
+ %{l_prefix}/bin/perl-openpkg epilog
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7014 -r1.7015 news.txt
--- openpkg-web/news.txt 15 Oct 2003 11:03:31 -0000 1.7014
+++ openpkg-web/news.txt 15 Oct 2003 12:47:32 -0000 1.7015
@@ -1,3 +1,4 @@
+15-Oct-2003: New package: P<perl-dns-20031015-20031015>
15-Oct-2003: Upgraded package: P<rt-3.0.6-20031015>
15-Oct-2003: Upgraded package: P<autoconf-2.57-20031015>
15-Oct-2003: Upgraded package: P<openpkg-20031015-20031015>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]