experimental/todai/ecc/main/finkinfo/editors emacs22-carbon.info,NONE,1.1 emacs22-carbon.patch,NONE,1.1

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18299

Added Files:
emacs22-carbon.info emacs22-carbon.patch 
Log Message:
emacs22-carbon with some nice patches and elisp's.

--- NEW FILE: emacs22-carbon.info ---
Package: emacs22-carbon
Version: 22.0.50.cvs20060118
Revision: 2
BuildDepends: libncurses5, fink (= 0.24.2)
Depends: emacsen-common, passwd, macosx
Provides: emacsen
Conflicts: user-ja ( 2.2)
Source: http://www.j10n.org/files/emacs-%v.tar.bz2
Source-MD5: b9e7f98a24abc252c379109b92709bbb
Source2: 
http://downloads.sourceforge.jp/macemacsjp/18551/inline_patch-20060118.tar.gz
Source2-MD5: 10b08573c6c1114c1d552f36e222a4a4
Source3: 
http://downloads.sourceforge.jp/macemacsjp/16865/transparency-2.1.1.tar.gz
Source3-MD5: fcc6c8803c31c1081c5b26bcb90d4c46
Source4: 
http://downloads.sourceforge.jp/macemacsjp/16789/fixed-width-fontset-0.9.0.tar.gz
Source4-MD5: dabad41eb11f64d5351ff628ca8a11e7
Source5: http://downloads.sourceforge.jp/macemacsjp/17718/mac-functions.patch
Source5Rename: mac-functions-20051116.patch
Source5-MD5: 6d122157a8c1c98b2b569e07da545206
Source6: http://downloads.sourceforge.jp/macemacsjp/17715/utf-8m.el
Source6Rename: utf-8m-20051124.el
Source6-MD5: 54197bdbfcca0755be10625bef2d9ea6
Description: Flexible real-time text editor, Aqua native
DocFiles: 
  AUTHORS COPYING README mac/README:mac.README
  ../transparency2/readme:transparency2.readme
  ../transparency2/readme.ja:transparency2.readme.ja
  ../fixed-width-fontset/readme:fixed-width-fontset.readme
  ../fixed-width-fontset/readme.ja:fixed-width-fontset.readme.ja

ConfFiles: %p/var/games/%n/tetris-scores %p/var/games/%n/snake-scores
AppBundles: finktmp/mac/Emacs22.app

PatchScript: 
#!/bin/sh -ev

# Remove CVS date from version number (%v) and append '-carbon' suffix
v=`expr %v : '\(.*\)\.cvs'`-carbon

sed -e 's|@PREFIX@|%p|g' \
-e 's|@EMACS-FLAVOR@|%n|g' \
-e s|@EMACS-VERSION@|$v|g \
%a/%n.patch | patch -p1
patch -p0  ../inline_patch-20060118/emacs-inline.patch
patch -p0  ../transparency2/transparency2.patch
mkdir finktmp
cp ../fixed-width-fontset/carbon-font.el 
../fixed-width-fontset/fixed-width-fontset.el finktmp
patch -p0  ../mac-functions-20051116.patch
cp ../utf-8m-20051124.el finktmp/utf-8m.el


SetMAKEFLAGS: -j1
SetCPPFLAGS: -DUSE_ATSUI
SetCFLAGS: -fconstant-cfstrings
ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--libexecdir='${prefix}/lib' --with-carbon --enable-carbon-appdir= --without-x 
--without-gif --without-toolkit-scroll-bars
CompileScript: 
#!/bin/sh -ev

# Remove CVS date from version number (%v) and append '-carbon' suffix
v=`expr %v : '\(.*\)\.cvs'`-carbon

case `uname -r` in
7.*)
if fgrep -q '7.0.4' 
/System/Library/Frameworks/QuickTime.framework/Resources/version.plist; then
echo 'QuickTime 7.0.4 breaks the build on 10.3.' 2
echo 'Get 7.0.1 reinstaller and downgrade QuickTime.' 2
echo 
'http://www.apple.com/support/downloads/quicktime701reinstallerforquicktime704.html'
 2
exit 1
fi;;
esac
./configure %c
# Sync .elc's with patched .el's
(cd src  make bootstrap) || exit
(cd lisp  make recompile EMACS=../src/bootstrap-emacs) || exit
# Compile emacs with new *.elc
make

