r71899 - in /trunk/libcgi-formalware-perl: ./ debian/ debian/source/ examples/ lib/CGI/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 23 00:29:25 UTC 2011


Author: jawnsy-guest
Date: Wed Mar 23 00:29:06 2011
New Revision: 71899

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71899
Log:
Documentation changes, no real need to upload
IGNORE-VERSION: 1.16-1
* New upstream release
* Bump to debhelper compat 8
* Use short debhelper rules format
* Use new 3.0 (quilt) source format
* Add myself to Uploaders and Copyright
* Standards-Version 3.9.1 (no changes)
* debian/control: Added: ${misc:Depends} to Depends: field.

Added:
    trunk/libcgi-formalware-perl/CHANGES
      - copied unchanged from r71838, branches/upstream/libcgi-formalware-perl/current/CHANGES
    trunk/libcgi-formalware-perl/Changelog.ini
      - copied unchanged from r71838, branches/upstream/libcgi-formalware-perl/current/Changelog.ini
    trunk/libcgi-formalware-perl/debian/source/
    trunk/libcgi-formalware-perl/debian/source/format
Removed:
    trunk/libcgi-formalware-perl/Changes.txt
    trunk/libcgi-formalware-perl/MANIFEST.SKIP
    trunk/libcgi-formalware-perl/META.yml
    trunk/libcgi-formalware-perl/debian/libcgi-formalware-perl.docs
    trunk/libcgi-formalware-perl/debian/libcgi-formalware-perl.install
Modified:
    trunk/libcgi-formalware-perl/MANIFEST
    trunk/libcgi-formalware-perl/README
    trunk/libcgi-formalware-perl/debian/changelog
    trunk/libcgi-formalware-perl/debian/compat
    trunk/libcgi-formalware-perl/debian/control
    trunk/libcgi-formalware-perl/debian/rules
    trunk/libcgi-formalware-perl/examples/test.xml
    trunk/libcgi-formalware-perl/lib/CGI/Formalware.pm
    trunk/libcgi-formalware-perl/t/pod.t

Modified: trunk/libcgi-formalware-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/MANIFEST?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/MANIFEST (original)
+++ trunk/libcgi-formalware-perl/MANIFEST Wed Mar 23 00:29:06 2011
@@ -1,12 +1,12 @@
-Build.PL
-Changes.txt
-examples/test.css
-examples/test.xml
-lib/CGI/Formalware.pm
-Makefile.PL
-MANIFEST			This list of files
-MANIFEST.SKIP
-README
-t/pod.t
-t/test.t
-META.yml
+Build.PL
+Changelog.ini
+CHANGES
+examples/test.css
+examples/test.xml
+lib/CGI/Formalware.pm
+Makefile.PL
+MANIFEST			This list of files
+META.yml
+README
+t/pod.t
+t/test.t

Modified: trunk/libcgi-formalware-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/README?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/README (original)
+++ trunk/libcgi-formalware-perl/README Wed Mar 23 00:29:06 2011
@@ -1,56 +1,56 @@
-README file for CGI::Formalware.
-
-Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
-them recognizing POSIX-style directory structures in valid tar files.
-You are better off using a reliable tool such as InfoZip:
-ftp://ftp.info-zip.org/pub/infozip/
-
-1 Installing from a Unix-like distro
-------------------------------------
-shell>gunzip CGI-Formalware-1.12.tgz
-shell>tar mxvf CGI-Formalware-1.12.tar
-
-On Unix-like systems, assuming you have installed Module::Build V 0.25+:
-
-shell>perl Build.PL
-shell>./Build
-shell>./Build test
-shell>./Build install
-
-On MS Windows-like systems, assuming you have installed Module::Build V 0.25+:
-
-shell>perl Build.PL
-shell>perl Build
-shell>perl Build test
-shell>perl Build install
-
-Alternately, without Module::Build, you do this:
-
-Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
-
-shell>perl Makefile.PL
-shell>make
-shell>make test
-shell>su              (for Unix-like systems)
-shell>make install
-shell>exit            (for Unix-like systems)
-
-On all systems:
-
-Run Formalware.pm through you favourite pod2html translator.
-
-If you are using my fancy-pom2.pl, with its 'default.css' file installed in
-/apache2/htdocs/css/, you'd do:
-
-shell>perl fancy-pom2.pl html -css Formalware.pm > /apache2/htdocs/Formalware.html
-
-or perhaps something like:
-
-shell>perl fancy-pom2.pl html -css Formalware.pm > /perl/html/site/lib/CGI/Formalware.html
-
-2 Installing from an ActiveState distro
----------------------------------------
-shell>unzip CGI-Formalware-1.12.zip
-shell>ppm install --location=. CGI-Formalware
-shell>del CGI-Formalware-1.12.ppd
-shell>del PPM-CGI-Formalware-1.12.tar.gz
+README file for CGI::Formalware.
+
+Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
+them recognizing POSIX-style directory structures in valid tar files.
+You are better off using a reliable tool such as InfoZip:
+ftp://ftp.info-zip.org/pub/infozip/
+
+1 Installing from a Unix-like distro
+------------------------------------
+shell>gunzip CGI-Formalware-1.12.tgz
+shell>tar mxvf CGI-Formalware-1.12.tar
+
+On Unix-like systems, assuming you have installed Module::Build V 0.25+:
+
+shell>perl Build.PL
+shell>./Build
+shell>./Build test
+shell>./Build install
+
+On MS Windows-like systems, assuming you have installed Module::Build V 0.25+:
+
+shell>perl Build.PL
+shell>perl Build
+shell>perl Build test
+shell>perl Build install
+
+Alternately, without Module::Build, you do this:
+
+Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
+
+shell>perl Makefile.PL
+shell>make
+shell>make test
+shell>su              (for Unix-like systems)
+shell>make install
+shell>exit            (for Unix-like systems)
+
+On all systems:
+
+Run Formalware.pm through you favourite pod2html translator.
+
+If you are using my fancy-pom2.pl, with its 'default.css' file installed in
+/apache2/htdocs/css/, you'd do:
+
+shell>perl fancy-pom2.pl html -css Formalware.pm > /apache2/htdocs/Formalware.html
+
+or perhaps something like:
+
+shell>perl fancy-pom2.pl html -css Formalware.pm > /perl/html/site/lib/CGI/Formalware.html
+
+2 Installing from an ActiveState distro
+---------------------------------------
+shell>unzip CGI-Formalware-1.12.zip
+shell>ppm install --location=. CGI-Formalware
+shell>del CGI-Formalware-1.12.ppd
+shell>del PPM-CGI-Formalware-1.12.tar.gz

