r4848 - in /packages/libchemistry-elements-perl/trunk: .cvsignore
.lwpcookies .releaserc Changes Elements.pm LICENSE MANIFEST META.yml
Makefile.PL debian/changelog
segre at users.alioth.debian.org
segre at users.alioth.debian.org
Wed Feb 14 00:48:33 CET 2007
Author: segre
Date: Wed Feb 14 00:48:33 2007
New Revision: 4848
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4848
Log:
Prepration for uploading
Added:
packages/libchemistry-elements-perl/trunk/.cvsignore
- copied unchanged from r4847, packages/libchemistry-elements-perl/branches/upstream/current/.cvsignore
packages/libchemistry-elements-perl/trunk/.lwpcookies
- copied unchanged from r4847, packages/libchemistry-elements-perl/branches/upstream/current/.lwpcookies
packages/libchemistry-elements-perl/trunk/.releaserc
- copied unchanged from r4847, packages/libchemistry-elements-perl/branches/upstream/current/.releaserc
packages/libchemistry-elements-perl/trunk/LICENSE
- copied unchanged from r4847, packages/libchemistry-elements-perl/branches/upstream/current/LICENSE
Modified:
packages/libchemistry-elements-perl/trunk/Changes
packages/libchemistry-elements-perl/trunk/Elements.pm
packages/libchemistry-elements-perl/trunk/MANIFEST
packages/libchemistry-elements-perl/trunk/META.yml
packages/libchemistry-elements-perl/trunk/Makefile.PL
packages/libchemistry-elements-perl/trunk/debian/changelog
Modified: packages/libchemistry-elements-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/Changes?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/Changes (original)
+++ packages/libchemistry-elements-perl/trunk/Changes Wed Feb 14 00:48:33 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/trunk/Elements.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/Elements.pm?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/Elements.pm (original)
+++ packages/libchemistry-elements-perl/trunk/Elements.pm Wed Feb 14 00:48:33 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
Modified: packages/libchemistry-elements-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/MANIFEST?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/MANIFEST (original)
+++ packages/libchemistry-elements-perl/trunk/MANIFEST Wed Feb 14 00:48:33 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/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/META.yml?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/META.yml (original)
+++ packages/libchemistry-elements-perl/trunk/META.yml Wed Feb 14 00:48:33 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/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/Makefile.PL?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/Makefile.PL (original)
+++ packages/libchemistry-elements-perl/trunk/Makefile.PL Wed Feb 14 00:48:33 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.3pm',
},
Modified: packages/libchemistry-elements-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchemistry-elements-perl/trunk/debian/changelog?rev=4848&op=diff
==============================================================================
--- packages/libchemistry-elements-perl/trunk/debian/changelog (original)
+++ packages/libchemistry-elements-perl/trunk/debian/changelog Wed Feb 14 00:48:33 2007
@@ -1,3 +1,9 @@
+libchemistry-elements-perl (1.03-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Carlo Segre <segre at debian.org> Tue, 13 Feb 2007 17:45:24 -0600
+
libchemistry-elements-perl (1.01-3) unstable; urgency=low
* Updated compatibility level to 5
More information about the Pkg-perl-cvs-commits
mailing list