dists/10.4/unstable/main/finkinfo/kde filelight.info,1.2,1.3

2006-03-25 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12119

Modified Files:
filelight.info 
Log Message:
gcc 4 ok

Index: filelight.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/filelight.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- filelight.info  14 Mar 2006 22:23:30 -  1.2
+++ filelight.info  25 Mar 2006 11:31:15 -  1.3
@@ -1,6 +1,6 @@
 Package: filelight
 Version: 1.0-beta6
-Revision: 1011
+Revision: 1012
 Description: Prettier graphical disk usage utility
 License: GPL
 Homepage: http://www.methylblue.com/filelight/index.php
@@ -19,6 +19,7 @@
don't exist on OS X.
- Don't find /dev and /.vol virtual volumes.
- Consider AFP to be remote
+   - Case sensitivity in Config.h/config.h

Bug fixes:
- Don't call guessIconName() on deleted Disk.
@@ -27,65 +28,55 @@
- Use doubles (not ints) in sincos(). Make function static to 
avert
multiple defs.
- createAboutData() should allow caller to manage memory.
-   
-   Build system:
-   - Modify build_helper.sh so build dies if a signal is caught, 
using
-   check_success.sh wrapper.
 
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
+Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73
 
-
-Depends: kdebase3-ssl (= 3.5.1-1021) | kdebase3 (= 3.5.1-1021)
-BuildDepends: arts-dev (= 1.4.0-11), autoconf2.5 (= 2.58-1), automake1.9, 
cctools (= 446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-ssl-dev (= 3.5.1-1021) | kdelibs3-dev (= 3.5.1-1021), libart2, 
libjpeg, libpng3 (= 1.2.5-4), qt3 (= 3.3.5-1023), x11-dev, libidn, 
libiconv-dev, gettext-dev, gettext-tools, gcc3.3
+Depends: kdebase3-unified (= 3.4.3-1021), libgettext3-shlibs, libiconv, 
libjpeg-shlibs
+BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, libiconv-dev, libjpeg
 BuildConflicts: unsermake
 GCC: 4.0
-Architecture: powerpc
-
-Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
-Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73
-SourceDirectory: %n-%v
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
   nam-CA: http://www.southofheaven.net/befunk
 
-Source2: mirror:custom:kde-admindir-3.4.1.tar.bz2
-Source2-MD5: 0388fc87fa950791209ad4ab791b32cd
+Source2: mirror:custom:kde-admindir-full-3.5.1.tar.bz2
 Source2ExtractDir: %n-%v
-
+Source2-MD5: 61a3b92c484d2404a6a7033ad4214688
 PatchScript: 
- sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
- perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g; 
s,HAVE_GCC_VISIBILITY=1,HAVE_GCC_VISIBILITY=0,g; s,-fvisibility=hidden 
-fvisibility-inlines-hidden,,g;' admin/*
+   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
+   perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.*
+   echo KDE_ENABLE_HIDDEN_VISIBILITY  configure.in.in
+   
+   mv src/part/Config.h src/part/PartConfig.h
+   find src/part -type f | xargs perl -i -pe 's/Config\.h/PartConfig.h/g'
 
-
 NoSetCPPFLAGS: true
-SetCPPFLAGS: -g -O0
 NoSetLDFLAGS: true
-ConfigureParams: --includedir=%p/include --libdir=%p/lib --prefix=%p 
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --enable-mt --with-pic --enable-rpath 
--enable-shared=yes --enable-static=no --mandir=%i/share/man --with-xinerama 
--with-pam --disable-final
-
+ConfigureParams: --with-distribution='Fink/Mac OS X'
 CompileScript: 
-#!/bin/sh -e
-
-  export HOME=/tmp
-  export PREFIX=%p
-  . ./environment-helper.sh
-  export lt_cv_sys_max_cmd_len=65536
+#!/bin/sh -ev
 
-  export CC=gcc-3.3 CXX=g++-3.3
+   export HOME=/tmp
+   export PREFIX=%p
+   . ./environment-helper.sh
+   export lt_cv_sys_max_cmd_len=65536
+   echo $CONFIGURE_PARAMS
 
-  ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
-  ./build-helper.sh configure %N %v %r ./configure %c
-  ./build-helper.sh make  %N %v %r make all all_libraries=$ALL_LIBRARIES
+   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
+   ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
+   ./build-helper.sh make  %N %v %r make all 
all_libraries=$ALL_LIBRARIES
 
-
 InstallScript: 
-#!/bin/sh -e
+#!/bin/sh -ev
 
-  export 

dists/10.4-transitional/unstable/main/finkinfo/sound xmms.info,1.5,1.6 xmms.patch,1.1,1.2

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17791/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
xmms.info xmms.patch 
Log Message:
New upstream version (from tracker item #1200136)

Index: xmms.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/xmms.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xmms.info   21 Mar 2006 17:06:34 -  1.5
+++ xmms.info   25 Mar 2006 11:41:26 -  1.6
@@ -1,18 +1,15 @@
 Package: xmms
-Version: 1.2.8
-Revision: 4
-Architecture: powerpc
+Version: 1.2.10
+Revision: 1
 Depends: %N-bin (= %v-%r)
-BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile, gcc3.3
+BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
 Replaces: %N ( 1.2.7)
 Source: http://www.xmms.org/files/1.2.x/%n-%v.tar.bz2
-Source-MD5: d523735b59232f0eedd45dc2b7a4f5ad
+Source-MD5: 03a85cfc5e1877a2e1f7be4fa1d3f63c
 Patch: %n.patch
 NoSetLDFLAGS: true
 SetCPPFLAGS: -no-cpp-precomp
 SetLIBS: -L%p/lib
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
 ConfigureParams: --mandir=%p/share/man --without-gnome
 CompileScript: 
   export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
@@ -22,12 +19,12 @@
 
 InstallScript: 
   make install DESTDIR=%d
-  rm -f %i/share/locale/locale.alias
+  rm -f %p/share/locale/locale.alias
 
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
-  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs, 
libgettext3-shlibs
+  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs
   Replaces: %N ( 1.2.7)
   Description: Multimedia player shared libraries
   Files: lib/libxmms.*.dylib
@@ -43,7 +40,7 @@
   DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README TODO
 
 DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README TODO
-Description: Multimedia player development headers and libraries
+Description: Multimedia player headers and libraries
 DescDetail: 
 X MultiMedia System is a sound player written from scratch. Since it
 uses the WinAmp GUI, it can use WinAmp skins. It can play mp3s, mods, s3ms,
@@ -51,7 +48,7 @@
 visualization plugins.
 
 License: GPL
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Henning Kiel [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
 

Index: xmms.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/xmms.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmms.patch  27 Apr 2005 03:26:38 -  1.1
+++ xmms.patch  25 Mar 2006 11:41:26 -  1.2
@@ -1,29 +1,6 @@
-diff -Naur xmms-1.2.8.old/configure xmms-1.2.8.new/configure
 xmms-1.2.8.old/configure   Fri Sep  5 06:00:38 2003
-+++ xmms-1.2.8.new/configure   Mon Dec  8 03:04:01 2003
-@@ -3918,7 +3918,7 @@
- # FIXME: Relying on posixy $() will cause problems for
- #cross-compilation, but unfortunately the echo tests do not
- #yet detect zsh echo's removal of \ escapes.
--archive_cmds='$nonopt $(test x$module = xyes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
-+archive_cmds='$nonopt $(test x$module = xyes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
$(test .$module != .yes  echo -install_name $rpath/$soname $verstring)'
- # We need to add '_' to the symbols in $export_symbols first
- #archive_expsym_cmds=$archive_cmds'  strip -s $export_symbols'
- hardcode_direct=yes
-diff -Naur xmms-1.2.8.old/gnomexmms/gnomexmms.desktop 
xmms-1.2.8.new/gnomexmms/gnomexmms.desktop
 xmms-1.2.8.old/gnomexmms/gnomexmms.desktop Tue Nov 28 07:20:58 2000
-+++ xmms-1.2.8.new/gnomexmms/gnomexmms.desktop Mon Dec  8 03:04:01 2003
-@@ -9,6 +9,6 @@
- Name[sv]=XMMS-panelprogram
- Name[pt_BR]=Applet do XMMS
- Exec=gnomexmms --activate-goad-server=gnomexmms
--Icon=
-+Icon=gnomexmms.xpm
- Terminal=0
- Type=Application
-diff -Naur xmms-1.2.8.old/libxmms/util.c xmms-1.2.8.new/libxmms/util.c
 xmms-1.2.8.old/libxmms/util.c  Wed Jan 15 00:09:18 2003
-+++ xmms-1.2.8.new/libxmms/util.c  Mon Dec  8 03:04:01 2003
+diff -urN xmms-1.2.10/libxmms/util.c xmms-1.2.10_patched/libxmms/util.c
+--- xmms-1.2.10/libxmms/util.c 2003-05-19 23:22:07.0 +0200
 xmms-1.2.10_patched/libxmms/util.c 2005-05-11 19:22:53.0 +0200
 @@ -15,6 +15,13 @@
  #include sys/sysctl.h
  #endif
@@ -38,38 +15,45 @@
  #if TIME_WITH_SYS_TIME
  # include 

dists/10.4/unstable/main/finkinfo/sound xmms.info,1.3,1.4 xmms.patch,1.2,1.3

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17791/10.4/unstable/main/finkinfo/sound

Modified Files:
xmms.info xmms.patch 
Log Message:
New upstream version (from tracker item #1200136)

Index: xmms.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/xmms.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xmms.info   21 Mar 2006 17:06:34 -  1.3
+++ xmms.info   25 Mar 2006 11:41:26 -  1.4
@@ -1,32 +1,30 @@
 Package: xmms
-Version: 1.2.8
-Revision: 1004
+Version: 1.2.10
+Revision: 1
 Depends: %N-bin (= %v-%r)
-BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
+BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
 Replaces: %N ( 1.2.7)
 Source: http://www.xmms.org/files/1.2.x/%n-%v.tar.bz2
-Source-MD5: d523735b59232f0eedd45dc2b7a4f5ad
+Source-MD5: 03a85cfc5e1877a2e1f7be4fa1d3f63c
 Patch: %n.patch
 NoSetLDFLAGS: true
 SetCPPFLAGS: -no-cpp-precomp
 SetLIBS: -L%p/lib
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
 ConfigureParams: --mandir=%p/share/man --without-gnome
 CompileScript: 
-  ./configure %c
+  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' config.h
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' libxmms/config.h
-  make IR_SYSCONF_DIR=%p/etc
+  make IR_SYSCONF_DIR=%p/etc CC=gcc-3.3 CXX=g++-3.3
 
 InstallScript: 
   make install DESTDIR=%d
-  rm -f %i/share/locale/locale.alias
+  rm -f %p/share/locale/locale.alias
 
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
-  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs, 
libgettext3-shlibs
+  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs
   Replaces: %N ( 1.2.7)
   Description: Multimedia player shared libraries
   Files: lib/libxmms.*.dylib
@@ -42,7 +40,7 @@
   DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README TODO
 
 DocFiles: AUTHORS COPYING ChangeLog FAQ NEWS README TODO
-Description: Multimedia player development headers and libraries
+Description: Multimedia player headers and libraries
 DescDetail: 
 X MultiMedia System is a sound player written from scratch. Since it
 uses the WinAmp GUI, it can use WinAmp skins. It can play mp3s, mods, s3ms,
@@ -50,7 +48,7 @@
 visualization plugins.
 
 License: GPL
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Henning Kiel [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
 

Index: xmms.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/xmms.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xmms.patch  27 Feb 2006 15:02:02 -  1.2
+++ xmms.patch  25 Mar 2006 11:41:26 -  1.3
@@ -1,54 +1,6 @@
-diff -ru xmms-1.2.8.orig/General/ir/ir.c xmms-1.2.8/General/ir/ir.c
 xmms-1.2.8.orig/General/ir/ir.c2001-03-05 09:15:13.0 -0500
-+++ xmms-1.2.8/General/ir/ir.c 2006-02-26 22:07:59.0 -0500
-@@ -16,10 +16,10 @@
- #include ir.h
- 
- /* Important stuff to know */
--static gboolean keepGoing = FALSE;
-+gboolean keepGoing = FALSE;
- 
- /* The thread handle */
--static pthread_t irapp_thread;
-+pthread_t irapp_thread;
- 
- /* Declarations for calls that we need to mention in the plugin struct */
- static void init(void);
-diff -ru xmms-1.2.8.orig/configure xmms-1.2.8/configure
 xmms-1.2.8.orig/configure  2003-09-04 17:00:38.0 -0400
-+++ xmms-1.2.8/configure   2006-02-26 22:07:35.0 -0500
-@@ -3918,7 +3918,7 @@
- # FIXME: Relying on posixy $() will cause problems for
- #cross-compilation, but unfortunately the echo tests do not
- #yet detect zsh echo's removal of \ escapes.
--archive_cmds='$nonopt $(test x$module = xyes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
-+archive_cmds='$nonopt $(test x$module = xyes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
$(test .$module != .yes  echo -install_name $rpath/$soname $verstring)'
- # We need to add '_' to the symbols in $export_symbols first
- #archive_expsym_cmds=$archive_cmds'  strip -s $export_symbols'
- hardcode_direct=yes
-@@ -13060,7 +13060,7 @@
-   i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
-   arch_type=ix86
-   case $host in
--  *-*-netbsd* | *-*openbsd*)
-+  *-*-netbsd* | *-*openbsd* | *-*-darwin*)
- 

dists/10.4-transitional/unstable/main/finkinfo/sound xmms-coreaudio.patch,NONE,1.1 xmms-coreaudio.info,1.1,1.2

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18320/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
xmms-coreaudio.info 
Added Files:
xmms-coreaudio.patch 
Log Message:
Update from tracker item #1200142

Index: xmms-coreaudio.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/xmms-coreaudio.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmms-coreaudio.info 27 Apr 2005 03:26:37 -  1.1
+++ xmms-coreaudio.info 25 Mar 2006 11:42:19 -  1.2
@@ -1,10 +1,11 @@
 Package: xmms-coreaudio
 Version: 1.0
-Revision: 1
+Revision: 2
 BuildDepends: xmms, glib, gtk+
 Depends: xmms-bin
 Source: mirror:sourceforge:dbmix/xmms_osx_plugin-%v.tar.gz 
 Source-MD5: c35b4f169f10d894d9dd165bd9fcaf97 
+Patch: %n.patch
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS NEWS ChangeLog README COPYING INSTALL 
 Description: XMMS CoreAudio output plugin

--- NEW FILE: xmms-coreaudio.patch ---
diff -urN xmms_osx_plugin-1.0/src/audio.c 
xmms_osx_plugin-1.0_patched/src/audio.c
--- xmms_osx_plugin-1.0/src/audio.c 2004-06-14 00:43:04.0 +0200
+++ xmms_osx_plugin-1.0_patched/src/audio.c 2005-05-11 19:38:25.0 
+0200
@@ -513,6 +513,9 @@
base_pitch = 1.0;
user_pitch = 1.0;
 
+   // switch this thread to realtime priority if possible
+   xmms_check_realtime_priority();
+   
// open audio device
 
size = sizeof(device_id);



---
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/sound xmms-coreaudio.patch,NONE,1.1 xmms-coreaudio.info,1.1,1.2

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18320/10.4/unstable/main/finkinfo/sound

Modified Files:
xmms-coreaudio.info 
Added Files:
xmms-coreaudio.patch 
Log Message:
Update from tracker item #1200142

Index: xmms-coreaudio.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/xmms-coreaudio.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmms-coreaudio.info 20 Jan 2006 20:30:47 -  1.1
+++ xmms-coreaudio.info 25 Mar 2006 11:42:19 -  1.2
@@ -1,10 +1,11 @@
 Package: xmms-coreaudio
 Version: 1.0
-Revision: 1
+Revision: 2
 BuildDepends: xmms, glib, gtk+
 Depends: xmms-bin
 Source: mirror:sourceforge:dbmix/xmms_osx_plugin-%v.tar.gz 
 Source-MD5: c35b4f169f10d894d9dd165bd9fcaf97 
+Patch: %n.patch
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS NEWS ChangeLog README COPYING INSTALL 
 Description: XMMS CoreAudio output plugin

--- NEW FILE: xmms-coreaudio.patch ---
diff -urN xmms_osx_plugin-1.0/src/audio.c 
xmms_osx_plugin-1.0_patched/src/audio.c
--- xmms_osx_plugin-1.0/src/audio.c 2004-06-14 00:43:04.0 +0200
+++ xmms_osx_plugin-1.0_patched/src/audio.c 2005-05-11 19:38:25.0 
+0200
@@ -513,6 +513,9 @@
base_pitch = 1.0;
user_pitch = 1.0;
 
+   // switch this thread to realtime priority if possible
+   xmms_check_realtime_priority();
+   
// open audio device
 
size = sizeof(device_id);



---
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/kde filelight.info,1.3,1.4

2006-03-25 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28295

Modified Files:
filelight.info 
Log Message:
jpeg not needed

Index: filelight.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/filelight.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- filelight.info  25 Mar 2006 11:31:15 -  1.3
+++ filelight.info  25 Mar 2006 12:00:45 -  1.4
@@ -1,6 +1,6 @@
 Package: filelight
 Version: 1.0-beta6
-Revision: 1012
+Revision: 1013
 Description: Prettier graphical disk usage utility
 License: GPL
 Homepage: http://www.methylblue.com/filelight/index.php
@@ -33,8 +33,8 @@
 Source: http://www.methylblue.com/%{Ni}/packages/%{Ni}-%v.tar.bz2
 Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73
 
-Depends: kdebase3-unified (= 3.4.3-1021), libgettext3-shlibs, libiconv, 
libjpeg-shlibs
-BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, libiconv-dev, libjpeg
+Depends: kdebase3-unified (= 3.4.3-1021), libgettext3-shlibs, libiconv
+BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, libiconv-dev
 BuildConflicts: unsermake
 GCC: 4.0
 CustomMirror: 



---
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/sound xmms.info,1.6,1.7

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28299/10.4-transitional/unstable/main/finkinfo/sound

Modified Files:
xmms.info 
Log Message:
Oops, accidentally commited wrong version of the new xmms.info files -- these 
are the correct ones (with increased revision)

Index: xmms.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound/xmms.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xmms.info   25 Mar 2006 11:41:26 -  1.6
+++ xmms.info   25 Mar 2006 12:00:48 -  1.7
@@ -1,8 +1,24 @@
 Package: xmms
 Version: 1.2.10
-Revision: 1
+Revision: 2
 Depends: %N-bin (= %v-%r)
-BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
+BuildDepends: 
+ esound,
+ libogg,
+ libvorbis0,
+ libmikmod,
+ glib,
+ gtk+,
+ libxml,
+ fink (= 0.9.9),
+ gettext-dev,
+ gettext-bin,
+ gettext-tools,
+ libiconv-dev,
+ x11-dev,
+ esound-bin,
+ audiofile
+
 Replaces: %N ( 1.2.7)
 Source: http://www.xmms.org/files/1.2.x/%n-%v.tar.bz2
 Source-MD5: 03a85cfc5e1877a2e1f7be4fa1d3f63c
@@ -12,19 +28,19 @@
 SetLIBS: -L%p/lib
 ConfigureParams: --mandir=%p/share/man --without-gnome
 CompileScript: 
-  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
+  ./configure %c
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' config.h
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' libxmms/config.h
-  make IR_SYSCONF_DIR=%p/etc CC=gcc-3.3 CXX=g++-3.3
+  make IR_SYSCONF_DIR=%p/etc
 
 InstallScript: 
   make install DESTDIR=%d
-  rm -f %p/share/locale/locale.alias
+  rm -f %i/share/locale/locale.alias
 
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
-  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs
+  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs, 
gettext
   Replaces: %N ( 1.2.7)
   Description: Multimedia player shared libraries
   Files: lib/libxmms.*.dylib



---
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/sound xmms.info,1.4,1.5

2006-03-25 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28299/10.4/unstable/main/finkinfo/sound

Modified Files:
xmms.info 
Log Message:
Oops, accidentally commited wrong version of the new xmms.info files -- these 
are the correct ones (with increased revision)

Index: xmms.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/xmms.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xmms.info   25 Mar 2006 11:41:26 -  1.4
+++ xmms.info   25 Mar 2006 12:00:49 -  1.5
@@ -1,8 +1,24 @@
 Package: xmms
 Version: 1.2.10
-Revision: 1
+Revision: 2
 Depends: %N-bin (= %v-%r)
-BuildDepends: esound, libogg, libvorbis0, libmikmod, glib, gtk+, libxml, fink 
(= 0.9.9), gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, 
esound-bin, audiofile
+BuildDepends: 
+ esound,
+ libogg,
+ libvorbis0,
+ libmikmod,
+ glib,
+ gtk+,
+ libxml,
+ fink (= 0.9.9),
+ gettext-dev,
+ gettext-bin,
+ gettext-tools,
+ libiconv-dev,
+ x11-dev,
+ esound-bin,
+ audiofile
+
 Replaces: %N ( 1.2.7)
 Source: http://www.xmms.org/files/1.2.x/%n-%v.tar.bz2
 Source-MD5: 03a85cfc5e1877a2e1f7be4fa1d3f63c
@@ -12,19 +28,19 @@
 SetLIBS: -L%p/lib
 ConfigureParams: --mandir=%p/share/man --without-gnome
 CompileScript: 
-  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
+  ./configure %c
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' config.h
   perl -pi.bak -e 's/^#define.*SYMBOL_PREFIX.*$//g' libxmms/config.h
-  make IR_SYSCONF_DIR=%p/etc CC=gcc-3.3 CXX=g++-3.3
+  make IR_SYSCONF_DIR=%p/etc
 
 InstallScript: 
   make install DESTDIR=%d
-  rm -f %p/share/locale/locale.alias
+  rm -f %i/share/locale/locale.alias
 
 BuildDependsOnly: True
 SplitOff: 
   Package: %N-shlibs
-  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs
+  Depends: esound-bin, libvorbis0-shlibs, libmikmod-shlibs, libxml-shlibs, 
gettext
   Replaces: %N ( 1.2.7)
   Description: Multimedia player shared libraries
   Files: lib/libxmms.*.dylib



---
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/kde filelight.info,1.4,1.5

2006-03-25 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18452

Modified Files:
filelight.info 
Log Message:
also gettext-tools

Index: filelight.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/filelight.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- filelight.info  25 Mar 2006 12:00:45 -  1.4
+++ filelight.info  25 Mar 2006 12:40:32 -  1.5
@@ -34,7 +34,7 @@
 Source-MD5: 42d887e9df66ec3d16a59c2a778eaf73
 
 Depends: kdebase3-unified (= 3.4.3-1021), libgettext3-shlibs, libiconv
-BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, libiconv-dev
+BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, gettext-tools, libiconv-dev
 BuildConflicts: unsermake
 GCC: 4.0
 CustomMirror: 



---
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/kde kdirstat.info,1.2,1.3

2006-03-25 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10897

Modified Files:
kdirstat.info 
Log Message:
gcc 4 ok

Index: kdirstat.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdirstat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kdirstat.info   22 Jan 2006 21:28:13 -  1.2
+++ kdirstat.info   25 Mar 2006 13:18:46 -  1.3
@@ -1,7 +1,6 @@
 Package: kdirstat
 Version: 2.4.3
-Revision: 1011
-Architecture: powerpc
+Revision: 1012
 Description: Graphical disk usage utility
 License: GPL/LGPL
 Homepage: http://kdirstat.sourceforge.net/
@@ -17,57 +16,50 @@
local scan is on. This includes resource forks and xattrs.
 
 DocFiles: AUTHORS COPYING* CREDITS ChangeLog INSTALL README TODO
-
-
-Depends: kdebase3-ssl (= 3.4.0-11) | kdebase3 (= 3.4.0-11)
-BuildDepends: arts-dev (= 1.4.0-11), autoconf2.5 (= 2.58-1), automake1.9, 
cctools (= 446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-ssl-dev (= 3.4.0-11) | kdelibs3-dev (= 3.4.0-11), libart2, libjpeg, 
libpng3 (= 1.2.5-4), qt3 (= 3.3.5-1023), x11-dev, libidn, libiconv-dev, 
gettext-dev, gettext-tools, gcc3.3
-BuildConflicts: unsermake
-GCC: 3.3
-
 Source: http://kdirstat.sourceforge.net/download/%n-%v.tar.bz2
 Source-MD5: 044789b98d8f2c92227a31cc758a7587
-SourceDirectory: %n-%v
+
+Depends: kdebase3-unified (= 3.4.3-1021), libgettext3-shlibs, libiconv
+BuildDepends: arts-dev (= 1.4.3-1021), autoconf2.5, automake1.7, cctools (= 
446-1) | cctools-single-module, fink (= 0.20.2.1-1), freetype219, 
kdelibs3-unified-dev (= 3.4.3-1021), libart2, libidn, libpng3 (= 1.2.5-4), 
qt3 (= 3.3.5-1026), x11-dev, libgettext3-dev, gettext-tools, libiconv-dev
+BuildConflicts: unsermake
+GCC: 4.0
 CustomMirror: 
   nam-US: http://ranger.befunk.com/fink
   nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
   nam-CA: http://www.southofheaven.net/befunk
 
-Source2: mirror:custom:kde-admindir-3.4.1.tar.bz2
-Source2-MD5: 0388fc87fa950791209ad4ab791b32cd
+Source2: mirror:custom:kde-admindir-full-3.5.1.tar.bz2
 Source2ExtractDir: %n-%v
-
+Source2-MD5: 61a3b92c484d2404a6a7033ad4214688
 PatchScript: 
- sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
- perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g; 
s,HAVE_GCC_VISIBILITY=1,HAVE_GCC_VISIBILITY=0,g; s,-fvisibility=hidden 
-fvisibility-inlines-hidden,,g;' admin/*
+   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1 
+   perl -pi.bak -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.*
+   echo KDE_ENABLE_HIDDEN_VISIBILITY  configure.in.in
 
-
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-ConfigureParams: --includedir=%p/include --libdir=%p/lib --prefix=%p 
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --enable-mt --with-pic --enable-rpath 
--enable-shared=yes --enable-static=no --mandir=%i/share/man --with-xinerama 
--with-pam --disable-final
-
+ConfigureParams: --with-distribution='Fink/Mac OS X'
 CompileScript: 
-#!/bin/sh -e
-
-  export HOME=/tmp
-  export PREFIX=%p
-  . ./environment-helper.sh
-  export lt_cv_sys_max_cmd_len=65536
+#!/bin/sh -ev
 
-  export CC=gcc-3.3 CXX=g++-3.3
+   export HOME=/tmp
+   export PREFIX=%p
+   . ./environment-helper.sh
+   export lt_cv_sys_max_cmd_len=65536
+   echo $CONFIGURE_PARAMS
 
-  ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
-  ./build-helper.sh configure %N %v %r ./configure %c
-  ./build-helper.sh make  %N %v %r make all all_libraries=$ALL_LIBRARIES
+   ./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
+   ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
+   ./build-helper.sh make  %N %v %r make all 
all_libraries=$ALL_LIBRARIES
 
-
 InstallScript: 
-#!/bin/sh -e
+#!/bin/sh -ev
 
-  export PREFIX=%p
-  . ./environment-helper.sh
+   export PREFIX=%p
+   . ./environment-helper.sh
 
-  ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
+   ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d
 
-  mkdir -p %i/share/doc/installed-packages
-  touch %i/share/doc/installed-packages/%N
+   mkdir -p %i/share/doc/installed-packages
+   touch %i/share/doc/installed-packages/%N
 



---
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

dists/10.4/unstable/main/finkinfo/games teg-themes.info,1.1,1.2

2006-03-25 Thread Dave Vasilevsky
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12692

Modified Files:
teg-themes.info 
Log Message:
placify our buildfink overloards

Index: teg-themes.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/teg-themes.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- teg-themes.info 20 Jan 2006 20:25:01 -  1.1
+++ teg-themes.info 25 Mar 2006 14:18:23 -  1.2
@@ -1,6 +1,6 @@
 Package: teg-themes
 Version: 1.0
-Revision: 1
+Revision: 2
 Description: Extra themes for TEG
 License: Restrictive/Distributable
 Maintainer: Dave Vasilevsky [EMAIL PROTECTED]
@@ -17,6 +17,8 @@
 Source3-MD5: 0311a98e55fe3f4fc323540e5b7a15a3
 Source3Directory: tworld
 
+# Get rid of backup ~ file
+PatchScript: rm 'teg_theme.xml~'
 CompileScript: echo No compilation necessary
 InstallScript: 
#!/bin/sh -ev



---
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/base fink.info,1.1,1.2

2006-03-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2878

Modified Files:
fink.info 
Log Message:
latest version to stable


Index: fink.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/fink.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fink.info   20 Jan 2006 20:12:52 -  1.1
+++ fink.info   25 Mar 2006 15:00:12 -  1.2
@@ -1,8 +1,9 @@
 Package: fink
-Version: 0.24.10
-Revision: 21
+Version: 0.24.14
+Revision: 31
 Depends: base-files
 Suggests: 
+ term-readkey-pm586
 
 Recommends: 
  apt (= 0.5.4-41)
@@ -11,7 +12,7 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 6f564d1e971ff527b82a69edee62eb7d
+Source-MD5: a74416239c92f19cda32223d8dd58324
 CompileScript: 
  make test
  ./setup.sh %p



---
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/base fink.info,1.4,1.5

2006-03-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4218

Modified Files:
fink.info 
Log Message:
latest version to stable


Index: fink.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/base/fink.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fink.info   9 Sep 2005 19:21:03 -   1.4
+++ fink.info   25 Mar 2006 15:03:22 -  1.5
@@ -1,5 +1,5 @@
 Package: fink
-Version: 0.24.10
+Version: 0.24.14
 Revision: 21
 Depends: base-files
 Suggests: 
@@ -11,7 +11,7 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 6f564d1e971ff527b82a69edee62eb7d
+Source-MD5: a74416239c92f19cda32223d8dd58324
 CompileScript: 
  make test
  ./setup.sh %p



---
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/base fink.info,1.17,1.18

2006-03-25 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6574

Modified Files:
fink.info 
Log Message:
latest version to stable


Index: fink.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/base/fink.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- fink.info   9 Sep 2005 19:20:21 -   1.17
+++ fink.info   25 Mar 2006 15:07:52 -  1.18
@@ -1,5 +1,5 @@
 Package: fink
-Version: 0.24.10
+Version: 0.24.14
 Revision: 11
 Depends: base-files
 Suggests: 
@@ -12,7 +12,7 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 6f564d1e971ff527b82a69edee62eb7d
+Source-MD5: a74416239c92f19cda32223d8dd58324
 CompileScript: 
  make test
  ./setup.sh %p



---
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 coot.info,1.17,1.18

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

Modified Files:
coot.info 
Log Message:
removed surious line from coot.info

Index: coot.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/coot.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- coot.info   4 Mar 2006 00:59:22 -   1.17
+++ coot.info   25 Mar 2006 15:11:01 -  1.18
@@ -46,7 +46,6 @@
 FLIBS=-L%p/lib \
 CPPFLAGS=-I$CCP4/lib/clipper/clipper/mmdbold \
 LDFLAGS=-L$CLIB -L/usr/lib -lSystemStubs -flat_namespace -L%p/lib \
-FC=%p/bin/g77 \
 CXX=/usr/bin/g++-3.3 \
 CC=/usr/bin/gcc \
 py_path=%p/bin/python \



---
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/text texpower.info,1.1,1.2

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30092/10.3/stable/main/finkinfo/text

Modified Files:
texpower.info 
Log Message:
moved from unstable.

Index: texpower.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/text/texpower.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texpower.info   26 Jan 2006 03:37:11 -  1.1
+++ texpower.info   25 Mar 2006 16:52:13 -  1.2
@@ -1,16 +1,20 @@
 Package: texpower
-Version: 0.0.8h
+Version: 0.1b
 Revision: 1
 Depends: tetex-base
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 92b97d32df90f1e17938fe54b507721f
-CompileScript: echo No compile needed
+#Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-0-1b.tar.gz
+Source-MD5: a08c81fbf1951f7390eb4de23fd944d1
+CompileScript: 
+ make all
+
 InstallScript: 
-mkdir -p %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/0changes.txt %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
-mkdir -p %i/etc/texmf.local/tex/latex
-cd ..; mv %n-%v %i/etc/texmf.local/tex/latex/%n
+ mkdir -p %i/etc/texmf.local/tex/latex/texpower
+ mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
+ mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
+ mv * %i/etc/texmf.local/tex/doc/latex/texpower
+ mkdir -p %i/share/doc/%n
+ ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
 
 License: GPL
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi



---
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/text texpower.info,1.1,1.2

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30092/10.4-transitional/stable/main/finkinfo/text

Modified Files:
texpower.info 
Log Message:
moved from unstable.

Index: texpower.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/text/texpower.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texpower.info   26 Jan 2006 03:37:15 -  1.1
+++ texpower.info   25 Mar 2006 16:52:13 -  1.2
@@ -1,16 +1,20 @@
 Package: texpower
-Version: 0.0.8h
+Version: 0.1b
 Revision: 1
 Depends: tetex-base
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 92b97d32df90f1e17938fe54b507721f
-CompileScript: echo No compile needed
+#Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-0-1b.tar.gz
+Source-MD5: a08c81fbf1951f7390eb4de23fd944d1
+CompileScript: 
+ make all
+
 InstallScript: 
-mkdir -p %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/0changes.txt %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
-mkdir -p %i/etc/texmf.local/tex/latex
-cd ..; mv %n-%v %i/etc/texmf.local/tex/latex/%n
+ mkdir -p %i/etc/texmf.local/tex/latex/texpower
+ mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
+ mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
+ mv * %i/etc/texmf.local/tex/doc/latex/texpower
+ mkdir -p %i/share/doc/%n
+ ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
 
 License: GPL
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi



---
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 nkf.info,1.4,1.5

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5496/10.3/unstable/main/finkinfo/text

Modified Files:
nkf.info 
Log Message:
Version bumped.

Index: nkf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nkf.info13 Dec 2005 02:15:18 -  1.4
+++ nkf.info25 Mar 2006 17:05:45 -  1.5
@@ -1,13 +1,13 @@
 Package: nkf
-Version: 2.0.4.2005.01.02
+Version: 2.0.5
 Revision: 1
 License: Restrictive/Distributable
 Description: Network Kanji code conversion Filter with UTF-8/16 support
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n204-2005.01.02.tar.gz
-Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
-SourceDirectory: %n204
+Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n205.tar.gz
+Source-MD5: e34d936b20aaf581da5759fbaf0438f3
+SourceDirectory: %n205
 PatchScript: head -n 28 nkf.c  LICENSE
 CompileScript: 
 make nkf



---
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/perlmods nkf-pm.info,1.2,1.3

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5496/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
nkf-pm.info 
Log Message:
Version bumped.

Index: nkf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/nkf-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nkf-pm.info 17 Feb 2006 01:39:17 -  1.2
+++ nkf-pm.info 25 Mar 2006 17:05:46 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: nkf-pm%type_pkg[perl]
-Version: 2.0.4.2005.01.02
-Revision: 8
+Version: 2.0.5
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module for NKF
 License: Restrictive/Distributable
@@ -11,11 +11,11 @@
 BuildDepends: fink (= 0.13.0-1)
 Type: perl (5.8.4 5.8.6)
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf204-2005.01.02.tar.gz
-Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
-SourceDirectory: nkf204/NKF.mod
+Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf205.tar.gz
+Source-MD5: e34d936b20aaf581da5759fbaf0438f3
+SourceDirectory: nkf205/NKF.mod
 UpdatePOD: true
-Patch: nkf-pm.patch
+Patch: %{ni}.patch
 PatchScript: 
 head -n 21 NKF.pm  LICENSE
 



---
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/perlmods nkf-pm.info,1.2,1.3

2006-03-25 Thread Tomoaki Okayama
Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5496/10.4-transitional/unstable/main/finkinfo/libs/perlmods

Modified Files:
nkf-pm.info 
Log Message:
Version bumped.

Index: nkf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/nkf-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nkf-pm.info 17 Feb 2006 01:40:19 -  1.2
+++ nkf-pm.info 25 Mar 2006 17:05:46 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: nkf-pm%type_pkg[perl]
-Version: 2.0.4.2005.01.02
-Revision: 8
+Version: 2.0.5
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module for NKF
 License: Restrictive/Distributable
@@ -11,11 +11,11 @@
 BuildDepends: fink (= 0.13.0-1)
 Type: perl (5.8.4 5.8.6)
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf204-2005.01.02.tar.gz
-Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
-SourceDirectory: nkf204/NKF.mod
+Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf205.tar.gz
+Source-MD5: e34d936b20aaf581da5759fbaf0438f3
+SourceDirectory: nkf205/NKF.mod
 UpdatePOD: true
-Patch: nkf-pm.patch
+Patch: %{ni}.patch
 PatchScript: 
 head -n 21 NKF.pm  LICENSE
 



---
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 nkf.info,1.1,1.2

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5496/10.4/unstable/main/finkinfo/text

Modified Files:
nkf.info 
Log Message:
Version bumped.

Index: nkf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nkf.info20 Jan 2006 20:32:31 -  1.1
+++ nkf.info25 Mar 2006 17:05:45 -  1.2
@@ -1,13 +1,13 @@
 Package: nkf
-Version: 2.0.4.2005.01.02
+Version: 2.0.5
 Revision: 1
 License: Restrictive/Distributable
 Description: Network Kanji code conversion Filter with UTF-8/16 support
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n204-2005.01.02.tar.gz
-Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
-SourceDirectory: %n204
+Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n205.tar.gz
+Source-MD5: e34d936b20aaf581da5759fbaf0438f3
+SourceDirectory: %n205
 PatchScript: head -n 28 nkf.c  LICENSE
 CompileScript: 
 make nkf



---
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 nkf.info,1.2,1.3

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5496/10.4-transitional/unstable/main/finkinfo/text

Modified Files:
nkf.info 
Log Message:
Version bumped.

Index: nkf.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nkf.info13 Dec 2005 02:15:21 -  1.2
+++ nkf.info25 Mar 2006 17:05:45 -  1.3
@@ -1,13 +1,13 @@
 Package: nkf
-Version: 2.0.4.2005.01.02
+Version: 2.0.5
 Revision: 1
 License: Restrictive/Distributable
 Description: Network Kanji code conversion Filter with UTF-8/16 support
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n204-2005.01.02.tar.gz
-Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
-SourceDirectory: %n204
+Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/%n205.tar.gz
+Source-MD5: e34d936b20aaf581da5759fbaf0438f3
+SourceDirectory: %n205
 PatchScript: head -n 28 nkf.c  LICENSE
 CompileScript: 
 make nkf



---
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/x11 xinitrc.info,NONE,1.1 mlterm.info,1.1,1.2 mlterm.patch,1.1,1.2

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

Modified Files:
mlterm.info mlterm.patch 
Added Files:
xinitrc.info 
Log Message:
sync with unstable

Index: mlterm.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mlterm.info 27 Apr 2005 03:50:42 -  1.1
+++ mlterm.info 25 Mar 2006 19:18:41 -  1.2
@@ -1,32 +1,42 @@
 Package: mlterm
-Version: 2.8.0
-Revision: 18
+Version: 2.9.2
+Revision: 6
 License: BSD
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 Description: Multilingual terminal emulator on X11
-BuildDepends: fribidi-dev, imlib, libjpeg, libpng3, libtiff, giflib, 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, freetype2, 
xft2-dev, gtk+, glib, pkgconfig, autoconf2.5, libtool14, automake1.6
-Depends: fribidi-shlibs, imlib-shlibs, libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs, giflib-shlibs, x11-shlibs, freetype2-shlibs, xft2-shlibs, 
gtk+-shlibs, gettext, libiconv, glib-shlibs
+BuildDepends: 
+  fribidi-dev, libjpeg, libpng3, libtiff, giflib,
+  x11-dev, fontconfig1-dev, xft2-dev,
+  gtk+2-dev, atk1 (= 1.6.0-1), glib2-dev (= 2.4.0-1), pango1-xft2-dev (= 
1.4.0-1),
+  gettext-dev, gettext-tools, libiconv-dev,
+  pkgconfig, autoconf2.5, libtool14, automake1.6
+
+Depends: 
+  fribidi-shlibs, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, 
giflib-shlibs,
+  x11-shlibs, fontconfig1-shlibs, xft2-shlibs,
+  gtk+2, atk1-shlibs (= 1.6.0-1), glib2 (= 2.4.0-1), pango1-xft2 (= 
1.4.0-1),
+  gettext, libiconv
+
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 69b38c6909ba8cd2e81edd18fc612b1f
-Source2: mirror:sourceforge:%n/%n-%vpl1.tar.gz
-Source2-MD5: 66a0d3b21e6bfcc7919b579794f70479
+Source-MD5: be561bfe646a112ce7400b9d0db41e82
+Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
+Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: 
 #!/bin/sh
-set -e
-set -x
-patch -p0  ../%n-%vpl1/%n-%vpl1.patch
+set -ex
 patch -p1  %a/%n.patch
+gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (
 cd $dir
-%p/bin/libtoolize --force
+%p/bin/libtoolize --copy --force
 rm -f aclocal.m4
-%p/bin/aclocal-1.6
-%p/bin/autoconf
-)
+%p/bin/aclocal -I $gettext/gettext-runtime/m4 -I 
$gettext/autoconf-lib-link/m4
+%p/bin/autoconf -I $gettext/gettext-runtime/m4 -I 
$gettext/autoconf-lib-link/m4
+) || exit $?
 done
 
 # Don't remove --config-cache to workaround libtool.m4's(?) bug
-ConfigureParams: --config-cache --enable-shared --with-imagelib=imlib 
--enable-fribidi --enable-ind --prefix=%p --libexecdir=%p/lib/mlterm 
--infodir=%p/share/info --mandir=%p/share/man --with-libiconv-prefix=%p 
--with-libintl-prefix=%p --enable-anti-alias
+ConfigureParams: --enable-shared --with-imagelib=gdk-pixbuf --enable-fribidi 
--enable-ind --prefix=%p --libexecdir=%p/lib/mlterm --infodir=%p/share/info 
--mandir=%p/share/man --with-libiconv-prefix=%p --with-libintl-prefix=%p 
--enable-anti-alias
 InstallScript: 
   make install DESTDIR=%d
   install -d -m 755 %i/share/doc
@@ -48,5 +58,20 @@
 %p/etc/mlterm/tfont
 %p/etc/mlterm/vfont
 
-DocFiles: ChangeLog README LICENCE ABOUT-NLS
+DocFiles: README LICENCE ABOUT-NLS
+DescPort: 
+  This package depends on the freetype and fontconfig contained in
+  the installed X11 indirectly due to xft2. It means, for example,
+  the binary built with Apple's X11 might not run where xorg is installed.
+
+  In contrast, it is generally safe to link the mlterm against another
+  version of the freetype or fontconfig is generally safe as long as
+  twolevel_namespace is used. It may happen if the m17n-lib support is
+  enabled in future. If it happens, don't forget to add the appropreate
+  libraries to BuildDepends and help the configure to find them.
+
+  This package uses the *.m4 of gettext 0.14 due to autoconf and
+  makefiles, but still uses gettext 0.10 at the run time just because
+  there is no need to migrate to the 0.14 now.
+
 Homepage: http://mlterm.sourceforge.net/

--- NEW FILE: xinitrc.info ---
# Id: xinitrc.info.in,v 1.7 2005/03/30 01:26:29 shinra Exp
Package: xinitrc
Version: 1.0
# Revision is always 1
Revision: 1
Description: Alternative X11 initialization script
Source: http://www.j10n.org/files/%n-%v.tar.gz
Source-MD5: aa5492a6db62da241b9e89ff495ce98e
#Type: nosource
#Patch: %n.patch
License: Public Domain
Maintainer: AIDA Shinra [EMAIL PROTECTED]
Depends: x11
CompileScript: sh ./build.sh prefix=%p build
InstallScript: sh ./build.sh prefix=%p destdir=%d install
PostInstScript: update-sys-xinitrc postinst

Index: mlterm.patch
===
RCS file: 

dists/10.3/stable/main/finkinfo/x11 xinitrc.info,NONE,1.1 mlterm.info,1.4,1.5 mlterm.patch,1.3,1.4

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

Modified Files:
mlterm.info mlterm.patch 
Added Files:
xinitrc.info 
Log Message:
sync with unstable

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mlterm.info 19 Apr 2005 14:55:55 -  1.4
+++ mlterm.info 25 Mar 2006 19:18:40 -  1.5
@@ -1,32 +1,42 @@
 Package: mlterm
-Version: 2.8.0
-Revision: 18
+Version: 2.9.2
+Revision: 6
 License: BSD
 Maintainer: Todai Fink Team [EMAIL PROTECTED]
 Description: Multilingual terminal emulator on X11
-BuildDepends: fribidi-dev, imlib, libjpeg, libpng3, libtiff, giflib, 
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, freetype2, 
xft2-dev, gtk+, glib, pkgconfig, autoconf2.5, libtool14, automake1.6
-Depends: fribidi-shlibs, imlib-shlibs, libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs, giflib-shlibs, x11-shlibs, freetype2-shlibs, xft2-shlibs, 
gtk+-shlibs, gettext, libiconv, glib-shlibs
+BuildDepends: 
+  fribidi-dev, libjpeg, libpng3, libtiff, giflib,
+  x11-dev, fontconfig1-dev, xft2-dev,
+  gtk+2-dev, atk1 (= 1.6.0-1), glib2-dev (= 2.4.0-1), pango1-xft2-dev (= 
1.4.0-1),
+  gettext-dev, gettext-tools, libiconv-dev,
+  pkgconfig, autoconf2.5, libtool14, automake1.6
+
+Depends: 
+  fribidi-shlibs, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, 
giflib-shlibs,
+  x11-shlibs, fontconfig1-shlibs, xft2-shlibs,
+  gtk+2, atk1-shlibs (= 1.6.0-1), glib2 (= 2.4.0-1), pango1-xft2 (= 
1.4.0-1),
+  gettext, libiconv
+
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 69b38c6909ba8cd2e81edd18fc612b1f
-Source2: mirror:sourceforge:%n/%n-%vpl1.tar.gz
-Source2-MD5: 66a0d3b21e6bfcc7919b579794f70479
+Source-MD5: be561bfe646a112ce7400b9d0db41e82
+Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
+Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: 
 #!/bin/sh
-set -e
-set -x
-patch -p0  ../%n-%vpl1/%n-%vpl1.patch
+set -ex
 patch -p1  %a/%n.patch
+gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (
 cd $dir
-%p/bin/libtoolize --force
+%p/bin/libtoolize --copy --force
 rm -f aclocal.m4
-%p/bin/aclocal-1.6
-%p/bin/autoconf
-)
+%p/bin/aclocal -I $gettext/gettext-runtime/m4 -I 
$gettext/autoconf-lib-link/m4
+%p/bin/autoconf -I $gettext/gettext-runtime/m4 -I 
$gettext/autoconf-lib-link/m4
+) || exit $?
 done
 
 # Don't remove --config-cache to workaround libtool.m4's(?) bug
-ConfigureParams: --config-cache --enable-shared --with-imagelib=imlib 
--enable-fribidi --enable-ind --prefix=%p --libexecdir=%p/lib/mlterm 
--infodir=%p/share/info --mandir=%p/share/man --with-libiconv-prefix=%p 
--with-libintl-prefix=%p --enable-anti-alias
+ConfigureParams: --enable-shared --with-imagelib=gdk-pixbuf --enable-fribidi 
--enable-ind --prefix=%p --libexecdir=%p/lib/mlterm --infodir=%p/share/info 
--mandir=%p/share/man --with-libiconv-prefix=%p --with-libintl-prefix=%p 
--enable-anti-alias
 InstallScript: 
   make install DESTDIR=%d
   install -d -m 755 %i/share/doc
@@ -48,5 +58,20 @@
 %p/etc/mlterm/tfont
 %p/etc/mlterm/vfont
 
-DocFiles: ChangeLog README LICENCE ABOUT-NLS
+DocFiles: README LICENCE ABOUT-NLS
+DescPort: 
+  This package depends on the freetype and fontconfig contained in
+  the installed X11 indirectly due to xft2. It means, for example,
+  the binary built with Apple's X11 might not run where xorg is installed.
+
+  In contrast, it is generally safe to link the mlterm against another
+  version of the freetype or fontconfig is generally safe as long as
+  twolevel_namespace is used. It may happen if the m17n-lib support is
+  enabled in future. If it happens, don't forget to add the appropreate
+  libraries to BuildDepends and help the configure to find them.
+
+  This package uses the *.m4 of gettext 0.14 due to autoconf and
+  makefiles, but still uses gettext 0.10 at the run time just because
+  there is no need to migrate to the 0.14 now.
+
 Homepage: http://mlterm.sourceforge.net/

--- NEW FILE: xinitrc.info ---
# Id: xinitrc.info.in,v 1.7 2005/03/30 01:26:29 shinra Exp
Package: xinitrc
Version: 1.0
# Revision is always 1
Revision: 1
Description: Alternative X11 initialization script
Source: http://www.j10n.org/files/%n-%v.tar.gz
Source-MD5: aa5492a6db62da241b9e89ff495ce98e
#Type: nosource
#Patch: %n.patch
License: Public Domain
Maintainer: AIDA Shinra [EMAIL PROTECTED]
Depends: x11
CompileScript: sh ./build.sh prefix=%p build
InstallScript: sh ./build.sh prefix=%p destdir=%d install
PostInstScript: update-sys-xinitrc postinst

Index: mlterm.patch
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.3
retrieving revision 

dists/10.3/stable/main/finkinfo/utils canna.info,1.4,1.5 canna.patch,1.2,1.3 cannadic.info,1.2,1.3 kinput2.info,1.2,1.3 kinput2.macim.info,1.1,1.2 kinput2.macim.patch,1.1,1.2 kinput2.patch,1.2,1.3

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

Modified Files:
canna.info canna.patch cannadic.info kinput2.info 
kinput2.macim.info kinput2.macim.patch kinput2.patch 
Log Message:
sync with unstable

Index: kinput2.patch
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/kinput2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kinput2.patch   19 Apr 2005 14:34:25 -  1.2
+++ kinput2.patch   25 Mar 2006 19:18:40 -  1.3
@@ -1,6 +1,6 @@
-diff -Nru kinput2-v3.1.orig/Kinput2.conf kinput2-v3.1/Kinput2.conf
 kinput2-v3.1.orig/Kinput2.conf Thu Oct  3 18:35:26 2002
-+++ kinput2-v3.1/Kinput2.conf  Tue Mar 30 06:19:55 2004
+diff -Naur kinput2-v3.1.orig/Kinput2.conf kinput2-v3.1/Kinput2.conf
+--- kinput2-v3.1.orig/Kinput2.conf Thu Oct  3 09:35:26 2002
 kinput2-v3.1/Kinput2.conf  Mon Mar 29 21:19:55 2004
 @@ -18,7 +18,7 @@
  /* #define UseWnn */  /* define if you are going to use Wnn (v4, v6 or v7) */
  /* #define UseWnn6 */ /* define if you are going to use Wnn6 or above */
@@ -33,9 +33,9 @@
  
  
  XCOMM SJ3 configuration
-diff -Nru kinput2-v3.1.orig/cmd/Kinput2.ad kinput2-v3.1/cmd/Kinput2.ad
 kinput2-v3.1.orig/cmd/Kinput2.ad   Thu Oct  3 18:35:26 2002
-+++ kinput2-v3.1/cmd/Kinput2.adTue Mar 30 06:18:39 2004
+diff -Naur kinput2-v3.1.orig/cmd/Kinput2.ad kinput2-v3.1/cmd/Kinput2.ad
+--- kinput2-v3.1.orig/cmd/Kinput2.ad   Thu Oct  3 09:35:26 2002
 kinput2-v3.1/cmd/Kinput2.adMon Mar 29 21:18:39 2004
 @@ -96,7 +96,7 @@
  ! XimpProtocol
  *XimpProtocol.ForceDefaultServer: true
@@ -45,9 +45,9 @@
  ! common to XimpProtocol and IMProtocol
  *defaultFontList: -misc-fixed-medium-r-normal--14-*-*-*-c-*
  *ConversionStartKeys: \
-diff -Nru kinput2-v3.1.orig/copyright kinput2-v3.1/copyright
 kinput2-v3.1.orig/copyrightThu Jan  1 09:00:00 1970
-+++ kinput2-v3.1/copyright Tue Mar 30 06:16:19 2004
+diff -Naur kinput2-v3.1.orig/copyright kinput2-v3.1/copyright
+--- kinput2-v3.1.orig/copyrightThu Jan  1 00:00:00 1970
 kinput2-v3.1/copyright Mon Mar 29 21:16:19 2004
 @@ -0,0 +1,22 @@
 +/*
 + *kinput2
@@ -71,9 +71,9 @@
 + *[EMAIL PROTECTED]
 + */
 +
-diff -Nru kinput2-v3.1.orig/lib/Canna.c kinput2-v3.1/lib/Canna.c
 kinput2-v3.1.orig/lib/Canna.c  Thu Oct  3 18:35:27 2002
-+++ kinput2-v3.1/lib/Canna.c   Tue Mar 30 06:20:35 2004
+diff -Naur kinput2-v3.1.orig/lib/Canna.c kinput2-v3.1/lib/Canna.c
+--- kinput2-v3.1.orig/lib/Canna.c  Thu Oct  3 09:35:27 2002
 kinput2-v3.1/lib/Canna.c   Mon Mar 29 21:20:35 2004
 @@ -61,6 +61,10 @@
  #include CannaP.h
  #include DebugPrint.h
@@ -113,3 +113,18 @@
  
if (nCannaContexts == 0) {
  #ifdef KC_SETSERVERNAME
+diff -Naur kinput2-v3.1.orig/xinitrc.kinput2.sh kinput2-v3.1/xinitrc.kinput2.sh
+--- kinput2-v3.1.orig/xinitrc.kinput2.sh   Thu Jan  1 00:00:00 1970
 kinput2-v3.1/xinitrc.kinput2.shSun Mar 12 09:49:59 2006
+@@ -0,0 +1,11 @@
++# If you don't want to launch kinput2, put xinitrc_kinput2_enable=NO
++# in your .xinitrc
++: ${xinitrc_kinput2_enable=YES}
++
++case $xinitrc_kinput2_enable in
++[Yy][Ee][Ss])
++if test -x $fink_prefix/bin/kinput2; then
++$fink_prefix/bin/kinput2 -canna -xim 
++fi
++;;
++esac

Index: kinput2.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/kinput2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kinput2.info19 Apr 2005 14:34:25 -  1.2
+++ kinput2.info25 Mar 2006 19:18:40 -  1.3
@@ -1,8 +1,9 @@
 Package: kinput2
 Version: 3.1
-Revision: 4
-BuildDepends: canna-dev, system-xfree86-dev | x11-dev
-Depends: canna-shlibs (= 3.7p1-1), app-defaults, system-xfree86-shlibs | 
x11-shlibs
+Revision: 6
+BuildDepends: canna-dev, x11-dev
+Depends: canna-shlibs (= 3.7p1-1), app-defaults, x11-shlibs, xinitrc
+Conflicts: user-ja ( 3.0)
 Source: ftp://ftp.sra.co.jp/pub/x11/%n/%n-v%v.tar.gz
 Source-MD5: 2de20576f150248d1fdfe66d7cc4e510
 Patch: %n.patch
@@ -10,6 +11,8 @@
 InstallScript: 
  make install install.man DESTDIR=%d PREFIX=%p BINDIR=%p/bin LIBDIR=%p/lib 
CONFDIR=%p/etc MANSOURCEPATH=%p/share/man/man DOCDIR=%p/share/doc/%n 
XAPPLOADDIR=%p/etc/app-defaults
  rm -f %i/lib/app-defaults
+ mkdir -p -m 755 %i/etc/xinitrc.d
+ install -m 755 xinitrc.kinput2.sh %i/etc/xinitrc.d/50kinput2.sh
 
 DocFiles: NEWS README copyright
 Description: Input server for easy input of Japanese text
@@ -23,7 +26,7 @@
 client.
 
 License: BSD
-Maintainer: None fink-devel@lists.sourceforge.net
+Maintainer: Todai Fink Team [EMAIL PROTECTED]
 DescPackaging: 
  Originally packaged by Masanori Sekino.
 

Index: kinput2.macim.patch

dists/10.4/stable/main/finkinfo/utils canna.info,NONE,1.1 canna.patch,NONE,1.1 cannadic.info,NONE,1.1 kinput2.info,NONE,1.1 kinput2.patch,NONE,1.1 kinput2.macim.info,1.2,1.3 kinput2.macim.patch,1.1,1.

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

Modified Files:
kinput2.macim.info kinput2.macim.patch 
Added Files:
canna.info canna.patch cannadic.info kinput2.info 
kinput2.patch 
Log Message:
sync with unstable

--- NEW FILE: kinput2.patch ---
diff -Naur kinput2-v3.1.orig/Kinput2.conf kinput2-v3.1/Kinput2.conf
--- kinput2-v3.1.orig/Kinput2.conf  Thu Oct  3 09:35:26 2002
+++ kinput2-v3.1/Kinput2.conf   Mon Mar 29 21:19:55 2004
@@ -18,7 +18,7 @@
 /* #define UseWnn */   /* define if you are going to use Wnn (v4, v6 or v7) */
 /* #define UseWnn6 */  /* define if you are going to use Wnn6 or above */
 #define UseCanna   /* define if you are going to use Canna */
-#define UseSj3 /* define if you are going to use Sj3 */
+/* #define UseSj3 */   /* define if you are going to use Sj3 */
 /* #define UseAtok */  /* define if you are going to use Atok */
 
 
@@ -78,17 +78,17 @@
  * If you have already installed Canna header files and libraries..
  */
 XCOMM use installed headers/libraries
-XCOMM CANNAINSTDIR = /usr/local/canna
-XCOMM CANNASRC = $(CANNAINSTDIR)/include
-XCOMM CANNALIB = -lcanna16
+CANNAINSTDIR = $(PREFIX)
+CANNASRC = $(CANNAINSTDIR)/include
+CANNALIB = -L$(CANNAINSTDIR)/lib -lcanna16
 
 /*
  * If you have compiled Canna that came with X11R6 (contrib/programs/Canna),
  * but not installed yet..
  */
 XCOMM use headers/libraries in the source tree
-CANNASRC = $(CONTRIBSRC)/programs/Canna32
-CANNALIB = -L$(CANNASRC)/lib/canna16 -lcanna16
+XCOMM CANNASRC = $(CONTRIBSRC)/programs/Canna32
+XCOMM CANNALIB = -L$(CANNASRC)/lib/canna16 -lcanna16
 
 
 XCOMM SJ3 configuration
diff -Naur kinput2-v3.1.orig/cmd/Kinput2.ad kinput2-v3.1/cmd/Kinput2.ad
--- kinput2-v3.1.orig/cmd/Kinput2.adThu Oct  3 09:35:26 2002
+++ kinput2-v3.1/cmd/Kinput2.ad Mon Mar 29 21:18:39 2004
@@ -96,7 +96,7 @@
 ! XimpProtocol
 *XimpProtocol.ForceDefaultServer: true
 ! X Input Method Protocol
-*IMProtocol.locales: ja_JP.SJIS, ja_JP.EUC, ja_JP, japanese, japan, ja
+*IMProtocol.locales: ja_JP.UTF-8, ja_JP.eucJP, ja_JP.SJIS, ja_JP, japanese, 
japan, ja
 ! common to XimpProtocol and IMProtocol
 *defaultFontList: -misc-fixed-medium-r-normal--14-*-*-*-c-*
 *ConversionStartKeys: \
diff -Naur kinput2-v3.1.orig/copyright kinput2-v3.1/copyright
--- kinput2-v3.1.orig/copyright Thu Jan  1 00:00:00 1970
+++ kinput2-v3.1/copyright  Mon Mar 29 21:16:19 2004
@@ -0,0 +1,22 @@
+/*
+ * kinput2
+ */
+
+/*
+ * Copyright (C) 1991 by Software Research Associates, Inc.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of Software Research Associates not be
+ * used in advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.  Software Research
+ * Associates makes no representations about the suitability of this software
+ * for any purpose.  It is provided as is without express or implied
+ * warranty.
+ *
+ * Author:  Makoto Ishisone, Software Research Associates, Inc., Japan
+ * [EMAIL PROTECTED]
+ */
+
diff -Naur kinput2-v3.1.orig/lib/Canna.c kinput2-v3.1/lib/Canna.c
--- kinput2-v3.1.orig/lib/Canna.c   Thu Oct  3 09:35:27 2002
+++ kinput2-v3.1/lib/Canna.cMon Mar 29 21:20:35 2004
@@ -61,6 +61,10 @@
 #include CannaP.h
 #include DebugPrint.h
 
+/* Canna 3.7$B0J9_$O$3$N$h$$KDj5A$9$k(B */
+#define CANNA_WCHAR16
+#define CANNA_NEW_WCHAR_AWARE
+/* Canna 3.6$B$^$G$Nl9g(B */
 #define _WCHAR_T /* $B$3$NDj5A$O(B jrkanji.h $B$G(B wcKanjiStatus 
$B$J$I$rDj5A$9$k$?$a(B */
 #define wchar_t wchar
 
@@ -246,7 +250,7 @@
 kanabuf[0] = '\0';
 nbytes = XKanaLookup(event, kanabuf, 20, ks, compose_status);
 
-buf[0] = (wchar)kanabuf[0]; /* $B$-$?$J$$(B */
+buf[0] = (wchar)(unsigned char)kanabuf[0]; /* $B$-$?$J$$(B */
 
 if (ks == XK_space  (event-xkey.state  ShiftMask)) {
   void convend();
@@ -271,7 +275,7 @@
 
 /* $B$+$J4A;zJQ49$9$k(B */
 len = wcKanjiString((int)obj, (int)buf[0],
-   (wchar_t *)buf, 1024, kanji_status);
+   (wchar *)buf, 1024, kanji_status);
 
 displayPreEdit(obj, len, buf, kanji_status);
 return (kanji_status.info  KanjiThroughInfo) ? 1 : 0;
@@ -642,7 +646,9 @@
 CannaObject obj;
 {
   char **warn = 0;
+#ifndef CANNA_JR_BEEP_FUNC_DECLARED
   extern (*jrBeepFunc)();
+#endif
 
   if (nCannaContexts == 0) {
 #ifdef KC_SETSERVERNAME
diff -Naur kinput2-v3.1.orig/xinitrc.kinput2.sh kinput2-v3.1/xinitrc.kinput2.sh
--- kinput2-v3.1.orig/xinitrc.kinput2.shThu Jan  1 00:00:00 1970
+++ kinput2-v3.1/xinitrc.kinput2.sh Sun Mar 12 09:49:59 2006
@@ 

dists/10.4/stable/main/finkinfo/text texpower.info,1.1,1.2

2006-03-25 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11026/text

Modified Files:
texpower.info 
Log Message:
moved from unstable.

Index: texpower.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/texpower.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texpower.info   26 Jan 2006 03:37:13 -  1.1
+++ texpower.info   26 Mar 2006 03:41:19 -  1.2
@@ -1,16 +1,20 @@
 Package: texpower
-Version: 0.0.8h
+Version: 0.1b
 Revision: 1
 Depends: tetex-base
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 92b97d32df90f1e17938fe54b507721f
-CompileScript: echo No compile needed
+#Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source: mirror:sourceforge:%n/%n-0-1b.tar.gz
+Source-MD5: a08c81fbf1951f7390eb4de23fd944d1
+CompileScript: 
+ make all
+
 InstallScript: 
-mkdir -p %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/0changes.txt %i/share/doc/%n
-ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
-mkdir -p %i/etc/texmf.local/tex/latex
-cd ..; mv %n-%v %i/etc/texmf.local/tex/latex/%n
+ mkdir -p %i/etc/texmf.local/tex/latex/texpower
+ mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
+ mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
+ mv * %i/etc/texmf.local/tex/doc/latex/texpower
+ mkdir -p %i/share/doc/%n
+ ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n
 
 License: GPL
 PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi



---
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