r4846 - in /packages/libchemistry-elements-perl/branches/upstream/current: .cvsignore .lwpcookies .releaserc Changes Elements.pm LICENSE MANIFEST META.yml Makefile.PL

segre at users.alioth.debian.org segre at users.alioth.debian.org
Wed Feb 14 00:45:00 CET 2007


Author: segre
Date: Wed Feb 14 00:45:00 2007
New Revision: 4846

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4846
Log:
[svn-upgrade] Integrating new upstream version, libchemistry-elements-perl (1.03)

Added:
    packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore
    packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies
    packages/libchemistry-elements-perl/branches/upstream/current/.releaserc
    packages/libchemistry-elements-perl/branches/upstream/current/LICENSE
Modified:
    packages/libchemistry-elements-perl/branches/upstream/current/Changes
    packages/libchemistry-elements-perl/branches/upstream/current/Elements.pm
    packages/libchemistry-elements-perl/branches/upstream/current/MANIFEST
    packages/libchemistry-elements-perl/branches/upstream/current/META.yml
    packages/libchemistry-elements-perl/branches/upstream/current/Makefile.PL

Added: packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore?rev=4846&op=file
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore (added)
+++ packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore Wed Feb 14 00:45:00 2007
@@ -1,0 +1,6 @@
+.DS_Store
+.releaserc
+.lwp_cookies
+*.tar.gz
+Makefile
+Chemistry-*

Added: packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies?rev=4846&op=file
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies (added)
+++ packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies Wed Feb 14 00:45:00 2007
@@ -1,0 +1,1 @@
+#LWP-Cookies-1.0

Added: packages/libchemistry-elements-perl/branches/upstream/current/.releaserc
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/.releaserc?rev=4846&op=file
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/.releaserc (added)
+++ packages/libchemistry-elements-perl/branches/upstream/current/.releaserc Wed Feb 14 00:45:00 2007
@@ -1,0 +1,4 @@
+sf_user comdog
+cpan_user BDFOY
+sf_group_id 36221
+sf_package_id 28823

Modified: packages/libchemistry-elements-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/Changes?rev=4846&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/Changes (original)
+++ packages/libchemistry-elements-perl/branches/upstream/current/Changes Wed Feb 14 00:45:00 2007
@@ -1,9 +1,17 @@
 Revision history for Perl extension Chemistry::Elements.
 
+1.03 - Tue Jan  9 23:19:06 2007
+	* updated copyright and license info
+	* no code changes, so no need to upgrade
+
+1.01 - Tue May 24 19:28:16 2005
+	* Fixed up the distro to have tests and more documentation
+	* Added license info: this package is under the same terms as Perl itself
+
 97.1018  Sun Oct 19 00:34:18 1997
-	- original version; created by h2xs 1.18
+	* original version; created by h2xs 1.18
 	
 97.1102 Sun Nov  2 21:36:29 PST 1997 
-	- gutsy enough to actually release it for testing and comments
-	- working on a German version to be released RSN (just need a free hour)
+	* gutsy enough to actually release it for testing and comments
+	* working on a German version to be released RSN (just need a free hour)
 

Modified: packages/libchemistry-elements-perl/branches/upstream/current/Elements.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/Elements.pm?rev=4846&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/Elements.pm (original)
+++ packages/libchemistry-elements-perl/branches/upstream/current/Elements.pm Wed Feb 14 00:45:00 2007
@@ -10,7 +10,7 @@
 @ISA       = qw(Exporter);
 @EXPORT_OK = qw(get_Z get_symbol get_name);
 @EXPORT    = qw();
-$VERSION   = 1.01;
+$VERSION   = 1.03;
 
 use subs qw(_get_name_by_Z
             _get_symbol_by_Z
@@ -819,14 +819,15 @@
 anyone should make changes to the data, i would like to get a copy
 so that i can include it in future releases :)
 
-=head1 COPYRIGHT
-
-Copright 2005, brian d foy
-
-You can use this module under the same terms as Perl itself.
-
 =head1 AUTHOR
 
-brian d foy, CC< <bdfoy at cpan.org> >>
+brian d foy, C<< <bdfoy at cpan.org> >>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2000-2007 brian d foy. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
 
 =cut

Added: packages/libchemistry-elements-perl/branches/upstream/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/LICENSE?rev=4846&op=file
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/LICENSE (added)
+++ packages/libchemistry-elements-perl/branches/upstream/current/LICENSE Wed Feb 14 00:45:00 2007
@@ -1,0 +1,1 @@
+You can use Chemistry::Elements under the same terms as Perl itself.

Modified: packages/libchemistry-elements-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/MANIFEST?rev=4846&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libchemistry-elements-perl/branches/upstream/current/MANIFEST Wed Feb 14 00:45:00 2007
@@ -1,6 +1,11 @@
+.cvsignore
+.DS_Store
+.lwpcookies
+.releaserc
 Changes
 chart_test
 Elements.pm
+LICENSE
 Makefile.PL
 MANIFEST
 META.yml			Module meta-data (added by MakeMaker)

Modified: packages/libchemistry-elements-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/META.yml?rev=4846&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/META.yml (original)
+++ packages/libchemistry-elements-perl/branches/upstream/current/META.yml Wed Feb 14 00:45:00 2007
@@ -1,10 +1,11 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Chemistry-Elements
-version:      1.01
-version_from: Elements.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.23
+--- #YAML:1.0
+name:                Chemistry-Elements
+version:             1.03
+abstract:            ~
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.31
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2

Modified: packages/libchemistry-elements-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/branches/upstream/current/Makefile.PL?rev=4846&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libchemistry-elements-perl/branches/upstream/current/Makefile.PL Wed Feb 14 00:45:00 2007
@@ -1,17 +1,18 @@
-# $Id: Makefile.PL,v 1.2 2005/05/25 00:20:37 comdog Exp $
+# $Id: Makefile.PL,v 1.3 2007/01/10 03:54:25 comdog Exp $
 use ExtUtils::MakeMaker;
 
-eval "use Test::Manifest";
+eval "use Test::Manifest 1.14";
 
 WriteMakefile(
-	'NAME'	       => 'Chemistry::Elements',
-	'VERSION_FROM' => 'Elements.pm',
+	'NAME'			=> 'Chemistry::Elements',
+	'VERSION_FROM'	=> 'Elements.pm',
+	'LICENSE'		=> 'perl',
 
-	'PM'           => {
+	'PM'			=> {
 		'Elements.pm'         => '$(INST_LIBDIR)/Elements.pm',
 		},
 
-	'MAN3PODS'     => {
+	'MAN3PODS'		=> {
 		'Elements.pm' => '$(INST_MAN3DIR)/Chemistry::Elements.3',
 		},
 




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