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

Modified Files:
        class-dump.info classpathx-comm.info distcc.info 
        doxygen1.3.info esvn.info idldepend.info jdepend.info 
        maven.info mico.info p4pr.info proguard.info pythontidy.info 
        reportbug.info rxtx-comm.info slime.info tmake.info xtla.info 
Log Message:
another chunk of %a cleanup


Index: xtla.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/xtla.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xtla.info   14 Oct 2007 21:12:25 -0000      1.3
+++ xtla.info   29 Jan 2009 06:52:38 -0000      1.4
@@ -8,14 +8,16 @@
 
 Depends: emacs21 | emacs21-nox | emacs21-xaw3d | emacs21-gtk | emacs22 | 
emacs22-nox | emacs22-gtk | emacs22-carbon, arch-tla (>= 1.2.100)
 
-BuildDepends: texinfo
+BuildDepends: fink (>= 0.24.12), texinfo
 
 Source: http://download.gna.org/xtla-el/%n-%v.tar.gz
 Source-MD5: 14ca6654acf407243038b0c919fdb781
 
 SourceDirectory: %n-%v
 
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 5b4752a73b9c53adafa0f1d149a2ea4a
+PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 
 CompileScript: <<
   ./configure

Index: p4pr.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/p4pr.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- p4pr.info   24 Jan 2006 03:49:43 -0000      1.1
+++ p4pr.info   29 Jan 2009 06:52:38 -0000      1.2
@@ -6,8 +6,11 @@
 Source: ftp://ftp.perforce.com/pub/perforce/contrib/misc/%n.perl
 Source-MD5: ef0d64bcd55f5f744dcd8f26a6d9f0fb
 NoSourceDirectory: true
+BuildDepends: fink (>= 0.24.12)
 Depends: p4
-PatchScript: patch <%a/%n.patch
+PatchFile: %n.patch
+PatchFile-MD5: 24fc3ff3b928cd396526cec187e92ef3
+PatchScript: patch <%{PatchFile}
 CompileScript: echo "No compile needed"
 InstallScript: <<
   install -d %i/bin/

Index: slime.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/slime.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- slime.info  14 Oct 2007 21:12:25 -0000      1.5
+++ slime.info  29 Jan 2009 06:52:38 -0000      1.6
@@ -8,12 +8,14 @@
 
 Depends: emacsen,  sbcl | openmcl | clisp
 
-BuildDepends: texinfo
+BuildDepends: fink (>= 0.24.12), texinfo
 
 Source: http://common-lisp.net/project/%n/%n-%v.tgz
 Source-MD5: 24ccc060145173301b78ffa44f72c49a
 
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: ae42020d644f104d8ddcbb2ce54767a3
+PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 
 CompileScript: <<
  #! /bin/sh -ev

Index: rxtx-comm.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/rxtx-comm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rxtx-comm.info      11 Oct 2006 17:44:01 -0000      1.2
+++ rxtx-comm.info      29 Jan 2009 06:52:38 -0000      1.3
@@ -3,12 +3,14 @@
 Revision: 2
 Type: java(1.4)
 Depends: classpathx-comm, system-java14
-BuildDepends: system-java14-dev
+BuildDepends: fink (>= 0.24.12), system-java14-dev
 
 Source: ftp://jarvi.dsl.frii.com/pub/rxtx/rxtx-%v.tar.gz
 Source-MD5: 43127b18cb2e06684100b400d4b8263e
 
-PatchScript: sed "s|FINKPATH|%p|" %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: a7aa0f6f353a7726cbebbfbd4d63883e
+PatchScript: sed "s|FINKPATH|%p|" %{PatchFile} | patch -p1
 
 CompileScript: <<
 ./configure --prefix=%p

Index: tmake.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/tmake.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tmake.info  20 Jan 2006 20:23:13 -0000      1.1
+++ tmake.info  29 Jan 2009 06:52:38 -0000      1.2
@@ -4,7 +4,10 @@
 Maintainer: Jeremy Higgs <f...@higgs-family.net>
 Source: ftp://ftp.troll.no/freebies/%n/%n-%v.tar.gz
 Source-MD5: 102af90262de0fdbcc0e9e4b3b46cf4a
-PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
+BuildDepends: fink (>= 0.24.12)
+PatchFile: %n.patch
+PatchFile-MD5: 85933b47c0ef0241c8d09d28e2d63ff2
+PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 CompileScript: echo "No configuration or compilation necessary."
 InstallScript: <<
 install -d %i/bin

Index: esvn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/esvn.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- esvn.info   25 Nov 2006 23:51:49 -0000      1.5
+++ esvn.info   29 Jan 2009 06:52:38 -0000      1.6
@@ -6,7 +6,7 @@
 Maintainer: Christian Schaffner <chri...@users.sourceforge.net>
 
 # Dependencies:
-BuildDepends: qt3 (>= 3.3.3-1000), x11-dev
+BuildDepends: fink (>= 0.24.12), qt3 (>= 3.3.3-1000), x11-dev
 Depends: svn-client (>= 1.4.0-1), qt3-shlibs (>= 3.3.6-1000), x11
 Recommends: launch, tkdiff
 
@@ -16,8 +16,10 @@
 SourceDirectory: %n
 
 #Patch Phase:
+PatchFile: %n.patch
+PatchFile-MD5: 260e20990bc953c139410b82eb173347
 PatchScript:<<
- patch -p1 < %a/%n.patch
+ patch -p1 < %{PatchFile}
  perl -pi.bak -e 
's|\/usr\/share\/doc\/esvn\/html\-docs|%p\/share\/doc\/esvn\/html\-docs|g' 
src/mainwindow.cpp
 <<
 

Index: reportbug.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/reportbug.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- reportbug.info      16 Jun 2007 22:07:00 -0000      1.5
+++ reportbug.info      29 Jan 2009 06:52:38 -0000      1.6
@@ -5,7 +5,10 @@
 Source: mirror:debian:/pool/main/r/%n/%n_%v.tar.gz
 Source-MD5: 1e8e0628b79258279b1dc1ba57d9b835
 SourceDirectory: %n
-PatchScript: sed -e s,@FINKPREFIX@,%p,g %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: d3173117f60a7bd2244f657216d8dfe5
+PatchScript: sed -e s,@FINKPREFIX@,%p,g %{PatchFile} | patch -p1
+BuildDepends: fink (>= 0.24.12)
 Depends: python23 (>= 1:2.3.5-1124)
 CompileScript: <<
   echo :-P~

Index: idldepend.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/idldepend.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- idldepend.info      11 Oct 2006 02:03:33 -0000      1.1
+++ idldepend.info      29 Jan 2009 06:52:38 -0000      1.2
@@ -7,9 +7,12 @@
 Homepage: http://grasia.fdi.ucm.es/~luismi/idldepend/
 Maintainer: Trevor Harmon <tre...@vocaro.com>
 
+BuildDepends: fink (>= 0.24.12)
 Depends: system-java (>= 1.3), javacc (>= 3.2), ant (>= 1.6)
 
-PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 5c465fd4db063206228f32a185f973c8
+PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 
 Source: http://grasia.fdi.ucm.es/~luismi/%n/%n-0-8-1.zip
 Source-MD5: b7ca3c814992b938e8c060a711af5e4f

Index: pythontidy.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pythontidy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pythontidy.info     16 Mar 2008 21:26:02 -0000      1.2
+++ pythontidy.info     29 Jan 2009 06:52:38 -0000      1.3
@@ -4,6 +4,7 @@
 Revision: 1
 Maintainer: Kevin Horton <khorto...@rogers.com>
 
+BuildDepends: fink (>= 0.24.12)
 Depends: python25
 
 Source: http://www.lacusveris.com/PythonTidy/PythonTidy-%v.python
@@ -12,7 +13,9 @@
 NoSourceDirectory: True
 #SourceDirectory: PythonTidy
 
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 4af60ac120f2e8cad8237e556bf354cc
+PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 
 CompileScript: echo 'nothing to compile'
 

