Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3114

Added Files:
        digest-bubblebabble-pm.info digest-pm.info mime-base64-pm.info 
        digest-sha1-pm.info digest-sha-pm.info 
Log Message:
to 10.7

--- NEW FILE: digest-pm.info ---
Info2: <<
Package: digest-pm%type_pkg[perl]
Version: 1.16
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
Description: Perl modules that calculate message digests
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic
Maintainer: Benjamin Reed <[email protected]>

Depends: <<
        mime-base64-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<
BuildDepends: <<
        fink (>= 0.29.7-1),
        mime-base64-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<
Conflicts: <<
        %{Ni}580-man,
        %{Ni}581-man,
        %{Ni}584-man,
        %{Ni}586-man
<<
Replaces: <<
        %{Ni}580-man,
        %{Ni}581-man,
        %{Ni}584-man,
        %{Ni}586-man
<<

Source: mirror:cpan:modules/by-module/Digest/Digest-%v.tar.gz
Source-MD5: df65b3c12785ff9bbf14521551f0268d

UseMaxBuildJobs: true

UpdatePOD: true
InstallScript: <<
        %{default_script}
        mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes MANIFEST README

Homepage: http://search.cpan.org/dist/Digest
DescDetail: <<
The Digest:: modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message.  The digest is (usually) some
small/fixed size string.  The actual size of the digest depend of the
algorithm used.  The message is simply a sequence of arbitrary bytes or
bits.

An important property of the digest algorithms is that the digest is
likely to change if the message change in some way.  Another property
is that digest functions are one-way functions, i.e. it should be hard
to find a message that correspond to some given digest.  Algorithms
differ in how "likely" and how "hard", as well as how efficient they
are to compute.
<<
<<


--- NEW FILE: digest-sha-pm.info ---
Info2: <<
Package: digest-sha-pm%type_pkg[perl]
Version: 5.62
Revision: 1
Description: Perl extension for SHA-1/224/256/384/512
Type: perl (5.12.3)

Depends: <<
        digest-pm%type_pkg[perl],
        perl%type_pkg[perl]-core
<<

BuildDepends: <<
        test-pod-coverage-pm,
        test-pod-pm
<<

Replaces: digest-sha1-pm (<= 2.02-1), %N-man
Conflicts: %N-man

Source: mirror:cpan:modules/by-module/Digest/Digest-SHA-%v.tar.gz
Source-MD5: 5dae76b83a8568990f093e077ec5156b

UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
        %{default_script}

        mv %i/share/man %i/lib/perl5/%type_raw[perl]
        mv %i/bin/shasum %i/bin/shasum-%type_raw[perl]
<<
PostInstScript: <<
if [ "$1" = configure ]
then
        update-alternatives --install %p/bin/shasum shasum 
%p/bin/shasum-%type_raw[perl] %type_pkg[perl]
fi
<<
PreRmScript: <<
if [ "$1" = remove ]
then
        update-alternatives --remove shasum %p/bin/shasum-%type_raw[perl]
fi
<<

DescPackaging: <<
        Former Maintainer: Koen van der Drift <[email protected]>
<<
DescDetail: <<
Digest::SHA is a complete implementation of the NIST Secure Hash
Standard.  It gives Perl programmers a convenient way to calculate
SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256
message digests.  The module can handle all types of input, including
partial-byte data.
<<

Homepage: http://search.cpan.org/dist/Digest-SHA
License: Artistic
Maintainer: None <[email protected]>
<<

--- NEW FILE: digest-bubblebabble-pm.info ---
Package: digest-bubblebabble-pm
Version: 0.02
Revision: 1
Type: perl

Description: Create bubble-babble fingerprints
DescDetail: <<
Bubble babble is a method of representing a message digest
as a string of "real" words, to make the fingerprint easier
to remember. The "words" are not necessarily real words, but
they look more like words than a string of hex characters.
<<
License: Artistic/GPL
Maintainer: Daniel Macks <[email protected]>
Homepage: http://search.cpan.org/dist/Digest-BubbleBabble/

Source: mirror:cpan:authors/id/B/BT/BTROTT/Digest-BubbleBabble-%v.tar.gz
Source-MD5: 4d7edd5b0a904db8194aa660d502fbe0

UpdatePOD: true
DocFiles: Changes README

--- NEW FILE: mime-base64-pm.info ---
Info2: <<
Package: mime-base64-pm%type_pkg[perl]

Version: 3.05
# Newer versions don't have the -bin programs; careful to avoid
# breakage for users if upgrading!

Revision: 3
###
Depends: perl%type_pkg[perl]-core
BuildDepends: perl%type_pkg[perl]-core
Replaces: mime-base64-pm (<= 2.18-1), %N-man
Conflicts: %N-man
###
Source: mirror:cpan:authors/id/G/GA/GAAS/MIME-Base64-%v.tar.gz
Source-MD5: ee34bc1929034ac50acaffd8218aafa6
###
Type: perl (5.12.3)
UpdatePOD: true
###
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README
###
SplitOff: <<
  Package: %N-bin
  Depends: %N
  Description: Base64 encode/decode commands
  Files: bin
  DocFiles: Changes README
<<
##
Description: Perl module for base64 encoding/decoding
DescDetail: <<
  MIME::Base64 contains a base64 encoder/decoder and a quoted-printable
  encoder/decoder.  These encoding methods are specified in RFC 2045 -
  MIME (Multipurpose Internet Mail Extensions).
<<
###
License: Artistic
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/MIME-Base64
<<

--- NEW FILE: digest-sha1-pm.info ---
Info2: <<
Package: digest-sha1-pm%type_pkg[perl]
Version: 2.12
Revision: 1
Description: Perl interface to the SHA-1 Algorithm
Type: perl (5.12.3)
License: Artistic
Maintainer: Christian Schaffner <[email protected]>

# Dependencies:
Depends: digest-pm%type_pkg[perl], perl%type_pkg[perl]-core
BuildDepends: digest-pm%type_pkg[perl], fink (>= 0.20.1-1)
Replaces: digest-sha1-pm (<= 2.02-1), %N-man
Conflicts: %N-man

# Unpack Phase:
Source: mirror:cpan:modules/by-module/Digest/Digest-SHA1-%v.tar.gz
Source-MD5: eeb0292868801a202bd7ead87b291374

# Install Phase:
UpdatePOD: true
DocFiles: Changes README fip180-1.html fip180-1.gif
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
PostInstScript: <<
 rm -rf %p/lib/perl5/darwin/auto/Digest/SHA1/
 rm -f %p/lib/perl5/darwin/Digest/SHA1.pm
<<

# Additional Data:
DescDetail: <<
The Digest::SHA1 module allows you to use the NIST SHA-1 message
digest algorithm from within Perl programs.  The algorithm takes as
input a message of arbitrary length and produces as output a 160-bit
"fingerprint" or "message digest" of the input.

SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm>
<<
Homepage: http://search.cpan.org/dist/Digest-SHA1
<<


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to