Modified: trunk/libcgi-formalware-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/debian/changelog?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/debian/changelog (original)
+++ trunk/libcgi-formalware-perl/debian/changelog Wed Mar 23 00:29:06 2011
@@ -1,35 +1,29 @@
-libcgi-formalware-perl (1.13-2) UNRELEASED; urgency=low
+libcgi-formalware-perl (1.16-1) UNRELEASED; urgency=low
+
+  Documentation changes, no real need to upload
+  IGNORE-VERSION: 1.16-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Bump to debhelper compat 8
+  * Use short debhelper rules format
+  * Use new 3.0 (quilt) source format
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.9.1 (no changes)
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-  * debian/rules:
-    - remove compiler flags, we don't compile anything.
-    - don't ignore errors of $(MAKE) realclean.
-    - let install-stamp depend on build-stamp to enable parallel builds.
-    - don't install empty /usr/lib/perl5 directory.
-    - remove unused dh_lin call.
-  * Set debhelper compatibility level to 5.
-  * Set Standards-Version to 3.7.2 (no changes needed).
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Joachim Breitner ]
   * Removed myself from uploaders.
 
-  [ gregor herrmann ]
-  * debian/watch: use dist-based URL.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-  * debian/control: Added: ${misc:Depends} to Depends: field.
-
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ gregor herrmann ]
-  * debian/control: Changed: clean up deps.
-
- -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:26:41 +0000
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 21 Mar 2011 22:54:42 -0400
 
 libcgi-formalware-perl (1.13-1) unstable; urgency=low
 

Modified: trunk/libcgi-formalware-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/debian/compat?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/debian/compat (original)
+++ trunk/libcgi-formalware-perl/debian/compat Wed Mar 23 00:29:06 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libcgi-formalware-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/debian/control?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/debian/control (original)
+++ trunk/libcgi-formalware-perl/debian/control Wed Mar 23 00:29:06 2011
@@ -1,20 +1,26 @@
 Source: libcgi-formalware-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libnet-telnet-perl (>= 3.01),
