r29971 - in /branches/upstream/libcurses-perl/current: Curses.i Curses.pm Curses.s HISTORY MAINTENANCE MANIFEST Makefile.PL gen.tar gen/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 24 01:14:37 UTC 2009


Author: gregoa
Date: Sat Jan 24 01:14:34 2009
New Revision: 29971

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

Added:
    branches/upstream/libcurses-perl/current/gen.tar   (with props)
Removed:
    branches/upstream/libcurses-perl/current/Curses.i
    branches/upstream/libcurses-perl/current/Curses.s
    branches/upstream/libcurses-perl/current/gen/
Modified:
    branches/upstream/libcurses-perl/current/Curses.pm
    branches/upstream/libcurses-perl/current/HISTORY
    branches/upstream/libcurses-perl/current/MAINTENANCE
    branches/upstream/libcurses-perl/current/MANIFEST
    branches/upstream/libcurses-perl/current/Makefile.PL

Modified: branches/upstream/libcurses-perl/current/Curses.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/Curses.pm?rev=29971&op=diff
==============================================================================
--- branches/upstream/libcurses-perl/current/Curses.pm (original)
+++ branches/upstream/libcurses-perl/current/Curses.pm Sat Jan 24 01:14:34 2009
@@ -51,7 +51,7 @@
 
 package Curses;
 
-$VERSION = '1.26'; # Makefile.PL picks this up
+$VERSION = '1.27'; # Makefile.PL picks this up
 
 use Carp;
 require Exporter;

Modified: branches/upstream/libcurses-perl/current/HISTORY
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/HISTORY?rev=29971&op=diff
==============================================================================
--- branches/upstream/libcurses-perl/current/HISTORY (original)
+++ branches/upstream/libcurses-perl/current/HISTORY Sat Jan 24 01:14:34 2009
@@ -10,6 +10,15 @@
 
 Curses itself is much older than the Perl implementation.  Curses was
 originally only a C programming library.
+
+New in 1.27 (Released January 20, 2009)
+
+  Extraneous .i and .s files in 1.26 removed.  'make clean' cleans all
+  .i and .s too.
+
+  'gen' directory is replaced by gen.tar file, so CPAN doesn't index
+  the stuff in there.  That directory is stuff for developing the Curses
+  package, not stuff for users.
 
 New in 1.26 (Released January 3, 2009)
 

Modified: branches/upstream/libcurses-perl/current/MAINTENANCE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/MAINTENANCE?rev=29971&op=diff
==============================================================================
--- branches/upstream/libcurses-perl/current/MAINTENANCE (original)
+++ branches/upstream/libcurses-perl/current/MAINTENANCE Sat Jan 24 01:14:34 2009
@@ -50,7 +50,7 @@
 ---
 
 The package is designed to have all the distributed code files
-(Curses.pm, CursesFun.c, etc.) generated by the programs in gen/ .
+(Curses.pm, CursesFun.c, etc.) generated by the programs in gen.tar .
 This is supposed to handle the myriad Ncurses functions with less
 tedium than manually editing the files.
 
@@ -59,6 +59,15 @@
 But the changes are modest, so it should be possible some day to
 generate new files, diff to see what changed, and put those changes
 into the Gen programs.
+
+Originally, what is in gen.tar was a directory name 'gen' in the Curses
+package on CPAN, and CPAN unfortunately indexes the Perl modules in there as
+public modules.  And because make.Curses.pm contains the perldoc stuff for
+Curses.pm, people have even been mislead into using that unmaintained file
+for documentation of the functions in Curses.pm.
+
+Since I don't know how to stop CPAN from doing that, I solved that problem
+by tarring up the directory.
 
 
 ppport.h

Modified: branches/upstream/libcurses-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/MANIFEST?rev=29971&op=diff
==============================================================================
--- branches/upstream/libcurses-perl/current/MANIFEST (original)
+++ branches/upstream/libcurses-perl/current/MANIFEST Sat Jan 24 01:14:34 2009
@@ -18,20 +18,6 @@
 demo.panel
 demo2
 gdc
-gen/Gen.pm
-gen/README
-gen/increase-version
-gen/list.con
-gen/list.fun
-gen/list.typ
-gen/list.var
-gen/make.Curses.pm
-gen/make.CursesBoot.c
-gen/make.CursesCon.c
-gen/make.CursesFun.c
-gen/make.CursesTyp.h
-gen/make.CursesVar.c
-gen/make.list.syms
 hints/c-MSWin32.borland.h
 hints/c-MSWin32.visualc.h
 hints/c-aix.h

Modified: branches/upstream/libcurses-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/Makefile.PL?rev=29971&op=diff
==============================================================================
--- branches/upstream/libcurses-perl/current/Makefile.PL (original)
+++ branches/upstream/libcurses-perl/current/Makefile.PL Sat Jan 24 01:14:34 2009
@@ -554,7 +554,7 @@
     print("file.\n");
 }
 
-my $clean = 'CursesDef.h c-config.h cdemo testsym testint testtyp';
+my $clean = 'CursesDef.h c-config.h cdemo testsym testint testtyp *.i *.s';
 my $realc = $gen
     ? 'list.syms Curses.pm ' . 
       'CursesFun.c CursesVar.c CursesCon.c CursesTyp.h CursesBoot.c'

Added: branches/upstream/libcurses-perl/current/gen.tar
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcurses-perl/current/gen.tar?rev=29971&op=file
==============================================================================
Binary file - no diff available.

Propchange: branches/upstream/libcurses-perl/current/gen.tar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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