/usr/bin/find mac/Emacs.app ! -path */CVS ! -name CVS ! -name .cvsignore  
app.list
/usr/bin/cpio -pdL finktmp  app.list
mv finktmp/mac/Emacs.app finktmp/mac/Emacs22.app
EMACSLOADPATH=$PWD/finktmp:$PWD/lisp src/emacs -batch --no-init-file 
--no-site-file --multibyte -f batch-byte-compile 01carbon-emacs.el finktmp/*.el


InstallScript: 
#!/bin/sh -ev

# Remove CVS date from version number (%v) and append '-carbon' suffix
v=`expr %v : '\(.*\)\.cvs'`-carbon

# Install Everything (except Emacs.app)
make prefix=%i install
case `id -u` in 0) chown games %i/var/games/%n/*;; esac

# Move some files to avoid conflicts with other emacsen
for f in %i/share/man/man1/{emacs.1,ctags.1,emacsclient.1,etags.1} \
%i/bin/{ctags,emacsclient,etags} \
%i/bin/{b2m,rcs-checkin,ebrowse,grep-changelog}; do
mv $f $f.%n
done

# Wrapper script for the command-line invokation
rm %i/bin/emacs %i/bin/emacs-$v
install -m 755 emacs.bash %i/bin/emacs-$v
ln -s emacs-$v %i/bin/%n
ln -s emacs-$v %i/bin/Emacs22.app

mkdir -p %i/etc/emacs
mkdir -p %i/etc/%n/site-start.d
mkdir -p %i/share/%n
mv %i/share/emacs/$v/site-lisp %i/share/%n/
(cd %i/share/emacs/$v; ln -s ../../%n/site-lisp site-lisp) || exit

mv %i/share/info %i/share/info-%n
mkdir -p %i/share/info
mv %i/share/info-%n %i/share/info/%n
rm %i/share/info/%n/dir %i/share/info/%n/dir.old
chmod 755 fix-info mangle-info
./fix-info %i/share/info/%n

rm %i/share/emacs/site-lisp/subdirs.el
install -m 644 finktmp/*.el finktmp/*.elc %i/share/%n/site-lisp
install -m 644 01carbon-emacs.el 01carbon-emacs.elc %i/etc/%n/site-start.d

# Patch Emacs22.app to load %p/bin/init.sh

experimental/todai/ecc/main/finkinfo/editors emacs22-carbon.info,1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591

Modified Files:
emacs22-carbon.info 
Log Message:
Failed to remove CVS directory. Fixed.

Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- emacs22-carbon.info 7 Mar 2006 08:19:52 -   1.1
+++ emacs22-carbon.info 7 Mar 2006 09:06:21 -   1.2
@@ -74,7 +74,7 @@
 # Compile emacs with new *.elc
 make
 
-/usr/bin/find mac/Emacs.app ! -path */CVS ! -name CVS ! -name .cvsignore  
app.list
+/usr/bin/find mac/Emacs.app ! -path */CVS/* ! -name CVS ! -name .cvsignore  
app.list
 /usr/bin/cpio -pdL finktmp  app.list
 mv finktmp/mac/Emacs.app finktmp/mac/Emacs22.app
 EMACSLOADPATH=$PWD/finktmp:$PWD/lisp src/emacs -batch --no-init-file 
--no-site-file --multibyte -f batch-byte-compile 01carbon-emacs.el finktmp/*.el



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/user-ja/simple utf-8m.el,1.1.1.1,NONE

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/user-ja/simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30595/simple

Removed Files:
utf-8m.el 
Log Message:
2.2 release

* sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
* sedsrc/utf-8m.el.in: removed as emacs22-carbon has it
* build.sh: use go cd


--- utf-8m.el DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/user-ja ChangeLog,1.1.1.1,1.2 build.sh,1.1.1.1,1.2 user-ja.info.in,1.1.1.1,1.2 version,1.1.1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/user-ja
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30595

Modified Files:
ChangeLog build.sh user-ja.info.in version 
Log Message:
2.2 release

* sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
* sedsrc/utf-8m.el.in: removed as emacs22-carbon has it
* build.sh: use go cd


Index: user-ja.info.in
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/user-ja.info.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- user-ja.info.in 7 Apr 2005 12:31:26 -   1.1.1.1
+++ user-ja.info.in 7 Mar 2006 13:19:21 -   1.2
@@ -7,7 +7,7 @@
 Type: nosource
 License: Public Domain
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: fix-apple-x11 | xfree86 (= 4.4.0-1), emacsen, appleotffonts, yc, 
canna, cannadic, efont-unicode, shinonome, xinitrc
+Depends: fix-apple-x11 | xfree86 (= 4.4.0-1) | system-xfree86-dev (= 
2:4.4-1), emacsen, appleotffonts, yc, canna, cannadic, efont-unicode, 
shinonome, xinitrc
 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.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.sh7 Apr 2005 12:31:26 -   1.1.1.1
+++ build.sh7 Mar 2006 13:19:21 -   1.2
@@ -98,8 +98,7 @@
 }
 
 doinstall() {
-$show cd $builddir
-cd $builddir
+go cd $builddir
 go $mkinstalldirscmd -m 755 $destdir$bindir
 go $installcmd -m 755 user-ja-conf $destdir$bindir
 
@@ -119,22 +118,19 @@
 go $installcmd -m 755 kinput2.sh 
$destdir$sysconfdir/xinitrc.d/50kinput2.sh
 go $installcmd -m 755 xmodmap-ja.sh 
$destdir$sysconfdir/xinitrc.d/21xmodmap-ja.sh
 
-$show cd $firstpwd
-cd $firstpwd
-$show cd $srcdir/etcmlterm
-cd $srcdir/etcmlterm
+go cd $firstpwd
+go cd $srcdir/etcmlterm
 go $mkinstalldirscmd -m 755 $destdir$mydatadir/etcmlterm
 go $installcmd -m 644 font main menu $destdir$mydatadir/etcmlterm
 
-$show cd ../simple
-cd ../simple
+go cd ../simple
 go $installcmd -m 644 dot.* $destdir$mydatadir/skel
 
 go $installcmd -m 644 inputrc user-ja.canna $destdir$mydatadir
 
 go $mkinstalldirscmd -m 755 $destdir$sitelispdir
-go $installcmd -m 644 appleotffonts-ja.el utf-8m.el $destdir$sitelispdir
-
+go $installcmd -m 644 appleotffonts-ja.el $destdir$sitelispdir
+ 
 go $mkinstalldirscmd -m 755 $destdir$fink_sysconfdir/gtk
 go $installcmd -m 644 gtkrc.ja_JP.utf8 
$destdir$fink_sysconfdir/gtk/gtkrc.ja_JP.utf8
 go $installcmd -m 644 gtkrc.ja_JP.eucjp 
$destdir$fink_sysconfdir/gtk/gtkrc.ja_JP.eucjp

Index: version
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/version,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- version 7 Apr 2005 12:31:26 -   1.1.1.1
+++ version 7 Mar 2006 13:19:21 -   1.2
@@ -1 +1 @@
-2.1
+2.2

Index: ChangeLog
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ChangeLog   7 Apr 2005 12:31:26 -   1.1.1.1
+++ ChangeLog   7 Mar 2006 13:19:21 -   1.2
@@ -1,3 +1,9 @@
+2006-03-07 AIDA Shinra [EMAIL PROTECTED]
+* 2.2 release
+* sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
+* sedsrc/utf-8m.el.in: removed as emacs22-carbon has it
+* build.sh: use go cd
+
 2005-04-07 AIDA Shinra [EMAIL PROTECTED]
 * 2.1 release
 * sedsrc/user-ja.el.in: workaround a bug of emacs21-20041117



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/user-ja/sedsrc user-ja.el.in,1.1.1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/user-ja/sedsrc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30595/sedsrc

Modified Files:
user-ja.el.in 
Log Message:
2.2 release

* sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
* sedsrc/utf-8m.el.in: removed as emacs22-carbon has it
* build.sh: use go cd


Index: user-ja.el.in
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/sedsrc/user-ja.el.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- user-ja.el.in   7 Apr 2005 12:31:26 -   1.1.1.1
+++ user-ja.el.in   7 Mar 2006 13:19:22 -   1.2
@@ -1,28 +1,43 @@
 ;; Language environment settings
 ;; $Id$
-(require 'utf-8m)
 
-(set-language-environment Japanese)
-(setq utf-decode-to-japanese-symbol t) ;; obsolete
-(utf-translate-cjk-mode t)
-(custom-set-variables
-  '(utf-fragment-on-decoding nil)
-  '(utf-translate-cjk-unicode-range '((#x80 . #xd7a3) (#xff00 . #xffef)))
-  '(default-input-method japanese-yc)
-  )
-(set-default-coding-systems 'utf-8)
-(set-buffer-file-coding-system 'utf-8)
-(unless (and (boundp 'mac-access-clipboard-in-unicode)
-mac-access-clipboard-in-unicode)
-  (set-clipboard-coding-system 'sjis-mac))
-(set-terminal-coding-system 'utf-8)
-(set-keyboard-coding-system
- (if (eq window-system 'mac) 'sjis-mac 'utf-8))
-(set-file-name-coding-system 'utf-8m)
-;; Workaround a bug of emacs21-20041117
-(if (and (fboundp 'utf-translate-cjk-load-tables)
-(eq fink-emacs-flavor 'emacs21))
-(utf-translate-cjk-load-tables))
+;; Setup Japanese UTF-8 environment.
+;; Recent Emacs 22 (22.0.50.cvs20060118) is enough clever for us
+;; to accept most of its default configurations.
+;; We don't need even set-language-environment!
+(when (eq emacs-major-version 22)
+  (if (require 'utf-8m nil t)
+  (set-file-name-coding-system 'utf-8m))
+  (cond ((and (eq window-system 'mac)
+  (fboundp 'mac-setup-inline-input-method))
+ (mac-setup-inline-input-method))
+((eq current-language-environment Japanese)
+ (custom-set-variables '(default-input-method japanese-yc)
+;; For Todai Fink Team's obsolete emacs21-carbon package.
+;; As we moved utf-8m.el into emacs22-carbon, utf-8m is not available
+;; on emacs21-carbon now.
+(when (eq emacs-major-version 21)
+  (set-language-environment Japanese)
+  (setq utf-decode-to-japanese-symbol t) ;; obsolete
+  (utf-translate-cjk-mode t)
+  (custom-set-variables
+'(utf-fragment-on-decoding nil)
+'(utf-translate-cjk-unicode-range '((#x80 . #xd7a3) (#xff00 . #xffef)))
+'(default-input-method japanese-yc)
+)
+  (set-default-coding-systems 'utf-8)
+  (set-buffer-file-coding-system 'utf-8)
+  (unless (and (boundp 'mac-access-clipboard-in-unicode)
+   mac-access-clipboard-in-unicode)
+(set-clipboard-coding-system 'sjis-mac))
+  (set-terminal-coding-system 'utf-8)
+  (set-keyboard-coding-system
+   (if (eq window-system 'mac) 'sjis-mac 'utf-8))
+  (set-file-name-coding-system 'utf-8)
+  ;; Workaround a bug of emacs21-20041117
+  (if (and (fboundp 'utf-translate-cjk-load-tables)
+   (eq fink-emacs-flavor 'emacs21))
+  (utf-translate-cjk-load-tables)))
 
 ;; Set up the keyboard so the delete key on both the regular keyboard
 ;; and the keypad delete the character under the cursor and to the right
@@ -72,7 +87,13 @@
 
 ;; carbon-font or appleotffonts-ja
 (when (eq window-system 'mac)
-  (if (require 'carbon-font nil t)
-  (set-default-font fontset-hiraginokaku12)
-(require 'appleotffonts-ja);; for emacs21-carbon  20041229
-(set-default-font fontset-hirakakugo14)))
+  (cond ((require 'carbon-font nil t)
+ (cond ((memq 
-*-*-medium-r-normal--12-*-*-*-*-*-fontset-hiraginokaku (fontset-list))
+;; for emacs22-carbon = 22.0.50.cvs20060118
+(set-default-font hiraginokaku))
+   ((memq 
-*-fixed-medium-r-normal-*-12-*-*-*-*-*-fontset-hiraginokaku12 (fontset-list))
+;; for emacs21-carbon = 20041229
+(set-default-font fontset-hiraginokaku12
+((require 'appleotffonts-ja nil t)
+ ;; for emacs21-carbon  20041229
+ (set-default-font fontset-hirakakugo14



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/user-ja ChangeLog,1.2,1.3 user-ja.info.in,1.2,1.3 version,1.2,1.3

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/user-ja
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3460

Modified Files:
ChangeLog user-ja.info.in version 
Log Message:
2.3 release

* user-ja.info.in: fix Depends


Index: user-ja.info.in
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/user-ja.info.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- user-ja.info.in 7 Mar 2006 13:19:21 -   1.2
+++ user-ja.info.in 7 Mar 2006 13:29:10 -   1.3
@@ -7,7 +7,7 @@
 Type: nosource
 License: Public Domain
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: fix-apple-x11 | xfree86 (= 4.4.0-1) | system-xfree86-dev (= 
2:4.4-1), emacsen, appleotffonts, yc, canna, cannadic, efont-unicode, 
shinonome, xinitrc
+Depends: fix-apple-x11 | xfree86 (= 4.4.0-1) | system-xfree86 (= 2:4.4-1) | 
xorg (= 6.8), emacsen, appleotffonts, yc, canna, cannadic, efont-unicode, 
shinonome, xinitrc
 Patch: %n.patch
 CompileScript: sh ./build.sh prefix=%p build
 InstallScript: sh ./build.sh prefix=%p destdir=%d install

Index: version
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/version,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- version 7 Mar 2006 13:19:21 -   1.2
+++ version 7 Mar 2006 13:29:10 -   1.3
@@ -1 +1 @@
-2.2
+2.3

Index: ChangeLog
===
RCS file: /cvsroot/fink/experimental/todai/user-ja/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog   7 Mar 2006 13:19:21 -   1.2
+++ ChangeLog   7 Mar 2006 13:29:10 -   1.3
@@ -1,4 +1,8 @@
 2006-03-07 AIDA Shinra [EMAIL PROTECTED]
+* 2.3 release
+* user-ja.info.in: fix Depends
+
+2006-03-07 AIDA Shinra [EMAIL PROTECTED]
 * 2.2 release
 * sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
 * sedsrc/utf-8m.el.in: removed as emacs22-carbon has it



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/ecc/main/finkinfo/base user-ja.info,1.1.1.1,1.2 user-ja.patch,1.1.1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4298

Modified Files:
user-ja.info user-ja.patch 
Log Message:
user-ja 2.3. Now supports emacs22-carbon-22.0.50.cvs20060118.

Index: user-ja.patch
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc/main/finkinfo/base/user-ja.patch,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- user-ja.patch   7 Apr 2005 12:31:23 -   1.1.1.1
+++ user-ja.patch   7 Mar 2006 13:30:34 -   1.2
@@ -1,16 +1,26 @@
-diff -Nru user-ja-2.1.dummy/.cvsignore user-ja-2.1/.cvsignore
 user-ja-2.1.dummy/.cvsignore   Thu Jan  1 09:00:00 1970
-+++ user-ja-2.1/.cvsignore Mon Apr 12 00:04:37 2004
+diff -Nru user-ja-2.3.dummy/.cvsignore user-ja-2.3/.cvsignore
+--- user-ja-2.3.dummy/.cvsignore   Thu Jan  1 09:00:00 1970
 user-ja-2.3/.cvsignore Thu Apr  7 21:31:26 2005
 @@ -0,0 +1,5 @@
 +build
 +semantic.cache
 +user-ja-[0-9]*
 +user-ja.info
 +user-ja.patch
-diff -Nru user-ja-2.1.dummy/ChangeLog user-ja-2.1/ChangeLog
 user-ja-2.1.dummy/ChangeLogThu Jan  1 09:00:00 1970
-+++ user-ja-2.1/ChangeLog  Thu Apr  7 13:44:02 2005
-@@ -0,0 +1,207 @@
+diff -Nru user-ja-2.3.dummy/ChangeLog user-ja-2.3/ChangeLog
+--- user-ja-2.3.dummy/ChangeLogThu Jan  1 09:00:00 1970
 user-ja-2.3/ChangeLog  Tue Mar  7 22:29:10 2006
+@@ -0,0 +1,217 @@
++2006-03-07 AIDA Shinra [EMAIL PROTECTED]
++* 2.3 release
++* user-ja.info.in: fix Depends
++
++2006-03-07 AIDA Shinra [EMAIL PROTECTED]
++* 2.2 release
++* sedsrc/user-ja.el.in: emacs22-carbon-22.0.50.cvs20060118
++* sedsrc/utf-8m.el.in: removed as emacs22-carbon has it
++* build.sh: use go cd
++
 +2005-04-07 AIDA Shinra [EMAIL PROTECTED]
 +* 2.1 release
 +* sedsrc/user-ja.el.in: workaround a bug of emacs21-20041117
@@ -218,10 +228,10 @@
 +* Initial revision
 +
 +$Id$
-diff -Nru user-ja-2.1.dummy/build.sh user-ja-2.1/build.sh
 user-ja-2.1.dummy/build.sh Thu Jan  1 09:00:00 1970
-+++ user-ja-2.1/build.sh   Tue Mar 29 23:19:19 2005
-@@ -0,0 +1,255 @@
+diff -Nru user-ja-2.3.dummy/build.sh user-ja-2.3/build.sh
+--- user-ja-2.3.dummy/build.sh Thu Jan  1 09:00:00 1970
 user-ja-2.3/build.sh   Tue Mar  7 22:19:21 2006
+@@ -0,0 +1,251 @@
 +#! /bin/sh
 +# $Id$
 +# vim: set sw=4:
@@ -322,8 +332,7 @@
 +}
 +
 +doinstall() {
-+$show cd $builddir
-+cd $builddir
++go cd $builddir
 +go $mkinstalldirscmd -m 755 $destdir$bindir
 +go $installcmd -m 755 user-ja-conf $destdir$bindir
 +
@@ -343,22 +352,19 @@
 +go $installcmd -m 755 kinput2.sh 
$destdir$sysconfdir/xinitrc.d/50kinput2.sh
 +go $installcmd -m 755 xmodmap-ja.sh 
$destdir$sysconfdir/xinitrc.d/21xmodmap-ja.sh
 +
-+$show cd $firstpwd
-+cd $firstpwd
-+$show cd $srcdir/etcmlterm
-+cd $srcdir/etcmlterm
++go cd $firstpwd
++go cd $srcdir/etcmlterm
 +go $mkinstalldirscmd -m 755 $destdir$mydatadir/etcmlterm
 +go $installcmd -m 644 font main menu $destdir$mydatadir/etcmlterm
 +
-+$show cd ../simple
-+cd ../simple
++go cd ../simple
 +go $installcmd -m 644 dot.* $destdir$mydatadir/skel
 +
 +go $installcmd -m 644 inputrc user-ja.canna $destdir$mydatadir
 +
 +go $mkinstalldirscmd -m 755 $destdir$sitelispdir
-+go $installcmd -m 644 appleotffonts-ja.el utf-8m.el $destdir$sitelispdir
-+
++go $installcmd -m 644 appleotffonts-ja.el $destdir$sitelispdir
++ 
 +go $mkinstalldirscmd -m 755 $destdir$fink_sysconfdir/gtk
 +go $installcmd -m 644 gtkrc.ja_JP.utf8 
$destdir$fink_sysconfdir/gtk/gtkrc.ja_JP.utf8
 +go $installcmd -m 644 gtkrc.ja_JP.eucjp 
$destdir$fink_sysconfdir/gtk/gtkrc.ja_JP.eucjp
@@ -477,9 +483,9 @@
 +*) badarg $mode; exit ;;
 +esac
 +
-diff -Nru user-ja-2.1.dummy/doc/developers.txt user-ja-2.1/doc/developers.txt
 user-ja-2.1.dummy/doc/developers.txt   Thu Jan  1 09:00:00 1970
-+++ user-ja-2.1/doc/developers.txt Mon Apr 12 00:04:37 2004
+diff -Nru user-ja-2.3.dummy/doc/developers.txt user-ja-2.3/doc/developers.txt
+--- user-ja-2.3.dummy/doc/developers.txt   Thu Jan  1 09:00:00 1970
 user-ja-2.3/doc/developers.txt Thu Apr  7 21:31:26 2005
 @@ -0,0 +1,42 @@
 +user-jaの開発について
 +
@@ -523,9 +529,9 @@
 
+で出来上がるまっさらのディレクトリになるべく近づけます。
 +
 +$Id$
-diff -Nru user-ja-2.1.dummy/doc/user-ja.txt user-ja-2.1/doc/user-ja.txt
 user-ja-2.1.dummy/doc/user-ja.txt  Thu Jan  1 09:00:00 1970
-+++ user-ja-2.1/doc/user-ja.txtThu Mar 31 01:23:16 2005
+diff -Nru user-ja-2.3.dummy/doc/user-ja.txt user-ja-2.3/doc/user-ja.txt
+--- user-ja-2.3.dummy/doc/user-ja.txt  Thu Jan  1 09:00:00 1970
 user-ja-2.3/doc/user-ja.txtThu Apr  7 21:31:26 2005
 @@ -0,0 +1,11 @@
 
+user-jaの設定ファイル、コマンド類の説明です。まだ未完成です。
 +
@@ -538,9 +544,9 @@
 

dists/10.3/unstable/main/finkinfo/graphics zphoto.info,1.7,1.8

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23851

Modified Files:
zphoto.info 
Log Message:
Fix typo in Depends

Index: zphoto.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/graphics/zphoto.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- zphoto.info 19 Feb 2006 14:43:58 -  1.7
+++ zphoto.info 7 Mar 2006 14:09:47 -   1.8
@@ -2,7 +2,7 @@
 Package: zphoto%type_pkg[-gui]
 Description: Zooming photo album generator
 Version: 1.2
-Revision: 12
+Revision: 13
 GCC: 3.3
 Type: -gui (. -wxgtk -wxmac)
 License: LGPL
@@ -15,7 +15,7 @@
 
 Depends: 
   ming-shlibs (=0.2a), imlib2-shlibs (=1.2.1), popt-shlibs (=1.6.3), 
freetype219-shlibs,
-  (%type_raw[-gui] = -wxgtk) wxgtk (=2.5.8.3), (%type_raw[-gui] = -wxmac) 
wxmac (=2.6.3-1)
+  (%type_raw[-gui] = -wxgtk) wxgtk (=2.5.2.8-3), (%type_raw[-gui] = -wxmac) 
wxmac (=2.6.3-1)
 
 Conflicts: wxzphoto ( 1.2-4), zphoto, zphoto-wxgtk, zphoto-wxmac
 Replaces: wxzphoto ( 1.2-4), zphoto, zphoto-wxgtk, zphoto-wxmac



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci gsl.patch,NONE,1.1 gsl.info,1.1,1.2

2006-03-07 Thread S�bastien Maret
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21229

Modified Files:
gsl.info 
Added Files:
gsl.patch 
Log Message:
Patch configure script to compile on Intel Macs. See:
http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html


Index: gsl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gsl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gsl.info20 Jan 2006 20:30:40 -  1.1
+++ gsl.info7 Mar 2006 15:10:02 -   1.2
@@ -1,6 +1,6 @@
 Package: gsl
 Version: 1.7
-Revision: 2
+Revision: 3
 Description: GNU Scientific Library
 License: GPL
 Maintainer: Sebastien Maret [EMAIL PROTECTED]
@@ -8,6 +8,7 @@
 BuildDependsOnly: True
 Source: mirror:gnu:gsl/%n-%v.tar.gz
 Source-MD5: 521b9aa094a3dc2cb088f29efca0bda3
+Patch: %n.patch
 ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
 DocFiles: README COPYING
 Shlibs: 
@@ -33,5 +34,9 @@
 InfoDocs: gsl-ref.info
 Homepage: http://www.gnu.org/software/gsl/
 DescPackaging: 
-Originally packaged by Jeffrey Whitaker
+Originally packaged by Jeffrey Whitaker.
 
+DescPort: 
+Patched to compile on Intel Macs. See:
+http://lists.gnu.org/archive/html/bug-gsl/2006-02/msg2.html
+
\ No newline at end of file

--- NEW FILE: gsl.patch ---
diff -ruN -x '*~' gsl-1.7/configure gsl-1.7.patched/configure
--- gsl-1.7/configure   2005-09-13 06:17:14.0 -0400
+++ gsl-1.7.patched/configure   2006-03-02 18:51:04.0 -0500
@@ -10248,7 +10248,7 @@
 *-*-irix*)
 ac_cv_c_ieee_interface=irix
 ;;
-*-*-*darwin*)
+powerpc-*-*darwin*)
 ac_cv_c_ieee_interface=darwin
 ;;
 *-*-*netbsd*)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/todai/ecc/main/finkinfo/text ptex.info,1.17,1.18

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21791

Modified Files:
ptex.info 
Log Message:
let ptex-nox accept both ghostscript-nox and ghostscript

Index: ptex.info
===
RCS file: /cvsroot/fink/experimental/todai/ecc/main/finkinfo/text/ptex.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ptex.info   6 Mar 2006 19:16:11 -   1.17
+++ ptex.info   7 Mar 2006 15:10:51 -   1.18
@@ -2,7 +2,7 @@
 Package: ptex%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 3.1.9
-Revision: 12
+Revision: 13
 GCC: 3.3
 Description: ASCII publishing TeX
 Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
@@ -178,8 +178,7 @@
   libwww-bin, libncurses5-shlibs, ncurses,
   fink (= 0.12.0-1), libkpathsea4-shlibs (= 3.0-1), ptex-texmf (= 2.3-4),
   appleotffonts,
-  (%type_raw[-nox] = -nox) ghostscript-nox,
-  (%type_raw[-nox] = .) ghostscript,
+  (%type_raw[-nox] = -nox) ghostscript-nox | ghostscript,
   (%type_raw[-nox] = .) gd2-shlibs (= 2.0.33-1), 
   (%type_raw[-nox] = .) x11, 
   (%type_raw[-nox] = .) x11-shlibs,



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/bmaret/finkinfo gsl.patch,1.1,NONE gsl.info,1.1,NONE

2006-03-07 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22306

Removed Files:
gsl.patch gsl.info 
Log Message:
Moved to 10.4/unstable.


--- gsl.info DELETED ---

--- gsl.patch DELETED ---



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci proj.info,1.2,1.3

2006-03-07 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23742

Modified Files:
proj.info 
Log Message:
Appears to be binary compatible api.  Adds geos projection.


Index: proj.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/proj.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proj.info   1 May 2005 07:25:43 -   1.2
+++ proj.info   7 Mar 2006 15:15:27 -   1.3
@@ -1,9 +1,9 @@
 Package: proj
-Version: 4.4.8
+Version: 4.4.9
 Revision: 4
 Maintainer: Kurt Schwehr [EMAIL PROTECTED]
 Source: ftp://ftp.remotesensing.org/pub/proj/proj-%v.tar.gz
-Source-MD5: 1bdfb7bf5df081d029828ed47b780519
+Source-MD5: 3cc5c2407c213aadfd154c8df80efd6c
 PatchScript: perl -pi.bak -e 's,hardcode_direct=yes,hardcode_direct=no,' 
configure
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
@@ -30,6 +30,4 @@
 DescPort: 
 Please contact the maintainer of Grass before upgrading to a new
 version of proj to make sure that there are no incompatibilities.
-
-The upgrade from 4.4.7 to 4.4.8 was requested by Blair Zajac in June 2004.
 
\ No newline at end of file



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/bmaret/finkinfo gnucash.info,1.1,1.2

2006-03-07 Thread S�bastien Maret
Update of /cvsroot/fink/experimental/bmaret/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29996

Modified Files:
gnucash.info 
Log Message:
New version.


Index: gnucash.info
===
RCS file: /cvsroot/fink/experimental/bmaret/finkinfo/gnucash.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnucash.info28 Feb 2006 05:14:58 -  1.1
+++ gnucash.info7 Mar 2006 15:27:58 -   1.2
@@ -1,5 +1,5 @@
 Package: gnucash
-Version: 1.9.1
+Version: 1.9.2
 Revision: 1
 Description: Personal and business finances tracking program
 License: GPL
@@ -33,7 +33,7 @@
 Replaces: gnucash-hcbi ( 1.9.0), gnucash-ofx ( 1.9.0), gnucash-sql ( 
1.9.0)
 Suggests: gnucash-docs (= 1.8.0)
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: fd1ba54948cf6a91faf1328f2051677d
+Source-MD5: f0acadc32b35e0203bef226c8eaf90a9
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --enable-error-on-warning=no --disable-dependency-tracking 
--disable-schemas-install --enable-ofx --disable-aqbanking --disable-sql
 GCC: 3.3
 CompileScript: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci pyproj-py.info,1.4,1.5

2006-03-07 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv741

Modified Files:
pyproj-py.info 
Log Message:
upgraded to lastest version - 1.7

Index: pyproj-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/pyproj-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pyproj-py.info  4 Jan 2006 07:32:07 -   1.4
+++ pyproj-py.info  7 Mar 2006 15:34:29 -   1.5
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: pyproj-py%type_pkg[python]
-Version: 1.2
+Version: 1.7
 Revision: 2
 Description: Projection conversions in python
 DescDetail: 
@@ -14,7 +14,7 @@
 Optimized for Numeric and numarray arrays.
 
 Source: 
http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/pyproj-%v.tar.gz
-Source-MD5: daa017c6c09c4902af9948a3b08b4a41
+Source-MD5: 84ec9d794686191e93328e1fde99f45d
 Type: python (2.3 2.4)
 Depends: python%type_pkg[python], proj-shlibs
 BuildDepends: proj



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/crypto/finkinfo xchat-ssl.info,1.11,1.12

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.3/stable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xchat-ssl.info  28 Dec 2005 23:01:00 -  1.11
+++ xchat-ssl.info  7 Mar 2006 15:40:24 -   1.12
@@ -10,7 +10,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client (with SSL)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/net xchat.info,1.9,1.10

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.3/stable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/xchat.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xchat.info  28 Dec 2005 23:00:58 -  1.9
+++ xchat.info  7 Mar 2006 15:40:24 -   1.10
@@ -9,7 +9,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo xchat-ssl.info,1.8,1.9

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xchat-ssl.info  20 Jan 2006 20:24:14 -  1.8
+++ xchat-ssl.info  7 Mar 2006 15:40:31 -   1.9
@@ -27,7 +27,8 @@
   --enable-tcl=%p/lib \
   --enable-ipv6 \
   --disable-xlib \
-  --disable-dependency-tracking
+  --disable-dependency-tracking \
+  --disable-mmx
 
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog README faq.html



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/main/finkinfo/net xchat.info,1.2,1.3

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4/stable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/xchat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xchat.info  23 Jan 2006 06:16:40 -  1.2
+++ xchat.info  7 Mar 2006 15:40:28 -   1.3
@@ -9,7 +9,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo xchat-ssl.info,1.2,1.3

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4/unstable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xchat-ssl.info  20 Jan 2006 20:42:01 -  1.2
+++ xchat-ssl.info  7 Mar 2006 15:40:28 -   1.3
@@ -27,7 +27,8 @@
   --enable-tcl=%p/lib \
   --enable-ipv6 \
   --disable-xlib \
-  --disable-dependency-tracking
+  --disable-dependency-tracking \
+  --disable-mmx
 
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog README faq.html



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net xchat.info,1.12,1.13

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.3/unstable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/xchat.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- xchat.info  16 Nov 2005 01:50:01 -  1.12
+++ xchat.info  7 Mar 2006 15:40:26 -   1.13
@@ -9,7 +9,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/stable/crypto/finkinfo xchat-ssl.info,1.2,1.3

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4/stable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xchat-ssl.info  23 Jan 2006 06:16:39 -  1.2
+++ xchat-ssl.info  7 Mar 2006 15:40:27 -   1.3
@@ -10,7 +10,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client (with SSL)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo xchat-ssl.info,1.13,1.14

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.3/unstable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xchat-ssl.info  16 Nov 2005 01:50:00 -  1.13
+++ xchat-ssl.info  7 Mar 2006 15:40:25 -   1.14
@@ -10,7 +10,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client (with SSL)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/crypto/finkinfo xchat-ssl.info,1.4,1.5

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4-transitional/stable/crypto/finkinfo

Modified Files:
xchat-ssl.info 
Log Message:
disable mmx for i386

Index: xchat-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/crypto/finkinfo/xchat-ssl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xchat-ssl.info  1 Oct 2005 20:38:32 -   1.4
+++ xchat-ssl.info  7 Mar 2006 15:40:30 -   1.5
@@ -10,7 +10,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --enable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client (with SSL)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/net xchat.info,1.2,1.3

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4/unstable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/xchat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xchat.info  3 Feb 2006 16:41:51 -   1.2
+++ xchat.info  7 Mar 2006 15:40:29 -   1.3
@@ -24,7 +24,8 @@
   --enable-tcl=%p/lib \
   --enable-ipv6 \
   --disable-xlib \
-  --disable-dependency-tracking
+  --disable-dependency-tracking \
+  --disable-mmx
 
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog README faq.html



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/net xchat.info,1.4,1.5

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4-transitional/stable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/net/xchat.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xchat.info  1 Oct 2005 20:38:32 -   1.4
+++ xchat.info  7 Mar 2006 15:40:30 -   1.5
@@ -9,7 +9,7 @@
 Source: http://xchat.org/files/source/2.4/xchat-%v.tar.bz2
 Source-MD5: c853dbc73c3ba5127388584381bd4dce
 Patch: %n.patch
-ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl
+ConfigureParams: --enable-hebrew --enable-tcl=%p/lib --enable-ipv6 
--disable-xlib --disable-openssl --disable-mmx
 SetCPPFLAGS: -no-cpp-precomp
 DocFiles: AUTHORS COPYING ChangeLog README faq.html
 Description: Graphical IRC client



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/net xchat.info,1.8,1.9

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4361/10.4-transitional/unstable/main/finkinfo/net

Modified Files:
xchat.info 
Log Message:
disable mmx for i386

Index: xchat.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/xchat.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xchat.info  10 Jan 2006 00:07:47 -  1.8
+++ xchat.info  7 Mar 2006 15:40:32 -   1.9
@@ -24,7 +24,8 @@
   --enable-tcl=%p/lib \
   --enable-ipv6 \
   --disable-xlib \
-  --disable-dependency-tracking
+  --disable-dependency-tracking \
+  --disable-mmx
 
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog README faq.html



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/languages odcctools.info,1.1,1.2

2006-03-07 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6994

Modified Files:
odcctools.info 
Log Message:
new upstream version


Index: odcctools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/odcctools.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- odcctools.info  20 Jan 2006 20:28:27 -  1.1
+++ odcctools.info  7 Mar 2006 17:39:41 -   1.2
@@ -1,9 +1,9 @@
 Package: odcctools
 Version: 576
-Revision: 20050327
+Revision: 20060226
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Source: http://www.opendarwin.org/downloads/odcctools-%r.tar.bz2
-Source-MD5: 0a8ea13792792c4bcafdf543b96fa639
+Source-MD5: bdb3ebadb308235153f2a22c02c1036e
 SourceDirectory: %N-%r
 SetCPPFLAGS: -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_
 CompileScript: ./configure --prefix=%p/lib/odcctools; make



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/languages odcctools.info,1.2,1.3

2006-03-07 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7830

Modified Files:
odcctools.info 
Log Message:
new upstream version


Index: odcctools.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/odcctools.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- odcctools.info  5 Aug 2005 14:48:07 -   1.2
+++ odcctools.info  7 Mar 2006 17:41:14 -   1.3
@@ -1,9 +1,9 @@
 Package: odcctools
 Version: 576
-Revision: 20050327
+Revision: 20060226
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Source: http://www.opendarwin.org/downloads/odcctools-%r.tar.bz2
-Source-MD5: 0a8ea13792792c4bcafdf543b96fa639
+Source-MD5: bdb3ebadb308235153f2a22c02c1036e
 SourceDirectory: %N-%r
 SetCPPFLAGS: -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_
 CompileScript: ./configure --prefix=%p/lib/odcctools; make



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci pymol-py.info,1.7,1.8

2006-03-07 Thread William Scott
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9960

Modified Files:
pymol-py.info 
Log Message:
pymol revision update

Index: pymol-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/pymol-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pymol-py.info   19 Feb 2006 05:13:47 -  1.7
+++ pymol-py.info   7 Mar 2006 19:21:47 -   1.8
@@ -1,15 +1,15 @@
 Info2: 
 Package: pymol-py%type_pkg[python]
 Version: 0.99
-Revision: 1
+Revision: 2
 Maintainer: Jack Howarth [EMAIL PROTECTED]
 Type: python (2.2 2.3 2.4)
-Source: mirror:custom:pymol/pymol-0_99rc1-src.tgz
+Source: mirror:custom:pymol/pymol-0_99rc6-src.tgz
 CustomMirror: 
 Primary: http://easynews.dl.sourceforge.net/sourceforge
 
-Source-MD5: 1dfb4b943e6a8dba06f4446b8a185bae
-SourceDirectory: pymol-%v
+Source-MD5: cb29385ab523f648d4db47a222b1d03e
+SourceDirectory: pymol-%vrc6
 Depends: python%type_pkg[python], libpng3-shlibs, numeric-py%type_pkg[python], 
tcltk, pmw-py%type_pkg[python] (= 1.2-1), freeglut-shlibs, blt-shlibs
 BuildDepends: libpng3, freeglut, db43-ssl|db43, readline (= 4.3-5), gdbm3, 
expat, tcltk-dev, blt
 Conflicts: pymol, pymol-py22, pymol-py23, pymol-py24



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/sci pymol-py.info,1.5,1.6

2006-03-07 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10870

Modified Files:
pymol-py.info 
Log Message:
pymol revision update

Index: pymol-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pymol-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pymol-py.info   25 Feb 2006 16:59:12 -  1.5
+++ pymol-py.info   7 Mar 2006 19:23:31 -   1.6
@@ -1,15 +1,15 @@
 Info2: 
 Package: pymol-py%type_pkg[python]
 Version: 0.99
-Revision: 1001
+Revision: 1002
 Maintainer: Jack Howarth [EMAIL PROTECTED]
 Type: python (2.3 2.4)
-Source: mirror:custom:pymol/pymol-0_99rc1-src.tgz
+Source: mirror:custom:pymol/pymol-0_99rc6-src.tgz
 CustomMirror: 
 Primary: http://easynews.dl.sourceforge.net/sourceforge
 
-Source-MD5: 1dfb4b943e6a8dba06f4446b8a185bae
-SourceDirectory: pymol-%v
+Source-MD5: cb29385ab523f648d4db47a222b1d03e
+SourceDirectory: pymol-%vrc6
 Depends: python%type_pkg[python], libpng3-shlibs, numeric-py%type_pkg[python], 
tcltk, pmw-py%type_pkg[python] (= 1.2-1), freeglut-shlibs, blt-shlibs
 BuildDepends: libpng3, freeglut, db43-ssl (= 4.3.29-1001)|db43 (= 
4.3.29-1001), readline (= 4.3-1028), gdbm3, expat, tcltk-dev, blt
 Conflicts: pymol, pymol-py22, pymol-py23, pymol-py24



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci dcmtk.patch,NONE,1.1 dcmtk.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.3/unstable/main/finkinfo/sci

Modified Files:
dcmtk.info 
Added Files:
dcmtk.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/dcmtk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dcmtk.info  8 Dec 2003 04:12:41 -   1.1
+++ dcmtk.info  7 Mar 2006 20:01:51 -   1.2
@@ -1,42 +1,29 @@
 Package: dcmtk
-Version: 3.5.2
-Revision: 11
+Version: 3.5.4
+Revision: 1
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin
-BuildDepends: libtiff
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs
+BuildDepends: gcc3.3, libjpeg, libtiff, libpng3, libxml2
 Conflicts: dcmtk-ssl
 Replaces: dcmtk-ssl
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --without-openssl
 GCC: 3.3
+SetCXX: g++-3.3
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
 Description: Collection of DICOM libs and applications
 DescDetail: 
@@ -55,8 +42,10 @@
 information.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7

--- NEW FILE: dcmtk.patch ---
diff -urN dcmtk-3.5.4/config/configure dcmtk-3.5.4-patched/config/configure
--- dcmtk-3.5.4/config/configureWed Dec 14 18:33:37 2005
+++ dcmtk-3.5.4-patched/config/configureFri Jan  6 11:04:11 2006
@@ -15373,7 +15373,7 @@
 int
 main ()
 {
-pthread_t p; unsigned long l = p
+pthread_t p; unsigned long l = static_castunsigned long(p)
   ;
   return 0;
 }
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = xYES ] ; then \
cat $(DICTFILE) $(PRIVDICTFILE) dicom.tmp ; \
-   $(INSTALL_DATA) dicom.tmp $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) dicom.tmp $$DICTPATH/dicom.dic ; \
else \
-   $(INSTALL_DATA) $(DICTFILE) $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) $(DICTFILE) $$DICTPATH/dicom.dic ; \
fi
 
 
diff -urN 

dists/10.4-transitional/unstable/main/finkinfo/sci dcmtk.patch,NONE,1.1 dcmtk.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
dcmtk.info 
Added Files:
dcmtk.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/dcmtk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dcmtk.info  27 Apr 2005 03:26:21 -  1.1
+++ dcmtk.info  7 Mar 2006 20:01:57 -   1.2
@@ -1,42 +1,29 @@
 Package: dcmtk
-Version: 3.5.2
-Revision: 11
+Version: 3.5.4
+Revision: 1
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin
-BuildDepends: libtiff
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs
+BuildDepends: gcc3.3, libjpeg, libtiff, libpng3, libxml2
 Conflicts: dcmtk-ssl
 Replaces: dcmtk-ssl
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --without-openssl
 GCC: 3.3
+SetCXX: g++-3.3
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
 Description: Collection of DICOM libs and applications
 DescDetail: 
@@ -55,8 +42,10 @@
 information.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7

--- NEW FILE: dcmtk.patch ---
diff -urN dcmtk-3.5.4/config/configure dcmtk-3.5.4-patched/config/configure
--- dcmtk-3.5.4/config/configureWed Dec 14 18:33:37 2005
+++ dcmtk-3.5.4-patched/config/configureFri Jan  6 11:04:11 2006
@@ -15373,7 +15373,7 @@
 int
 main ()
 {
-pthread_t p; unsigned long l = p
+pthread_t p; unsigned long l = static_castunsigned long(p)
   ;
   return 0;
 }
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = xYES ] ; then \
cat $(DICTFILE) $(PRIVDICTFILE) dicom.tmp ; \
-   $(INSTALL_DATA) dicom.tmp $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) dicom.tmp $$DICTPATH/dicom.dic ; \
else \
-   $(INSTALL_DATA) $(DICTFILE) $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) $(DICTFILE) 

dists/10.4/unstable/main/finkinfo/sci dcmtk.patch,NONE,1.1 dcmtk.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.4/unstable/main/finkinfo/sci

Modified Files:
dcmtk.info 
Added Files:
dcmtk.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/dcmtk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dcmtk.info  16 Feb 2006 16:56:21 -  1.1
+++ dcmtk.info  7 Mar 2006 20:01:58 -   1.2
@@ -1,42 +1,29 @@
 Package: dcmtk
-Version: 3.5.2
-Revision: 1011
+Version: 3.5.4
+Revision: 1001
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin
-BuildDepends: libtiff
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs
+BuildDepends: gcc4.0, libjpeg, libtiff, libpng3, libxml2
 Conflicts: dcmtk-ssl
 Replaces: dcmtk-ssl
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --without-openssl
 GCC: 4.0
+SetCXX: g++-4.0
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
 Description: Collection of DICOM libs and applications
 DescDetail: 
@@ -55,8 +42,10 @@
 information.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7
\ No newline at end of file

--- NEW FILE: dcmtk.patch ---
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = xYES ] ; then \
cat $(DICTFILE) $(PRIVDICTFILE) dicom.tmp ; \
-   $(INSTALL_DATA) dicom.tmp $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) dicom.tmp $$DICTPATH/dicom.dic ; \
else \
-   $(INSTALL_DATA) $(DICTFILE) $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) $(DICTFILE) $$DICTPATH/dicom.dic ; \
fi
 
 
diff -urN dcmtk-3.5.4/dcmsr/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmsr/apps/Makefile.in
--- dcmtk-3.5.4/dcmsr/apps/Makefile.in  2004-05-05 15:37:17.0 +0200
+++ dcmtk-3.5.4-patched/dcmsr/apps/Makefile.in  2005-12-23 13:19:59.0 
+0100
@@ -49,9 +49,14 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+ 

dists/10.3/unstable/crypto/finkinfo dcmtk-ssl.patch,NONE,1.1 dcmtk-ssl.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.3/unstable/crypto/finkinfo

Modified Files:
dcmtk-ssl.info 
Added Files:
dcmtk-ssl.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/dcmtk-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dcmtk-ssl.info  16 Dec 2005 19:14:20 -  1.2
+++ dcmtk-ssl.info  7 Mar 2006 20:01:49 -   1.3
@@ -1,45 +1,32 @@
 Package: dcmtk-ssl
-Version: 3.5.2
-Revision: 13
+Version: 3.5.4
+Revision: 1
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin, openssl097, openssl097-shlibs
-BuildDepends: libtiff, openssl097-dev
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs, 
openssl097-shlibs
+BuildDepends: gcc3.3, libjpeg, libtiff, libpng3, libxml2, openssl097-dev
 Conflicts: dcmtk
 Replaces: dcmtk
 Provides: dcmtk
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --with-openssl --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --with-openssl
 GCC: 3.3
+SetCXX: g++-3.3
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
-Description: Collection of DICOM libs and applications, with SSL support
+Description: Collection of DICOM libs and applications
 DescDetail: 
 DCMTK is a collection of libraries and applications implementing large 
 parts the DICOM standard for medical image communication. It includes 
@@ -60,8 +47,10 @@
 OpenSSL.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7

--- NEW FILE: dcmtk-ssl.patch ---
diff -urN dcmtk-3.5.4/config/configure dcmtk-3.5.4-patched/config/configure
--- dcmtk-3.5.4/config/configureWed Dec 14 18:33:37 2005
+++ dcmtk-3.5.4-patched/config/configureFri Jan  6 11:04:11 2006
@@ -15373,7 +15373,7 @@
 int
 main ()
 {
-pthread_t p; unsigned long l = p
+pthread_t p; unsigned long l = static_castunsigned long(p)
   ;
   return 0;
 }
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = xYES ] ; then \
cat 

dists/10.4-transitional/unstable/crypto/finkinfo dcmtk-ssl.patch,NONE,1.1 dcmtk-ssl.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
dcmtk-ssl.info 
Added Files:
dcmtk-ssl.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/dcmtk-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dcmtk-ssl.info  16 Dec 2005 19:14:21 -  1.2
+++ dcmtk-ssl.info  7 Mar 2006 20:01:50 -   1.3
@@ -1,45 +1,32 @@
 Package: dcmtk-ssl
-Version: 3.5.2
-Revision: 13
+Version: 3.5.4
+Revision: 1
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin, openssl097, openssl097-shlibs
-BuildDepends: libtiff, openssl097-dev
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs, 
openssl097-shlibs
+BuildDepends: gcc3.3, libjpeg, libtiff, libpng3, libxml2, openssl097-dev
 Conflicts: dcmtk
 Replaces: dcmtk
 Provides: dcmtk
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --with-openssl --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --with-openssl
 GCC: 3.3
+SetCXX: g++-3.3
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
-Description: Collection of DICOM libs and applications, with SSL support
+Description: Collection of DICOM libs and applications
 DescDetail: 
 DCMTK is a collection of libraries and applications implementing large 
 parts the DICOM standard for medical image communication. It includes 
@@ -60,8 +47,10 @@
 OpenSSL.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7

--- NEW FILE: dcmtk-ssl.patch ---
diff -urN dcmtk-3.5.4/config/configure dcmtk-3.5.4-patched/config/configure
--- dcmtk-3.5.4/config/configureWed Dec 14 18:33:37 2005
+++ dcmtk-3.5.4-patched/config/configureFri Jan  6 11:04:11 2006
@@ -15373,7 +15373,7 @@
 int
 main ()
 {
-pthread_t p; unsigned long l = p
+pthread_t p; unsigned long l = static_castunsigned long(p)
   ;
   return 0;
 }
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = 

dists/10.4/unstable/crypto/finkinfo dcmtk-ssl.patch,NONE,1.1 dcmtk-ssl.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31036/10.4/unstable/crypto/finkinfo

Modified Files:
dcmtk-ssl.info 
Added Files:
dcmtk-ssl.patch 
Log Message:
New version from tracker (Submissions #1388718) claims to fix gcc4


Index: dcmtk-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/dcmtk-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dcmtk-ssl.info  16 Feb 2006 16:54:43 -  1.1
+++ dcmtk-ssl.info  7 Mar 2006 20:01:51 -   1.2
@@ -1,45 +1,32 @@
 Package: dcmtk-ssl
-Version: 3.5.2
-Revision: 1013
+Version: 3.5.4
+Revision: 1001
 Maintainer: Bernd Kuemmerlen [EMAIL PROTECTED]
-Depends: libtiff-bin, openssl097, openssl097-shlibs
-BuildDepends: libtiff, openssl097-dev
+Depends: libjpeg-shlibs, libtiff-shlibs, libpng3-shlibs, libxml2-shlibs, 
openssl097-shlibs
+BuildDepends: gcc4.0, libjpeg, libtiff, libpng3, libxml2, openssl097-dev
 Conflicts: dcmtk
 Replaces: dcmtk
 Provides: dcmtk
-Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk352.tar.gz
-SourceDirectory: dcmtk
-ConfigureParams: --with-libtiff --with-openssl --enable-std-includes
+Source: 
ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-%v.tar.gz
+Patch: %n.patch
+ConfigureParams: --with-libtiff --with-libpng --with-libxml --with-openssl
 GCC: 4.0
+SetCXX: g++-4.0
 NoSetLDFLAGS: true
+SetLIBS: -L%p/lib
 CompileScript: 
  cd config; ./rootconf
  ./configure %c
  make all
 
 InstallScript: 
-make install prefix=%i
+make install prefix=%i mandir=%i/share/man docdir=%i/share/doc/%n 
datadir=%i/share/%n
 make install-lib prefix=%i
-mv -f %i/include %i/dcmtk
-mkdir -p %i/include
-mv -f %i/dcmtk %i/include/
 
 DocFiles: 
-CHANGES.352 COPYRIGHT FAQ HISTORY README
-config/docs/*.txt
-dcmdata/docs/*.txt
-dcmimage/docs/*.txt
-dcmimgle/docs/*.txt
-dcmjpeg/docs/*.txt
-dcmnet/docs/*.txt
-dcmpstat/docs/*.txt
-dcmsign/docs/*.txt
-dcmsr/docs/*.txt
-dcmtls/docs/*.txt
-dcmwlm/docs/*.txt
-imagectn/docs/*.txt
+CHANGES.354 README
 
-Description: Collection of DICOM libs and applications, with SSL support
+Description: Collection of DICOM libs and applications
 DescDetail: 
 DCMTK is a collection of libraries and applications implementing large 
 parts the DICOM standard for medical image communication. It includes 
@@ -60,8 +47,10 @@
 OpenSSL.
 
 DescPort: 
-Natively supports Mac OSX.
+This port includes a patch from the Debian distribution to correctly
+install the dicom.dic file into share/ instead of lib/, see
+http://forum.dcmtk.org/viewtopic.php?t=572 for more information.
 
 Homepage: http://dicom.offis.de/dcmtk/
 License: BSD
-Source-MD5: 6b2e792fa91a785b65483f809e383013
+Source-MD5: 0afd971cdf976a5b336722ef2f68e6d7
\ No newline at end of file

--- NEW FILE: dcmtk-ssl.patch ---
diff -urN dcmtk-3.5.4/dcmdata/apps/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in
--- dcmtk-3.5.4/dcmdata/apps/Makefile.in2005-10-25 15:01:02.0 
+0200
+++ dcmtk-3.5.4-patched/dcmdata/apps/Makefile.in2005-12-23 
13:17:49.0 +0100
@@ -73,13 +73,18 @@
done
 
 install-support:
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   SUPPORTPATH=$(libdir) ;\
+   else \
+   SUPPORTPATH=$(datadir) ;\
+   fi ; \
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_lib); do \
-   $(INSTALL_DATA) $$file $(libdir) ;\
-   done
-   $(configdir)/mkinstalldirs $(datadir)
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
+   done ;\
+   $(configdir)/mkinstalldirs $$SUPPORTPATH ;\
for file in $(support_data); do \
-   $(INSTALL_DATA) $$file $(datadir) ;\
+   $(INSTALL_DATA) $$file $$SUPPORTPATH ;\
done
 
 clean:
diff -urN dcmtk-3.5.4/dcmdata/libsrc/Makefile.in 
dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in
--- dcmtk-3.5.4/dcmdata/libsrc/Makefile.in  2005-12-09 16:04:37.0 
+0100
+++ dcmtk-3.5.4-patched/dcmdata/libsrc/Makefile.in  2005-12-23 
13:29:08.0 +0100
@@ -56,12 +56,17 @@
$(INSTALL_DATA) $(library) $(libdir)/$(library)
 
 install-support: $(DICTFILE) $(PRIVDICTFILE)
-   $(configdir)/mkinstalldirs $(libdir)
+   if [ x$(prefix) = x ] ; then \
+   DICTPATH=$(libdir) ; \
+   else \
+   DICTPATH=$(datadir) ; \
+   fi ; \
+   $(configdir)/mkinstalldirs $$DICTPATH ; \
if [ x$(INSTALL_PRIVATE_DICTIONARY) = xYES ] ; then \
cat $(DICTFILE) $(PRIVDICTFILE) dicom.tmp ; \
-   $(INSTALL_DATA) dicom.tmp $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) dicom.tmp $$DICTPATH/dicom.dic ; \
else \
-   $(INSTALL_DATA) $(DICTFILE) $(libdir)/dicom.dic ; \
+   $(INSTALL_DATA) $(DICTFILE) $$DICTPATH/dicom.dic ; \
fi
 
 

dists/10.4/unstable/main/finkinfo/text rfcdiff.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1836/10.4/unstable/main/finkinfo/text

Modified Files:
rfcdiff.info 
Log Message:
New version from trackers (Submissions #1368597)


Index: rfcdiff.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/rfcdiff.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rfcdiff.info20 Jan 2006 20:32:31 -  1.1
+++ rfcdiff.info7 Mar 2006 20:07:17 -   1.2
@@ -1,8 +1,8 @@
 Package: rfcdiff
-Version: 1.27
+Version: 1.29
 Revision: 1
 Source: http://ietf.levkowetz.com/tools/%n/%n-v%v
-Source-MD5: fe665212d09b85f2546cb1dc853db2f2
+Source-MD5: 0027322aa3f0ab57e58c378e3be6176f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://ietf.levkowetz.com/tools/rfcdiff/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text rfcdiff.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1836/10.3/unstable/main/finkinfo/text

Modified Files:
rfcdiff.info 
Log Message:
New version from trackers (Submissions #1368597)


Index: rfcdiff.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/rfcdiff.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rfcdiff.info30 Nov 2005 03:04:44 -  1.2
+++ rfcdiff.info7 Mar 2006 20:07:12 -   1.3
@@ -1,8 +1,8 @@
 Package: rfcdiff
-Version: 1.27
+Version: 1.29
 Revision: 1
 Source: http://ietf.levkowetz.com/tools/%n/%n-v%v
-Source-MD5: fe665212d09b85f2546cb1dc853db2f2
+Source-MD5: 0027322aa3f0ab57e58c378e3be6176f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://ietf.levkowetz.com/tools/rfcdiff/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text rfcdiff.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1836/10.4-transitional/unstable/main/finkinfo/text

Modified Files:
rfcdiff.info 
Log Message:
New version from trackers (Submissions #1368597)


Index: rfcdiff.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/rfcdiff.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rfcdiff.info30 Nov 2005 03:04:44 -  1.2
+++ rfcdiff.info7 Mar 2006 20:07:16 -   1.3
@@ -1,8 +1,8 @@
 Package: rfcdiff
-Version: 1.27
+Version: 1.29
 Revision: 1
 Source: http://ietf.levkowetz.com/tools/%n/%n-v%v
-Source-MD5: fe665212d09b85f2546cb1dc853db2f2
+Source-MD5: 0027322aa3f0ab57e58c378e3be6176f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://ietf.levkowetz.com/tools/rfcdiff/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/text idnits.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/10.4/unstable/main/finkinfo/text

Modified Files:
idnits.info 
Log Message:
New verison from trackers (Submissions #1368599)


Index: idnits.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/idnits.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- idnits.info 20 Jan 2006 20:32:31 -  1.1
+++ idnits.info 7 Mar 2006 20:09:57 -   1.2
@@ -1,8 +1,8 @@
 Package: idnits
-Version: 1.82
+Version: 1.85
 Revision: 1
 Source: http://tools.ietf.org/tools/idnits/%n-v%v
-Source-MD5: f09b7bad1973c28ef34d3382bf66759e
+Source-MD5: 823ac535b4a1580e4644d0d1d41ec31f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://tools.ietf.org/tools/idnits/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text idnits.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/10.3/unstable/main/finkinfo/text

Modified Files:
idnits.info 
Log Message:
New verison from trackers (Submissions #1368599)


Index: idnits.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/idnits.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- idnits.info 30 Nov 2005 03:07:04 -  1.2
+++ idnits.info 7 Mar 2006 20:09:52 -   1.3
@@ -1,8 +1,8 @@
 Package: idnits
-Version: 1.82
+Version: 1.85
 Revision: 1
 Source: http://tools.ietf.org/tools/idnits/%n-v%v
-Source-MD5: f09b7bad1973c28ef34d3382bf66759e
+Source-MD5: 823ac535b4a1580e4644d0d1d41ec31f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://tools.ietf.org/tools/idnits/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text idnits.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/10.4-transitional/unstable/main/finkinfo/text

Modified Files:
idnits.info 
Log Message:
New verison from trackers (Submissions #1368599)


Index: idnits.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/idnits.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- idnits.info 30 Nov 2005 03:07:04 -  1.2
+++ idnits.info 7 Mar 2006 20:09:56 -   1.3
@@ -1,8 +1,8 @@
 Package: idnits
-Version: 1.82
+Version: 1.85
 Revision: 1
 Source: http://tools.ietf.org/tools/idnits/%n-v%v
-Source-MD5: f09b7bad1973c28ef34d3382bf66759e
+Source-MD5: 823ac535b4a1580e4644d0d1d41ec31f
 
 Maintainer: Lars Eggert [EMAIL PROTECTED]
 HomePage: http://tools.ietf.org/tools/idnits/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text jadetex.info,1.6,1.7

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26981/10.3/unstable/main/finkinfo/text

Modified Files:
jadetex.info 
Log Message:
Backport: fmtutil has no business writing to home directory


Index: jadetex.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/jadetex.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- jadetex.info1 May 2005 08:21:22 -   1.6
+++ jadetex.info7 Mar 2006 20:56:46 -   1.7
@@ -1,6 +1,6 @@
 Package: jadetex
 Version: 3.13
-Revision: 21
+Revision: 22
 Description: TeX macros implementing the TeX output from Jade/OpenJade
 License: OSI-Approved
 Maintainer: Matthias Neeracher [EMAIL PROTECTED]
@@ -34,7 +34,7 @@
  mv %i/share/texmf-local %i/etc/texmf.local
 
 PostInstScript: 
- if [ -f %p/bin/fmtutil ]; then %p/bin/fmtutil --all; fi
+ if [ -f %p/bin/fmtutil-sys ]; then %p/bin/fmtutil-sys --all; fi
  if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
 
 PostRmScript: 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/stable/main/finkinfo/gnome gpdf.info,1.2,1.3

2006-03-07 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28129

Modified Files:
gpdf.info 
Log Message:
Tiger uint/guint fix is needed in stable too

Index: gpdf.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/gnome/gpdf.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gpdf.info   9 Feb 2006 22:12:06 -   1.2
+++ gpdf.info   7 Mar 2006 20:59:06 -   1.3
@@ -1,12 +1,15 @@
 Package: gpdf
 Version: 0.132
-Revision: 8
+Revision: 9
 GCC: 3.3
 Depends: atk1-shlibs (= 1.6.0-1), audiofile-shlibs (= 0.2.5-1), esound (= 
0.2.34-1), gconf2 (= 2.6.0-1), gettext, ghostscript (= 8.00-1) | 
system-ghostscript8, glib2 (= 2.4.0-1), gnome-vfs2 (= 2.6.0-1) | 
gnome-vfs2-ssl (= 2.6.0-1), gtk+2 (= 2.4.0-1), libart2-shlibs (= 2.3.16-1), 
libbonobo2 (= 2.6.0-1), libbonoboui2 (= 2.6.0-1), libglade2-shlibs (= 
2.3.6-1), libgnome2 (= 2.6.0-1), libgnomecanvas2 (= 2.6.0-1), 
libgnomeprint2.2 (= 2.6.0-1), libgnomeprintui2.2 (= 2.6.0-1), libgnomeui2 (= 
2.6.0-1), libiconv, libxml2-shlibs (= 2.6.7-1), orbit2 (= 2.10.0-1), 
pango1-xft2 (= 1.4.0-1), popt-shlibs, scrollkeeper (= 0.3.12-2)
 BuildDepends: audiofile, glib2-dev (= 2.4.0-1), atk1 (= 1.6.0-1), 
pango1-xft2-dev (= 1.4.0-1), gtk+2-dev (= 2.4.0-1), libgnomecanvas2-dev (= 
2.6.0-1), libjpeg, orbit2-dev (= 2.10.0-1), gconf2-dev (= 2.6.0-1), 
gnome-vfs2-dev (= 2.6.0-1) | gnome-vfs2-ssl-dev (= 2.6.0-1), libxml2 (= 
2.6.7-1), libbonobo2-dev (= 2.6.0-1), libglade2 (= 2.3.6-1), libgnome2-dev 
(= 2.6.0-1), libbonoboui2-dev (= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), 
libgnomeprint2.2-dev (= 2.6.0-1), libgnomeprintui2.2-dev (= 2.6.0-1), 
pkgconfig, intltool, popt, gettext-dev, gettext-bin, gettext-tools, 
libiconv-dev, libart2 (= 2.3.16-1), esound (= 0.2.34-1), gnome-keyring-dev
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: 1b8ba3384210b89a3628281e6aa5edaa
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
help/omf.make help/*/Makefile.in
+PatchScript: 
+  perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
help/omf.make help/*/Makefile.in
+  perl -pi.bak -e 's|\(uint\)|\(guint\)|g' xpdf/gpdf-thumbnails-view.cc
+
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors auctex.info,1.1,1.2 auctex.patch,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32022/10.4/unstable/main/finkinfo/editors

Modified Files:
auctex.info auctex.patch 
Log Message:
Fix over-zealous /sw replacement. (bugs #1440567)


Index: auctex.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/auctex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auctex.patch13 Feb 2006 23:04:23 -  1.1
+++ auctex.patch7 Mar 2006 21:07:31 -   1.2
@@ -28,7 +28,7 @@
 +# This one prevents ${style} from being added to load-path by
 +# normal-top-level-add-subdirs-to-load-path (see subdirs.el)
 +(umask 022  touch @PREFIX@/share/${1}/site-lisp/auctex/style/.nosearch)
-+for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/verbati
 m.el
++for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el style/swedish.el 
style/danish.elstyle/slovak.el   style/czech.el style/amsmath.el   
style/amstext.el  style/amsbsy.el style/amsopn.elstyle/amsthm.el
style/natbib.el style/index.el style/makeidx.el  style/multind.el 
style/varioref.el  style/fancyref.el  style/mdwlist.el style/ngerman.el   
style/graphicx.el   style/graphics.el style/verbatim.el
 +  do cp @PREFIX@/share/emacs/site-lisp/auctex/${i} 
@PREFIX@/share/${1}/site-lisp/auctex/${i}
 +done
 +cat -EOF @PREFIX@/share/${1}/site-lisp/auctex/lpath.el
@@ -36,7 +36,7 @@
 +  TeX-lisp-directory none)
 +  EOF
 +(cd @PREFIX@/share/${1}/site-lisp/auctex/ \
-+   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/v
 erbatim.el 21 \
++   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  
style/swedish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   

dists/10.3/unstable/main/finkinfo/editors auctex.info,1.3,1.4 auctex.patch,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32022/10.3/unstable/main/finkinfo/editors

Modified Files:
auctex.info auctex.patch 
Log Message:
Fix over-zealous /sw replacement. (bugs #1440567)


Index: auctex.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/auctex.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- auctex.patch5 Dec 2005 22:15:23 -   1.2
+++ auctex.patch7 Mar 2006 21:07:26 -   1.3
@@ -28,7 +28,7 @@
 +# This one prevents ${style} from being added to load-path by
 +# normal-top-level-add-subdirs-to-load-path (see subdirs.el)
 +(umask 022  touch @PREFIX@/share/${1}/site-lisp/auctex/style/.nosearch)
-+for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/verbati
 m.el
++for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el style/swedish.el 
style/danish.elstyle/slovak.el   style/czech.el style/amsmath.el   
style/amstext.el  style/amsbsy.el style/amsopn.elstyle/amsthm.el
style/natbib.el style/index.el style/makeidx.el  style/multind.el 
style/varioref.el  style/fancyref.el  style/mdwlist.el style/ngerman.el   
style/graphicx.el   style/graphics.el style/verbatim.el
 +  do cp @PREFIX@/share/emacs/site-lisp/auctex/${i} 
@PREFIX@/share/${1}/site-lisp/auctex/${i}
 +done
 +cat -EOF @PREFIX@/share/${1}/site-lisp/auctex/lpath.el
@@ -36,7 +36,7 @@
 +  TeX-lisp-directory none)
 +  EOF
 +(cd @PREFIX@/share/${1}/site-lisp/auctex/ \
-+   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/v
 erbatim.el 21 \
++   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  
style/swedish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   

dists/10.4-transitional/unstable/main/finkinfo/editors auctex.info,1.3,1.4 auctex.patch,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32022/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
auctex.info auctex.patch 
Log Message:
Fix over-zealous /sw replacement. (bugs #1440567)


Index: auctex.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/auctex.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- auctex.patch5 Dec 2005 22:14:01 -   1.2
+++ auctex.patch7 Mar 2006 21:07:30 -   1.3
@@ -28,7 +28,7 @@
 +# This one prevents ${style} from being added to load-path by
 +# normal-top-level-add-subdirs-to-load-path (see subdirs.el)
 +(umask 022  touch @PREFIX@/share/${1}/site-lisp/auctex/style/.nosearch)
-+for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/verbati
 m.el
++for i in auc-old.el tex.el tex-buf.el latex.el tex-info.el texmathp.el 
multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el tex-fptex.el 
style/prosper.el style/slides.elstyle/foils.elstyle/amstex.el 
style/article.el   style/book.el style/letter.el style/report.el
style/amsart.el   style/amsbook.el style/epsf.el  style/psfig.el
style/latexinfo.el style/dutch.el style/german.el   style/dk.el 
style/j-article.el style/j-book.el   style/j-report.el style/jarticle.el  
style/jbook.elstyle/jreport.el style/dinbrief.el  style/virtex.el   
style/plfonts.el style/plhb.el  style/harvard.el style/swedish.el 
style/danish.elstyle/slovak.el   style/czech.el style/amsmath.el   
style/amstext.el  style/amsbsy.el style/amsopn.elstyle/amsthm.el
style/natbib.el style/index.el style/makeidx.el  style/multind.el 
style/varioref.el  style/fancyref.el  style/mdwlist.el style/ngerman.el   
style/graphicx.el   style/graphics.el style/verbatim.el
 +  do cp @PREFIX@/share/emacs/site-lisp/auctex/${i} 
@PREFIX@/share/${1}/site-lisp/auctex/${i}
 +done
 +cat -EOF @PREFIX@/share/${1}/site-lisp/auctex/lpath.el
@@ -36,7 +36,7 @@
 +  TeX-lisp-directory none)
 +  EOF
 +(cd @PREFIX@/share/${1}/site-lisp/auctex/ \
-+   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  [EMAIL 
PROTECTED]@edish.el style/danish.elstyle/slovak.el   style/czech.el 
style/amsmath.el   style/amstext.el  style/amsbsy.el style/amsopn.el
style/amsthm.el  style/natbib.el style/index.el style/makeidx.el  
style/multind.el style/varioref.el  style/fancyref.el  style/mdwlist.el 
style/ngerman.el   style/graphicx.el   style/graphics.el style/v
 erbatim.el 21 \
++   ${1} ${EFLAGS} auc-old.el tex.el tex-buf.el latex.el tex-info.el 
texmathp.el multi-prompt.el tex-mik.el font-latex.el tex-font.el bib-cite.el 
tex-fptex.el style/prosper.el style/slides.elstyle/foils.el
style/amstex.el style/article.el   style/book.el style/letter.el 
style/report.elstyle/amsart.el   style/amsbook.el style/epsf.el  
style/psfig.elstyle/latexinfo.el style/dutch.el style/german.el   
style/dk.el style/j-article.el style/j-book.el   style/j-report.el 
style/jarticle.el  style/jbook.elstyle/jreport.el style/dinbrief.el  
style/virtex.el   style/plfonts.el style/plhb.el  style/harvard.el  
style/swedish.el style/danish.elstyle/slovak.el   

dists/10.4/unstable/main/finkinfo/devel gtk-doc.patch,NONE,1.1 gtk-doc.info,1.2,1.3

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2377

Modified Files:
gtk-doc.info 
Added Files:
gtk-doc.patch 
Log Message:
New upstream version

--- NEW FILE: gtk-doc.patch ---
--- gtk-doc-1.5/omf.make2005-08-15 18:13:31.0 +0200
+++ gtk-doc-1.5/omf-patched.make2006-03-07 19:28:50.0 +0100
@@ -42,7 +42,6 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o 
$(DESTDIR)$(omf_dest_dir)
 
 uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -50,4 +49,3 @@
rm -f $(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
--- gtk-doc-1.5/help/manual/C/Makefile.in   2006-03-07 12:43:38.0 
+0100
+++ gtk-doc-1.5/help/manual/C/Makefile-patched.in   2006-03-07 
21:39:18.0 +0100
@@ -389,7 +389,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ for file in $(omffile); do \
 @ENABLE_SCROLLKEEPER_TRUE@ $(INSTALL_DATA) $$file.out 
$(DESTDIR)$(omf_dest_dir)/$$file; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
-o $(DESTDIR)$(omf_dest_dir)
 
 @[EMAIL PROTECTED]:
 @ENABLE_SCROLLKEEPER_TRUE@ -for file in $(srcdir)/*.omf; do \
@@ -397,7 +396,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ rm -f $(omf_dest_dir)/$$basefile; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
 @ENABLE_SCROLLKEEPER_TRUE@ -rmdir $(omf_dest_dir)
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
 # If the following file is in a subdir (like help/) you need to add that to 
the path
 

Index: gtk-doc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtk-doc.info22 Jan 2006 15:09:56 -  1.2
+++ gtk-doc.info7 Mar 2006 22:59:06 -   1.3
@@ -1,12 +1,12 @@
 Package: gtk-doc
-Version: 1.3
-Revision: 1012
+Version: 1.5
+Revision: 1001
 BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1)
+Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
-Source-MD5: d105d5b28e7e023ab1b7e85fb65e45c3
-PatchScript: perl -pi -e 's|\.\-_|\.\-_:|g' gtk-doc.dcl
-ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog
+Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
+Patch: %n.patch
+ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog 
--disable-dependency-tracking
 InstallScript: 
 make install DESTDIR=%d
 install -d -m 755 %i/share/doc/%n/doc
@@ -14,7 +14,17 @@
 install -c -m 644 doc/* %i/share/doc/%n/doc/
 install -c -m 644 examples/* %i/share/doc/%n/examples/
 
-DocFiles: AUTHORS COPYING ChangeLog NEWS README
+PostInstScript: 
+  if [ configure = $1 ]; then
+scrollkeeper-update -q
+  fi
+
+PostRmScript:   
+  if [ remove != $1 ]; then
+scrollkeeper-update -q
+  fi
+
+DocFiles: AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL MAINTAINERS NEWS 
README TODO
 Description: GTK+ - API documentation generator
 DescDetail: 
 gtk-doc is a set of perl scripts that generate API reference documention in
@@ -23,7 +33,7 @@
 GLib, Gtk+, and GNOME.
 
 License: GPL
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Michele Garoche [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
  Modified by Michele Garoche.
@@ -31,5 +41,9 @@
  packages fail to build.
  Changed the version of libxml2 and libxslt to be sure to get the right
  split offs.
+ Added scrollkeeper to update omf files.
+ Usual patch for omf.make and Makefile.in to update files during 
+ post installation.
+ Customized docbook-to-man, and tools not installed
 
 Homepage: http://www.gtk.org/rdp/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel gtk-doc.patch,NONE,1.1 gtk-doc.info,1.8,1.9

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7589

Modified Files:
gtk-doc.info 
Added Files:
gtk-doc.patch 
Log Message:
New upstream version

--- NEW FILE: gtk-doc.patch ---
--- gtk-doc-1.5/omf.make2005-08-15 18:13:31.0 +0200
+++ gtk-doc-1.5/omf-patched.make2006-03-07 19:28:50.0 +0100
@@ -42,7 +42,6 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o 
$(DESTDIR)$(omf_dest_dir)
 
 uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -50,4 +49,3 @@
rm -f $(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
--- gtk-doc-1.5/help/manual/C/Makefile.in   2006-03-07 12:43:38.0 
+0100
+++ gtk-doc-1.5/help/manual/C/Makefile-patched.in   2006-03-07 
21:39:18.0 +0100
@@ -389,7 +389,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ for file in $(omffile); do \
 @ENABLE_SCROLLKEEPER_TRUE@ $(INSTALL_DATA) $$file.out 
$(DESTDIR)$(omf_dest_dir)/$$file; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
-o $(DESTDIR)$(omf_dest_dir)
 
 @[EMAIL PROTECTED]:
 @ENABLE_SCROLLKEEPER_TRUE@ -for file in $(srcdir)/*.omf; do \
@@ -397,7 +396,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ rm -f $(omf_dest_dir)/$$basefile; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
 @ENABLE_SCROLLKEEPER_TRUE@ -rmdir $(omf_dest_dir)
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
 # If the following file is in a subdir (like help/) you need to add that to 
the path
 

Index: gtk-doc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gtk-doc.info31 Jul 2005 19:49:25 -  1.8
+++ gtk-doc.info7 Mar 2006 23:08:28 -   1.9
@@ -1,12 +1,12 @@
 Package: gtk-doc
-Version: 1.3
-Revision: 12
+Version: 1.5
+Revision: 1
 BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-25), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1)
+Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
-Source-MD5: d105d5b28e7e023ab1b7e85fb65e45c3
-PatchScript: perl -pi -e 's|\.\-_|\.\-_:|g' gtk-doc.dcl
-ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog
+Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
+Patch: %n.patch
+ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog 
--disable-dependency-tracking
 InstallScript: 
 make install DESTDIR=%d
 install -d -m 755 %i/share/doc/%n/doc
@@ -14,7 +14,17 @@
 install -c -m 644 doc/* %i/share/doc/%n/doc/
 install -c -m 644 examples/* %i/share/doc/%n/examples/
 
-DocFiles: AUTHORS COPYING ChangeLog NEWS README
+PostInstScript: 
+  if [ configure = $1 ]; then
+scrollkeeper-update -q
+  fi
+
+PostRmScript:   
+  if [ remove != $1 ]; then
+scrollkeeper-update -q
+  fi
+
+DocFiles: AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL MAINTAINERS NEWS 
README TODO
 Description: GTK+ - API documentation generator
 DescDetail: 
 gtk-doc is a set of perl scripts that generate API reference documention in
@@ -23,7 +33,7 @@
 GLib, Gtk+, and GNOME.
 
 License: GPL
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Michele Garoche [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
  Modified by Michele Garoche.
@@ -31,5 +41,9 @@
  packages fail to build.
  Changed the version of libxml2 and libxslt to be sure to get the right
  split offs.
+ Added scrollkeeper to update omf files.
+ Usual patch for omf.make and Makefile.in to update files during 
+ post installation.
+ Customized docbook-to-man, and tools not installed
 
 Homepage: http://www.gtk.org/rdp/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel gtk-doc.patch,NONE,1.1 gtk-doc.info,1.5,1.6

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8655

Modified Files:
gtk-doc.info 
Added Files:
gtk-doc.patch 
Log Message:
New upstream version

--- NEW FILE: gtk-doc.patch ---
--- gtk-doc-1.5/omf.make2005-08-15 18:13:31.0 +0200
+++ gtk-doc-1.5/omf-patched.make2006-03-07 19:28:50.0 +0100
@@ -42,7 +42,6 @@
for file in $(omffile); do \
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o 
$(DESTDIR)$(omf_dest_dir)
 
 uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -50,4 +49,3 @@
rm -f $(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-   -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
--- gtk-doc-1.5/help/manual/C/Makefile.in   2006-03-07 12:43:38.0 
+0100
+++ gtk-doc-1.5/help/manual/C/Makefile-patched.in   2006-03-07 
21:39:18.0 +0100
@@ -389,7 +389,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ for file in $(omffile); do \
 @ENABLE_SCROLLKEEPER_TRUE@ $(INSTALL_DATA) $$file.out 
$(DESTDIR)$(omf_dest_dir)/$$file; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir) 
-o $(DESTDIR)$(omf_dest_dir)
 
 @[EMAIL PROTECTED]:
 @ENABLE_SCROLLKEEPER_TRUE@ -for file in $(srcdir)/*.omf; do \
@@ -397,7 +396,6 @@
 @ENABLE_SCROLLKEEPER_TRUE@ rm -f $(omf_dest_dir)/$$basefile; \
 @ENABLE_SCROLLKEEPER_TRUE@ done
 @ENABLE_SCROLLKEEPER_TRUE@ -rmdir $(omf_dest_dir)
[EMAIL PROTECTED]@  -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
 # If the following file is in a subdir (like help/) you need to add that to 
the path
 

Index: gtk-doc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gtk-doc.info31 Jul 2005 19:49:26 -  1.5
+++ gtk-doc.info7 Mar 2006 23:10:35 -   1.6
@@ -1,12 +1,12 @@
 Package: gtk-doc
-Version: 1.3
-Revision: 12
+Version: 1.5
+Revision: 10
 BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-25), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1)
+Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
-Source-MD5: d105d5b28e7e023ab1b7e85fb65e45c3
-PatchScript: perl -pi -e 's|\.\-_|\.\-_:|g' gtk-doc.dcl
-ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog
+Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
+Patch: %n.patch
+ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog 
--disable-dependency-tracking
 InstallScript: 
 make install DESTDIR=%d
 install -d -m 755 %i/share/doc/%n/doc
@@ -14,7 +14,17 @@
 install -c -m 644 doc/* %i/share/doc/%n/doc/
 install -c -m 644 examples/* %i/share/doc/%n/examples/
 
-DocFiles: AUTHORS COPYING ChangeLog NEWS README
+PostInstScript: 
+  if [ configure = $1 ]; then
+scrollkeeper-update -q
+  fi
+
+PostRmScript:   
+  if [ remove != $1 ]; then
+scrollkeeper-update -q
+  fi
+
+DocFiles: AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL MAINTAINERS NEWS 
README TODO
 Description: GTK+ - API documentation generator
 DescDetail: 
 gtk-doc is a set of perl scripts that generate API reference documention in
@@ -23,7 +33,7 @@
 GLib, Gtk+, and GNOME.
 
 License: GPL
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Michele Garoche [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
  Modified by Michele Garoche.
@@ -31,5 +41,9 @@
  packages fail to build.
  Changed the version of libxml2 and libxslt to be sure to get the right
  split offs.
+ Added scrollkeeper to update omf files.
+ Usual patch for omf.make and Makefile.in to update files during 
+ post installation.
+ Customized docbook-to-man, and tools not installed
 
 Homepage: http://www.gtk.org/rdp/



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel gtk-doc.info,1.9,1.10

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10642

Modified Files:
gtk-doc.info 
Log Message:
New upstream version

Index: gtk-doc.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gtk-doc.info7 Mar 2006 23:08:28 -   1.9
+++ gtk-doc.info7 Mar 2006 23:13:28 -   1.10
@@ -2,7 +2,7 @@
 Version: 1.5
 Revision: 1
 BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
+Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-29), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
 Patch: %n.patch



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel gtk-doc.info,1.6,1.7

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11292

Modified Files:
gtk-doc.info 
Log Message:
New upstream version

Index: gtk-doc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gtk-doc.info7 Mar 2006 23:10:35 -   1.6
+++ gtk-doc.info7 Mar 2006 23:15:03 -   1.7
@@ -2,7 +2,7 @@
 Version: 1.5
 Revision: 10
 BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
+Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-29), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
 Patch: %n.patch



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/devel gtk-doc.info,1.3,1.4

2006-03-07 Thread Mich�le Garoche
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12017

Modified Files:
gtk-doc.info 
Log Message:
New upstream version

Index: gtk-doc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/gtk-doc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gtk-doc.info7 Mar 2006 22:59:06 -   1.3
+++ gtk-doc.info7 Mar 2006 23:16:19 -   1.4
@@ -1,8 +1,8 @@
 Package: gtk-doc
 Version: 1.5
 Revision: 1001
-BuildDepends: libxml2 (= 2.6.19-2), libxslt (= 1.1.14-1)
-Depends: libxml2-bin (= 2.6.19-2), libxslt-shlibs (= 1.1.14-1), openjade (= 
1.3.2-1028), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
+BuildDepends: libxml2 (= 2.6.22-1002), libxslt (= 1.1.14-1)
+Depends: libxml2-bin (= 2.6.22-1002), libxslt-shlibs (= 1.1.14-1), openjade 
(= 1.3.2-1029), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2), libxslt-bin (= 1.1.14-1), scrollkeeper
 Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
 Source-MD5: 9aff3cbfa99cc37e712621f3e4a60d46
 Patch: %n.patch



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors ghex2.info,NONE,1.1 ghex2.patch,NONE,1.1

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24719/10.3/unstable/main/finkinfo/editors

Added Files:
ghex2.info ghex2.patch 
Log Message:
ghex for GNOME2


--- NEW FILE: ghex2.patch ---
diff -Nurd -x'*~' ghex-2.8.2.orig/Makefile.in ghex-2.8.2/Makefile.in
--- ghex-2.8.2.orig/Makefile.in 2006-03-07 14:54:48.0 -0500
+++ ghex-2.8.2/Makefile.in  2006-03-07 17:32:04.0 -0500
@@ -800,8 +800,9 @@
 @INTLTOOL_DESKTOP_RULE@
 
 #Install the ghex2 schema file
-install-data-local:
-   GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
[EMAIL PROTECTED]@  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) 
$(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

--- NEW FILE: ghex2.info ---
Package: ghex2
Version: 2.8.2
Revision: 1
Source: mirror:gnome:sources/ghex/2.8/ghex-%v.tar.bz2
Source-MD5: 1940a9f63b0d37604c6b489cda37fc19

Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (= %v-%r), glib2-shlibs, 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig

Patch: %n.patch
PatchScript: 
  perl -pi -e 's/(-scrollkeeper-update)/#\1/' omf-install/Makefile.in


ConfigureParams: --disable-schemas-install --disable-dependency-tracking

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README

ConfFiles: 
  %p/etc/gconf/schemas/ghex2.schemas

PostInstScript: 
  if [ configure = $1 ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/ghex2.schemas 
/dev/null
  fi

PostRmScript: 
  if [ remove = $1 ]; then
scrollkeeper-update
  fi


SplitOff: 
  Package: libgtkhex0-shlibs
  Depends: atk1-shlibs, gail17-shlibs, libgtkhex0-shlibs, glib2-shlibs, 
gtk+2-shlibs, libart2-shlibs, libgettext3-shlibs, libgnomecanvas2-shlibs, 
libiconv, pango1-xft2-shlibs, x11
  Files: lib/libgtkhex.0*.dylib
  Shlibs: %p/lib/libgtkhex.0.dylib 1.0.0 %n (= 2.8.2-1)
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: The ghex2 shared library


SplitOff2: 
  Package: libgtkhex0-dev
  Depends: libgtkhex0-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: include lib
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: Files for linking against the ghex2 library


Description: GNOME binary editor
DescDetail: 
GHex allows the user to load data from any file, view and edit it in either
hex or ascii. A must for anyone playing games that use non-ascii format for
saving.

DescPackaging: 
  Patch to support --disable-schemas-install. See:
  http://bugzilla.gnome.org/show_bug.cgi?id=333807

DescPort: 
Need to fix static vs. nonstatic declaration.  For now, use gcc-3.3.

License: GPL/GFDL
Maintainer: None fink-devel@lists.sourceforge.net
Homepage: http://pluton.ijs.si/~jaka/gnome.html#GHEX



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors ghex2.info,NONE,1.1 ghex2.patch,NONE,1.1

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26900/10.4/unstable/main/finkinfo/editors

Added Files:
ghex2.info ghex2.patch 
Log Message:
GNOME2 version builds fine on Tiger


--- NEW FILE: ghex2.patch ---
diff -Nurd -x'*~' ghex-2.8.2.orig/Makefile.in ghex-2.8.2/Makefile.in
--- ghex-2.8.2.orig/Makefile.in 2006-03-07 14:54:48.0 -0500
+++ ghex-2.8.2/Makefile.in  2006-03-07 17:32:04.0 -0500
@@ -800,8 +800,9 @@
 @INTLTOOL_DESKTOP_RULE@
 
 #Install the ghex2 schema file
-install-data-local:
-   GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
[EMAIL PROTECTED]@  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) 
$(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

--- NEW FILE: ghex2.info ---
Package: ghex2
Version: 2.8.2
Revision: 1001
Source: mirror:gnome:sources/ghex/2.8/ghex-%v.tar.bz2
Source-MD5: 1940a9f63b0d37604c6b489cda37fc19

Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (= %v-%r), glib2-shlibs (= 2.6.6-), 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev (= 
2.6.6-), gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev 
(= 2.4.0-1), libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, 
libgnome2-dev, libgnomecanvas2-dev, libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, 
orbit2-dev, pango1-xft2-dev, popt, x11-dev, gettext-tools, gettext-bin, 
pkgconfig

Patch: %n.patch
PatchScript: 
  perl -pi -e 's/(-scrollkeeper-update)/#\1/' omf-install/Makefile.in


ConfigureParams: --disable-schemas-install --disable-dependency-tracking

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README

ConfFiles: 
  %p/etc/gconf/schemas/ghex2.schemas

PostInstScript: 
  if [ configure = $1 ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/ghex2.schemas 
/dev/null
  fi

PostRmScript: 
  if [ remove = $1 ]; then
scrollkeeper-update
  fi


SplitOff: 
  Package: libgtkhex0-shlibs
  Depends: atk1-shlibs, gail17-shlibs, libgtkhex0-shlibs, glib2-shlibs (= 
2.6.6-), gtk+2-shlibs, libart2-shlibs, libgettext3-shlibs, 
libgnomecanvas2-shlibs, libiconv, pango1-xft2-shlibs, x11
  Files: lib/libgtkhex.0*.dylib
  Shlibs: %p/lib/libgtkhex.0.dylib 1.0.0 %n (= 2.8.2-1)
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: The ghex2 shared library


SplitOff2: 
  Package: libgtkhex0-dev
  Depends: libgtkhex0-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: include lib
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: Files for linking against the ghex2 library


Description: GNOME binary editor
DescDetail: 
GHex allows the user to load data from any file, view and edit it in either
hex or ascii. A must for anyone playing games that use non-ascii format for
saving.

DescPackaging: 
  Patch to support --disable-schemas-install. See:
  http://bugzilla.gnome.org/show_bug.cgi?id=333807

DescPort: 
Need to fix static vs. nonstatic declaration.  For now, use gcc-3.3.

License: GPL/GFDL
Maintainer: None fink-devel@lists.sourceforge.net
Homepage: http://pluton.ijs.si/~jaka/gnome.html#GHEX



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/editors ghex2.info,NONE,1.1 ghex2.patch,NONE,1.1

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26900/10.4-transitional/unstable/main/finkinfo/editors

Added Files:
ghex2.info ghex2.patch 
Log Message:
GNOME2 version builds fine on Tiger


--- NEW FILE: ghex2.patch ---
diff -Nurd -x'*~' ghex-2.8.2.orig/Makefile.in ghex-2.8.2/Makefile.in
--- ghex-2.8.2.orig/Makefile.in 2006-03-07 14:54:48.0 -0500
+++ ghex-2.8.2/Makefile.in  2006-03-07 17:32:04.0 -0500
@@ -800,8 +800,9 @@
 @INTLTOOL_DESKTOP_RULE@
 
 #Install the ghex2 schema file
-install-data-local:
-   GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) 
--makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
[EMAIL PROTECTED]@  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) 
$(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
[EMAIL PROTECTED]@install-data-local:
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

--- NEW FILE: ghex2.info ---
Package: ghex2
Version: 2.8.2
Revision: 1
Source: mirror:gnome:sources/ghex/2.8/ghex-%v.tar.bz2
Source-MD5: 1940a9f63b0d37604c6b489cda37fc19

Depends: atk1-shlibs, audiofile-shlibs, esound-shlibs, gail17-shlibs, 
gconf2-shlibs, libgtkhex0-shlibs (= %v-%r), glib2-shlibs, 
gnome-keyring-shlibs, gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs, gtk+2-shlibs 
(= 2.4.0-1), libart2-shlibs, libbonobo2-shlibs, libbonoboui2-shlibs, 
libgettext3-shlibs, libgnome2-shlibs, libgnomecanvas2-shlibs, 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, libgnomeui2-shlibs, 
libiconv, libjpeg-shlibs, libxml2-shlibs, orbit2-shlibs, pango1-xft2-shlibs, 
popt-shlibs, x11, scrollkeeper, gconf2
BuildDepends: atk1, audiofile, esound, gail17-dev, gconf2-dev, glib2-dev, 
gnome-keyring-dev, gnome-vfs2-ssl-dev | gnome-vfs2-dev, gtk+2-dev (= 2.4.0-1), 
libart2, libbonobo2-dev, libbonoboui2-dev, libgettext3-dev, libgnome2-dev, 
libgnomecanvas2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-dev, 
libgnomeui2-dev, libiconv-dev, libjpeg, libxml2, orbit2-dev, pango1-xft2-dev, 
popt, x11-dev, gettext-tools, gettext-bin, pkgconfig

Patch: %n.patch
PatchScript: 
  perl -pi -e 's/(-scrollkeeper-update)/#\1/' omf-install/Makefile.in


ConfigureParams: --disable-schemas-install --disable-dependency-tracking

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README

ConfFiles: 
  %p/etc/gconf/schemas/ghex2.schemas

PostInstScript: 
  if [ configure = $1 ]; then
scrollkeeper-update
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %p/etc/gconf/schemas/ghex2.schemas 
/dev/null
  fi

PostRmScript: 
  if [ remove = $1 ]; then
scrollkeeper-update
  fi


SplitOff: 
  Package: libgtkhex0-shlibs
  Depends: atk1-shlibs, gail17-shlibs, libgtkhex0-shlibs, glib2-shlibs, 
gtk+2-shlibs, libart2-shlibs, libgettext3-shlibs, libgnomecanvas2-shlibs, 
libiconv, pango1-xft2-shlibs, x11
  Files: lib/libgtkhex.0*.dylib
  Shlibs: %p/lib/libgtkhex.0.dylib 1.0.0 %n (= 2.8.2-1)
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: The ghex2 shared library


SplitOff2: 
  Package: libgtkhex0-dev
  Depends: libgtkhex0-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: include lib
  DocFiles: AUTHORS COPYING* ChangeLog po/ChangeLog:ChangeLog.po NEWS README
  Description: Files for linking against the ghex2 library


Description: GNOME binary editor
DescDetail: 
GHex allows the user to load data from any file, view and edit it in either
hex or ascii. A must for anyone playing games that use non-ascii format for
saving.

DescPackaging: 
  Patch to support --disable-schemas-install. See:
  http://bugzilla.gnome.org/show_bug.cgi?id=333807

DescPort: 
Need to fix static vs. nonstatic declaration.  For now, use gcc-3.3.

License: GPL/GFDL
Maintainer: None fink-devel@lists.sourceforge.net
Homepage: http://pluton.ijs.si/~jaka/gnome.html#GHEX



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/web dillo.info,1.6,1.7

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31184/10.3/unstable/main/finkinfo/web

Modified Files:
dillo.info 
Log Message:
Backport new version


Index: dillo.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/dillo.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dillo.info  12 Mar 2005 17:47:41 -  1.6
+++ dillo.info  8 Mar 2006 02:11:05 -   1.7
@@ -1,16 +1,14 @@
 Package: dillo
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
-BuildDepends: libjpeg, libpng3, glib, gettext-dev, gettext-bin, gettext-tools, 
gcc3.3
-Depends: gtk+, libjpeg-shlibs, libpng3-shlibs, glib-shlibs
+BuildDepends: libjpeg, libpng3, gtk+, glib, libgettext3-dev, gettext-bin, 
gettext-tools, libiconv-dev, x11-dev
+Depends: gtk+-shlibs, libjpeg-shlibs, libpng3-shlibs, glib-shlibs, 
libgettext3-shlibs, libiconv, x11, x11-shlibs
 Source: http://www.dillo.org/download/%n-%v.tar.bz2
-Source-MD5: ebf17d6cca1fccc8bc80acdf05e736a3
+Source-MD5: d0ab7fa1d40b310deb891388604188f8
 ConfigureParams: --enable-ipv6
-SetCC: gcc-3.3
-SetCXX: g++-3.3
 InstallScript: make install DESTDIR=%d
 DocFiles: README COPYING AUTHORS NEWS doc/*.txt
 Description: Small simple web browser
 Maintainer: Max Horn [EMAIL PROTECTED]
-Homepage: http://www.dillo.org
+Homepage: http://www.dillo.org/
 License: GPL



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/editors scite.info,1.5,1.6

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1283/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
scite.info 
Log Message:
Missing BDep


Index: scite.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/scite.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scite.info  3 Jan 2006 22:45:34 -   1.5
+++ scite.info  8 Mar 2006 02:16:31 -   1.6
@@ -6,7 +6,7 @@
 NoSourceDirectory: True
 GCC: 3.3
 Depends: x11, atk1-shlibs, pango1-xft2-shlibs, glib-shlibs, glib2-shlibs, 
gtk+2, gtk+2-shlibs, dillo
-BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev
+BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, libiconv-dev
 CompileScript: 
  #!/bin/sh -e
  cd scintilla/gtk



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors scite.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1283/10.4/unstable/main/finkinfo/editors

Modified Files:
scite.info 
Log Message:
Missing BDep


Index: scite.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/scite.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scite.info  16 Feb 2006 21:40:17 -  1.1
+++ scite.info  8 Mar 2006 02:16:32 -   1.2
@@ -6,7 +6,7 @@
 NoSourceDirectory: True
 GCC: 4.0
 Depends: x11, atk1-shlibs, pango1-xft2-shlibs, glib-shlibs, glib2-shlibs, 
gtk+2, gtk+2-shlibs, dillo
-BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, fileutils
+BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, libiconv-dev, fileutils
 CompileScript: 
  #!/bin/sh -e
  cd scintilla/gtk



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors scite.info,1.11,1.12

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1283/10.3/unstable/main/finkinfo/editors

Modified Files:
scite.info 
Log Message:
Missing BDep


Index: scite.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/scite.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scite.info  3 Jan 2006 22:45:33 -   1.11
+++ scite.info  8 Mar 2006 02:16:30 -   1.12
@@ -6,7 +6,7 @@
 NoSourceDirectory: True
 GCC: 3.3
 Depends: x11, atk1-shlibs, pango1-xft2-shlibs, glib-shlibs, glib2-shlibs, 
gtk+2, gtk+2-shlibs, dillo
-BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev
+BuildDepends: atk1, pango1-xft2-dev, glib, glib2-dev, gtk+2-dev, pkgconfig, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, libiconv-dev
 CompileScript: 
  #!/bin/sh -e
  cd scintilla/gtk



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo mailsync-ssl.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13577/10.3/unstable/crypto/finkinfo

Modified Files:
mailsync-ssl.info 
Log Message:
Don't let users wedge themselves by choosing inconsistent openssl pkg set


Index: mailsync-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/mailsync-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mailsync-ssl.info   16 Feb 2006 17:02:30 -  1.2
+++ mailsync-ssl.info   8 Mar 2006 02:41:53 -   1.3
@@ -1,10 +1,10 @@
 Package: mailsync-ssl
 Version: 4.5.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 GCC: 3.3
-Depends: openssl
-BuildDepends: openssl-dev, gcc3.3
+Depends: openssl097-shlibs
+BuildDepends: openssl097-dev, gcc3.3
 Source: mirror:sourceforge:mailsync/mailsync_%v.orig.tar.gz
 SourceDirectory: mailsync-%v
 Source-MD5: 517be964dcfc5ad09cf1dce3b8933542



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo mailsync-ssl.info,1.2,1.3

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13577/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
mailsync-ssl.info 
Log Message:
Don't let users wedge themselves by choosing inconsistent openssl pkg set


Index: mailsync-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/mailsync-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mailsync-ssl.info   16 Feb 2006 17:01:40 -  1.2
+++ mailsync-ssl.info   8 Mar 2006 02:41:54 -   1.3
@@ -1,10 +1,10 @@
 Package: mailsync-ssl
 Version: 4.5.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 GCC: 3.3
-Depends: openssl
-BuildDepends: openssl-dev, gcc3.3
+Depends: openssl097-shlibs
+BuildDepends: openssl097-dev, gcc3.3
 Source: mirror:sourceforge:mailsync/mailsync_%v.orig.tar.gz
 SourceDirectory: mailsync-%v
 Source-MD5: 517be964dcfc5ad09cf1dce3b8933542



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo mailsync-ssl.info,1.1,1.2

2006-03-07 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13577/10.4/unstable/crypto/finkinfo

Modified Files:
mailsync-ssl.info 
Log Message:
Don't let users wedge themselves by choosing inconsistent openssl pkg set


Index: mailsync-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/mailsync-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mailsync-ssl.info   16 Feb 2006 17:04:04 -  1.1
+++ mailsync-ssl.info   8 Mar 2006 02:41:54 -   1.2
@@ -1,10 +1,10 @@
 Package: mailsync-ssl
 Version: 4.5.3
-Revision: 1
+Revision: 2
 Architecture: powerpc
 GCC: 3.3
-Depends: openssl
-BuildDepends: openssl-dev, gcc3.3
+Depends: openssl097-shlibs
+BuildDepends: openssl097-dev, gcc3.3
 Source: mirror:sourceforge:mailsync/mailsync_%v.orig.tar.gz
 SourceDirectory: mailsync-%v
 Source-MD5: 517be964dcfc5ad09cf1dce3b8933542



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/libs axis.info,1.4,1.5

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv470/10.4-transitional/unstable/main/finkinfo/libs

Modified Files:
axis.info 
Log Message:
missing dep on javamail

Index: axis.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/axis.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- axis.info   29 Dec 2005 23:16:33 -  1.4
+++ axis.info   8 Mar 2006 03:24:05 -   1.5
@@ -1,13 +1,13 @@
 Package: axis
 Version: 1.3
-Revision: 2
+Revision: 3
 Source: mirror:apache:ws/%n/1_3/%n-src-1_3.tar.gz
 Source-MD5: 1a7a8b1049a72348049f7ca284f50fba
 SourceDirectory: %n-1_3
 Patch: %n.patch
 Type: java(1.4)
-BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, system-java14-dev
-Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
system-java (= 1.4-1)
+BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, javamail, 
system-java14-dev
+Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
javamail, system-java (= 1.4-1)
 CompileScript: 
 #!/bin/sh -ex
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/libs axis.info,1.1,1.2

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv470/10.4/unstable/main/finkinfo/libs

Modified Files:
axis.info 
Log Message:
missing dep on javamail

Index: axis.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/axis.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- axis.info   20 Jan 2006 20:21:18 -  1.1
+++ axis.info   8 Mar 2006 03:24:06 -   1.2
@@ -1,13 +1,13 @@
 Package: axis
 Version: 1.3
-Revision: 2
+Revision: 3
 Source: mirror:apache:ws/%n/1_3/%n-src-1_3.tar.gz
 Source-MD5: 1a7a8b1049a72348049f7ca284f50fba
 SourceDirectory: %n-1_3
 Patch: %n.patch
 Type: java(1.4)
-BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, system-java14-dev
-Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
system-java (= 1.4-1)
+BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, javamail, 
system-java14-dev
+Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
javamail, system-java (= 1.4-1)
 CompileScript: 
 #!/bin/sh -ex
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs axis.info,1.5,1.6

2006-03-07 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv470/10.3/unstable/main/finkinfo/libs

Modified Files:
axis.info 
Log Message:
missing dep on javamail

Index: axis.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/axis.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- axis.info   29 Dec 2005 23:16:32 -  1.5
+++ axis.info   8 Mar 2006 03:24:04 -   1.6
@@ -1,13 +1,13 @@
 Package: axis
 Version: 1.3
-Revision: 2
+Revision: 3
 Source: mirror:apache:ws/%n/1_3/%n-src-1_3.tar.gz
 Source-MD5: 1a7a8b1049a72348049f7ca284f50fba
 SourceDirectory: %n-1_3
 Patch: %n.patch
 Type: java(1.4)
-BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, system-java14-dev
-Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
system-java (= 1.4-1)
+BuildDepends: ant-base, commons-discovery (= 0.2-2), commons-httpclient (= 
2.0-1), commons-logging (= 1.0.4-1), commons-net (= 1.1-1), fink (= 
0.22.2-1), fink-mirrors (= 0.21.1.1-1), jaf, jakarta-oro, javamail, 
system-java14-dev
+Depends: commons-discovery (= 0.2-2), commons-httpclient (= 2.0-1), 
commons-logging (= 1.0.4-1), commons-net (= 1.1-1), jaf, jakarta-oro, 
javamail, system-java (= 1.4-1)
 CompileScript: 
 #!/bin/sh -ex
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/utils a2ps-ja.info,1.1,1.2 a2ps-ja.patch,1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15719/10.4/unstable/main/finkinfo/utils

Modified Files:
a2ps-ja.info a2ps-ja.patch 
Log Message:
* Do not hardcode powerpc.
* Gettext-related cleanup.
* Reduce unnecessary dependencies. (namely ghostscript)
* Recommends - Suggests


Index: a2ps-ja.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/a2ps-ja.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a2ps-ja.info20 Jan 2006 20:32:32 -  1.1
+++ a2ps-ja.info8 Mar 2006 03:56:05 -   1.2
@@ -1,14 +1,14 @@
 Package: a2ps-ja
 Version: 4.13c
-Revision: 3
+Revision: 4
 Description: Any to PostScript filter with Japanese extension
 License: GPL
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: psutils-a4 | psutils, gettext-bin, ghostscript | ghostscript-nox, 
libiconv
-BuildDepends: gettext-dev, gettext-tools, gperf (= 2.7.2-1), libiconv-dev
+Depends: psutils-a4 | psutils, libgettext3-shlibs, libiconv
+BuildDepends: libgettext3-dev, gettext-tools, gperf (= 2.7.2-1), 
libiconv-dev, texinfo
 Conflicts: a2ps
 Replaces: a2ps
-Recommends: bzip2, emacsen, imagemagick, tetex-base, wdiff
+Suggests: bzip2, emacsen, imagemagick, ptex3-base, wdiff, ghostscript | 
ghostscript-nox
 #Source: gnu
 Source: ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/a2ps-%v.tar.gz
 Source-MD5: 97164e84ba911e4604155507e0893669
@@ -20,15 +20,15 @@
  sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
 
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --sysconfdir='${prefix}/etc/%n' 
--includedir='${prefix}/include' --enable-nls 
--build=powerpc-apple-darwin`uname -r|sed 's/\..*//'`
-#--sharedstatedir='${prefix}/share'
-CompileScript: 
- ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: YACC=/usr/bin/yacc 
file_prog=/usr/bin/file ./configure %c
- make LIBINTL=-lintl -liconv
+ConfigureParams: 
+ --build=%m-apple-darwin`uname -r|sed 's/\..*//'` --enable-nls \
+ --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' 
--sysconfdir='${prefix}/etc/%n' \
+ --includedir='${prefix}/include' lispdir='${prefix}/share/emacs/site-lisp/%n' 
\
+ ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: MAKEINFO='env LC_ALL=C 
%p/bin/makeinfo' \
+ YACC=/usr/bin/yacc file_prog=/usr/bin/file EMACS=no
 
 InstallScript: 
