Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6796

Added Files:
        irssi-ssl-10.5.info irssi-ssl-10.6.info 
Removed Files:
        irssi-ssl.info 
Log Message:
adjust versions for different distros


--- NEW FILE: irssi-ssl-10.6.info ---
Package: irssi-ssl
Version: 0.8.12
Revision: 302
Distribution: 10.6
Maintainer: Daniel Macks <[email protected]>
BuildDepends: <<
 openssl097-dev,
 glib2-dev,
 fink (>= 0.24.12-1),
 libncurses5 (>= 5.4-20041023-1006),
 pkgconfig,
 libgettext3-dev,
 libiconv-dev
<<
Depends: <<
 openssl097-shlibs,
 glib2-shlibs,
 libncurses5-shlibs (>= 5.4-20041023-1006),
 libgettext3-shlibs,
 libiconv,
 perl5100-core
<<
Conflicts: irssi
Replaces: irssi
Source: http://www.irssi.org/files/irssi-%v.tar.bz2
Source-MD5: e407b557b3cfc7c91ce4de2571dd79cb
PatchFile: %n.patch
PatchFile-MD5: a8c4aca7973ce1c519a87fb50328921a
ConfigureParams: <<
 --disable-dependency-tracking \
 --with-modules \
 --with-ncurses=%p \
 --with-proxy \
 --enable-ipv6 \
 --mandir=%i/share/man \
 --with-perl-lib=%p/lib/perl5/5.10.0 \
 --with-socks \
 --enable-ssl
<<
#Type: perl 5.10.0
#UpdatePOD: true
CompileScript: <<
 export ARCHFLAGS=""; ./configure %c
 make perlpath=perl5.10.0
<<
InstallScript: <<
 make install prefix=%i PREFIX=%i INSTALLPRIVLIB=%i/lib/perl5/5.10.0 
INSTALLARCHLIB=%i/lib/perl5/5.10.0/darwin-thread-multi-2level 
INSTALLSITELIB=%i/lib/perl5/5.10.0 
INSTALLSITEARCH=%i/lib/perl5/5.10.0/darwin-thread-multi-2level
 mkdir -p %i/share/podfiles/5.10.0
 cat %i/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod | sed -e 
s,%i/lib/perl5,%p/lib/perl5, > %i/share/podfiles/5.10.0/perllocal.%n.pod
 rm -rf %i/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod
<<
PostInstScript: <<
# Updating %p/lib/perl5/darwin-thread-multi-2level/5.10.0/perllocal.pod
mkdir -p %p/lib/perl5/5.10.0/darwin-thread-multi-2level
cat %p/share/podfiles/5.10.0/*.pod > 
%p/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod
<<
PostRmScript: <<
# Updating %p/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod
###
### check to see if any .pod files exist in %p/share/podfiles.
###
/bin/echo -n '' > %p/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod
perl <<'END_PERL'
    if (-e "%p/share/podfiles/5.10.0") {
        @files = <%p/share/podfiles/5.10.0/*.pod>;
        if ($#files >= 0) {
        exec "cat %p/share/podfiles/5.10.0/*.pod > 
%p/lib/perl5/5.10.0/darwin-thread-multi-2level/perllocal.pod";
        }
    }
END_PERL
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: Modular IRC client (with SSL)
DescPackaging: <<
 Although this package has a GPL license, it is marked Restrictive since
 it links to openssl.

 Update the podfiles manually, due to fink changes for Type: perl
 Enabled IRC proxy support

 Formerly maintained by Max Horn
<<
Homepage: http://www.irssi.org/
License: Restrictive

--- NEW FILE: irssi-ssl-10.5.info ---
Package: irssi-ssl
Version: 0.8.12
Revision: 202
Distribution: 10.5
Maintainer: Daniel Macks <[email protected]>
BuildDepends: <<
 openssl097-dev,
 glib2-dev,
 fink (>= 0.24.12-1),
 libncurses5 (>= 5.4-20041023-1006),
 pkgconfig,
 libgettext3-dev,
 libiconv-dev
<<
Depends: <<
 openssl097-shlibs,
 glib2-shlibs,
 libncurses5-shlibs (>= 5.4-20041023-1006),
 libgettext3-shlibs,
 libiconv,
 perl588-core
<<
Conflicts: irssi
Replaces: irssi
Source: http://www.irssi.org/files/irssi-%v.tar.bz2
Source-MD5: e407b557b3cfc7c91ce4de2571dd79cb
PatchFile: %n.patch
PatchFile-MD5: a8c4aca7973ce1c519a87fb50328921a
ConfigureParams: <<
 --disable-dependency-tracking \
 --with-modules \
 --with-ncurses=%p \
 --with-proxy \
 --enable-ipv6 \
 --mandir=%i/share/man \
 --with-perl-lib=%p/lib/perl5/5.8.8 \
 --with-socks \
 --enable-ssl
<<
#Type: perl 5.8.8
#UpdatePOD: true
CompileScript: <<
 export ARCHFLAGS=""; ./configure %c
 make perlpath=perl5.8.8
<<
InstallScript: <<
 make install prefix=%i PREFIX=%i INSTALLPRIVLIB=%i/lib/perl5/5.8.8 
INSTALLARCHLIB=%i/lib/perl5/5.8.8/darwin-thread-multi-2level 
INSTALLSITELIB=%i/lib/perl5/5.8.8 
INSTALLSITEARCH=%i/lib/perl5/5.8.8/darwin-thread-multi-2level
 mkdir -p %i/share/podfiles/5.8.8
 cat %i/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod | sed -e 
s,%i/lib/perl5,%p/lib/perl5, > %i/share/podfiles/5.8.8/perllocal.%n.pod
 rm -rf %i/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod
<<
PostInstScript: <<
# Updating %p/lib/perl5/darwin-thread-multi-2level/5.8.8/perllocal.pod
mkdir -p %p/lib/perl5/5.8.8/darwin-thread-multi-2level
cat %p/share/podfiles/5.8.8/*.pod > 
%p/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod
<<
PostRmScript: <<
# Updating %p/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod
###
### check to see if any .pod files exist in %p/share/podfiles.
###
/bin/echo -n '' > %p/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod
perl <<'END_PERL'
    if (-e "%p/share/podfiles/5.8.8") {
        @files = <%p/share/podfiles/5.8.8/*.pod>;
        if ($#files >= 0) {
        exec "cat %p/share/podfiles/5.8.8/*.pod > 
%p/lib/perl5/5.8.8/darwin-thread-multi-2level/perllocal.pod";
        }
    }
END_PERL
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: Modular IRC client (with SSL)
DescPackaging: <<
 Although this package has a GPL license, it is marked Restrictive since
 it links to openssl.

 Update the podfiles manually, due to fink changes for Type: perl
 Enabled IRC proxy support

 Formerly maintained by Max Horn
<<
Homepage: http://www.irssi.org/
License: Restrictive

--- irssi-ssl.info DELETED ---


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to