Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20514/unstable/main/finkinfo/libs/perlmods

Added Files:
        algorithm-annotate-pm.info bfd-pm.info clone-pm.info 
        data-hierarchy-pm.info data-uuid-pm.info 
        extutils-makemaker-pm.info font-afm-pm.info 
        html-format-pm.info ipc-run3-pm.info 
        locale-maketext-lexicon-pm.info locale-maketext-simple-pm.info 
        perlio-via-dynamic-pm.info pod-escapes-pm.info 
        pod-simple-pm.info podtohtml-pm.info podtohtml-pm.patch 
        regexp-shellish-pm.info svk-pm.info svk-pm.patch 
        svn-mirror-pm.info svn-simple-pm.info text-aligner-pm.info 
        text-diff-pm.info text-table-pm.info vcp-dest-svk-pm.info 
        vcp-pm.info xml-autowriter-pm.info yaml-pm.info 
Log Message:
svk and all the perl modules it depends on moved into production.


--- NEW FILE: perlio-via-dynamic-pm.info ---
Package: perlio-via-dynamic-pm
Version: 0.02
Revision: 1
Type: perl
Description: Perl module for dynamic PerlIO layers
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/PerlIO-via-dynamic-%v.tar.gz
Source-MD5: 2b467909bb43d0f406c8e302fe719912

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README

Homepage: http://search.cpan.org/dist/PerlIO-via-dynamic/

--- NEW FILE: vcp-pm.info ---
Info2: <<
Package: vcp-pm%type_pkg[perl]
Version: 0.9
Revision: 1
Type: perl (5.8.1)
Description: Perl module for copying versioned files
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, html-tree-pm%type_pkg[perl], regexp-shellish-pm, 
text-diff-pm, xml-parser-pm%type_pkg[perl], podtohtml-pm%type_pkg[perl], 
xml-autowriter-pm%type_pkg[perl], ipc-run3-pm, bfd-pm, text-table-pm
BuildDepends: test-harness-pm%type_pkg[perl]

# Unpack Phase:
#Source: mirror:cpan:authors/id/R/RB/RBS/VCP-%v.tar.gz
Source: http://backpan.cpan.org/authors/id/R/RB/RBS/VCP-%v.tar.gz
Source-MD5: 4055bc73d33ebfb27e371d28ced8e8de

# Install Phase:
NoPerlTests: true
UpdatePOD: True
DocFiles: CHANGES INSTALL MANIFEST README TODO

# Additional Info:
DescDetail: <<
vcp - Version CoPy

vcp (and the Perl module VCP.pm) is a system for copying resources
under version control between repositories. cvs, p4 and RevML files
are currently supported.

vcp can re-root directory hierarchies diring the transfer, and,
using source specifications, or by filtering RevML files, subsets of
files and revisions may be copied.

Both whole-repository and incremental updates are supported.
<<
DescPort: <<
A lot of tests fail, partly due to the fact that p4 is not installed and not
yet ported to 10.3 yet. Asked upstream.
<<
Homepage: http://backpan.cpan.org/authors/id/R/RB/RBS/VCP-0.9.readme
<<