-make install prefix=%i lispdir=%i/share/emacs/site-lisp/%n
-rm -f %i/share/emacs/site-lisp/%n/*.elc
+make install prefix=%i
 
 install -m 755 -d %i/etc/emacs/site-start.d
 install -m 644 fink/%n-startup %i/etc/emacs/site-start.d/50%n.el

Index: a2ps-ja.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/a2ps-ja.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a2ps-ja.patch   20 Jan 2006 20:32:32 -  1.1
+++ a2ps-ja.patch   8 Mar 2006 03:56:05 -   1.2
@@ -140,7 +140,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
 diff -Naur a2ps-4.13c.work/contrib/sample/Makefile.in 
a2ps-4.13/contrib/sample/Makefile.in
 --- a2ps-4.13c.work/contrib/sample/Makefile.in Sat Sep 27 05:07:22 2003
@@ -150,7 +150,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
  subdir = contrib/sample
  mkinstalldirs = $(SHELL) $(top_srcdir)/auxdir/mkinstalldirs
@@ -707,7 +707,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ @LEXLIB@ @LIBJCODELIBS@ 
-liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
 diff -Naur a2ps-4.13c.work/src/Makefile.in a2ps-4.13/src/Makefile.in
@@ -730,7 +730,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
  subdir = src



---
This SF.Net email is 

dists/10.4-transitional/unstable/main/finkinfo/utils a2ps-ja.info,1.2,1.3 a2ps-ja.patch,1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15719/10.4-transitional/unstable/main/finkinfo/utils

Modified Files:
a2ps-ja.info a2ps-ja.patch 
Log Message:
* Do not hardcode powerpc.
* Gettext-related cleanup.
* Reduce unnecessary dependencies. (namely ghostscript)
* Recommends - Suggests


Index: a2ps-ja.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils/a2ps-ja.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a2ps-ja.info18 May 2005 16:24:00 -  1.2
+++ a2ps-ja.info8 Mar 2006 03:56:03 -   1.3
@@ -1,14 +1,14 @@
 Package: a2ps-ja
 Version: 4.13c
-Revision: 3
+Revision: 4
 Description: Any to PostScript filter with Japanese extension
 License: GPL
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: psutils-a4 | psutils, gettext-bin, ghostscript | ghostscript-nox, 
libiconv
-BuildDepends: gettext-dev, gettext-tools, gperf (= 2.7.2-1), libiconv-dev
+Depends: psutils-a4 | psutils, libgettext3-shlibs, libiconv
+BuildDepends: libgettext3-dev, gettext-tools, gperf (= 2.7.2-1), 
libiconv-dev, texinfo
 Conflicts: a2ps
 Replaces: a2ps
-Recommends: bzip2, emacsen, imagemagick, tetex-base, wdiff
+Suggests: bzip2, emacsen, imagemagick, ptex3-base, wdiff, ghostscript | 
ghostscript-nox
 #Source: gnu
 Source: ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/a2ps-%v.tar.gz
 Source-MD5: 97164e84ba911e4604155507e0893669
@@ -20,15 +20,15 @@
  sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
 
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --sysconfdir='${prefix}/etc/%n' 
--includedir='${prefix}/include' --enable-nls 
--build=powerpc-apple-darwin`uname -r|sed 's/\..*//'`
-#--sharedstatedir='${prefix}/share'
-CompileScript: 
- ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: YACC=/usr/bin/yacc 
file_prog=/usr/bin/file ./configure %c
- make LIBINTL=-lintl -liconv
+ConfigureParams: 
+ --build=%m-apple-darwin`uname -r|sed 's/\..*//'` --enable-nls \
+ --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' 
--sysconfdir='${prefix}/etc/%n' \
+ --includedir='${prefix}/include' lispdir='${prefix}/share/emacs/site-lisp/%n' 
\
+ ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: MAKEINFO='env LC_ALL=C 
%p/bin/makeinfo' \
+ YACC=/usr/bin/yacc file_prog=/usr/bin/file EMACS=no
 
 InstallScript: 
