Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5274

Added Files:
        apt-file.info libapt-pkg-pm.info 
Log Message:
New ports

--- NEW FILE: apt-file.info ---
Package: apt-file
Version: 2.4.0
Revision: 1.1
###
BuildDepends: <<
  docbook-utils,
  config-file-pm,
  list-moreutils-pm5124,
  regexp-assemble-pm,
  file-temp-pm5124
<<
Depends: <<
  perl5124-core,
  curl,
  config-file-pm,
  list-moreutils-pm5124,
  regexp-assemble-pm,
  file-temp-pm5124,
  libapt-pkg-pm5124
<<
Recommends: <<
  python3
<<
Suggests: <<
  openssh-client,
  sudo
<<
###
Source: mirror:debian:/pool/main/a/apt-file/apt-file_%v.tar.gz
Source-MD5: 1b4cc15eda7e9bfe1ae6a80ddba1d2c5
SourceDirectory: apt-file-%v
###
#PatchFile: %n.patch
#PatchFile-MD5: 9b6869ce0d082d35aec1966ea01f9628
PatchScript: <<
#sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
  perl -pi -e 's,\/usr,%p,g' debian/apt-file.do-apt-file-update 
apt-file.update-notifier apt-file*.sgml apt-file.spec rapt-file 
rapt-file.wrapper
  perl -pi -e 's,\/var\/,%p\/var\/,g' debian/apt-file.is-cache-empty 
apt-file*.sgml
  perl -pi -e 's,\/etc\/,%p\/etc\/,g' apt-file apt-file*.sgml apt-file.spec 
rapt-file

  perl -pi -e 's,\/usr,,g' Makefile
<<
###
CompileScript: <<
  make all
<<
###
InfoTest: <<
  TestScript: <<
    make test || exit 2
  <<
<<
###
InstallScript: <<
  make install DESTDIR=%i

  install -d -m755 %i/share/%n
  install -d -m755 %i/var/cache/apt/%n

  perl -p -i -e 's/^use constant VERSION.*/use constant VERSION => "%v";/' 
%i/bin/apt-file
  install -m 644 debian/apt-file.update-notifier 
%i/share/apt-file/apt-file-update.update-notifier
  install -m 755 debian/apt-file.do-apt-file-update 
%i/share/apt-file/do-apt-file-update
  install -m 755 debian/apt-file.is-cache-empty %i/share/apt-file/is-cache-empty
  install -m 755 rapt-file %i/share/apt-file/rapt-file
  install -m 755 rapt-file.wrapper %i/bin/rapt-file

<<
###
ConfFiles: <<
  %p/etc/apt/apt-file.conf
<<
DocFiles: README changelog debian/copyright
###
PostInstScript: <<
set -e

if [ "$1" != configure ]; then
        exit 0
fi

# fix wrong permissions created by old versions
if     [ -n "$2" ] &&
       dpkg --compare-versions "$2" lt 2.1.5~ &&
       ! dpkg-statoverride --list %p/var/cache/apt/%n > /dev/null 2>&1
then
       chmod 755 %p/var/cache/apt/%n
fi

unud=%p/var/lib/update-notifier/user.d

if %p/share/%n/is-cache-empty; then
        echo "The system-wide cache is empty. You may want to run 'apt-file 
update'"
        echo "as root to update the cache. You can also run 'apt-file update' 
as"
        echo "normal user to use a cache in the user's home directory."
fi

if [ -d $unud ]; then
        cp -f %p/share/%n/apt-file-update.update-notifier \
            "$unud/apt-file-update"
fi
<<
PostRmScript: <<
set -e;

if [ "purge" = "$1" ]; then
        rm -fr %p/var/cache/apt/%n/
        rm -f %p/var/lib/update-notifier/user.d/apt-file-update
fi;
<<
Description: Search for files within deb packages (CLI)
DescDetail: <<
apt-file is a command line tool for searching files contained in packages
for the APT packaging system. You can search in which package a file is
included or list the contents of a package without installing or fetching it.
<<
License: GPL
Homepage: http://packages.qa.debian.org/a/apt-file.html
Maintainer: Justin F. Hallett <the...@users.sourceforge.net>

--- NEW FILE: libapt-pkg-pm.info ---
Info2:<<
Package: libapt-pkg-pm%type_pkg[perl]
Version: 0.1.28
Revision: 1.1
Type: perl (5.12.4 5.12.5)

BuildDepends: <<
  libapt-pkg-dev
<<
Depends: <<
  perl%type_pkg[perl]-core,
  libapt-pkg4.12-shlibs
<<

Source: mirror:debian:/pool/main/liba/libapt-pkg-perl/libapt-pkg-perl_%v.tar.gz
Source-MD5: 61edfa654a37ee4adae6942331008471
SourceDirectory: libapt-pkg-perl-%v

PatchScript: <<
  perl -pi -e 's,c\+\+,g\+\+,g' Makefile.PL
  perl -pi -e 's,-lapt-pkg,-L%p/lib -lapt-pkg,g' Makefile.PL
  perl -pi -e "s;XSOPT;INC       => '-I%p/include',\n   XSOPT;g" Makefile.PL
  perl -pi -e 's,/etc/apt/,%p/etc/apt/,g' t/00_config.t
<<

CompileScript: <<
ARCHFLAGS="" /usr/bin/arch -x86_64 perl5.12 Makefile.PL PERL="/usr/bin/arch 
-x86_64 perl5.12" PREFIX=%p INSTALLPRIVLIB=%p/lib/perl5/%type_raw[perl] 
INSTALLARCHLIB=%p/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level 
INSTALLSITELIB=%p/lib/perl5/%type_raw[perl] 
INSTALLSITEARCH=%p/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level 
INSTALLMAN1DIR=%p/share/man/man1 INSTALLMAN3DIR=%p/share/man/man3 
INSTALLSITEMAN1DIR=%p/share/man/man1 INSTALLSITEMAN3DIR=%p/share/man/man3 
INSTALLBIN=%p/bin INSTALLSITEBIN=%p/bin INSTALLSCRIPT=%p/bin
make
<<

DocFiles: MANIFEST MANIFEST.skip debian/changelog debian/copyright examples
UpdatePOD: true

Description: Perl interface to libapt-pkg
DescDetail: <<
A Perl interface to APT's libapt-pkg which provides modules for configuration
file/command line parsing, version comparison, inspection of the binary
package cache and source package details.
<<

License: GPL
Homepage: http://packages.qa.debian.org/liba/libapt-pkg-perl.html
Maintainer: Justin F. Hallett <the...@users.sourceforge.net>
<<


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to