[cvs] dists/10.4/unstable/main/finkinfo/kde kdesudo.info,1.2,1.3

2008-02-17 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31314/unstable/main/finkinfo/kde

Modified Files:
kdesudo.info 
Log Message:
new version

Index: kdesudo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdesudo.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kdesudo.info5 Feb 2008 08:04:37 -   1.2
+++ kdesudo.info17 Feb 2008 12:20:29 -  1.3
@@ -1,5 +1,5 @@
 Package: kdesudo
-Version: 2.2
+Version: 2.3
 Revision: 1002
 Source: http://kde-apps.org/CONTENT/content-files/72106-%n-%v.tar.gz
 Depends: qt3-shlibs, kdelibs3-unified (= 3.5-1), libart2-shlibs (= 
2.3.17-1), freetype219-shlibs, libgettext3-shlibs, libiconv, libidn-shlibs, 
libpng3-shlibs, x11, x11-shlibs
@@ -11,12 +11,10 @@
 Homepage: http://kdesudo.sourceforge.net
 License: GPL
 Description: KDE - better sudo wrapper
-Source-MD5: 20b74b4ca9d1825abf9ca6f47ffbdf0e
+Source-MD5: f0e5f80b3efd8dd841aac3ced419ddf5
 PatchScript: perl -pi -e 's/-g -O2/-Os/g;s,-O2,-Os,g;s,doc/HTML,doc/kde,' 
configure
 SetLDFLAGS: -L%p/lib/freetype219/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 SetCPPFLAGS: -I%p/lib/freetype219/include
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING* ChangeLog README TODO
-
-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo pycrypto-py.info,1.5,1.6

2008-02-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16958

Modified Files:
pycrypto-py.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detailaid=1860270group_id=17203atid=414256

Index: pycrypto-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pycrypto-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pycrypto-py.info16 Jun 2007 22:30:52 -  1.5
+++ pycrypto-py.info17 Feb 2008 14:39:16 -  1.6
@@ -1,32 +1,48 @@
 Info2: 
 
 Package: pycrypto-py%type_pkg[python]
+Type: python (2.4 2.5)
+
 Version: 2.0.1
-Revision: 2
-Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
-Description: Cryptographic modules for Python
+Revision: 1
+Description: Python Cryptographic Toolkit
 DescDetail: 
-Crytpographic algorithms MD5, AES, DES, IDEA, RSA, etc
+ The Toolkit is a collection of cryptographic algorithms 
+ and protocols, implemented for use from Python. 
+ Among the contents of the package:
+* Hash functions: MD2, MD4, RIPEMD, SHA256.
+* Block encryption algorithms: AES, ARC2, Blowfish, 
+   CAST, DES, Triple-DES, IDEA, RC5.
+* Stream encryption algorithms: ARC4, simple XOR.
+* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
+* Protocols: All-or-nothing transforms, 
+   chaffing/winnowing.
+* Miscellaneous: RFC1751 module for converting 
+   128-key keys into a set of English words, 
+   primality testing.
+* Some demo programs (currently all quite old and 
+   outdated).
+
+DescPort: 
 
 Source: http://www.amk.ca/files/python/crypto/pycrypto-%v.tar.gz
-Source-MD5: 4d5674f3898a573691ffb335e8d749cd
-Type: python (2.3 2.4 2.5)
+Source-MD5: 4d5674f3898a573691ffb335e8d749cd 
 Depends: python%type_pkg[python]
+Replaces: pycrypto
+Provides: pycrypto
+GCC: 4.0
 CompileScript: 
- %p/bin/python%type_raw[python] setup.py build
+ (%p/bin/python%type_raw[python] setup.py build)
 
 InstallScript: 
+ #!/bin/sh -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
+ #rm -rf %i/share/doc/pcapy
 
-DocFiles: ACKS ChangeLog LICENSE README TODO Doc/pycrypt.tex
-License: BSD
-Homepage: http://www.amk.ca/files/python/crypto
-Maintainer: None [EMAIL PROTECTED]
-DescPackaging: 
- Maintainer (= 2.0-2): Daniel Henninger
-
- This module implements the crypto methods itself.
-
+DocFiles: README LICENSE TODO ACKS ChangeLog
+License: OSI-Approved 
+Homepage: http://www.amk.ca/python/code/crypto.html
+Maintainer: Alejandro David Weil [EMAIL PROTECTED]
 
 # Info2
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/text rfcmarkup.info,1.8,1.9

2008-02-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26286

Modified Files:
rfcmarkup.info 
Log Message:
update from trecker 
http://sourceforge.net/tracker/index.php?func=detailaid=1886182group_id=17203atid=414256

Index: rfcmarkup.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/rfcmarkup.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rfcmarkup.info  6 Sep 2007 01:38:16 -   1.8
+++ rfcmarkup.info  17 Feb 2008 15:02:37 -  1.9
@@ -1,8 +1,8 @@
 Package: rfcmarkup
-Version: 1.50
+Version: 1.58
 Revision: 1
 Source: http://tools.ietf.org/tools/%n/%n-%v.tgz
-Source-MD5: 0e2ec11eb590d42d1bc5348747a2b677
+Source-MD5: b36790884c84d6c78c81b677760b92fb
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://tools.ietf.org/tools/rfcmarkup/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/text xml2rfc.info,1.5,1.6

2008-02-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30086

Modified Files:
xml2rfc.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detailaid=1886177group_id=17203atid=414256

Index: xml2rfc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/xml2rfc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xml2rfc.info3 Jun 2007 00:26:33 -   1.5
+++ xml2rfc.info17 Feb 2008 15:11:33 -  1.6
@@ -1,11 +1,10 @@
 Package: xml2rfc
-Version: 1.33pre4
+Version: 1.33pre6
 Revision: 1
 Source:http://xml.resource.org/authoring/%n-dev.tgz
 SourceRename: %n-%v.tgz
 #Source: http://xml.resource.org/authoring/%n-%v.tgz
-Source-MD5: b1b6c2ecc271cbd98679459b91562c14
-
+Source-MD5: 6fc8badb7e475aa72762107fefb1c5c9
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://xml.resource.org/
 License: BSD
@@ -19,7 +18,7 @@
 DocFiles: 
 LICENSE README.html README.txt README.xml 
 draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt 
-rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.txt rfc2629.xml 
+rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.xml 
 rfc2629.xsd rfc2629xslt.zip sample.html sample.txt sample.xml
 xml2rfc-win.png
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/todai/user-ja/doc user-ja.txt,1.2,1.3

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/user-ja/doc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16935/doc

