r41000 - in /trunk/libfilter-template-perl: CHANGES META.yml Makefile.PL debian/changelog debian/compat debian/control debian/copyright debian/rules lib/Filter/Template.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jul 30 13:56:12 UTC 2009


Author: angelabad-guest
Date: Thu Jul 30 13:56:06 2009
New Revision: 41000

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41000
Log:
New release 1.03

Modified:
    trunk/libfilter-template-perl/CHANGES
    trunk/libfilter-template-perl/META.yml
    trunk/libfilter-template-perl/Makefile.PL
    trunk/libfilter-template-perl/debian/changelog
    trunk/libfilter-template-perl/debian/compat
    trunk/libfilter-template-perl/debian/control
    trunk/libfilter-template-perl/debian/copyright
    trunk/libfilter-template-perl/debian/rules
    trunk/libfilter-template-perl/lib/Filter/Template.pm

Modified: trunk/libfilter-template-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/CHANGES?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/CHANGES (original)
+++ trunk/libfilter-template-perl/CHANGES Thu Jul 30 13:56:06 2009
@@ -1,75 +1,24 @@
-=========================
-2006-06-12 04:27:42 v1_02
-=========================
+=================================
+2009-07-27T16:05:30.896051Z v1_03
+=================================
 
-  2006-06-12 04:27:31 (r14) by rcaputo
+  2009-07-27 16:05:03 (r19) by rcaputo; lib/Filter/Template.pm M
+
+    Reorganize documentation links.
+
+  2009-07-27 04:41:20 (r18) by rcaputo
   lib/Filter/Template.pm M; Makefile.PL M
 
-    Was requiring a dependency version that didn't yet exist. Backed that
-    down, and bumped the release to 1.02. 
+    Add a machine-readable repository directory. Add BUG TRACKER,
+    REPOSITORY and OTHER RESOURCES sections to the docs. 
 
-=========================
-2006-03-14 05:56:33 v1_01
-=========================
+  2006-11-06 19:20:46 (r17) by rcaputo; Makefile.PL M
 
-  2006-03-14 05:56:22 (r12) by rcaputo; lib/Filter/Template.pm M
+    Set a LICENSE. Cheap kwalitee points!
 
-    Totally forgot the README. D'oh. 
+  2006-07-20 23:13:23 (r16) by rcaputo; lib/Filter/Template.pm M
 
-=========================
-2006-03-14 01:33:15 v1_00
-=========================
-
-  2006-03-13 17:09:41 (r10) by rcaputo
-  lib/Filter/Template.pm M; t/01_inline.t M;
-  lib/Filter/Template/UseBytes.pm M; MANIFEST.SKIP M
-
-    We're calling them templates now. By the way, don't include .tmp or
-    .svn files in the MANIFEST. 
-
-  2006-03-13 15:20:51 (r9) by rcaputo
-  lib/Filter/Inline.pm D; lib/Filter/Inline D
-
-    Renamed these. 
-
-  2006-03-13 15:20:41 (r8) by rcaputo; lib/Filter/Template.pm A
-
-    Renamed the file to match the new module name. 
-
-  2006-03-13 15:19:03 (r7) by rcaputo
-  lib/Filter/Template/UseBytes.pm R; lib/Filter/Template A
-
-    Rename the files for the new module name. 
-
-  2006-03-13 15:17:37 (r6) by rcaputo
-  t/01_inline.t M; lib/Filter/Inline.pm M; Makefile.PL M;
-  lib/Filter/Inline/UseBytes.pm M; t/02_usebytes.t M
-
-    Rename Inline to Template in the source code. 
-
-  2006-03-13 15:17:19 (r5) by rcaputo; MANIFEST D
-
-    Remove this. It should be generated automatically. 
-
-  2006-03-12 00:06:17 (r4) by rcaputo
-  lib/Filter/Inline.pm M; lib/Filter/Inline/UseBytes.pm M
-
-    Give the UseBytes macro a version number for indexing. Revise the
-    documentation harshly. 
-
-  2006-03-11 23:22:37 (r3) by rcaputo
-  t/01_inline.t M; lib/Filter/Inline.pm M; Makefile.PL M;
-  lib/Filter/Inline/UseBytes.pm M; t/02_usebytes.t M
-
-    Fix up the Id tags, add keywords to files, and set the version
-    explicitly. 
-
-  2006-03-11 23:00:32 (r1) by rcaputo
-  /trunk A; t A; t/01_inline.t A; lib/Filter/Inline.pm A; lib A; MANIFEST
-  A; Makefile.PL A; lib/Filter/Inline/UseBytes.pm A; lib/Filter/Inline A;
-  t/02_usebytes.t A; lib/Filter A; MANIFEST.SKIP A
-
-    Initial commit. 
+    Doc fix. It said "macro" where it should have said "template". 
 
 ==============
 End of Excerpt