Index: doxygen1.3.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/doxygen1.3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- doxygen1.3.info     12 Jan 2007 19:32:58 -0000      1.4
+++ doxygen1.3.info     29 Jan 2009 06:52:38 -0000      1.5
@@ -6,18 +6,20 @@
 Maintainer: Benjamin Reed <doxygen...@fink.racoonfink.com>
 
 Depends: libpng3-shlibs, graphviz, tetex-base
-BuildDepends: libpng3, ghostscript | ghostscript-nox, tetex-base (>= 2.0-1) | 
tetex-nox-base | system-tetex | ptex-base | ptex-nox-base
+BuildDepends: libpng3, ghostscript | ghostscript-nox, tetex-base (>= 2.0-1) | 
tetex-nox-base | system-tetex | ptex-base | ptex-nox-base, fink (>= 0.24.12)
 GCC: 4.0
 
 Source: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%v.src.tar.gz
 SourceDirectory: doxygen-%v
 Source-MD5: cd81c0f8a8e77dc33cc754f6f8852ca4
+PatchFile: %n.patch
+PatchFile-MD5: 13b34cb17f03bb2fbccb844af1426743
 PatchScript: <<
        mv doc/doxygen_manual.tex tmp
        sed 's|setlength|renewcommand|g' < tmp > doc/doxygen_manual.tex
        mv src/latexgen.cpp tmp
        sed 's|setlength{\\foot|renewcommand{\\foot|g' < tmp > src/latexgen.cpp
-       sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+       sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 <<
 
 SetMAKEFLAGS: -j1

Index: proguard.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proguard.info       11 Oct 2006 13:46:34 -0000      1.2
+++ proguard.info       29 Jan 2009 06:52:38 -0000      1.3
@@ -4,11 +4,14 @@
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <f...@rohanl.com>
+BuildDepends: fink (>= 0.24.12)
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n%v.tar.gz
 Source-MD5: 289565d4532f11c521de4554ebd50459
+PatchFile: %n.patch
+PatchFile-MD5: b47ff3cface8259275e381ba40a8b63e
 PatchScript: <<
- /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
+ /usr/bin/sed 's|@PREFIX@|%p|g' <%{PatchFile} | /usr/bin/patch -p1
 <<
 CompileScript: <<
   /bin/mkdir classes

Index: maven.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/maven.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- maven.info  24 Oct 2008 14:28:12 -0000      1.5
+++ maven.info  29 Jan 2009 06:52:38 -0000      1.6
@@ -5,9 +5,12 @@
 Source: mirror:apache:%n/binaries/apache-%n-%v-bin.tar.gz
 Source-MD5: 6d842f7cb9696676982096c72d063133
 SourceDirectory: apache-%n-%v
+PatchFile: %n.patch
+PatchFile-MD5: 3da755f98c82474b1d7dce54a19b2551
 PatchScript: <<
-       sed -e 's,@FINKPREFIX@,%p,g' < %a/%n.patch | patch -p1
+       sed -e 's,@FINKPREFIX@,%p,g' < %{PatchFile} | patch -p1
 <<
+BuildDepends: fink (>= 0.24.12)
 Depends: system-java (>= 1.4-1)
 CompileScript: echo "none needed"
 InstallScript: <<

Index: class-dump.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/class-dump.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- class-dump.info     24 Jun 2008 21:51:25 -0000      1.5
+++ class-dump.info     29 Jan 2009 06:52:38 -0000      1.6
@@ -20,7 +20,10 @@
 Maintainer: Max Horn <m...@quendi.de>
 Source: http://www.codethecode.com/download/%n-%v.tar.gz
 Source-MD5: e8a90df57e4275b694c2c2222450cacf
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+BuildDepends: fink (>= 0.24.12)
+PatchFile: %n.patch
+PatchFile-MD5: b91072f6ecb7dbf424c439eafd2e1f0f
+PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
 CompileScript: echo ""
 InstallScript: <<
  cd src && xcodebuild install -configuration Release DSTROOT=%d