--- NEW FILE: svk-pm.patch ---
--- SVK-0.16/t/20add.t  (revision 10058)
+++ SVK-0.16-patched/t/20add.t  (revision 10059)
@@ -42,7 +42,7 @@ is_output ($svk, 'add', ['A/deep/baz'],
 $svk->revert ('-R', '.');
 
 is_output ($svk, 'add', ['A'],
-          ['A   A/', 'A   A/foo', 'A   A/bar', 'A   A/deep', 'A   A/deep/baz'],
+          ['A   A/', 'A   A/bar', 'A   A/foo', 'A   A/deep', 'A   A/deep/baz'],
           'add - anchor');
 $svk->revert ('-R', '.');
 
--- SVK-0.16/lib/SVK/XD.pm  (revision 10058)
+++ SVK-0.16-patched/lib/SVK/XD.pm  (revision 10059)
@@ -603,7 +603,9 @@ sub _delta_content {
 sub _unknown_verbose {
     my ($self, %arg) = @_;
     my $ignore = ignore;
-    find (sub {
+    find ({ preprocess => sub { sort @_ },
+           wanted =>
+           sub {
              return if m/$ignore/;
              my $dpath = $File::Find::name;
              my $copath = $dpath;
@@ -621,7 +623,7 @@ sub _unknown_verbose {
                  }
              }
              $arg{cb_unknown}->($dpath, $File::Find::name);
-         }, defined $arg{targets} ?
+         }}, defined $arg{targets} ?
          map {"$arg{copath}/$_"} @{$arg{targets}} : $arg{copath});
 }
 

--- NEW FILE: pod-escapes-pm.info ---
Package: pod-escapes-pm
Version: 1.04
Revision: 1
Type: perl
Description: Perl module for resolving Pod Esc. sequences
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/S/SB/SBURKE/Pod-Escapes-%v.tar.gz
Source-MD5: 00ea2e0d2e84ed98517a4616708b68d3

# Install Phase:
UpdatePOD: True
DocFiles: ChangeLog MANIFEST README

# Additional Info:
Homepage: http://search.cpan.org/dist/Pod-Escapes/

--- NEW FILE: svn-mirror-pm.info ---
Info2: <<
Package: svn-mirror-pm%type_pkg[perl]
Version: 0.37
Revision: 1
Type: perl (5.8.1)
Description: Perl module to mirror svn repository
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, svn-ssl-swig-pm%type_pkg[perl] (>= 1.0.4-1), 
svn-simple-pm%type_pkg[perl], uri-pm%type_pkg[perl], data-uuid-pm%type_pkg[perl], 
vcp-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/SVN-Mirror-%v.tar.gz
Source-MD5: 0904180ae0234be25f26f09ba27a432d

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README SIGNATURE
NoPerlTests: true
SplitOff: <<
 Package: %N-doc
 Depends: %N (= %v-%r)
 Files: share/man
<<
SplitOff2: <<
 Package: %N-bin
 Depends: %N (= %v-%r)
 Files: bin
<<

# Additional Data:
DescDetail: <<
SVN::Mirror, a subversion repository mirroring tool.

Subversion is a version control system, you can find more information at
http://subversion.tigris.org/.
<<
DescPort: <<
Some test are failing. Asked upstream.
<<
Homepage: http://search.cpan.org/dist/SVN-Mirror/
<<

--- NEW FILE: html-format-pm.info ---
Info2: <<
Package: html-format-pm%type_pkg[perl]
Version: 2.04
Revision: 1
Type: perl (5.8.1)
Description: Perl module to format HTML
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, html-tree-pm%type_pkg[perl], font-afm-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/S/SB/SBURKE/HTML-Format-%v.tar.gz
Source-MD5: 2d287392b77c959f06397371116c2d7e

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
DescDetail: <<
This is a collection of modules that formats HTML as plaintext, PostScript or
RTF.
<<
Homepage: http://search.cpan.org/dist/HTML-Format/
<<

--- NEW FILE: ipc-run3-pm.info ---
Package: ipc-run3-pm
Version: 0.01
Revision: 1
Type: perl
Description: Perl module to run a subprocess in batch mode
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/IPC-Run3-%v.tar.gz
Source-MD5: d518846b8fdd1ec7188f384e9bb900e3

# Install Phase:
NoPerlTests: true
UpdatePOD: True
DocFiles: CHANGES MANIFEST

# Additional Info:
DescPort: <<
The tests run fine when run manually, but fail during fink building.
<<
Homepage: http://search.cpan.org/dist/IPC-Run3/

--- NEW FILE: text-table-pm.info ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: vcp-dest-svk-pm.info ---
Info2: <<
Package: vcp-dest-svk-pm%type_pkg[perl]
Version: 0.21
Revision: 1
Type: perl (5.8.1)
Description: Perl module, svk destination driver
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, clone-pm%type_pkg[perl], vcp-pm%type_pkg[perl], 
svk-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/VCP-Dest-svk-%v.tar.gz
Source-MD5: 1b85175bc96455b99cfcbc9b6fc0fe4f

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README SIGNATURE
#NoPerlTests: true
SplitOff: <<
 Package: %N-doc
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Data:
DescDetail: <<
VCP::Dest::svk, the VCP destination driver for svn repositories 
using the SVK module.
<<
DescPort: <<
Some test are failing. Asked upstream.
<<
Homepage: http://search.cpan.org/dist/VCP-Dest-svk/
<<

--- NEW FILE: clone-pm.info ---
Info2: <<
Package: clone-pm%type_pkg[perl]
Version: 0.15
Revision: 1
Type: perl (5.8.1)
Description: Perl module to recursively copy datatypes
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RD/RDF/Clone-%v.tar.gz
Source-MD5: 5cac94da96835758462133f3afd8fe22

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
Homepage: http://search.cpan.org/dist/Clone/
<<

--- NEW FILE: pod-simple-pm.info ---
Package: pod-simple-pm
Version: 3.02
Revision: 1
Type: perl
Description: Perl module, framework for parsing Pod
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: pod-escapes-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/S/SB/SBURKE/Pod-Simple-%v.tar.gz
Source-MD5: 4ca91ca6ff80b597608a7d1c3d1bda74

# Install Phase:
UpdatePOD: True
DocFiles: ChangeLog MANIFEST README

# Additional Info:
DescDetail: <<
This is a late-beta release of Pod::Simple, the module-suite for parsing Pod.

There are still some gaps in the documentation, and Pod::Simple::HTML isn't yet
all that it should be.
<<
Homepage: http://search.cpan.org/dist/Pod-Simple/

--- NEW FILE: podtohtml-pm.info ---
Info2: <<
Package: podtohtml-pm%type_pkg[perl]
Version: 0.04
Revision: 1
Type: perl (5.8.1)
Description: Perl module, convert POD docu to HTML
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, html-tree-pm%type_pkg[perl], uri-pm%type_pkg[perl], 
html-format-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/N/NI/NI-S/PodToHTML-%v.tar.gz
Source-MD5: b08e3351b171b719f40031a188fe5c26

# Patch Phase:
Patch: %{Ni}.patch

# Install Phase:
UpdatePOD: True
DocFiles: MANIFEST README
SplitOff: <<
 Description: Tool to convert POD docu to HTML
 Package: podtohtml
 Depends: %N (= %v-%r)
 Files: share/man bin
<<

# Additional Info:
DescDetail: <<
PodToHTML generates HTML from one or (more typically) several files containg
POD documentation.

It uses Pod::Parser to parse the PODs and HTML::Element to represent the HTML
as it is generated.
<<
DescPort: <<
Needed to patch HTML_Elements.pm to use IO::File too, since the tests would
fail otherwise. Upstream author is informed.
<<
Homepage: http://search.cpan.org/dist/PodToHTML/
<<

--- NEW FILE: data-hierarchy-pm.info ---
Info2: <<
Package: data-hierarchy-pm%type_pkg[perl]
Version: 0.18
Revision: 1
Type: perl (5.8.1)
Description: Perl module to handle data hierarchically
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, clone-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/Data-Hierarchy-%v.tar.gz
Source-MD5: 2096f6cf63b6c51ccddcfd82a6dd1962

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
Homepage: http://search.cpan.org/dist/Data-Hierarchy/
<<

--- NEW FILE: locale-maketext-simple-pm.info ---
Package: locale-maketext-simple-pm
Version: 0.12
Revision: 1
Type: perl
Description: Perl module, i/f Locale::Maketext::Lexicon
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
#Depends: locale-maketext-lexicon-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%v.tar.gz
Source-MD5: 9a65312da2ae8d59f898151f9c044383

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README SIGNATURE

# Additional Info:
Homepage: http://search.cpan.org/dist/Locale-Maketext-Simple/

--- NEW FILE: algorithm-annotate-pm.info ---
Package: algorithm-annotate-pm
Version: 0.10
Revision: 1
Type: perl
Description: Perl module to represent a series of changes
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: algorithm-diff-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/Algorithm-Annotate-%v.tar.gz
Source-MD5: 453395489640e28fc772944ef08d396b

# Install Phase:
UpdatePOD: true
DocFiles: MANIFEST

# Additional Info:
Homepage: http://search.cpan.org/dist/Algorithm-Annotate/

--- NEW FILE: svn-simple-pm.info ---
Info2: <<
Package: svn-simple-pm%type_pkg[perl]
Version: 0.25
Revision: 1
Type: perl (5.8.1)
Description: Perl module, simple interface for svn editors
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, svn-ssl-swig-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/SVN-Simple-%v.tar.gz
Source-MD5: 559c41fa75797e2f33af1cead21897cf

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README
SplitOff: <<
 Package: %N-doc
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Data:
DescDetail: <<
A simple interface to subversion's editor interface. Subversion is a version
control system, you can find more information at http://subversion.tigris.org/.
The editor interface is for describing delta between trees.
<<
Homepage: http://search.cpan.org/dist/SVN-Simple/
<<

--- NEW FILE: data-uuid-pm.info ---
Info2: <<
Package: data-uuid-pm%type_pkg[perl]
Version: 0.11
Revision: 1
Type: perl (5.8.1)
Description: Perl extension to generate Unique Identifiers
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/A/AG/AGOLOMSH/Data-UUID-%v.tar.gz
Source-MD5: 669b9935baf1753eca784dd30b9ad4b1

# Patch Phase:
PatchScript: <<
 # Fix user interaction
 perl -pi -e 's,\$ENV\{PERL_MM_USE_DEFAULT\},1,g' Makefile.PL
<<

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
DescDetail: <<
This module provides a framework for generating UUIDs (Universally Unique
Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128
bits long, and is guaranteed to be different from all other UUIDs/GUIDs
generated until 3400 CE.

UUIDs were originally used in the Network Computing System (NCS) and later in
the Open Software Foundation's (OSF) Distributed Computing Environment.
Currently many different technologies rely on UUIDs to provide unique identity
for various software components. Microsoft COM/DCOM for instance, uses GUIDs
very extensively to uniquely identify classes, applications and components
across network-connected systems.

The algorithm for UUID generation, used by this extension, is described in the
Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz
(http://www.globecom.net/ietf/draft/draft-leach-uuids-guids-01.html). It
provides reasonably efficient and reliable framework for generating UUIDs and
supports fairly high allocation rates -- 10 million per second per machine --
and therefore is suitable for identifying both extremely short-lived and very
persistent objects on a given system as well as across the network.
<<
Homepage: http://search.cpan.org/dist/Data-UUID/
<<

--- NEW FILE: bfd-pm.info ---
Package: bfd-pm
Version: 0.31
Revision: 1
Type: perl
Description: Perl module to dump data structures
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/BFD-%v.tar.gz
Source-MD5: 7715ecf4133b9ab1ddabf9221663d576

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README

# Additional Info:
Homepage: http://search.cpan.org/dist/BFD/

--- NEW FILE: font-afm-pm.info ---
Package: font-afm-pm
Version: 1.19
Revision: 1
Type: perl
Description: Perl interface to Adobe Font Metrics files
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/G/GA/GAAS/Font-AFM-%v.tar.gz
Source-MD5: f72a12a20656c41b29a79c985bd231c9

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README

# Additional Info:
DescDetail: <<
This module implements the Font::AFM class. Objects of this class are
initialised from an AFM-file and allows you to obtain information about the
font and the metrics of the various glyphs in the font.

All measurements in AFM files are given in terms of units equal to 1/1000 of
the scale factor of the font being used. To compute actual sizes in a document,
these amounts should be multiplied by (scale factor of font)/1000.
<<
Homepage: http://search.cpan.org/dist/Font-AFM/

--- NEW FILE: locale-maketext-lexicon-pm.info ---
Info2: <<
Package: locale-maketext-lexicon-pm%type_pkg[perl]
Version: 0.38
Revision: 1
Type: perl (5.8.1)
Description: Perl module providing lexicon-handling
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: locale-maketext-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%v.tar.gz
Source-MD5: d21e7bdf3601389bcd8644f30d0623fe

# Install Phase:
UpdatePOD: True
DocFiles: AUTHORS Changes MANIFEST README SIGNATURE
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
DescDetail: <<
Locale::Maketext::Lexicon, a module providing lexicon-handling backends, for
"Locale::Maketext" to read from other localization formats, such as PO files,
MO files, or from databases via the "Tie" interface.

For extracting translatable strings from source files, a "xgettext.pl" utility
is also installed by default.

You can also read my presentation "Web Localization in Perl" online at
http://www.autrijus.org/webl10n/. It gives an overview for the localization
process, features a comparison between Gettext, Msgcat and Maketext, and talks
about my experiences at localizing web applications based on HTML::Mason and
the Template Toolkit.
<<
Homepage: http://search.cpan.org/dist/Locale-Maketext-Lexicon/
<<

--- NEW FILE: text-diff-pm.info ---
Package: text-diff-pm
Version: 0.35
Revision: 1
Type: perl
Description: Perl module to perform diffs
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: algorithm-diff-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/Text-Diff-%v.tar.gz
Source-MD5: 4931662ea353384dec2a54a71b26ee8c

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST

# Additional Info:
Homepage: http://search.cpan.org/dist/Text-Diff/

--- NEW FILE: extutils-makemaker-pm.info ---
Info2: <<
Package: extutils-makemaker-pm%type_pkg[perl]
Version: 6.21
Revision: 1
Type: perl (5.8.1)
Description: Perl module to create a module Makefile
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core

# Unpack Phase:
Source: mirror:cpan:authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%v.tar.gz
Source-MD5: 551c73ed52a36a93af8c305c71a554e5

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README SIGNATURE

# Additional Info:
Homepage: http://search.cpan.org/dist/ExtUtils-MakeMaker/
<<

--- NEW FILE: yaml-pm.info ---
Package: yaml-pm
Version: 0.35
Revision: 1
Type: perl
Description: Perl module, data serialization language
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/I/IN/INGY/YAML-%v.tar.gz
Source-MD5: 03f1c4446fae2bcc7d606b0b3ded0632

# Patch Phase:
PatchScript: <<
 # Fix user interaction
 perl -pi -e 's,if \(prompt\(,if \(1\) \{ #if \(prompt\(,g' Makefile.PL
 perl -pi -e 's,\$default\) =,#\$default\) =,g' Makefile.PL
<<

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README

# Additional Info:
DescDetail: <<
You probably think YAML stands for "Yet Another Markup Language". It ain't!
YAML is really a data serialization language. But if you want to think of it as
a markup, that's OK with me. A lot of people try to use XML as a serialization
format.
<<
Homepage: http://search.cpan.org/dist/YAML/

--- NEW FILE: podtohtml-pm.patch ---
diff -urN PodToHTML-0.04/Pod/HTML_Elements.pm 
PodToHTML-0.04-patched/Pod/HTML_Elements.pm
--- PodToHTML-0.04/Pod/HTML_Elements.pm Thu Dec 31 09:30:36 1998
+++ PodToHTML-0.04-patched/Pod/HTML_Elements.pm Sun Jul  4 15:20:07 2004
@@ -9,6 +9,9 @@
 $VERSION = '0.04';
 use base qw(Pod::Parser);  
 use Data::Dumper;     
+# This include is needed since the tests fail at line 379 otherwise
+# [EMAIL PROTECTED], 2004-07-04
+use IO::File;
 
 my $nbsp;              
 

--- NEW FILE: regexp-shellish-pm.info ---
Package: regexp-shellish-pm
Version: 0.93
Revision: 1
Type: perl
Description: Perl module, shell-like regular expressions
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/Regexp-Shellish-%v.tar.gz
Source-MD5: a5f92bf82b3d5033518e6d2c1028ee37

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST

# Additional Info:
Homepage: http://search.cpan.org/dist/Regexp-Shellish/

--- NEW FILE: xml-autowriter-pm.info ---
Info2: <<
Package: xml-autowriter-pm%type_pkg[perl]
Version: 0.38
Revision: 1
Type: perl (5.8.1)
Description: Perl module, DOCTYPE based XML output
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/R/RB/RBS/XML-AutoWriter-%v.tar.gz
Source-MD5: 86e108d6bd2a35ddd0d5c6e46e88c008

# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST
SplitOff: <<
 Package: %N-man
 Depends: %N (= %v-%r)
 Files: share/man
<<

# Additional Info:
Homepage: http://search.cpan.org/dist/XML-AutoWriter/
<<

--- NEW FILE: text-aligner-pm.info ---
Package: text-aligner-pm
Version: 0.03
Revision: 1
Type: perl
Description: Perl module Text::Aligner  
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Unpack Phase:
Source: mirror:cpan:authors/id/A/AN/ANNO/Text-Aligner-%v.tar.gz
Source-MD5: dd329d4e7e0ef200fd1f653ac9e828e0

# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README LICENSE

# Additional Info:
Homepage: http://search.cpan.org/dist/Text-Aligner/

--- NEW FILE: svk-pm.info ---
Info2: <<
Package: svk-pm%type_pkg[perl]
Version: 0.16
Revision: 1
Type: perl (5.8.1)
Description: Perl modules for SVK
License: Artistic
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>

# Dependencies:
BuildDepends: test-harness-pm%type_pkg[perl], fink (>= 0.20.6-1)
Depends: perl%type_pkg[perl]-core, svn-ssl-swig-pm%type_pkg[perl] (>= 1.0.4-1), 
algorithm-diff-pm, algorithm-annotate-pm, algorithm-diff-pm, text-diff-pm, 
data-hierarchy-pm%type_pkg[perl] (>= 0.18-1), regexp-shellish-pm, 
file-temp-pm%type_pkg[perl] (>= 0.14-1), pod-escapes-pm, pod-simple-pm, 
perlio-via-dynamic-pm (>= 0.02-1), svn-simple-pm%type_pkg[perl] (>= 0.21-1), yaml-pm, 
locale-maketext-pm%type_pkg[perl], locale-maketext-lexicon-pm%type_pkg[perl] (>= 
0.38-1), locale-maketext-simple-pm (>= 0.12-1), svn-mirror-pm%type_pkg[perl] (>= 
0.37-1), compress-zlib-pm%type_pkg[perl], vcp-pm%type_pkg[perl]

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/SVK-%v.tar.gz
Source-MD5: af11c8f05d5d282d4806d1a202a246d4

# Patch Phase:
Patch: %{ni}.patch

# Compile Phase:
CompileScript: <<
 #!/bin/bash
 ulimit -n 9999
 %{default_script}
<<

# Install Phase:
UpdatePOD: true
DocFiles: CHANGES MANIFEST README SIGNATURE
SplitOff: <<
 Package: svk
 Description: Decentralized version control system (SVK)
 Depends: %N (= %v-%r)
 Files: bin share/man
 DescUsage: <<
  Type 'man svk' and 'svk help' to get usage help.
 <<
<<

# Additional Data:
DescDetail: <<
svk is a decentralized version control system written in Perl. It uses the
subversion filesystem but provides some other powerful features:

svk inherits the features from Subversion: 
- Versioned directories. 
- Versioned renames. 
- Atomic commits. 
- Cheap branching and tagging. 

Also:
- Distributed branches. 
- Lightweight checkout copy management (no CVS .svn directories). 
- Advanced MergeFeatures. 
- Changeset signing and verification. 
- MirrorVCP: VCP integration to support mirror/branch from alien version
  control systems transparently. 

Coming soon:
- Patch management UI. 
<<
DescPackaging: <<
The default compile script couldn't be used since 'ulimit -n 9999' had to
be set. Otherwise the tests would fail with an 'Too many open files' error.
<<
Homepage: http://svk.elixus.org/
<<


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to