Modified: trunk/libfilter-template-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/META.yml?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/META.yml (original)
+++ trunk/libfilter-template-perl/META.yml Thu Jul 30 13:56:06 2009
@@ -1,14 +1,26 @@
 --- #YAML:1.0
-name:                Filter-Template
-version:             1.02
-abstract:            Source filter for inline code templating.
-license:             unknown
-generated_by:        ExtUtils::MakeMaker version 6.30_01
-author:              Rocco Caputo <rcaputo at cpan.org>
-distribution_type:   module
-requires:     
-    Filter::Util::Call:            1.06
-    Test::More:                    0
+name:               Filter-Template
+version:            1.03
+abstract:           Source filter for inline code templating.
+author:
+    - Rocco Caputo <rcaputo at cpan.org>
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Filter::Util::Call:  1.06
+    Test::More:          0
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  http://thirdlobe.com/svn/filter-template/trunk
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-    url: <http://module-build.sourceforge.net/META-spec-new.html>;
-    version: 1.1
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libfilter-template-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/Makefile.PL?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/Makefile.PL (original)
+++ trunk/libfilter-template-perl/Makefile.PL Thu Jul 30 13:56:06 2009
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 14 2006-06-12 04:27:31Z rcaputo $
+# $Id: Makefile.PL 18 2009-07-27 04:41:20Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -10,8 +10,14 @@
 	NAME         => 'Filter::Template',
 	AUTHOR       => 'Rocco Caputo <rcaputo at cpan.org>',
 	ABSTRACT     => 'Source filter for inline code templating.',
+	LICENSE      => 'perl',
 	VERSION_FROM => 'lib/Filter/Template.pm',
-
+	META_ADD     => {
+		resources  => {
+			license    => 'http://dev.perl.org/licenses/',
+			repository => 'http://thirdlobe.com/svn/filter-template/trunk'
+		},
+	},
 	PREREQ_PM    => {
 		'Filter::Util::Call'  => 1.06,
 		'Test::More'          => 0,

Modified: trunk/libfilter-template-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/changelog?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/changelog (original)
+++ trunk/libfilter-template-perl/debian/changelog Thu Jul 30 13:56:06 2009
@@ -1,4 +1,8 @@
-libfilter-template-perl (1.02-3) UNRELEASED; urgency=low
+libfilter-template-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: add myself to uploaders
+  * Standards-Version 3.8.2
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -7,7 +11,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:02 +0100
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 30 Jul 2009 15:51:18 +0200
 
 libfilter-template-perl (1.02-2) unstable; urgency=low
 

Modified: trunk/libfilter-template-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/compat?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/compat (original)
+++ trunk/libfilter-template-perl/debian/compat Thu Jul 30 13:56:06 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libfilter-template-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/control?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/control (original)
+++ trunk/libfilter-template-perl/debian/control Thu Jul 30 13:56:06 2009
@@ -1,19 +1,20 @@
 Source: libfilter-template-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-6.1), perl-modules
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.8-6.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Filter-Template/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfilter-template-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfilter-template-perl/
 
 Package: libfilter-template-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libfilter-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libfilter-perl, perl (>= 5.8.8)
 Description: Source filter for inline code templates (macros)
  Source filter for Perl, allowing to specify inline source code
  templates. Templates can be much faster than subroutines, but they can