Modified Files:
user-ja.txt 
Log Message:
* 3.8 release
* build.sh: Create tarball of release version (sync with xinitrc's build.sh).
* user-ja.info.in: Changes along with build.sh.
  (Source): added
  (Source-MD5): added
  (Type): comment out from release version
  (Patch): ditto
* doc/user-ja.txt: Add a description of sedsrc/Tgif.in.


Index: user-ja.txt
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/doc/user-ja.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- user-ja.txt 12 Mar 2006 13:55:53 -  1.2
+++ user-ja.txt 17 Feb 2008 15:53:31 -  1.3
@@ -4,6 +4,10 @@
 
日本語用の標準的な設定ファイルをホームディレクトリに作成します。
 以前からあったファイルは~/user-ja-conf-bakに移動されます。
 
+* fink_prefix/etc/app-defaults/ja_JP.eucJP/Tgif
+LANG=ja_JP.eucJP OUTPUT_CHARSET=euc-jp tgif などとして起動すると、
+Tgif のメニューが日本語になります。また IM は kinput2 
が使えます。
+
 * fink_prefix/etc/app-defaults/ja_JP.UTF-8/Emacs
 X11上のEmacsでXIMを無効にします。
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] experimental/todai/user-ja ChangeLog, 1.17, 1.18 build.sh, 1.6, 1.7 user-ja.info.in, 1.6, 1.7 version, 1.11, 1.12

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/user-ja
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16935

Modified Files:
ChangeLog build.sh user-ja.info.in version 
Log Message:
* 3.8 release
* build.sh: Create tarball of release version (sync with xinitrc's build.sh).
* user-ja.info.in: Changes along with build.sh.
  (Source): added
  (Source-MD5): added
  (Type): comment out from release version
  (Patch): ditto
* doc/user-ja.txt: Add a description of sedsrc/Tgif.in.


Index: user-ja.info.in
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/user-ja.info.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- user-ja.info.in 16 Feb 2008 14:02:27 -  1.6
+++ user-ja.info.in 17 Feb 2008 15:53:31 -  1.7
@@ -4,12 +4,14 @@
 # Revision is always 1
 Revision: 1
 Description: Configuration files for Japanese UTF-8 environment
-Type: nosource
[EMAIL PROTECTED]@Source: 
http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/%n-%v.tar.gz
[EMAIL PROTECTED]@Source-MD5: @MD5@
[EMAIL PROTECTED]@Type: nosource
[EMAIL PROTECTED]@Patch: %n.patch
 License: Public Domain
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 Depends: efont-unicode, shinonome, xinitrc (= 1.2-1)
 Conflicts: kinput2 ( 3.1-6), canna ( 3.7p3-5), cannadic ( 0.95c-2), 
tgif-ja ( 1.4-1)
 Enhances: emacsen, canna, mlterm, vim, tgif
-Patch: %n.patch
 CompileScript: sh ./build.sh prefix=%p build
 InstallScript: sh ./build.sh prefix=%p destdir=%d install

Index: build.sh
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/build.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- build.sh16 Feb 2008 14:02:27 -  1.6
+++ build.sh17 Feb 2008 15:53:31 -  1.7
@@ -151,7 +151,7 @@
 }
 
 doclean() {
-go rm -rf $builddir $pkgname.info $pkgname.patch
+go rm -rf $builddir $pkgname.info $pkgname.patch 
$pkgname-*.tar.gz
 }
 
 dodistclean() {
@@ -161,12 +161,13 @@
 
 dofink() {
 version=`cat $srcdir/version`
-case $1 in
-   -r|--release)
+case x$1 in
+   x-r|x--release)
cvsver=
fullver=$version
+   sedargs=-e s/@TARDIST@//g -e s/@PATCHDIST@/#/g
;;
-   )
+   x)
#cvsver=`awk '\$1 ~ /Id:/ { print \$3}' $srcdir/ChangeLog`
idline=`tail -1 $srcdir/ChangeLog`
case $idline in
@@ -175,11 +176,13 @@
*) echo ChangeLog must contain RCSID at the last line 1; exit 1 
;;
esac
fullver=$version+cvs-$cvsver
+   sedargs=-e s/@TARDIST@/#/g -e s/@PATCHDIST@//g
;;
*) badarg $1; exit ;;
 esac
 
 files=.cvsignore ChangeLog build.sh doc/ etcmlterm/ $pkgname.info.in 
sedsrc/ simple/ version
+sedargs=$sedargs -e s/@FULLVERSION@/$fullver/g
 
 workdir=$pkgname-$fullver
 go rm -rf $workdir $workdir.dummy
@@ -188,16 +191,26 @@
 $show \( cd $srcdir \\ tar cf - $files \) \| \( cd $workdir \\ tar 
xf - \)
 ( cd $srcdir  $run tar cf - $files ) | ( $run cd $workdir  $run 
tar xf - )
 go_p 'xargs rm -r' find $workdir -name CVS -type d
-set +e
-go_r $pkgname.patch diff -Nru $workdir.dummy $workdir
-set -e
 
-go_r $pkgname.info sed -e '/\$''Id/ { s/\$ *//; s/ *\$//; }' -e 
s/@FULLVERSION@/$fullver/g $srcdir/$pkgname.info.in
+case x$cvsver in
+   x)
+   go tar zcf $pkgname-$fullver.tar.gz $workdir
+   md5=`$run md5 -q $pkgname-$fullver.tar.gz`
+   sedargs=$sedargs -e s/@MD5@/$md5/g
+   ;;
+   *)
+   set +e
+   go_r $pkgname.patch diff -Nru $workdir.dummy $workdir
+   set -e
+   ;;
+esac
+
+go_r $pkgname.info sed -e '/\$''Id/ { s/\$ *//; s/ *\$//; }' $sedargs 
$srcdir/$pkgname.info.in
 }
 
 myname=`basename $0`
-case $myfullname in
-*/*) mydir=`echo $myfullname | sed 's|/[^/]*$||'` ;;
+case x$myfullname in
+x*/*) mydir=`echo $myfullname | sed 's|/[^/]*$||'` ;;
 *) mydir=. ;;
 esac
 pkgname=user-ja
@@ -218,17 +231,17 @@
 
 mode=
 while test $# -gt 0; do
-case $1 in
-   -n|--dry-run) run=: ;;
-   -q|--quiet) show=: ;;
-   -d|--debug) set -x ;;
-   -h|--help) showhelp; exit ;;
-   -*) badarg $1; exit ;;
-   *=*)
+case x$1 in
+   x-n|x--dry-run) run=: ;;
+   x-q|x--quiet) show=: ;;
+   x-d|x--debug) set -x ;;
+   x-h|x--help) showhelp; exit ;;
+   x-*) badarg $1; exit ;;
+   x*=*)
 var=`expr $1 : '\\([^=]*\\)'`
 value=`expr $1 : '[^=]*=\\(.*\\)'`
 eval $var'=$value';;
-   *) mode=$1; shift; break ;;
+   x*) mode=$1; shift; break ;;
 esac
 shift
 done
@@ -253,13 +266,13 @@
 : ${fink_prefix=/sw}
 : ${fink_sysconfdir=$fink_prefix/etc}
 