-make install prefix=%i lispdir=%i/share/emacs/site-lisp/%n
-rm -f %i/share/emacs/site-lisp/%n/*.elc
+make install prefix=%i
 
 install -m 755 -d %i/etc/emacs/site-start.d
 install -m 644 fink/%n-startup %i/etc/emacs/site-start.d/50%n.el

Index: a2ps-ja.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils/a2ps-ja.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a2ps-ja.patch   27 Apr 2005 03:26:48 -  1.1
+++ a2ps-ja.patch   8 Mar 2006 03:56:03 -   1.2
@@ -140,7 +140,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
 diff -Naur a2ps-4.13c.work/contrib/sample/Makefile.in 
a2ps-4.13/contrib/sample/Makefile.in
 --- a2ps-4.13c.work/contrib/sample/Makefile.in Sat Sep 27 05:07:22 2003
@@ -150,7 +150,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
  subdir = contrib/sample
  mkinstalldirs = $(SHELL) $(top_srcdir)/auxdir/mkinstalldirs
@@ -707,7 +707,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ @LEXLIB@ @LIBJCODELIBS@ 
-liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
 diff -Naur a2ps-4.13c.work/src/Makefile.in a2ps-4.13/src/Makefile.in
@@ -730,7 +730,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
  subdir = src




dists/10.3/unstable/main/finkinfo/utils a2ps-ja.info,1.2,1.3 a2ps-ja.patch,1.1,1.2

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15719/10.3/unstable/main/finkinfo/utils

Modified Files:
a2ps-ja.info a2ps-ja.patch 
Log Message:
* Do not hardcode powerpc.
* Gettext-related cleanup.
* Reduce unnecessary dependencies. (namely ghostscript)
* Recommends - Suggests


Index: a2ps-ja.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/a2ps-ja.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a2ps-ja.info18 May 2005 16:22:55 -  1.2
+++ a2ps-ja.info8 Mar 2006 03:56:02 -   1.3
@@ -1,14 +1,14 @@
 Package: a2ps-ja
 Version: 4.13c
-Revision: 3
+Revision: 4
 Description: Any to PostScript filter with Japanese extension
 License: GPL
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: psutils-a4 | psutils, gettext-bin, ghostscript | ghostscript-nox, 
libiconv
-BuildDepends: gettext-dev, gettext-tools, gperf (= 2.7.2-1), libiconv-dev
+Depends: psutils-a4 | psutils, libgettext3-shlibs, libiconv
+BuildDepends: libgettext3-dev, gettext-tools, gperf (= 2.7.2-1), 
libiconv-dev, texinfo
 Conflicts: a2ps
 Replaces: a2ps
-Recommends: bzip2, emacsen, imagemagick, tetex-base, wdiff
+Suggests: bzip2, emacsen, imagemagick, ptex3-base, wdiff, ghostscript | 
ghostscript-nox
 #Source: gnu
 Source: ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/a2ps-%v.tar.gz
 Source-MD5: 97164e84ba911e4604155507e0893669
@@ -20,15 +20,15 @@
  sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1
 
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --sysconfdir='${prefix}/etc/%n' 
--includedir='${prefix}/include' --enable-nls 
--build=powerpc-apple-darwin`uname -r|sed 's/\..*//'`
-#--sharedstatedir='${prefix}/share'
-CompileScript: 
- ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: YACC=/usr/bin/yacc 
file_prog=/usr/bin/file ./configure %c
- make LIBINTL=-lintl -liconv
+ConfigureParams: 
+ --build=%m-apple-darwin`uname -r|sed 's/\..*//'` --enable-nls \
+ --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' 
--sysconfdir='${prefix}/etc/%n' \
+ --includedir='${prefix}/include' lispdir='${prefix}/share/emacs/site-lisp/%n' 
\
+ ACLOCAL=: AUTOCONF=: AUTOMAKE=: AUTOHEADER=: MAKEINFO='env LC_ALL=C 
%p/bin/makeinfo' \
+ YACC=/usr/bin/yacc file_prog=/usr/bin/file EMACS=no
 
 InstallScript: 
-make install prefix=%i lispdir=%i/share/emacs/site-lisp/%n
-rm -f %i/share/emacs/site-lisp/%n/*.elc
+make install prefix=%i
 
 install -m 755 -d %i/etc/emacs/site-start.d
 install -m 644 fink/%n-startup %i/etc/emacs/site-start.d/50%n.el

Index: a2ps-ja.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/a2ps-ja.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a2ps-ja.patch   4 Apr 2005 05:59:19 -   1.1
+++ a2ps-ja.patch   8 Mar 2006 03:56:02 -   1.2
@@ -140,7 +140,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
 diff -Naur a2ps-4.13c.work/contrib/sample/Makefile.in 
a2ps-4.13/contrib/sample/Makefile.in
 --- a2ps-4.13c.work/contrib/sample/Makefile.in Sat Sep 27 05:07:22 2003
@@ -150,7 +150,7 @@
  
  INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
 -sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) -lm
++sample_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) -lm
  DEFS = @DEFS@ -DLOCALEDIR=\$(localedir)\
  subdir = contrib/sample
  mkinstalldirs = $(SHELL) $(top_srcdir)/auxdir/mkinstalldirs
@@ -707,7 +707,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ @LEXLIB@ @LIBJCODELIBS@ 
-liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
 diff -Naur a2ps-4.13c.work/src/Makefile.in a2ps-4.13/src/Makefile.in
@@ -730,7 +730,7 @@
 +INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/intl 
-I$(top_builddir)/libjcode
  
 -a2ps_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
-+a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
++a2ps_LDADD = $(top_builddir)/lib/liba2ps.la $(LTLIBINTL) @LEXLIB@ 
@LIBJCODELIBS@ -liconv -lm
  
  EXTRA_DIST = $(BUILT_SOURCES)
  subdir = src



---
This SF.Net email is 

experimental/asari openoffice.org.info.m4,1.8,1.9

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604/experimental/asari

Modified Files:
openoffice.org.info.m4 
Log Message:
Avoid the following error on 10.4-transitional  Xcode = 2.2.

ld: Undefined symbols:
__Unwind_Resume_or_Rethrow


Index: openoffice.org.info.m4
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.info.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openoffice.org.info.m4  6 Mar 2006 00:28:00 -   1.8
+++ openoffice.org.info.m4  8 Mar 2006 05:31:04 -   1.9
@@ -455,8 +455,13 @@
 MacOSX${machine}Env.Set MacOSX${machine}Env.Set.sh
 
   /bin/mkdir FINKLIBS
-  /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
-
+  /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS]
+ifelse(TREE, [10.4-transitional],
+[[  # Xcode = 2.2 has /usr/lib/libsupc++.a, which follows GCC 4.0 ABI.
+  # Unfortunately, g++-3.3 finds libsupc++.a at /usr/lib if -L/usr/lib is 
given.
+  /bin/ln -s /usr/lib/gcc/darwin/3.3/libsupc++.a FINKLIBS
+]])dnl
+[
   # Retry forever to build OOo until success!
   while :; do
 /usr/bin/printf \n\n[ Phase 3: Make ]\n\n 3



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/x11 openoffice.org-nocrypto.info,1.2,1.3

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604/dists/10.4-transitional/unstable/main/finkinfo/x11

Modified Files:
openoffice.org-nocrypto.info 
Log Message:
Avoid the following error on 10.4-transitional  Xcode = 2.2.

ld: Undefined symbols:
__Unwind_Resume_or_Rethrow


Index: openoffice.org-nocrypto.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org-nocrypto.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org-nocrypto.info2 Mar 2006 14:43:26 -   1.2
+++ openoffice.org-nocrypto.info8 Mar 2006 05:31:09 -   1.3
@@ -183,6 +183,9 @@
 
   /bin/mkdir FINKLIBS
   /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
+  # Xcode = 2.2 has /usr/lib/libsupc++.a, which follows GCC 4.0 ABI.
+  # Unfortunately, g++-3.3 finds libsupc++.a at /usr/lib if -L/usr/lib is 
given.
+  /bin/ln -s /usr/lib/gcc/darwin/3.3/libsupc++.a FINKLIBS
 
   # Retry forever to build OOo until success!
   while :; do



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo openoffice.org-firefox.info,1.2,1.3 openoffice.org.info,1.3,1.4

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604/dists/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
openoffice.org-firefox.info openoffice.org.info 
Log Message:
Avoid the following error on 10.4-transitional  Xcode = 2.2.

ld: Undefined symbols:
__Unwind_Resume_or_Rethrow


Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/openoffice.org.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openoffice.org.info 2 Mar 2006 14:43:26 -   1.3
+++ openoffice.org.info 8 Mar 2006 05:31:07 -   1.4
@@ -185,6 +185,9 @@
 
   /bin/mkdir FINKLIBS
   /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
+  # Xcode = 2.2 has /usr/lib/libsupc++.a, which follows GCC 4.0 ABI.
+  # Unfortunately, g++-3.3 finds libsupc++.a at /usr/lib if -L/usr/lib is 
given.
+  /bin/ln -s /usr/lib/gcc/darwin/3.3/libsupc++.a FINKLIBS
 
   # Retry forever to build OOo until success!
   while :; do

Index: openoffice.org-firefox.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/openoffice.org-firefox.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org-firefox.info 2 Mar 2006 14:43:26 -   1.2
+++ openoffice.org-firefox.info 8 Mar 2006 05:31:07 -   1.3
@@ -185,6 +185,9 @@
 
   /bin/mkdir FINKLIBS
   /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
+  # Xcode = 2.2 has /usr/lib/libsupc++.a, which follows GCC 4.0 ABI.
+  # Unfortunately, g++-3.3 finds libsupc++.a at /usr/lib if -L/usr/lib is 
given.
+  /bin/ln -s /usr/lib/gcc/darwin/3.3/libsupc++.a FINKLIBS
 
   # Retry forever to build OOo until success!
   while :; do



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari openoffice.org.info.m4,1.9,1.10

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/experimental/asari

Modified Files:
openoffice.org.info.m4 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org.info.m4
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.info.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- openoffice.org.info.m4  8 Mar 2006 05:31:04 -   1.9
+++ openoffice.org.info.m4  8 Mar 2006 07:14:36 -   1.10
@@ -448,7 +448,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo openoffice.org-firefox.info,1.5,1.6 openoffice.org.info,1.6,1.7

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.3/unstable/crypto/finkinfo

Modified Files:
openoffice.org-firefox.info openoffice.org.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/openoffice.org.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- openoffice.org.info 2 Mar 2006 14:43:25 -   1.6
+++ openoffice.org.info 8 Mar 2006 07:14:30 -   1.7
@@ -177,7 +177,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \

Index: openoffice.org-firefox.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/openoffice.org-firefox.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openoffice.org-firefox.info 2 Mar 2006 14:43:25 -   1.5
+++ openoffice.org-firefox.info 8 Mar 2006 07:14:30 -   1.6
@@ -177,7 +177,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/crypto/finkinfo openoffice.org-firefox.info,1.2,1.3 openoffice.org.info,1.3,1.4

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.4/unstable/crypto/finkinfo

Modified Files:
openoffice.org-firefox.info openoffice.org.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openoffice.org.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openoffice.org.info 2 Mar 2006 14:43:26 -   1.3
+++ openoffice.org.info 8 Mar 2006 07:14:33 -   1.4
@@ -181,7 +181,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \

Index: openoffice.org-firefox.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openoffice.org-firefox.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org-firefox.info 2 Mar 2006 14:43:26 -   1.2
+++ openoffice.org-firefox.info 8 Mar 2006 07:14:32 -   1.3
@@ -181,7 +181,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo openoffice.org-firefox.info,1.3,1.4 openoffice.org.info,1.4,1.5

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
openoffice.org-firefox.info openoffice.org.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/openoffice.org.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- openoffice.org.info 8 Mar 2006 05:31:07 -   1.4
+++ openoffice.org.info 8 Mar 2006 07:14:34 -   1.5
@@ -177,7 +177,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \

Index: openoffice.org-firefox.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/openoffice.org-firefox.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openoffice.org-firefox.info 8 Mar 2006 05:31:07 -   1.3
+++ openoffice.org-firefox.info 8 Mar 2006 07:14:34 -   1.4
@@ -177,7 +177,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/x11 openoffice.org-nocrypto.info,1.2,1.3

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.4/unstable/main/finkinfo/x11

Modified Files:
openoffice.org-nocrypto.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org-nocrypto.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/openoffice.org-nocrypto.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org-nocrypto.info2 Mar 2006 14:43:26 -   1.2
+++ openoffice.org-nocrypto.info8 Mar 2006 07:14:34 -   1.3
@@ -179,7 +179,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/x11 openoffice.org-nocrypto.info,1.3,1.4

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.4-transitional/unstable/main/finkinfo/x11

Modified Files:
openoffice.org-nocrypto.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org-nocrypto.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org-nocrypto.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openoffice.org-nocrypto.info8 Mar 2006 05:31:09 -   1.3
+++ openoffice.org-nocrypto.info8 Mar 2006 07:14:35 -   1.4
@@ -175,7 +175,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/x11 openoffice.org-nocrypto.info,1.5,1.6

2006-03-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10226/dists/10.3/unstable/main/finkinfo/x11

Modified Files:
openoffice.org-nocrypto.info 
Log Message:
add %b/FINKLIBS to SOLARLIB for 10.4-transitional

Index: openoffice.org-nocrypto.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/openoffice.org-nocrypto.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openoffice.org-nocrypto.info2 Mar 2006 14:43:25 -   1.5
+++ openoffice.org-nocrypto.info8 Mar 2006 07:14:31 -   1.6
@@ -175,7 +175,7 @@
   # Because we are using %p, $SOLARINC and $SOLARLIB need modified  
   # Include libdb_java-4.2.jnilib to DYLD_LIBRARY_PATH so that Java can find it
   /usr/bin/sed -i.bak \
--e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%p/lib/freetype219/lib -L%p/lib 
-L/usr/lib| \
+-e/^\(setenv \)*SOLARLIB/s|-L/usr/lib|-L%b/FINKLIBS 
-L%p/lib/freetype219/lib -L%p/lib -L/usr/lib| \
 -e/^\(setenv \)*SOLARINC/s|-I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2|-I%p/include/db4 
-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include 
-I%p/include -I/usr/X1186/include| \
 -e/^\(setenv \)*DYLD_LIBRARY_PATH/s|/lib|/lib:%b/FINKLIBS| \
 -e/^\(setenv \)*PROFULLSWITCH/s|product=full|--dlv_switch -link 
product=full| \



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits