Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24660/10.3/main/finkinfo/base

Modified Files:
        dpkg.info dpkg.patch 
Log Message:
new dpkg

Index: dpkg.patch
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dpkg.patch  20 Mar 2006 03:59:13 -0000      1.6
+++ dpkg.patch  3 May 2006 23:57:30 -0000       1.7
@@ -1,34 +1,35 @@
-Index: dpkg-deb/Makefile.in
+Index: Makefile.in
 ===================================================================
-RCS file: /cvsroot/fink/3rdparty/dpkg/dpkg-deb/Makefile.in,v
-retrieving revision 1.1.1.1
-retrieving revision 1.2
-diff -u -r1.1.1.1 -r1.2
---- dpkg-deb/Makefile.in       17 Mar 2006 01:54:10 -0000      1.1.1.1
-+++ dpkg-deb/Makefile.in       17 Mar 2006 02:29:33 -0000      1.2
-@@ -232,7 +232,7 @@
-       main.c
[...1732 lines suppressed...]
  clean: clean-am
  
@@ -2375,7 +1297,7 @@
        mostlyclean-am
  
  distclean: distclean-am
-@@ -481,7 +519,7 @@
+@@ -477,7 +515,7 @@
  
  install-data-am:
  
@@ -2384,7 +1306,7 @@
  
  install-info: install-info-am
  
-@@ -507,20 +545,20 @@
+@@ -503,20 +541,20 @@
  ps-am:
  
  uninstall-am: uninstall-info-am uninstall-pkglibPROGRAMS \

Index: dpkg.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/base/dpkg.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dpkg.info   21 Apr 2006 21:38:53 -0000      1.9
+++ dpkg.info   3 May 2006 23:57:30 -0000       1.10
@@ -1,32 +1,38 @@
 Package: dpkg
-Version: 1.13.16
-Revision: 14
+Version: 1.13.18
+Revision: 11
 Description: The Debian package manager
 License: GPL
 Maintainer: Fink Core Group <[EMAIL PROTECTED]>
 
-Depends: libgettext3-shlibs, libiconv, gzip, tar, libncurses5-shlibs
-BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev, libncurses5
+Depends: libgettext3-shlibs, libiconv, gzip, tar
+BuildDepends: libgettext3-dev, gettext-tools, libiconv-dev
 Essential: yes
 GCC: 3.3
 
 Source: http://debian.ethz.ch/debian/pool/main/d/%n/%n_%v.tar.gz
-Source2: http://alioth.debian.org/download.php/1496/po4a-0.24.tar.gz
+Source2: http://alioth.debian.org/download.php/1556/po4a-0.25.tar.gz
 SourceDirectory: dpkg-%v
-Source-MD5: bf16c7c5efe5025320c73c862ffeb1d3
-Source2-MD5: 8f3edbc9df9a7f960d123c3dd5aa13c7
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p0
+Source-MD5: eb8353d0adfb4231fc4b40225a32758e
+Source2-MD5: e868a14e5e5212d1e1d78e0905f01fe5
+PatchScript: <<
+       #!/bin/sh -ev
+       sed 's|@PREFIX@|%p|g' <%a/dpkg.patch | patch -p0
+       find man -type f | xargs perl -pi -e 's,/usr,%p,g; s,/var,%p/var,g; 
s,/etc,%p/etc,g;'
+       ls scripts/*.pl* scripts/*.sh | xargs perl -i -pe 
's,([\047`"])/(etc|var),$1%p/$2,g; s,([\047`"])/usr,$1/%p,g; 
s,([\047`"])(dpkg[\w-]*|822-date|md5sum|gpg)([\s\047`"]),$1%p/bin/$2$3,g'
+<<
 
 SetCFLAGS: -I%p/include
 SetCPPFLAGS: -fconstant-cfstrings
 SetLDFLAGS: -Wl,-framework,CoreFoundation
-ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b --disable-linker-optimisations
+ConfigureParams: --without-start-stop-daemon --without-sgml-doc 
--with-admindir=%p/var/lib/dpkg --mandir=%p/share/man --infodir=%p/share/info 
--srcdir=%b --disable-linker-optimisations --without-dselect
 CompileScript: <<
 #!/bin/sh -ev
 
-       export PERL5LIB=`pwd`/../po4a-0.24/lib:"$PERL5LIB"
-       export PATH=`pwd`/../po4a-0.24:"$PATH"
-       chmod a+x ../po4a-0.24/po4a*
+       export PERL5LIB=`pwd`/../po4a-0.25/lib:"$PERL5LIB"
+       export PATH=`pwd`/../po4a-0.25:"$PATH"
+       chmod a+x ../po4a-0.25/po4a*
+       mv getopt/obstack.* lib/
        PERL=/usr/bin/perl ./configure --build=%m-apple-darwin %c
        make
 <<
@@ -34,15 +40,16 @@
 InstallScript: <<
 #!/bin/sh -ev
 
-       export PERL5LIB=`pwd`/../po4a-0.24/lib:"$PERL5LIB"
-       export PATH=`pwd`/../po4a-0.24:"$PATH"
-       chmod a+x ../po4a-0.24/po4a*
+       export PERL5LIB=`pwd`/../po4a-0.25/lib:"$PERL5LIB"
+       export PATH=`pwd`/../po4a-0.25:"$PATH"
+       chmod a+x ../po4a-0.25/po4a*
        mkdir -p %i/share/doc/dpkg
        make install DESTDIR=%d
        for lang in de es ja sv; do
                install -d -m 755 %i/share/man/$lang/man1
                install -c -m 644 man/$lang/md5sum.1 %i/share/man/$lang/man1/
        done
+       install -d -m 755 %i/var/backups
        rm -rf %i/lib/dpkg/methods/*
 <<
 
@@ -60,8 +67,15 @@
 dselect, a full-screen console frontend to dpkg.
 <<
 DescPort: <<
+1.13.18
+- forward-ported changes to 1.13.18
+
 1.13.16
 - forward-ported changes to 1.13.16
+- remove dselect and curses dependency (will be split into another pkg)
+- remove the getopt stuff (except for obstack, move that to lib)
+- ignore Fink-owned fields
+- use search-and-replace for scripts and man prefix patching
 
 1.13.11
 - forward-ported changes to 1.13.11



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to