OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 25-Mar-2003 10:38:15
Branch: HEAD Handle: 2003032509381202
Modified files:
openpkg-re/vcheck vc.perl-text
openpkg-src/perl-text perl-text.spec
openpkg-web news.txt
Log:
add Text::Autoformat, Text::Quoted
Summary:
Revision Changes Path
1.4 +10 -0 openpkg-re/vcheck/vc.perl-text
1.7 +10 -2 openpkg-src/perl-text/perl-text.spec
1.3817 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-text
============================================================================
$ cvs diff -u -r1.3 -r1.4 vc.perl-text
--- openpkg-re/vcheck/vc.perl-text 10 Dec 2002 21:19:44 -0000 1.3
+++ openpkg-re/vcheck/vc.perl-text 25 Mar 2003 09:38:12 -0000 1.4
@@ -11,3 +11,13 @@
url = http://www.cpan.org/modules/by-module/Text/
regex = Text-Wrapper-(__VER__)\.tar\.gz
}
+prog perl-text:Text-Autoformat = {
+ version = 1.04
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-Autoformat-(__VER__)\.tar\.gz
+}
+prog perl-text:Text-Quoted = {
+ version = 1.2
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-Quoted-(__VER__)\.tar\.gz
+}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-text/perl-text.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 perl-text.spec
--- openpkg-src/perl-text/perl-text.spec 23 Jan 2003 14:19:42 -0000 1.6
+++ openpkg-src/perl-text/perl-text.spec 25 Mar 2003 09:38:14 -0000 1.7
@@ -26,6 +26,8 @@
# versions of individual parts
%define V_text_template 1.43
%define V_text_wrapper 1.000
+%define V_text_autoformat 1.04
+%define V_text_quoted 1.2
# package information
Name: perl-text
@@ -36,12 +38,14 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20030123
-Release: 20030123
+Version: 20030325
+Release: 20030325
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
Source1:
http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{V_text_wrapper}.tar.gz
+Source2:
http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{V_text_autoformat}.tar.gz
+Source3:
http://www.cpan.org/modules/by-module/Text/Text-Quoted-%{V_text_quoted}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -59,6 +63,8 @@
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
+ %setup2 -q -T -D -a 2
+ %setup3 -q -T -D -a 3
%build
@@ -69,6 +75,8 @@
# build and install individual modules
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
# perform common epilog operations
%{l_prefix}/bin/perl-openpkg epilog
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3816 -r1.3817 news.txt
--- openpkg-web/news.txt 25 Mar 2003 08:46:58 -0000 1.3816
+++ openpkg-web/news.txt 25 Mar 2003 09:38:13 -0000 1.3817
@@ -1,3 +1,4 @@
+25-Mar-2003: Upgraded package: P<perl-text-20030325-20030325>
25-Mar-2003: Upgraded package: P<perl-parse-20030325-20030325>
25-Mar-2003: Upgraded package: P<libxslt-1.0.28-20030325>
25-Mar-2003: Upgraded package: P<libxml-2.5.5-20030325>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]