Index: jdepend.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jdepend.info        20 Jan 2006 20:23:12 -0000      1.1
+++ jdepend.info        29 Jan 2009 06:52:38 -0000      1.2
@@ -4,11 +4,14 @@
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <f...@rohanl.com>
+BuildDepends: fink (>= 0.24.12)
 Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
 Source-MD5: 4b949442ab719fd450f8eef2dc1a1caf
+PatchFile: %n.patch
+PatchFile-MD5: 24cf72c23ef9a0ad8c43af866cfa4c94
 PatchScript: <<
- /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
+ /usr/bin/sed 's|@PREFIX@|%p|g' <%{PatchFile} | /usr/bin/patch -p1
 <<
 CompileScript: /usr/bin/true
 InstallScript: <<

Index: mico.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mico.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mico.info   17 Aug 2008 15:35:17 -0000      1.4
+++ mico.info   29 Jan 2009 06:52:38 -0000      1.5
@@ -2,14 +2,16 @@
 Version: 2.3.12
 Revision: 13
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: readline5, system-openssl-dev, x11-dev, libncurses5
+BuildDepends: readline5, system-openssl-dev, x11-dev, libncurses5, fink (>= 
0.24.12)
 Source: http://www.mico.org/%n-%v.tar.gz
 Source-MD5: b94252f78da414cc0c7122cdd2a4b2be
 SourceDirectory: mico
 GCC: 4.0
 
+PatchFile: %n.patch
+PatchFile-MD5: 5b4a9603b5992fb3717c7b97ef2a2c5b
 PatchScript: <<
-cat %a/%n.patch | sed "s|FINKPATH|%p|" | sed "s|FINKVERSION|%v|" | patch -p1
+cat %{PatchFile} | sed "s|FINKPATH|%p|" | sed "s|FINKVERSION|%v|" | patch -p1
 perl -pi.bak -e "s,\(SHARED_INSTDIR\)/man,(SHARED_INSTDIR)/share/man,g" 
man/Makefile
 perl -pi.bak -e "s,\(SHARED_INSTDIR\)/doc,(SHARED_INSTDIR)/share/doc,g" 
Makefile
 perl -pi.bak -e "s,\(INSTDIR\)/doc,(INSTDIR)/share/doc,g" demo/MakeVars

Index: classpathx-comm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/classpathx-comm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- classpathx-comm.info        19 Nov 2006 16:42:12 -0000      1.3
+++ classpathx-comm.info        29 Jan 2009 06:52:38 -0000      1.4
@@ -3,13 +3,15 @@
 Revision: 3
 Type: java(1.4)
 Depends: system-java14
-BuildDepends: system-java14-dev
+BuildDepends: fink (>= 0.24.12), system-java14-dev
 
 Source: mirror:gnu:classpathx/comm-20040420.tar.gz
 Source-MD5: 805e73a0dea8ef6eb76ec1b80a6550f6
 SourceDirectory: comm
 
-PatchScript: sed "s|FINKPATH|%p|" %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 43e6c60c1629f75850eb51e2129b2a88
+PatchScript: sed "s|FINKPATH|%p|" %{PatchFile} | patch -p1
 
 CompileScript: <<
 javac source/javax/comm/* -d .

Index: distcc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/distcc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- distcc.info 24 Feb 2007 17:54:25 -0000      1.6
+++ distcc.info 29 Jan 2009 06:52:38 -0000      1.7
@@ -14,6 +14,7 @@
        popt-shlibs
 <<
 BuildDepends: <<
+       fink (>= 0.24.12),
        libgettext3-dev,
        libhowl-dev (>= 1.0.0-11),
        libiconv-dev,
@@ -34,7 +35,9 @@
 Source: mirror:custom:%n-%v-patched.tar.bz2
 Source-MD5: b301583cfc9c757d6d27648e40db1682
 SourceDirectory: %n-%v
-PatchScript:   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: 1f04700aaed8ef5880fe8230ed711c89
+PatchScript:   sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1
 
 SetCPPFLAGS: -I./src -I./lzo -I%p/include -I%p/include/howl
 SetLIBS: -L%p/lib


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to