Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13856
Added Files:
apache-session-pm.info annocpan-perldoc-syncdb-pm.info
annocpan-perldoc-syncdb-pm.patch alien-sdl-pm.info
alien-sdl-pm.patch
Log Message:
to 10.7
--- NEW FILE: apache-session-pm.info ---
Info2: <<
Package: apache-session-pm%type_pkg[perl]
Version: 1.81
Revision: 1
Type: perl (5.12.3)
Description: Persistence framework for apache session data
License: Artistic/GPL
Maintainer: Christian Schaffner <[email protected]>
# Dependencies:
Depends: dbi-pm%type_pkg[perl]
BuildDepends: fink (>= 0.20.6-1), test-deep-pm%type_pkg[perl], test-exception-pm
Replaces: apache-session-pm, %N-man
Conflicts: %N-man
# Unpack Phase:
Source: mirror:cpan:authors/id/C/CW/CWEST/Apache-Session-%v.tar.gz
Source-MD5: 942788df6c5e743333cae5816551f203
# Compile Phase:
NoPerlTests: true
# Install Phase:
UpdatePOD: True
DocFiles: CHANGES MANIFEST README INSTALL
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
# Additional Info:
DescDetail: <<
These modules provide persistent storage for arbitrary data, in arbitrary
backing stores. The details of interacting with the backing store are
abstracted to make all backing stores behave alike. The programmer simply
interacts with a tied hash.
<<
DescPackaging: <<
Tests disabled since they don't run as nobody and since it would need a
running mysqld if dbd-mysql-pm is installed
<<
Homepage: http://search.cpan.org/dist/Apache-Session/
<<
--- NEW FILE: alien-sdl-pm.info ---
Info2: <<
Package: alien-sdl-pm%type_pkg[perl]
Version: 1.4.25
Revision: 1
Source: mirror:cpan:authors/id/F/FR/FROGGS/Alien-SDL-1.425.tar.gz
Source-MD5: c6adaa35ea0779740950de36c8a8ffe2
Type: perl (5.12.3)
BuildDepends: <<
archive-extract-pm%type_pkg[perl],
archive-tar-pm%type_pkg[perl],
archive-zip-pm%type_pkg[perl],
digest-sha-pm%type_pkg[perl],
file-fetch-pm%type_pkg[perl],
file-path-pm%type_pkg[perl] (>= 2.08-1),
fink (>= 0.30.2),
module-build-pm%type_pkg[perl] (>= 0.36.0-1),
sdl,
text-patch-pm (>= 1.4-1)
<<
Depends: <<
capture-tiny-pm%type_pkg[perl],
extutils-cbuilder-pm%type_pkg[perl] (>= 1:0.27.03-2),
file-sharedir-pm%type_pkg[perl],
file-which-pm%type_pkg[perl],
perl%type_pkg[perl]-core
<<
Recommends: <<
sdl
<<
PatchFile: %{ni}.patch
PatchFile-MD5: f43d80e713b9ddd290aa711726bc6e2a
DefaultScript: ModuleBuild
CompileScript: <<
#!/bin/sh -ev
export PERL_MM_USE_DEFAULT=1
%{default_script}
<<
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes README LICENSE TODO
DescPort: <<
Build.pm forgot to provide implemention for get_path!
<<
DescPackaging: <<
Hardcode Build.PL to use pre-existing sdl-config script.
Uses sdl-config at runtime, but cannot assert Depends:sdl
because that package is BuildDependsOnly:true
<<
Description: Building, finding and using SDL binaries
License: Artistic/GPL
Homepage: http://search.cpan.org/dist/Alien-SDL/
Maintainer: None <[email protected]>
<<
--- NEW FILE: alien-sdl-pm.patch ---
diff -Nurd -x'*~' Alien-SDL-1.425.orig/Build.PL Alien-SDL-1.425/Build.PL
--- Alien-SDL-1.425.orig/Build.PL 2011-01-26 16:10:46.000000000 -0500
+++ Alien-SDL-1.425/Build.PL 2011-04-14 00:42:12.000000000 -0400
@@ -111,13 +111,7 @@
push @candidates, $rv;
};
- if($rv=check_prebuilt_binaries($build->os_type)) {
- push @candidates, @{$rv};
- };
- if($build->can_build_binaries_from_sources() &&
($rv=check_src_build($build->os_type))) {
- push @candidates, @{$rv};
- };
push @candidates, { title => 'Quit installation' };
--- NEW FILE: annocpan-perldoc-syncdb-pm.patch ---
diff -Nur AnnoCPAN-Perldoc-SyncDB-0.11-orig/cron.weekly
AnnoCPAN-Perldoc-SyncDB-0.11/cron.weekly
--- AnnoCPAN-Perldoc-SyncDB-0.11-orig/cron.weekly 1969-12-31
18:00:00.000000000 -0600
+++ AnnoCPAN-Perldoc-SyncDB-0.11/cron.weekly 2005-10-12 13:17:18.000000000
-0500
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+. '@PREFIX@/bin/init.sh'
+test -x '@PREFIX@/bin/syncannopod' && '@PREFIX@/bin/syncannopod' --dest
'@PREFIX@/var/annocpan/annopod.db'
diff -Nur AnnoCPAN-Perldoc-SyncDB-0.11-orig/lib/AnnoCPAN/Perldoc/SyncDB.pm
AnnoCPAN-Perldoc-SyncDB-0.11/lib/AnnoCPAN/Perldoc/SyncDB.pm
--- AnnoCPAN-Perldoc-SyncDB-0.11-orig/lib/AnnoCPAN/Perldoc/SyncDB.pm
2005-09-27 22:11:25.000000000 -0500
+++ AnnoCPAN-Perldoc-SyncDB-0.11/lib/AnnoCPAN/Perldoc/SyncDB.pm 2005-10-12
13:15:58.000000000 -0500
@@ -137,7 +137,7 @@
# This algorithm is duplicated from AnnoCPAN::Perldoc
# Future versions should access that module's algorithm directly
DIR: foreach my $dir (@ENV{qw(HOME USERPROFILE ALLUSERSPROFILE)},
- '/var/annocpan')
+ '@PREFIX@/var/annocpan', '/var/annocpan')
{
if ($dir && -d $dir)
{
--- NEW FILE: annocpan-perldoc-syncdb-pm.info ---
Info2: <<
Package: annocpan-perldoc-syncdb-pm%type_pkg[perl]
Version: 0.11
Revision: 3
Source: mirror:cpan:authors/id/C/CL/CLOTHO/AnnoCPAN-Perldoc-SyncDB-%v.tgz
Source-MD5: 2eb051dedf952f23f7ee2db91f3e31f4
PatchFile: %{Ni}.patch
PatchFile-MD5: 2a96947beb3cd35cb479f3f7b9592d8c
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
Type: perl (5.12.3)
UpdatePOD: true
BuildDepends: fink (>= 0.24.12)
Depends: perl%type_pkg[perl]-core, libwww-pm%type_pkg[perl]
Recommends: annocpan-perldoc-pm-bin%type_pkg[perl]-core
InstallScript: <<
%{default_script}
/usr/bin/install -d -m 755 %i/var/annocpan
/usr/bin/install -d -m 755 %i/etc/cron.weekly
/usr/bin/install -c -p -m 755 cron.weekly %i/etc/cron.weekly/%n
mkdir -p %i/lib/perl5/%type_raw[perl]/man
mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]/man
<<
DocFiles: ChangeLog index.html LICENSE README
License: Artistic/GPL
Description: Download the AnnoCPAN database
Maintainer: None <[email protected]>
Homepage: http://search.cpan.org/dist/AnnoCPAN-Perldoc-SyncDB
DescPackaging: <<
The %N-cron package installs a weekly cron job that downloads the
latest comment database. The default location for that database is
%p/var/annocpan/annopod.db
Chris Dolan is both the Fink maintainer and the upstream author.
Report bugs to the maintainer or the CPAN bug tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnnoCPAN-Perldoc-SyncDB
Former Maintainer: Chris Dolan <[email protected]>
%N-man splitoff merged back into %N as of 0.11-3
<<
Splitoff: <<
Package: %N-bin
Depends: %N (= %v-%r)
Files: bin share/man/man1
Conflicts: %{Ni}588-bin, %{Ni}5100-bin
Replaces: %{Ni}588-bin, %{Ni}5100-bin
DocFiles: ChangeLog index.html LICENSE README
<<
Splitoff3: <<
Package: %N-cron
Depends: %N-bin (= %v-%r)
Files: etc var
Conflicts: %{Ni}588-cron, %{Ni}5100-cron
Replaces: %{Ni}588-cron, %{Ni}5100-cron
DocFiles: ChangeLog index.html LICENSE README
<<
<<
------------------------------------------------------------------------------
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