+ libxml-dom-perl (>= 1.14)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Daniel Ruoso <daniel at ruoso.com>, Gustavo Franco <stratus at debian.org>
-Standards-Version: 3.7.2
+Uploaders: Daniel Ruoso <daniel at ruoso.com>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Gustavo Franco <stratus at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/CGI-Formalware/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-formalware-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-formalware-perl/
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl, libnet-telnet-perl (>= 3.01), libxml-dom-perl (>= 1.14)
 
 Package: libcgi-formalware-perl
 Section: perl
 Priority: optional
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libnet-telnet-perl (>= 3.01), libxml-dom-perl (>= 1.14)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libnet-telnet-perl (>= 3.01),
+ libxml-dom-perl (>= 1.14)
 Description: Perl module for converting an XML file into a suite of CGI forms
  This module supports providing a type of repository for frequently
  used scripts, which can then be executed locally or remotely (via

Modified: trunk/libcgi-formalware-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/debian/rules?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/debian/rules (original)
+++ trunk/libcgi-formalware-perl/debian/rules Wed Mar 23 00:29:06 2011
@@ -1,67 +1,4 @@
 #!/usr/bin/make -f
-## ----------------------------------------------------------------------
-## debian/rules : package script for libcgi-formalware-perl
-## ----------------------------------------------------------------------
 
-## ----------------------------------------------------------------------
-## uncomment this to turn on verbose mode
-#export DH_VERBOSE=1
-
-## ----------------------------------------------------------------------
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-## ----------------------------------------------------------------------
-## targets
-
-clean:
-		dh_testdir
-		dh_testroot
-		[ ! -f Makefile ] || $(MAKE) realclean
-		dh_clean
-		rm -f build-stamp install-stamp
-
-build:		build-stamp
-build-stamp:
-		dh_testdir
-		perl Makefile.PL INSTALLDIRS=vendor
-		$(MAKE)
-		$(MAKE) test
-		touch build-stamp
-
-install:	install-stamp
-install-stamp:	build-stamp
-		dh_testdir
-		dh_testroot
-		dh_clean -k
-		dh_installdirs
-		$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-		[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-		touch install-stamp
-
-binary-indep:	build install
-		dh_testdir
-		dh_testroot
-		dh_installdocs
-		dh_installexamples
-		dh_installchangelogs Changes.txt
-		dh_compress
-		dh_fixperms
-		dh_installdeb
-		dh_perl
-		dh_gencontrol
-		dh_md5sums
-		dh_builddeb
-
-binary-arch:
-
-binary:		binary-indep binary-arch
-
-.PHONY:		clean build install binary-indep binary-arch binary
-
-## ----------------------------------------------------------------------
+%:
+	dh $@

Added: trunk/libcgi-formalware-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/debian/source/format?rev=71899&op=file
==============================================================================
--- trunk/libcgi-formalware-perl/debian/source/format (added)
+++ trunk/libcgi-formalware-perl/debian/source/format Wed Mar 23 00:29:06 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libcgi-formalware-perl/examples/test.xml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/examples/test.xml?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/examples/test.xml (original)
+++ trunk/libcgi-formalware-perl/examples/test.xml Wed Mar 23 00:29:06 2011
@@ -1,124 +1,124 @@
-	<forms
-		tocEntry	= 'Forms'
-		tocVisible	= 'True'
-	>
-	<form
-		heading			= 'Unix Command Menu'
-		tocEntry		= 'Unix menu'
-		css				= '/css/test.css'
-		formFileName	= '1.html'
-	>
-		<horizontalRule/>
-
-		<radioGroup
-			name	= 'host'
-			prompt	= 'Host: '
-			value	= 'bigBox|littleBox'
-		/>
-
-		<paragraph/>
-
-		<textField
-			name		= 'username'
-			prompt		= 'Username: '
-			value		= ''
-			size		= '15'
-			override	= '0'
-		/>
-
-		<textField
-			name		= 'password'
-			prompt		= '  Password: '
-			value		= ''
-			size		= '15'
-			override	= '0'
-		/>
-
-		<horizontalRule/>
-
-		<scripts
-			heading			= 'Unix Scripts'
-			numberScripts	= 'Yes'
-		>
-			<script
-				heading		= 'Files in home directory'
-				type		= 'remote'
-				line1		= 'dir'
-			/>
-			<script
-				heading		= 'Tags in repository'
-				type		= 'remote'
-				line1		= 'cd $M'
-				line2		= 'getTags'
-			/>
-		</scripts>
-	</form>
-
-	<form
-		heading		= 'DOS Command Menu'
-		tocEntry	= 'DOS menu'
-	>
-
-		<horizontalRule/>
-
-		<radioGroup
-			name	= 'host'
-			prompt	= 'Host: '
-			value	= 'bigBox|littleBox'
-		/>
-
-		<paragraph/>
-
-		<textField
-			name		= 'username'
-			prompt		= 'Username: '
-			value		= ''
-			size		= '15'
-			override	= '0'
-		/>
-
-		<textField
-			name		= 'password'
-			prompt		= '  Password: '
-			value		= ''
-			size		= '15'
-			override	= '0'
-		/>
-
-		<horizontalRule/>
-
-		<textField
-			name		= 'fileName'
-			prompt		= 'Filename: '
-			value		= ''
-			size		= '60'
-			override	= '0'
-		/>
-
-		<horizontalRule/>
-
-		<scripts
-			heading	= 'PC Scripts'
-		>
-
-			<script
-				heading		= 'Files in root directory'
-				type		= 'local'
-				line1		= 'cd \'
-				line2		= 'dir'
-			/>
-			<script
-				heading		= 'FTP something somewhere'
-				type		= 'local'
-				line1		= 'ftp -n -v'
-			/>
-			<script
-				heading		= 'Untar a file'
-				type		= 'local'
-				line1		= 'cd \'
-				line2		= 'tar mxvzf %fileName%'
-			/>
-		</scripts>
-	</form>
-	</forms>
-
+	<forms
+		tocEntry	= 'Forms'
+		tocVisible	= 'True'
+	>
+	<form
+		heading			= 'Unix Command Menu'
+		tocEntry		= 'Unix menu'
+		css				= '/css/test.css'
+		formFileName	= '1.html'
+	>
+		<horizontalRule/>
+
+		<radioGroup
+			name	= 'host'
+			prompt	= 'Host: '
+			value	= 'bigBox|littleBox'
+		/>
+
+		<paragraph/>
+
+		<textField
+			name		= 'username'
+			prompt		= 'Username: '
+			value		= ''
+			size		= '15'
+			override	= '0'
+		/>
+
+		<textField
+			name		= 'password'
+			prompt		= '  Password: '
+			value		= ''
+			size		= '15'
+			override	= '0'
+		/>
+
+		<horizontalRule/>
+
+		<scripts
+			heading			= 'Unix Scripts'
+			numberScripts	= 'Yes'
+		>
+			<script
+				heading		= 'Files in home directory'
+				type		= 'remote'
+				line1		= 'dir'
+			/>
+			<script
+				heading		= 'Tags in repository'
+				type		= 'remote'
+				line1		= 'cd $M'
+				line2		= 'getTags'
+			/>
+		</scripts>
+	</form>
+
+	<form
+		heading		= 'DOS Command Menu'
+		tocEntry	= 'DOS menu'
+	>
+
+		<horizontalRule/>
+
+		<radioGroup
+			name	= 'host'
+			prompt	= 'Host: '
+			value	= 'bigBox|littleBox'
+		/>
+
+		<paragraph/>
+
+		<textField
+			name		= 'username'
+			prompt		= 'Username: '
+			value		= ''
+			size		= '15'
+			override	= '0'
+		/>
+
+		<textField
+			name		= 'password'
+			prompt		= '  Password: '
+			value		= ''
+			size		= '15'
+			override	= '0'
+		/>
+
+		<horizontalRule/>
+
+		<textField
+			name		= 'fileName'
+			prompt		= 'Filename: '
+			value		= ''
+			size		= '60'
+			override	= '0'
+		/>
+
+		<horizontalRule/>
+
+		<scripts
+			heading	= 'PC Scripts'
+		>
+
+			<script
+				heading		= 'Files in root directory'
+				type		= 'local'
+				line1		= 'cd \'
+				line2		= 'dir'
+			/>
+			<script
+				heading		= 'FTP something somewhere'
+				type		= 'local'
+				line1		= 'ftp -n -v'
+			/>
+			<script
+				heading		= 'Untar a file'
+				type		= 'local'
+				line1		= 'cd \'
+				line2		= 'tar mxvzf %fileName%'
+			/>
+		</scripts>
+	</form>
+	</forms>
+

Modified: trunk/libcgi-formalware-perl/lib/CGI/Formalware.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/lib/CGI/Formalware.pm?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/lib/CGI/Formalware.pm (original)
+++ trunk/libcgi-formalware-perl/lib/CGI/Formalware.pm Wed Mar 23 00:29:06 2011
@@ -39,7 +39,7 @@
 
 @EXPORT = qw();
 
-$VERSION = '1.13';
+our $VERSION = '1.16';
 
 # Preloaded methods go here.
 # -----------------------------------------------------------------
@@ -1296,24 +1296,6 @@
 
 Nope, I don't recognize them. Maybe one day...
 
-=head1 REQUIRED MODULES
-
-=over 4
-
-=item *
-
-CGI
-
-=item *
-
-Net::Telnet
-
-=item *
-
-XML::DOM
-
-=back
-
 =head1 AUTHOR
 
 C<CGI::Formalware> was written by Ron Savage I<E<lt>ron at savage.net.auE<gt>>

Modified: trunk/libcgi-formalware-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formalware-perl/t/pod.t?rev=71899&op=diff
==============================================================================
--- trunk/libcgi-formalware-perl/t/pod.t (original)
+++ trunk/libcgi-formalware-perl/t/pod.t Wed Mar 23 00:29:06 2011
@@ -1,7 +1,7 @@
-use Test::More;
-
-eval "use Test::Pod 1.00";
-
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-
-all_pod_files_ok();
+use Test::More;
+
+eval "use Test::Pod 1.00";
+
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




More information about the Pkg-perl-cvs-commits mailing list