Modified: trunk/libfilter-template-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/copyright?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/copyright (original)
+++ trunk/libfilter-template-perl/debian/copyright Thu Jul 30 13:56:06 2009
@@ -1,14 +1,31 @@
-This is the debian package for the Filter-Template module.
-It was created by Gunnar Wolf <gwolf at debian.org> for the Debian Perl
-Group. 
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Filter-Template/
+Upstream-Name: Filter-Template
 
-Upstream source location: http://search.cpan.org/dist/Filter-Template/
+Files: *
+Copyright: 2000-2009, Rocco Caputo <rcaputo at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Filter::Template is Copyright 2000-2006 Rocco Caputo.  Some parts are
-Copyright 2001 Matt Cashner.  All rights reserved.  Filter::Template
-is free software; you may redistribute it and/or modify it under the
-same terms as Perl itself.
+Files: debian/*
+Copyright: 2006, Gunnar Wolf <gwolf at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2009, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+License: Artistic | GPL-1+
 
-Perl is distributed under both the GPL and the Artistic licenses - In
-Debian systems, you will find them respectively under
-/usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libfilter-template-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/debian/rules?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/debian/rules (original)
+++ trunk/libfilter-template-perl/debian/rules Thu Jul 30 13:56:06 2009
@@ -1,70 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs CHANGES
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Modified: trunk/libfilter-template-perl/lib/Filter/Template.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-template-perl/lib/Filter/Template.pm?rev=41000&op=diff
==============================================================================
--- trunk/libfilter-template-perl/lib/Filter/Template.pm (original)
+++ trunk/libfilter-template-perl/lib/Filter/Template.pm Thu Jul 30 13:56:06 2009
@@ -1,11 +1,11 @@
-# $Id: Template.pm 14 2006-06-12 04:27:31Z rcaputo $
+# $Id: Template.pm 19 2009-07-27 16:05:03Z rcaputo $
 
 package Filter::Template;
 
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 use Carp qw(croak);
 use Filter::Util::Call;
@@ -689,7 +689,7 @@
 based on prototypes for Perl subroutines.  The two main differences
 are that parameters are named, and sigils are not used.
 
-	macro sum_2 (parameter_0, parameter_1) {
+	template sum_2 (parameter_0, parameter_1) {
 		print( parameter_0 + parameter_1, "\n" );
 	}
 
@@ -800,7 +800,7 @@
 
 	sub Filter::Template::DEFINE () { 1 }
 
-=head1 BUGS
+=head1 CAVEATS
 
 Source filters are line-based, and so is the template language.  The
 only constructs that may span lines are template definitions, and
@@ -821,7 +821,19 @@
 Text::Trie.  Better regexp optimizers were released afterwards, and
 Filter::Template should use one of them.
 
-Probably others.
+=head1 LINKS
+
+=head2 BUG TRACKER
+
+https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=Filter-Template
+
+=head2 REPOSITORY
+
+http://thirdlobe.com/svn/filter-template/
+
+=head2 OTHER RESOURCES
+
+http://search.cpan.org/dist/Filter-Template/
 
 =head1 SEE ALSO
 
@@ -829,7 +841,7 @@
 
 =head1 AUTHOR & COPYRIGHT
 
-Filter::Template is Copyright 2000-2006 Rocco Caputo.  Some parts are
+Filter::Template is Copyright 2000-2009 Rocco Caputo.  Some parts are
 Copyright 2001 Matt Cashner.  All rights reserved.  Filter::Template
 is free software; you may redistribute it and/or modify it under the
 same terms as Perl itself.




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