-case $mode in
-|help) showhelp; exit ;;
-build) dobuild $@ ;;
-install) doinstall $@ ;;
-clean) doclean $@ ;;
-distclean) dodistclean $@ ;;
-fink) dofink $@ ;;
+case x$mode in
+

[cvs] experimental/todai/user-ja ChangeLog, 1.18, 1.19 build.sh, 1.7, 1.8 version, 1.12, 1.13

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/user-ja
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24425

Modified Files:
ChangeLog build.sh version 
Log Message:
* 3.9 release
* build.sh: Change the location of doc files.


Index: build.sh
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/build.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- build.sh17 Feb 2008 15:53:31 -  1.7
+++ build.sh17 Feb 2008 16:11:55 -  1.8
@@ -146,8 +146,8 @@
 go $installcmd -m 755 xmodmap-ja.sh 
$destdir$sysconfdir/xinitrc.d/21xmodmap-ja.sh
 
 go_cd ../doc
-go $mkinstalldirscmd -m 755 $destdir$datadir/doc
-go $installcmd -m 644 *.txt $destdir$datadir/doc
+go $mkinstalldirscmd -m 755 $destdir$mydocdir
+go $installcmd -m 644 *.txt $destdir$mydocdir
 }
 
 doclean() {
@@ -260,7 +260,9 @@
 : ${oldincludedir=/usr/include}
 : ${infodir=${prefix}/share/info}
 : ${mandir=${prefix}/share/man}
+: ${docdir=${prefix}/share/doc}
 : ${mydatadir=${datadir}/$pkgname}
+: ${mydocdir=${docdir}/$pkgname}
 : ${sitelispdir=${datadir}/emacs/site-lisp}
 
 : ${fink_prefix=/sw}

Index: version
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/version,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- version 17 Feb 2008 15:53:31 -  1.12
+++ version 17 Feb 2008 16:11:55 -  1.13
@@ -1 +1 @@
-3.8
+3.9

Index: ChangeLog
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ChangeLog   17 Feb 2008 15:53:31 -  1.18
+++ ChangeLog   17 Feb 2008 16:11:55 -  1.19
@@ -1,4 +1,8 @@
 2008-02-18 Tomoaki Okayama [EMAIL PROTECTED]
+* 3.9 release
+* build.sh: Change the location of doc files.
+
+2008-02-18 Tomoaki Okayama [EMAIL PROTECTED]
 * 3.8 release
 * build.sh: Create tarball of release version (sync with xinitrc's build.sh).
 * user-ja.info.in: Changes along with build.sh.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo gnome-sharp2.info, 1.1.2.7, 1.1.2.8

2008-02-17 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31672/crypto/finkinfo

Modified Files:
  Tag: pangocairo-branch
gnome-sharp2.info 
Log Message:
fix download path

Index: gnome-sharp2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/Attic/gnome-sharp2.info,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- gnome-sharp2.info   15 Feb 2008 15:49:58 -  1.1.2.7
+++ gnome-sharp2.info   17 Feb 2008 16:29:16 -  1.1.2.8
@@ -1,7 +1,7 @@
 Package: gnome-sharp2
 Version: 2.16.1
 Revision: 2
-Source: mirror:gnome:sources/%n/2.16/%n-%v.tar.bz2
+Source: mirror:gnome:sources/gnome-sharp/2.16/gnome-sharp-%v.tar.bz2
 Source-MD5: d8889e5caad5d8d7215d263ae49d94d3
 BuildDepends: 
atk1 (= 1.20.0-1),


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages tcltk.patch, 1.2, 1.3 tcltk.info, 1.7, 1.8

2008-02-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3476

Modified Files:
tcltk.info 
Added Files:
tcltk.patch 
Log Message:
Overhaul build process


Index: tcltk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- tcltk.info  8 Dec 2007 01:16:07 -   1.7
+++ tcltk.info  17 Feb 2008 17:59:18 -  1.8
@@ -1,22 +1,49 @@
 Package: tcltk
 Version: 8.4.16
-Revision: 2
-BuildDepends: x11-dev
+Revision: 4
+BuildDepends: x11-dev, fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
-Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
-SourceDirectory: tcl%v
 Source-MD5: f1c783a49547778d160e10be2fb5d76f
+SourceDirectory: tcl%v
+Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
 Source2-MD5: 24d18fbebe3bb8853e418431be01bf2c
-CompileScript: (cd ../tcl%v/unix; export COMMAND_MODE=legacy; ./configure 
--enable-shared --disable-corefoundation --prefix=%p --exec-prefix=%p 
--mandir='${prefix}/share/man'; make; cd ../../tk%v/unix; ./configure 
--enable-shared --disable-corefoundation --prefix=%p --exec-prefix=%p 
--mandir='${prefix}/share/man'; make genstubs; make)
+PatchFile: %n.patch
+PatchFile-MD5: cb9a5a103722ce6cdde88eafc986f7a1
+PatchScript: 
+   cd ..  patch -p0  %{PatchFile}
+
+CompileScript: 
+#!/bin/sh -ev
+
+   pushd ../tcl%v/unix
+   export COMMAND_MODE=legacy
+   ./configure --enable-shared --disable-corefoundation 
--prefix=%p --exec-prefix=%p --mandir='${prefix}/share/man'
+   make
+   popd
+   pushd ../tk%v/unix
+   ./configure --enable-shared --disable-corefoundation 
--prefix=%p --exec-prefix=%p --mandir='${prefix}/share/man'
+   make genstubs
+   make
+   popd
+
 InstallScript: 
- mkdir -p %i/share/doc/%n
- (cd ../tcl%v/unix; make INSTALL_ROOT=%d install ; cd ../../tk%v/unix; make 
INSTALL_ROOT=%d install)
- (cd %i/bin; ln -s %p/bin/wish8.4 wish; ln -s %p/bin/tclsh8.4 tclsh)
- (cd %i/lib; ln -s %p/lib/tk8.4 tk; ln -s %p/lib/libtk8.4.dylib libtk.dylib; 
ln -s %p/lib/libtkstub8.4.a libtkstub.a)
- (cd %i/lib; ln -s %p/lib/tcl8.4 tcl; ln -s %p/lib/libtcl8.4.dylib 
libtcl.dylib; ln -s %p/lib/libtclstub8.4.a libtclstub.a)
- /usr/bin/ranlib %i/lib/libtclstub8.4.a
- /usr/bin/ranlib %i/lib/libtkstub8.4.a
+   mkdir -p %i/share/doc/%n
+   cd ../tcl%v/unix  make INSTALL_ROOT=%d install
+   cd ../tk%v/unix   make INSTALL_ROOT=%d install
+
+   ln -s wish8.4 %i/bin/wish
+   ln -s tclsh8.4 %i/bin/tclsh
+
+   ln -s tk8.4 %i/lib/tk
+   ln -s libtk8.4.dylib %i/lib/libtk.dylib
+   ln -s libtkstub8.4.a %i/lib/libtkstub.a
+   /usr/bin/ranlib %i/lib/libtclstub8.4.a
+
+   ln -s tcl8.4 %i/lib/tcl
+   ln -s libtcl8.4.dylib %i/lib/libtcl.dylib
+   ln -s libtclstub8.4.a %i/lib/libtclstub.a
+   /usr/bin/ranlib %i/lib/libtkstub8.4.a
 
 # mv %i/share/man/man3/Object.3 %i/share/man/man3/Object.3.tcltk
 SplitOff: 
@@ -27,24 +54,61 @@
   Shlibs: 
 %p/lib/libtcl8.4.dylib 8.4.0 %n (= 8.4.1-1)
 %p/lib/libtk8.4.dylib 8.4.0 %n (= 8.4.1-1)
-
-  DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk ../tk%v/ChangeLog:ChangeLog.tk 
+  
+  DocFiles: 
+   ../tcl%v/license.terms:LICENSE.tcl
+   ../tcl%v/README:README.tcl
+   ../tcl%v/ChangeLog:ChangeLog.tcl
+   ../tk%v/license.terms:LICENSE.tk
+   ../tk%v/README:README.tk
+   ../tk%v/ChangeLog:ChangeLog.tk 
+   
 
 SplitOff2: 
   Package: %N-dev
   BuildDependsOnly: True
   Depends: %N (= %v-%r), %N-shlibs (= %v-%r)
   Replaces: %N (= 8.4.13-2)
-  Files: lib/tclConfig.sh lib/tkConfig.sh include lib/*.a lib/libtcl.dylib 
lib/libtk.dylib share/man/man3 share/man/mann
-  DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk ../tk%v/ChangeLog:ChangeLog.tk 
+  Files: 
+   lib/tclConfig.sh
+   lib/tkConfig.sh
+   include
+   lib/libtcl*
+   lib/libtk*
+   share/man/man3
+   share/man/mann
+   
+  DocFiles: 
+   ../tcl%v/license.terms:LICENSE.tcl
+   ../tcl%v/README:README.tcl
+   ../tcl%v/ChangeLog:ChangeLog.tcl
+   ../tk%v/license.terms:LICENSE.tk
+   ../tk%v/README:README.tk
+   ../tk%v/ChangeLog:ChangeLog.tk 
+   
 
 
-DocFiles: ../tcl%v/license.terms:LICENSE.tcl ../tcl%v/README:README.tcl 
../tcl%v/ChangeLog:ChangeLog.tcl ../tk%v/license.terms:LICENSE.tk 
../tk%v/README:README.tk 

[cvs] dists/10.4/unstable/main/finkinfo/languages tcltk.info, 1.4.2.3, 1.4.2.4 tcltk.patch, 1.1.2.2, 1.1.2.3

2008-02-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2705/languages-pangocairo

Modified Files:
  Tag: pangocairo-branch
tcltk.info tcltk.patch 
Log Message:
round 2: -I flags; I think we're buildable with older -dev %v installed


Index: tcltk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -d -r1.4.2.3 -r1.4.2.4
--- tcltk.info  15 Feb 2008 14:38:05 -  1.4.2.3
+++ tcltk.info  17 Feb 2008 17:58:22 -  1.4.2.4
@@ -1,6 +1,6 @@
 Package: tcltk
 Version: 8.4.16
-Revision: 3
+Revision: 4
 BuildDepends: x11-dev, fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
@@ -103,6 +103,12 @@
  locations will be found.
 
  What is COMMAND_MODE?
+
+ Pass CPPFLAGS so it works as everyone expects (*after* local flags),
+ despite how build system incorrectly reimplements it differently.
+
+DescPackaging: 
+ Former Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 
 DescDetail: 
 Tcl provides a portable scripting environment for Unix, Windows,
@@ -127,5 +133,5 @@
 fi
 
 License: BSD
-Homepage: http://tcl.activestate.com
-Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
+Homepage: http://www.tcl.tk
+Maintainer: Daniel Macks [EMAIL PROTECTED]

Index: tcltk.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/Attic/tcltk.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- tcltk.patch 15 Feb 2008 14:38:06 -  1.1.2.2
+++ tcltk.patch 17 Feb 2008 17:58:22 -  1.1.2.3
@@ -1,6 +1,6 @@
 diff -Nurd -x'*~' tcl8.4.16.orig/unix/configure tcl8.4.16/unix/configure
 --- tcl8.4.16.orig/unix/configure  2007-09-21 13:07:02.0 -0400
-+++ tcl8.4.16/unix/configure   2008-02-15 09:22:53.0 -0500
 tcl8.4.16/unix/configure   2008-02-16 11:54:29.0 -0500
 @@ -9246,7 +9246,7 @@
  else
  TCL_LIB_FLAG=-ltcl`echo ${TCL_VERSION} | tr -d .`\${TCL_DBGX}
@@ -19,9 +19,18 @@
  TCL_STUB_LIB_SPEC=-L${TCL_STUB_LIB_DIR} ${TCL_STUB_LIB_FLAG}
  TCL_BUILD_STUB_LIB_PATH=`pwd`/${TCL_STUB_LIB_FILE}
  TCL_STUB_LIB_PATH=${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}
+@@ -9372,7 +9372,7 @@
+ 
+ 
+ 
+-CFLAGS=${CFLAGS} ${CPPFLAGS}; CPPFLAGS=
++EXTRA_CC_SWITCHES=${EXTRA_CC_SWITCHES} ${CPPFLAGS}; CPPFLAGS=
+ 
+ 
+ tcl_config_files=${tcl_config_files} Makefile dltest/Makefile tclConfig.sh
 diff -Nurd -x'*~' tk8.4.16.orig/unix/configure tk8.4.16/unix/configure
 --- tk8.4.16.orig/unix/configure   2007-09-21 13:04:18.0 -0400
-+++ tk8.4.16/unix/configure2008-02-15 08:24:57.0 -0500
 tk8.4.16/unix/configure2008-02-16 11:54:37.0 -0500
 @@ -5968,7 +5968,7 @@
  else
  eval TK_LIB_FLAG=-ltk`echo ${VERSION} | tr -d .`\${TK_DBGX}
@@ -40,3 +49,12 @@
  TK_STUB_LIB_SPEC=-L${TK_STUB_LIB_DIR} ${TK_STUB_LIB_FLAG}
  TK_BUILD_STUB_LIB_PATH=`pwd`/${TK_STUB_LIB_FILE}
  TK_STUB_LIB_PATH=${TK_STUB_LIB_DIR}/${TK_STUB_LIB_FILE}
+@@ -6081,7 +6081,7 @@
+ 
+ 
+ 
+-CFLAGS=${CFLAGS} ${CPPFLAGS}; CPPFLAGS=
++EXTRA_CC_SWITCHES=${EXTRA_CC_SWITCHES} ${CPPFLAGS}; CPPFLAGS=
+ 
+ 
+ tk_config_files=${tk_config_files} Makefile tkConfig.sh


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages tcltk.info,1.8,1.9

2008-02-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30064

Modified Files:
tcltk.info 
Log Message:
PatchFile-MD5 changed, so let's update that.

Index: tcltk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- tcltk.info  17 Feb 2008 17:59:18 -  1.8
+++ tcltk.info  17 Feb 2008 23:10:39 -  1.9
@@ -9,7 +9,7 @@
 Source2: mirror:sourceforge:tcl/tk%v-src.tar.gz
 Source2-MD5: 24d18fbebe3bb8853e418431be01bf2c
 PatchFile: %n.patch
-PatchFile-MD5: cb9a5a103722ce6cdde88eafc986f7a1
+PatchFile-MD5: 2244e58412e0bbaa07ce748324ccf213
 PatchScript: 
cd ..  patch -p0  %{PatchFile}
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1138 - /trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

2008-02-17 Thread ranger
Author: ranger
Date: Mon Feb 18 00:45:11 2008
New Revision: 1138

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=1138repname=user%3a+ranger
Log:
allow just updating cvs and rsync

Modified:
trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

Modified: trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.plrev=1138repname=user%3a+ranger
==
--- trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl 
(original)
+++ trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl Mon 
Feb 18 00:45:11 2008
@@ -91,6 +91,12 @@
 mkpath($CHECKOUTDIR);
 mkpath($DOWNLOADDIR);
 chdir($CHECKOUTDIR);
+
+if (grep(/^--?h(elp)?/, @ARGV))
+{
+   print usage: $0 [--help] [--skip-update] [--only-update]\n\n;
+   exit 0;
+}
 
 if (not grep(/^--s/, @ARGV))
 {
@@ -109,6 +115,11 @@
die unable to write TIMESTAMP.new: $!;
}
}
+}
+
+if (grep(/^--o/), @ARGV)
+{
+   exit 0;
 }
 
 print LOG - scanning info files\n;


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1139 - /trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

2008-02-17 Thread ranger
Author: ranger
Date: Mon Feb 18 00:46:26 2008
New Revision: 1139

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=1139repname=user%3a+ranger
Log:
don't be loud about the lock file if there is contention and we're doing the 
--only-update option

Modified:
trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

Modified: trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.plrev=1139repname=user%3a+ranger
==
--- trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl 
(original)
+++ trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl Mon 
Feb 18 00:46:26 2008
@@ -38,6 +38,10 @@
 
 open (LOCKFILE, '' . $WORKDIR . '/mirror.lock') or die could not open 
lockfile for append: $!;
 if (not flock(LOCKFILE, LOCK_EX | LOCK_NB)) {
+   if (grep(/^--?o/, @ARGV))
+   {
+   exit 0;
+   }
my $msg = Another process is already running.\n;
if (-f $LOGFILE  -r _) {
$msg .= End of existing logfile:\n;


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink Bootstrap.pm, 1.165, 1.165.2.1 ChangeLog, 1.1524.2.1, 1.1524.2.2

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20684

Modified Files:
  Tag: branch_0_28
Bootstrap.pm ChangeLog 
Log Message:
recognize 10.5.2


Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.165
retrieving revision 1.165.2.1
diff -u -d -r1.165 -r1.165.2.1
--- Bootstrap.pm2 Jan 2008 05:48:49 -   1.165
+++ Bootstrap.pm18 Feb 2008 00:02:58 -  1.165.2.1
@@ -248,7 +248,7 @@
guarantees.);
print_breaking($transitional_message{$transitional});
$distribution = 10.4$transitional;
-   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-1]\.0/) {
+   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-2]\.0/) {
print_breaking(\nThis is one of the first fink releases which 
can be  .
 used with Mac OS X 10.5.  We support bootstrapping with this  .
 version, and we expect that upgrading from 10.4 will go  .

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1524.2.1
retrieving revision 1.1524.2.2
diff -u -d -r1.1524.2.1 -r1.1524.2.2
--- ChangeLog   21 Jan 2008 07:01:18 -  1.1524.2.1
+++ ChangeLog   18 Feb 2008 00:02:58 -  1.1524.2.2
@@ -1,3 +1,7 @@
+2008-02-17  Dave Morrison  [EMAIL PROTECTED]
+
+   * Bootstrap.pm: recognize 10.5.2
+
 2008-01-21  Daniel Macks  [EMAIL PROTECTED]
 
* version/vpp.pm, version.pm: remove (not used)


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics imagemagick-nox.info, NONE, 1.1 imagemagick.info, 1.19, 1.20

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22238

Modified Files:
imagemagick.info 
Added Files:
imagemagick-nox.info 
Log Message:
new upstream version; restructured imagemagick-nox package; added functionality 
to both packages as suggested by jfm


Index: imagemagick.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/imagemagick.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- imagemagick.info30 Nov 2007 02:30:53 -  1.19
+++ imagemagick.info18 Feb 2008 00:07:28 -  1.20
@@ -1,27 +1,78 @@
 Info2: 
-Package: imagemagick%type_pkg[-nox]
-Type: -nox (boolean)
-Version: 6.3.5
-Revision: 1003
+#Package: imagemagick%type_pkg[-nox]
+Package: imagemagick
+Type: -nox (.)
+Version: 6.3.8
+Revision: 1001
 GCC: 4.0
-Source: mirror:sourceforge:imagemagick/ImageMagick-%v-6.tar.gz
-Source-MD5: 54c2c91eafb416ae3419a78bb8d0162c
+Source: mirror:sourceforge:imagemagick/ImageMagick-%v-5.tar.gz
+Source-MD5: aeec2f77528dc53b21ff131c05d8c728
 SourceDirectory: ImageMagick-%v
-Depends: %N10-shlibs (= %v-%r), (%type_raw[-nox] = .) x11-shlibs, 
(%type_raw[-nox] = .) x11
-BuildDepends: pango1-xft2-dev, pkgconfig, (%type_raw[-nox] = .) x11-dev, 
bzip2-dev, libjpeg, lcms, libpng3 (= 1:1.2.18-1), libtiff, libxml2, 
libiconv-dev, librsvg2 (= 2.9.5-11), libdjvulibre15-dev
+Depends: 
+ (%type_raw[-nox] = .) %N10-shlibs (= %v-%r), 
+ lcms-shlibs (= 1.11-1), libtiff-shlibs (= 3.6.1-3), libjasper.1-shlibs (= 
1.900.1-1), libpng3-shlibs (= 1:1.2.18-1), libdjvulibre15-shlibs (= 
3.5.18-1), libjpeg-shlibs (= 6b-5), fontconfig2-shlibs (= 2.2.3-10), 
expat1-shlibs (= 2.0.0-1), bzip2-shlibs (= 1.0.2-2), libxml2-shlibs (= 
2.6.1-1), libiconv (= 1.11-1), freetype219-shlibs (= 2.1.9-1),
+ ghostscript | ghostscript%type_pkg[-nox], openexr,
+ (%type_raw[-nox] = .) gconf2-shlibs (= 2.10.0-1),
+ (%type_raw[-nox] = .) glib2-shlibs (= 2.12.0-1),
+ (%type_raw[-nox] = .) gnome-vfs2-unified-shlibs (= 1:2.15.2-1),
+ (%type_raw[-nox] = .) gtk+2-shlibs (= 2.6.7-1),
+ (%type_raw[-nox] = .) libart2-shlibs (= 2.3.16-3),
+ (%type_raw[-nox] = .) libbonobo2-shlibs (= 2.6.0-1),
+ (%type_raw[-nox] = .) libcroco3-shlibs (= 0.6.0-11),
+ (%type_raw[-nox] = .) libgettext3-shlibs (= 0.14-1),
+ (%type_raw[-nox] = .) libgsf-shlibs (= 1.10.1-3),
+ (%type_raw[-nox] = .) libhowl-shlibs (= 1.0.0-11),
+ (%type_raw[-nox] = .) librsvg2-shlibs (= 2.9.5-11),
+ (%type_raw[-nox] = .) libwmf-shlibs (= 0.2.8.2-1),
+ (%type_raw[-nox] = .) orbit2-shlibs (= 2.14.0-1),
+ (%type_raw[-nox] = .) pango1-xft2-shlibs (= 1.10.1-1),
+ (%type_raw[-nox] = .) x11-shlibs
+
+BuildDepends: 
+ lcms, libtiff, libjasper.1, libpng3, libdjvulibre15-dev, libjpeg, 
fontconfig2-dev, expat1, bzip2-dev, libxml2, libiconv-dev, freetype219, 
+ openexr-dev,
+ (%type_raw[-nox] = .) gconf2-dev,
+ (%type_raw[-nox] = .) glib2-dev,
+ (%type_raw[-nox] = .) gnome-vfs2-unified-dev,
+ (%type_raw[-nox] = .) gtk+2-dev,
+ (%type_raw[-nox] = .) libart2,
+ (%type_raw[-nox] = .) libbonobo2-dev,
+ (%type_raw[-nox] = .) libcroco3,
+ (%type_raw[-nox] = .) libgettext3-dev,
+ (%type_raw[-nox] = .) libgsf-dev,
+ (%type_raw[-nox] = .) libhowl-dev,
+ (%type_raw[-nox] = .) librsvg2 (= 2.9.5-11),
+ (%type_raw[-nox] = .) libwmf,
+ (%type_raw[-nox] = .) orbit2-dev,
+ (%type_raw[-nox] = .) pango1-xft2-dev,
+ (%type_raw[-nox] = .) popt,
+ (%type_raw[-nox] = .) x11-dev
+
 Conflicts: imagemagick, imagemagick-nox
-Replaces: imagemagick, imagemagick-nox
-Provides: (%type_raw[-nox] = -nox) imagemagick
-ConfigureParams: --without-perl --mandir='${prefix}/share/man' --with-bzlib 
--without-dps --without-fpx --without-fontconfig 
--with-gs-font-dir=%p/share/ghostscript/fonts --without-gslib --without-gvc 
--without-jbig --with-jpeg --without-jp2 --with-lcms --with-magic-plus-plus 
--without-openexr --with-png --with-rsvg --with-tiff --without-wmf --with-xml 
--with-zlib --with-djvu
+Replaces: imagemagick, imagemagick-nox, imagemagick10-shlibs ( 6.3.8-1001), 
imagemagick-nox10-shlibs ( 6.3.8-1001)
+Provides: (%type_raw[-nox] = .) imagemagick-nox
+
+PatchScript: perl -pi -e 's,[EMAIL PROTECTED]@,$ -lstdc++,' Makefile.in
+ConfigureParams: 
+ --without-perl --mandir='${prefix}/share/man' --enable-libtool-verbose 
--with-bzlib --without-dps --without-fpx \
+ --with-gs-font-dir=%p/share/ghostscript/fonts --without-gslib --without-gvc 
--with-jpeg --with-lcms \
+ --with-magic-plus-plus --with-png --with-tiff --with-xml --with-zlib 
--with-djvu --with-fontconfig --enable-hdri
+
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/fontconfig2/lib -L%p/lib/freetype219/lib -L%p/lib
+NoSetCPPFLAGS: true
+SetCPPFLAGS: -I%p/lib/fontconfig2/include -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2 -I%p/include
 CompileScript: 
  #!/bin/sh -ev
+ export PATH=%p/lib/freetype219/bin:$PATH
+ export 

[cvs] dists/10.4/stable/main/finkinfo/base fink-10.5.info,1.2,1.3

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26574

Modified Files:
fink-10.5.info 
Log Message:
new release, for purpose of recognizing 10.5.2 only


Index: fink-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/fink-10.5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fink-10.5.info  15 Jan 2008 17:34:47 -  1.2
+++ fink-10.5.info  18 Feb 2008 00:16:54 -  1.3
@@ -1,7 +1,7 @@
 Info4: 
 Package: fink
-Version: 0.27.10
-Revision: 42
+Version: 0.27.11
+Revision: 41
 Distribution: 10.5
 Depends: base-files
 Suggests: 
@@ -13,7 +13,7 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: b0ae190daf14651e66a98101b43eabd4
+Source-MD5: 69882a642397dd853d7dbcee86aa6605
 NoSetPATH: true
 CompileScript: 
  make test PREFIX=%p
@@ -70,4 +70,5 @@
  nam-US: http://us.dl.sourceforge.net/sourceforge/
  eur: http://eu.dl.sourceforge.net/sourceforge/
 
+
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog, 1.464.2.18, 1.464.2.19 VERSION, 1.92.2.10, 1.92.2.11

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17487

Modified Files:
  Tag: branch_0_27
ChangeLog VERSION 
Log Message:
releasing 0.27.11


Index: VERSION
===
RCS file: /cvsroot/fink/fink/VERSION,v
retrieving revision 1.92.2.10
retrieving revision 1.92.2.11
diff -u -d -r1.92.2.10 -r1.92.2.11
--- VERSION 2 Jan 2008 16:43:43 -   1.92.2.10
+++ VERSION 17 Feb 2008 23:55:17 -  1.92.2.11
@@ -1 +1 @@
-0.27.10.cvs
+0.27.11.cvs

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.464.2.18
retrieving revision 1.464.2.19
diff -u -d -r1.464.2.18 -r1.464.2.19
--- ChangeLog   2 Jan 2008 16:43:43 -   1.464.2.18
+++ ChangeLog   17 Feb 2008 23:55:16 -  1.464.2.19
@@ -1,3 +1,8 @@
+2008-02-17  Dave Morrison  [EMAIL PROTECTED]
+
+   * VERSION: Bumped package manager version to 0.27.11, a release
+   on branch_0_27 which recognizes OS X 10.5.2
+
 2008-01-02  Dave Morrison  [EMAIL PROTECTED]
 
* VERSION: Bumped package manager version to 0.27.10, a bugfix release


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink Bootstrap.pm, 1.153.2.11, 1.153.2.12 ChangeLog, 1.1441.2.29, 1.1441.2.30

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16663

Modified Files:
  Tag: branch_0_27
Bootstrap.pm ChangeLog 
Log Message:
recognize 10.5.2


Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.153.2.11
retrieving revision 1.153.2.12
diff -u -d -r1.153.2.11 -r1.153.2.12
--- Bootstrap.pm2 Jan 2008 05:48:56 -   1.153.2.11
+++ Bootstrap.pm17 Feb 2008 23:53:51 -  1.153.2.12
@@ -248,7 +248,7 @@
guarantees.);
print_breaking($transitional_message{$transitional});
$distribution = 10.4$transitional;
-   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-1]\.0/) {
+   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-2]\.0/) {
print_breaking(\nThis is one of the first fink releases which 
can be  .
 used with Mac OS X 10.5.  We support bootstrapping with this  .
 version, and we expect that upgrading from 10.4 will go  .

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1441.2.29
retrieving revision 1.1441.2.30
diff -u -d -r1.1441.2.29 -r1.1441.2.30
--- ChangeLog   2 Jan 2008 05:48:56 -   1.1441.2.29
+++ ChangeLog   17 Feb 2008 23:53:51 -  1.1441.2.30
@@ -1,3 +1,7 @@
+2008-02-17  Dave Morrison  [EMAIL PROTECTED]
+
+   * Bootstrap.pm: recognize 10.5.2
+
 2008-01-02  Daniel Macks  [EMAIL PROTECTED]
 
* CheckSum/*.pm, Finally/*.pm, Notify/*.pm, Text/*.pm, *.pm, 
FinkVersion.pm.in: updated Copyright notice


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink Bootstrap.pm, 1.165, 1.166 ChangeLog, 1.1525, 1.1526

2008-02-17 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv15879

Modified Files:
Bootstrap.pm ChangeLog 
Log Message:
recognize 10.5.2


Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Bootstrap.pm2 Jan 2008 05:48:49 -   1.165
+++ Bootstrap.pm17 Feb 2008 23:52:10 -  1.166
@@ -248,7 +248,7 @@
guarantees.);
print_breaking($transitional_message{$transitional});
$distribution = 10.4$transitional;
-   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-1]\.0/) {
+   } elsif ($host =~ /^(powerpc|i386)-apple-darwin9\.[0-2]\.0/) {
print_breaking(\nThis is one of the first fink releases which 
can be  .
 used with Mac OS X 10.5.  We support bootstrapping with this  .
 version, and we expect that upgrading from 10.4 will go  .

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1525
retrieving revision 1.1526
diff -u -d -r1.1525 -r1.1526
--- ChangeLog   6 Feb 2008 06:59:21 -   1.1525
+++ ChangeLog   17 Feb 2008 23:52:10 -  1.1526
@@ -1,3 +1,7 @@
+2008-02-17  Dave Morrison  [EMAIL PROTECTED]
+
+   * Bootstrap.pm: recognize 10.5.2
+
 2008-02-06  Daniel Macks  [EMAIL PROTECTED]
 
* VirtPackage.pm: undef is possible return from package_from_pkgconfig


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1140 - /trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

2008-02-17 Thread ranger
Author: ranger
Date: Mon Feb 18 00:51:30 2008
New Revision: 1140

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1rev=1140repname=user%3a+ranger
Log:
typo

Modified:
trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

Modified: trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.plrev=1140repname=user%3a+ranger
==
--- trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl 
(original)
+++ trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl Mon 
Feb 18 00:51:30 2008
@@ -121,7 +121,7 @@
}
 }
 
-if (grep(/^--o/), @ARGV)
+if (grep(/^--o/, @ARGV))
 {
exit 0;
 }


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde kding.info,1.2,1.3

2008-02-17 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17114/unstable/main/finkinfo/kde

Modified Files:
kding.info 
Log Message:
new version

Index: kding.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kding.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kding.info  9 Sep 2007 22:29:42 -   1.2
+++ kding.info  18 Feb 2008 02:22:23 -  1.3
@@ -1,5 +1,5 @@
 Package: kding
-Version: 0.4.1
+Version: 0.4.2
 Revision: 1002
 Source: http://www.rexi.org/downloads/%n/%n-%v.tar.bz2
 Depends: kdelibs3-unified (= 3.5-1), x11, x11-shlibs, fontconfig2-shlibs, 
freetype219-shlibs, libart2-shlibs, libgettext3-shlibs, libiconv, 
libidn-shlibs, libpng3-shlibs, qt3-shlibs, pcre-shlibs, libjpeg-shlibs
@@ -10,7 +10,7 @@
 Homepage: http://www.rexi.org/software/kding
 License: GPL
 Description: KDE - Dictionary lookup program
-Source-MD5:95dc40b57eef47846a0a6ac21f409e9b
+Source-MD5: 0a93330b227156b60c164e128330b701
 SetLDFLAGS: -L%{p}/lib/freetype219/lib -L%{p}/lib/fontconfig2/lib
 SetCPPFLAGS: -I%{p}/lib/freetype219/include -I%{p}/lib/fontconfig2/include
 ConfigureParams: --mandir=%{p}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/net postfix-10.5.info, 1.3, 1.4 postfix.info, 1.11, 1.12

2008-02-17 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3337

Modified Files:
postfix-10.5.info postfix.info 
Log Message:
Move to stable.

Index: postfix-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix-10.5.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postfix-10.5.info   9 Sep 2007 15:52:12 -   1.3
+++ postfix-10.5.info   18 Feb 2008 03:09:06 -  1.4
@@ -1,7 +1,7 @@
 Info2: 
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
-Version: 2.4.5
-Revision: 1101
+Version: 2.4.6
+Revision: 101
 Type: -mysql (boolean), -ldap (boolean)
 Distribution: 10.5
 
@@ -106,7 +106,7 @@
 Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: ceba0cde05d12baa0ba2ed69fbb96b42
+Source-MD5: 303327f66c13ff9631734651ee184a88
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 31684b35b796746b483b36191a250abf

Index: postfix.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- postfix.info9 Sep 2007 15:52:12 -   1.11
+++ postfix.info18 Feb 2008 03:09:06 -  1.12
@@ -1,7 +1,7 @@
 Info2: 
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
-Version: 2.4.5
-Revision: 1001
+Version: 2.4.6
+Revision: 1
 Type: -mysql (boolean), -ldap (boolean)
 Distribution: 10.3, 10.4
 
@@ -106,7 +106,7 @@
 Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: ceba0cde05d12baa0ba2ed69fbb96b42
+Source-MD5: 303327f66c13ff9631734651ee184a88
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 31684b35b796746b483b36191a250abf


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/todai/user-ja ChangeLog, 1.19, 1.20 version, 1.13, 1.14

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/user-ja
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29782

Modified Files:
ChangeLog version 
Log Message:
* 4.0 release
* sedsrc/user-ja-conf.in: The builtin echo in sh(1) does not accept
  the -n option on Leopard. Use /bin/echo -n instead.


Index: version
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/version,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- version 17 Feb 2008 16:11:55 -  1.13
+++ version 18 Feb 2008 05:28:27 -  1.14
@@ -1 +1 @@
-3.9
+4.0

Index: ChangeLog
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ChangeLog   17 Feb 2008 16:11:55 -  1.19
+++ ChangeLog   18 Feb 2008 05:28:27 -  1.20
@@ -1,4 +1,9 @@
 2008-02-18 Tomoaki Okayama [EMAIL PROTECTED]
+* 4.0 release
+* sedsrc/user-ja-conf.in: The builtin echo in sh(1) does not accept
+  the -n option on Leopard. Use /bin/echo -n instead.
+
+2008-02-18 Tomoaki Okayama [EMAIL PROTECTED]
 * 3.9 release
 * build.sh: Change the location of doc files.
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/todai/xinitrc ChangeLog,1.6,1.7 version,1.4,1.5

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/xinitrc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29286

Modified Files:
ChangeLog version 
Log Message:
* 1.4 release
* sedsrc/sys-xinitrc-fink.in: Launching xterm is not needed on Leopard.
* sedsrc/update-sys-xinitrc.in: The builtin echo in sh(1) does not accept
  the -n option on Leopard. Use /bin/echo -n instead.


Index: version
===
RCS file: /cvsroot/fink/experimental/todai/xinitrc/version,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- version 16 Feb 2008 12:30:56 -  1.4
+++ version 18 Feb 2008 06:41:09 -  1.5
@@ -1 +1 @@
-1.3
+1.4

Index: ChangeLog
===
RCS file: /cvsroot/fink/experimental/todai/xinitrc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog   16 Feb 2008 12:30:56 -  1.6
+++ ChangeLog   18 Feb 2008 06:41:09 -  1.7
@@ -1,3 +1,9 @@
+2008-02-18 Tomoaki Okayama [EMAIL PROTECTED]
+* 1.4 release
+* sedsrc/sys-xinitrc-fink.in: Launching xterm is not needed on Leopard.
+* sedsrc/update-sys-xinitrc.in: The builtin echo in sh(1) does not accept
+  the -n option on Leopard. Use /bin/echo -n instead.
+
 2008-02-16 Tomoaki Okayama [EMAIL PROTECTED]
 * 1.3 release
 * simple/73apps.sh: Add xinitrc_apps_termcmd entry for gnome-terminal.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/todai/xinitrc/sedsrc sys-xinitrc-fink.in, 1.4, 1.5 update-sys-xinitrc.in, 1.1.1.1, 1.2

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/xinitrc/sedsrc
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29286/sedsrc

Modified Files:
sys-xinitrc-fink.in update-sys-xinitrc.in 
Log Message:
* 1.4 release
* sedsrc/sys-xinitrc-fink.in: Launching xterm is not needed on Leopard.
* sedsrc/update-sys-xinitrc.in: The builtin echo in sh(1) does not accept
  the -n option on Leopard. Use /bin/echo -n instead.


Index: sys-xinitrc-fink.in
===
RCS file: /cvsroot/fink/experimental/todai/xinitrc/sedsrc/sys-xinitrc-fink.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sys-xinitrc-fink.in 16 Feb 2008 02:28:30 -  1.4
+++ sys-xinitrc-fink.in 18 Feb 2008 06:41:09 -  1.5
@@ -39,12 +39,17 @@
 
 # start some nice programs
 
+# Panther or Tiger only. On Leopard, use app_to_run in org.x.X11.plist instead.
+case `/usr/bin/uname -r` in
+7*|8*)
 if test -x $x_bindir/xterm; then
termcmd=$x_bindir/xterm
 else
termcmd=xterm
 fi
 $termcmd 
+;;
+esac
 
 # start the window manager
 

Index: update-sys-xinitrc.in
===
RCS file: 
/cvsroot/fink/experimental/todai/xinitrc/sedsrc/update-sys-xinitrc.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- update-sys-xinitrc.in   7 Apr 2005 12:31:27 -   1.1.1.1
+++ update-sys-xinitrc.in   18 Feb 2008 06:41:09 -  1.2
@@ -66,7 +66,7 @@
 
 echo If the system-wide xinitrc alredy exists, a backup is made. Don't worry.
 echo
-echo -n Do you want to continue? [Y/n] 
+/bin/echo -n Do you want to continue? [Y/n] 
 read answer || :
 case x$annswer in
 x[Yy]*|x)


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/unstable/main/finkinfo/x11 xinitrc.info,1.2,1.3

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29433/10.3/unstable/main/finkinfo/x11

Modified Files:
xinitrc.info 
Log Message:
Additional fixes for Leopard.

Index: xinitrc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/xinitrc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xinitrc.info16 Feb 2008 15:06:04 -  1.2
+++ xinitrc.info18 Feb 2008 07:57:12 -  1.3
@@ -1,11 +1,11 @@
 # Id: xinitrc.info.in,v 1.2 2008/02/16 12:30:56 okayama Exp
 Package: xinitrc
-Version: 1.3
+Version: 1.4
 # Revision is always 1
 Revision: 1
 Description: Alternative X11 initialization script
 Source: http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/%n-%v.tar.gz
-Source-MD5: bc2dc49a4530e605f55d6bcedb0f0960
+Source-MD5: d9b8ed4ffd4a41b4a881df40324b0776
 #Type: nosource
 #Patch: %n.patch
 License: Public Domain


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/x11 xinitrc.info,1.2,1.3

2008-02-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29433/10.4/unstable/main/finkinfo/x11

Modified Files:
xinitrc.info 
Log Message:
Additional fixes for Leopard.

Index: xinitrc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/xinitrc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xinitrc.info16 Feb 2008 15:06:04 -  1.2
+++ xinitrc.info18 Feb 2008 07:57:12 -  1.3
@@ -1,11 +1,11 @@
 # Id: xinitrc.info.in,v 1.2 2008/02/16 12:30:56 okayama Exp
 Package: xinitrc
-Version: 1.3
+Version: 1.4
 # Revision is always 1
 Revision: 1
 Description: Alternative X11 initialization script
 Source: http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/%n-%v.tar.gz
-Source-MD5: bc2dc49a4530e605f55d6bcedb0f0960
+Source-MD5: d9b8ed4ffd4a41b4a881df40324b0776
 #Type: nosource
 #Patch: %n.patch
 License: Public Domain


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs