dists/10.3/unstable/main/finkinfo/x11 openoffice.org.info,1.18,1.19 openoffice.org.patch,1.10,1.11

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

Modified Files:
openoffice.org.info openoffice.org.patch 
Log Message:
disable ipv6 in python dir

Index: openoffice.org.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/openoffice.org.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- openoffice.org.patch20 Oct 2005 20:59:09 -  1.10
+++ openoffice.org.patch10 Jan 2006 14:50:56 -  1.11
@@ -321,3 +321,14 @@


  
hgmincholightj;cumberland;couriernew;courier;lucidasanstypewriter;lucidatypewriter;monaco;monospaced
+--- python/makefile.mk Tue Jun  7 02:23:46 2005
 python/makefile.mk.finkTue Sep  6 22:40:22 2005
+@@ -121,7 +121,7 @@
+ BUILD_DIR=
+ MYCWD=$(shell pwd)/$(INPATH)/misc/build
+ CONFIGURE_ACTION= ./configure --prefix=$(MYCWD)/python-inst --enable-shared
+-.IF "$(OS)$(CPU)" == "SOLARISI"
++.IF "$(OS)$(CPU)" == "SOLARISI" || "$(OS)$(CPU)" == "MACOSXP"
+ CONFIGURE_ACTION += --disable-ipv6
+ .ENDIF
+ .IF "$(COMNAME)"=="sunpro5"

Index: openoffice.org.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/openoffice.org.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- openoffice.org.info 30 Oct 2005 09:26:14 -  1.18
+++ openoffice.org.info 10 Jan 2006 14:50:56 -  1.19
@@ -2,7 +2,7 @@
 Package: openoffice.org
 Description: Integrated office productivity suite
 Version: 2.0.0
-Revision: 1
+Revision: 2
 License: LGPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 
@@ -409,7 +409,6 @@
 
 It is reported that:
   * Mac OS X SDK (which comes with Xcode) is needed.
-  * Sometimes checking getaddrinfo() fails on configuring python (on Panther?).
   * Some files in openoffice.org-en-gb and -br interfere with others.
 
 Because DYLD_LIBRARY_PATH does not contain %p/lib by default,



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/asari openoffice.org.info,1.34,1.35 openoffice.org.patch,1.14,1.15 openoffice.org.splitoff.in,1.5,1.6

2006-01-26 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14277

Modified Files:
openoffice.org.info openoffice.org.patch 
openoffice.org.splitoff.in 
Log Message:
New upstream version: 2.0.1+m152. Enabled system-python and system-libxml2.

Index: openoffice.org.splitoff.in
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.splitoff.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openoffice.org.splitoff.in  5 Dec 2005 04:38:41 -   1.5
+++ openoffice.org.splitoff.in  27 Jan 2006 03:37:36 -  1.6
@@ -2,37 +2,6 @@
   Package: [EMAIL PROTECTED]@
   Description: Language Pack(@LANG@) for OpenOffice.org
   Depends: %N (= %v-%r)
-  InstallScript: <<
-#!/bin/bash
-
-set -e
-
-# Setting up environment
-. MacosxEnv.Set.sh
-
-# Variables needed to execute make_installer.pl
-export OUT="../$INPATH"
-export LOCAL_OUT="$OUT"
-export LOCAL_COMMON_OUT="$OUT"
-build=`sed -n 's/^BUILD=\(.*\)$/\1/p' $SOLARENVINC/minor.mk`
-
-set -v
-
-# Install language pack @LANG@
-pushd instsetoo_native/util
-/usr/bin/perl -w $SOLARENV/bin/make_installer.pl \
-  -f openoffice.lst -l @LANG@ -p OpenOffice \
-  -packagelist ../inc_openoffice/unix/packagelist.txt \
-  -buildid $build -languagepack \
-  -destdir %d \
-  -simple %p/lib/openoffice.org
-popd
-
-# Remove the list files
-/bin/rm -v %d/gid_Module*
-
-/usr/bin/install -m 755 -d %i/share/doc/%n
-/bin/ln -sf %p/lib/%N/licenses/[EMAIL PROTECTED]@ %i/share/doc/%n/LICENSE
-  <<
+  InstallScript: ./languagepack-splitoff @LANG_LOWERCASE@ @LANG@ %p %d %i
 <<
 

Index: openoffice.org.patch
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- openoffice.org.patch5 Dec 2005 03:11:49 -   1.14
+++ openoffice.org.patch27 Jan 2006 03:37:36 -  1.15
@@ -1,274 +1,3 @@
-### ucb patches to use system neon installed in non-standard directory; 
IssueZilla #53335
-Index: ucb/source/ucp/webdav/LinkSequence.cxx
-===
-RCS file: /cvs/ucb/ucb/source/ucp/webdav/LinkSequence.cxx,v
-retrieving revision 1.5
-diff -u -r1.5 LinkSequence.cxx
 ucb/source/ucp/webdav/LinkSequence.cxx 27 Jan 2005 12:12:09 -  
1.5
-+++ ucb/source/ucp/webdav/LinkSequence.cxx 14 Aug 2005 02:51:49 -
-@@ -62,8 +62,12 @@
- #include 
- 
- #ifndef NE_XML_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- 
- #ifndef _LINKSEQUENCE_HXX_
- #include "LinkSequence.hxx"
-Index: ucb/source/ucp/webdav/LockEntrySequence.cxx
-===
-RCS file: /cvs/ucb/ucb/source/ucp/webdav/LockEntrySequence.cxx,v
-retrieving revision 1.5
-diff -u -r1.5 LockEntrySequence.cxx
 ucb/source/ucp/webdav/LockEntrySequence.cxx27 Jan 2005 12:12:40 
-  1.5
-+++ ucb/source/ucp/webdav/LockEntrySequence.cxx14 Aug 2005 02:51:49 
-
-@@ -62,8 +62,12 @@
- #include 
- 
- #ifndef NE_XML_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- 
- #ifndef _LOCKENTRYSEQUENCE_HXX_
- #include "LockEntrySequence.hxx"
-Index: ucb/source/ucp/webdav/LockSequence.cxx
-===
-RCS file: /cvs/ucb/ucb/source/ucp/webdav/LockSequence.cxx,v
-retrieving revision 1.6
-diff -u -r1.6 LockSequence.cxx
 ucb/source/ucp/webdav/LockSequence.cxx 27 Jan 2005 12:13:09 -  
1.6
-+++ ucb/source/ucp/webdav/LockSequence.cxx 14 Aug 2005 02:51:49 -
-@@ -62,8 +62,12 @@
- #include 
- 
- #ifndef NE_XML_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- 
- #ifndef _LOCKSEQUENCE_HXX_
- #include "LockSequence.hxx"
-Index: ucb/source/ucp/webdav/NeonSession.cxx
-===
-RCS file: /cvs/ucb/ucb/source/ucp/webdav/NeonSession.cxx,v
-retrieving revision 1.34
-diff -u -r1.34 NeonSession.cxx
 ucb/source/ucp/webdav/NeonSession.cxx  27 Jan 2005 12:13:44 -  
1.34
-+++ ucb/source/ucp/webdav/NeonSession.cxx  14 Aug 2005 02:51:50 -
-@@ -62,17 +62,33 @@
- #include 
- 
- #ifndef NE_SOCKET_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- #ifndef NE_AUTH_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- #ifndef NE_REDIRECT_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- #ifndef NE_LOCKS_H
-+#ifdef SYSTEM_NEON
-+#include 
-+#else
- #include 
- #endif
-+#endif
- 
- #ifndef _RTL_USTRBUF_HXX_
- #include 
-Index: ucb/source/ucp/webdav/NeonTypes.hxx
-===
-RC

experimental/asari openoffice.org.info.m4,NONE,1.1 openoffice.org.testmirrors.sh,1.2,1.3 openoffice.org.info,1.35,NONE openoffice.org.splitoff.in,1.6,NONE

2006-01-28 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20924

Modified Files:
openoffice.org.testmirrors.sh 
Added Files:
openoffice.org.info.m4 
Removed Files:
openoffice.org.info openoffice.org.splitoff.in 
Log Message:
Integrate 10.3/10.4-transitional/10.4 into one file using m4.

Index: openoffice.org.testmirrors.sh
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.testmirrors.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org.testmirrors.sh   21 Oct 2005 01:13:00 -  1.2
+++ openoffice.org.testmirrors.sh   28 Jan 2006 14:02:18 -  1.3
@@ -1,28 +1,45 @@
 #!/bin/sh -e
 
-INFOFILE=${INFOFILE:-openoffice.org.info}
-TMPFILE=`/usr/bin/mktemp /tmp/\`basename $0\`.XX`
+: ${INFOFILE="openoffice.org.info.m4"}
+: ${M4="/usr/bin/m4"}
+: ${CURL="/usr/bin/curl"}
+myname=`basename $0`
 
-hosts=$(/usr/bin/sed -n 's/\(#*\)\(...\)-\(..\): \(.*\)$/\1,[\2-\3],\4/p' 
${INFOFILE})
-version=`/usr/bin/sed -n -e 's/^Version: \(.*\)$/\1/p' "$INFOFILE"`
-source=`/usr/bin/sed -n -e "s/%v/$version/g" -e 's/^Source: 
mirror:custom:\(.*\)$/\1/p' "$INFOFILE"`
+if test -x "/usr/bin/mktemp"; then
+  tmpdir=`/usr/bin/mktemp -d "/tmp/$myname."`
+  # Just in case
+  test -n "$tmpdir" || exit 1
+else
+  tmpdir=/tmp/$myname.$$
+  mkdir "$tmpdir"
+fi
+trap 'rm -f "$tmpdir"/*.tmp; rmdir "$tmpdir"' 0
 
-for host in ${hosts[*]}; do
-  disabled=`[ -n "$(echo $host | /usr/bin/cut -d, -f1)" ] && echo "DISABLED " 
|| true`
-  area=`echo $host | /usr/bin/cut -d, -f2`
-  url=`echo $host | /usr/bin/cut -d, -f3`
-  outputfile=`/usr/bin/mktemp "${TMPFILE}"XXX`
-  echo $outputfile >> "${TMPFILE}"
-  echo "${disabled}${area} ${url}" >"$outputfile"
-  /usr/bin/curl -fILsS "${url}${source}" >>"$outputfile" 2>&1 &
-done
+case x${SNAPSHOT+set} in
+  xset) mode=DumpSnapshotMirrors;;
+  x) mode=DumpMirrors;;
+esac
+$M4 -B32768 -S200 -DMODE=$mode "$INFOFILE" > "$tmpdir/mirrors.tmp"
 
-wait
+exec 3< "$tmpdir/mirrors.tmp"
+read version sourcespec <&3
+source=`echo "$sourcespec" | sed "s/%v/$version/g"`
+seq=1
+while read enabled area url; do
+  outputfile=`printf '%s/HEAD%03d.tmp' "$tmpdir" $seq`
+  seq=`expr $seq + 1`
+  case $enabled in
+1) disabled=;;
+0) disabled="DISABLED ";;
+*) exit 1;;
+  esac
+  {
+echo
+echo "${disabled}[${area}] ${url}"
+$CURL -fILsS "${url}${source}" 2>&1 &
+  } > "$outputfile"
+done <&3
 
-for file in `/bin/cat "${TMPFILE}"`; do
-  /bin/cat "$file"
-  echo
-  /bin/rm "$file"
-done
+wait
 
-/bin/rm "${TMPFILE}"
+cat "$tmpdir"/HEAD*.tmp | tr -d '\r'

--- NEW FILE: openoffice.org.info.m4 ---
divert(-1)
changequote([, ])
dnl $Id: openoffice.org.info.m4,v 1.1 2006/01/28 14:02:18 aida_s Exp $
dnl Usage: m4 -B32768 -S200 -DTREE=xxx [-DMODE=DumpMirrors|DumpSnapshotMirrors] 
openoffice.org.info.m4

dnl ### Configurations ###
define([BASEVERSION], [[2.0.1]])
define([SNAPSHOT], [[m152]])
define([SOURCE_MD5], [[de893aa3bbd15022089abafbd8a2e623]])
define([TREE_TO_REVISION],
  [[[10.3], [1]], [[10.4-transitional], [101]], [[10.4], [201]]])
define([REVISION_SUFFIX],[])
ifdef([USE_FINK_PYTHON],,
 [define([USE_FINK_PYTHON], 1)])
define([RELEASE_SOURCE], [[stable/%v/OOo_%v_src.tar.gz]])
define([SNAPSHOT_SOURCE], [[OOo_SRC680_]SNAPSHOT[_source.tar.bz2]])

define([LANGUAGES], [[af], [ar], [be-BY], [bg], [bn], [bn-BD],
 [bn-IN], [br], [bs], [ca], [cs], [cy], [da], [de], [el], [en-GB],
 [en-ZA], [eo], [es], [et], [eu], [fi], [fr], [ga], [gl], [gu-IN],
 [he], [hi-IN], [hr], [hu], [it], [ja], [km], [kn-IN], [ko], [lo],
 [lt], [lv], [mk], [ms], [nb], [ne], [nl], [nn], [nr], [ns],
 [pa-IN], [pl], [pt], [pt-BR], [ru], [rw], [sh-YU], [sk], [sl],
 [sr-CS], [ss], [st], [sv], [sw], [sw-TZ], [sx], [ta-IN], [th],
 [tn], [tr], [ts], [ve], [vi], [xh], [zh-CN], [zh-TW], [zu]])

define([RELEASE_MIRRORS], [
 [0, [aus-AU], [http://openoffice.mirrors.ilisys.com.au/]],
 [1, [aus-AU], [ftp://mirror.pacific.net.au/OpenOffice/]],
 [0, [aus-AU], [http://mirror.pacific.net.au/openoffice/]],
 [1, [aus-AU], [ftp://ftp.planetmirror.com/pub/openoffice/]],
 [1, [aus-AU], [http://public.planetmirror.com/pub/openoffice/]],
 [1, [eur-AT], [http://gd.tuwien.ac.at/office/openoffice/]],
 [1, [eur-AT], [ftp://gd.tuwien.ac.at/office/openoffice/]],
 [1, [eur-BE], [http://ftp.belnet.be/pub/mirror/ftp.openoffice.org/]],
 [1, [eur-BE], [ftp://ftp.scarlet.be/pub/openoffice/]],
 [1, [eur-BE], [http://ftp.scarlet.be/pub/openoffice/]],
 [1, [eur-BE], [ftp://ftp.openoffice.skynet.be/pub/ftp.openoffice.org/]],
 [1, [eur-BE], [ftp://ftp.kulnet.kuleuven.ac.be/pub/mirror/openoffice.org/]],
 [1, [sam-BR], [http://linorg.usp.br/OpenOffice.org/]],
 [1, [sam-BR], [ftp://ftp.pucpr.br/openoffice/]],
 [1, [eur-BG], [http://ftp.spnet.net/openoffice/]],
 [1, [eur-BG], [ftp://ftp.spnet.net/openoffice/]],
 [1, [nam-CA], [ftp://openoffice.mirror.rafal.ca/openoffice/]],
 [1, [nam-CA], 

experimental/asari openoffice.org.mksplitoffs.sh,1.5,NONE

2006-01-28 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21209

Removed Files:
openoffice.org.mksplitoffs.sh 
Log Message:
no more used

--- openoffice.org.mksplitoffs.sh DELETED ---



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=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.1,1.2

2006-01-30 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21927

Modified Files:
openoffice.org.info.m4 
Log Message:
kiss

Index: openoffice.org.info.m4
===
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.info.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openoffice.org.info.m4  28 Jan 2006 14:02:18 -  1.1
+++ openoffice.org.info.m4  30 Jan 2006 23:49:33 -  1.2
@@ -1,160 +1,23 @@
 divert(-1)
 changequote([, ])
 dnl $Id$
-dnl Usage: m4 -B32768 -S200 -DTREE=xxx 
[-DMODE=DumpMirrors|DumpSnapshotMirrors] openoffice.org.info.m4
+dnl Usage: m4 -DTREE=xxx [-DMODE=Normal|DumpMirrors|DumpSnapshotMirrors] 
openoffice.org.info.m4
 
 dnl ### Configurations ###
+ifdef([MODE],,
+ [define([MODE], [Normal])])
 define([BASEVERSION], [[2.0.1]])
 define([SNAPSHOT], [[m152]])
 define([SOURCE_MD5], [[de893aa3bbd15022089abafbd8a2e623]])
-define([TREE_TO_REVISION],
-  [[[10.3], [1]], [[10.4-transitional], [101]], [[10.4], [201]]])
+define([REVISION_10_3], 1)
+define([REVISION_10_4_TRANSITIONAL], 101)
+define([REVISION_10_4], 201)
 define([REVISION_SUFFIX],[])
 ifdef([USE_FINK_PYTHON],,
  [define([USE_FINK_PYTHON], 1)])
 define([RELEASE_SOURCE], [[stable/%v/OOo_%v_src.tar.gz]])
 define([SNAPSHOT_SOURCE], [[OOo_SRC680_]SNAPSHOT[_source.tar.bz2]])
 
-define([LANGUAGES], [[af], [ar], [be-BY], [bg], [bn], [bn-BD],
- [bn-IN], [br], [bs], [ca], [cs], [cy], [da], [de], [el], [en-GB],
- [en-ZA], [eo], [es], [et], [eu], [fi], [fr], [ga], [gl], [gu-IN],
- [he], [hi-IN], [hr], [hu], [it], [ja], [km], [kn-IN], [ko], [lo],
- [lt], [lv], [mk], [ms], [nb], [ne], [nl], [nn], [nr], [ns],
- [pa-IN], [pl], [pt], [pt-BR], [ru], [rw], [sh-YU], [sk], [sl],
- [sr-CS], [ss], [st], [sv], [sw], [sw-TZ], [sx], [ta-IN], [th],
- [tn], [tr], [ts], [ve], [vi], [xh], [zh-CN], [zh-TW], [zu]])
-
-define([RELEASE_MIRRORS], [
- [0, [aus-AU], [http://openoffice.mirrors.ilisys.com.au/]],
- [1, [aus-AU], [ftp://mirror.pacific.net.au/OpenOffice/]],
- [0, [aus-AU], [http://mirror.pacific.net.au/openoffice/]],
- [1, [aus-AU], [ftp://ftp.planetmirror.com/pub/openoffice/]],
- [1, [aus-AU], [http://public.planetmirror.com/pub/openoffice/]],
- [1, [eur-AT], [http://gd.tuwien.ac.at/office/openoffice/]],
- [1, [eur-AT], [ftp://gd.tuwien.ac.at/office/openoffice/]],
- [1, [eur-BE], [http://ftp.belnet.be/pub/mirror/ftp.openoffice.org/]],
- [1, [eur-BE], [ftp://ftp.scarlet.be/pub/openoffice/]],
- [1, [eur-BE], [http://ftp.scarlet.be/pub/openoffice/]],
- [1, [eur-BE], [ftp://ftp.openoffice.skynet.be/pub/ftp.openoffice.org/]],
- [1, [eur-BE], [ftp://ftp.kulnet.kuleuven.ac.be/pub/mirror/openoffice.org/]],
- [1, [sam-BR], [http://linorg.usp.br/OpenOffice.org/]],
- [1, [sam-BR], [ftp://ftp.pucpr.br/openoffice/]],
- [1, [eur-BG], [http://ftp.spnet.net/openoffice/]],
- [1, [eur-BG], [ftp://ftp.spnet.net/openoffice/]],
- [1, [nam-CA], [ftp://openoffice.mirror.rafal.ca/openoffice/]],
- [1, [nam-CA], [http://openoffice.mirror.rafal.ca/]],
- [1, [nam-CA], [http://gulus.USherbrooke.ca/pub/appl/openoffice/]],
- [1, [eur-CZ], [http://ftp.sh.cvut.cz/MIRRORS/OpenOffice/]],
- [1, [eur-CZ], [ftp://ftp.sh.cvut.cz/MIRRORS/OpenOffice/]],
- [1, [eur-DK], [http://mirrors.dotsrc.org/openoffice/]],
- [1, [eur-DK], [ftp://mirrors.dotsrc.org/openoffice/]],
- [1, [eur-EE], [http://openoffice.offline.ee/]],
- [1, [eur-FI], [ftp://ftp.funet.fi/pub/mirrors/openoffice.org/]],
- [0, [eur-FR], [ftp://openoffice.cict.fr/openoffice/]],
- [1, [eur-FR], [ftp://ftp.free.fr/mirrors/ftp.openoffice.org/]],
- [1, [eur-DE], [ftp://ftp.tu-chemnitz.de/pub/openoffice/]],
- [1, [eur-DE], [ftp://ftp.gwdg.de/pub/misc/openoffice/]],
- [1, [eur-DE], 
[ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/OpenOffice/]],
- [1, [eur-DE], [ftp://ftp.leo.org/pub/openoffice/]],
- [1, [eur-DE], [http://ftp.leo.org/pub/openoffice/]],
- [1, [eur-DE], [ftp://ftp.uni-muenster.de/pub/software/OpenOffice/]],
- [1, [eur-DE], [ftp://openoffice.tu-bs.de/OpenOffice.org/]],
- [1, [eur-DE], [ftp://ftp.stardiv.de/pub/OpenOffice.org/]],
- [1, [eur-DE], [http://ftp.stardiv.de/pub/OpenOffice.org/]],
- [1, [eur-DE], 
[ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.openoffice.org/]],
- [1, [eur-DE], [http://mirror.xaranet.de/openoffice/]],
- [1, [eur-GR], [http://www.ellak.gr/pub/openoffice/]],
- [1, [eur-GR], [http://ftp.ntua.gr/pub/OpenOffice/]],
- [1, [eur-GR], [ftp://ftp.ntua.gr/pub/OpenOffice/]],
- [1, [eur-HU], [http://ftp.fsf.hu/OpenOffice.org/]],
- [1, [eur-HU], [ftp://ftp.fsf.hu/OpenOffice.org/]],
- [1, [eur-IS], [ftp://ftp.rhnet.is/pub/OpenOffice/]],
- [1, [eur-IS], [http://ftp.rhnet.is/pub/OpenOffice/]],
- [1, [asi-ID], [http://openoffice.ugm.ac.id/]],
- [1, [asi-ID], [ftp://kambing.vlsm.org/openoffice/]],
- [1, [asi-ID], [http://kambing.vlsm.org/openoffice/]],
- [1, [eur-IE], [ftp://ftp.heanet.ie/mirrors/openoffice.org/]],
- [1, [eur-IE], [http://ftp.heanet.ie/mirrors/o

[cvs] dists/10.4/unstable/main/finkinfo/editors emacs22-carbon.info, 1.4, 1.5 emacs22-carbon.patch, 1.2, 1.3

2007-06-08 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv1255/10.4/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info emacs22-carbon.patch 
Log Message:
Emacs 22.1 with newer patches from MacEmacs JP project.


Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- emacs22-carbon.info 20 Mar 2006 09:48:50 -  1.4
+++ emacs22-carbon.info 8 Jun 2007 17:43:28 -   1.5
@@ -1,30 +1,32 @@
 Package: emacs22-carbon
-Version: 22.0.50.cvs20060316
-Revision: 1001
-BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.2)
-Depends: emacsen-common, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006), passwd, macosx
+Version: 22.1
+Revision: 1
+BuildDepends: libncurses5, fink (>= 0.24.2)
+Depends: emacsen-common, ncurses, libncurses5-shlibs, passwd, macosx
 Provides: emacsen
-Source: http://www.j10n.org/files/emacs-%v.tar.bz2
-Source-MD5: 064017da151f696b84a00b07c80d888e
-Source2: 
http://downloads.sourceforge.jp/macemacsjp/19409/inline_patch-20060319.tar.gz
-Source2-MD5: 420dc2bf2899a1e0a33391ae3ba8a404
-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
+Source: mirror:gnu:emacs/emacs-%v.tar.gz
+Source-MD5: 6949df37caec2d7a2e0eee3f1b422726
+Source2: 
http://downloads.sourceforge.jp/macemacsjp/25700/inline_patch-1.0.0.tar.gz
+Source2-MD5: ebc70f5a148d908b5b5435bad6b966f0
+Source3: 
http://downloads.sourceforge.jp/macemacsjp/24136/transparency-3.0.0.tar.gz
+Source3-MD5: 32ec78ce70a85b3fb9cc409ab2a96fbb
+Source4: 
http://downloads.sourceforge.jp/macemacsjp/25668/fixed-width-fontset.1.0.0.tar.gz
+Source4-MD5: ef2d0b570d408e256a11ca73a8877d64
 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
+Source6: http://downloads.sourceforge.jp/macemacsjp/23457/utf-8m.el
+Source6Rename: utf-8m-20070105.el
+Source6-MD5: 779d181fa3b5ba5b2b30f1ec8aa995e7
+Source7: http://downloads.sourceforge.jp/macemacsjp/24135/hide_menubar.tar.gz
+Source7Rename: hide_menubar-0.2.0.tar.gz
+Source7-MD5: df47c265c220ed6ea4aaf4f5887772fb
 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
+  ../transparency*/readme:transparency.readme
+  ../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
@@ -33,18 +35,19 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbon
+v=`echo "%v"|sed 's/\.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
-/usr/bin/patch -p0 -i ../inline_patch-*/emacs-inline.patch
-/usr/bin/patch -p0 -i ../transparency2/transparency2.patch
+sed 's/:init-value t/:init-value nil/;s/mac_input_method_mode = 
1/mac_input_method_mode = 0/' ../inline_patch-*/emacs-inline.patch | patch -p0
+/usr/bin/patch -p0 -i ../transparency*/transparency*.patch
 mkdir finktmp
-cp ../fixed-width-fontset/carbon-font.el 
../fixed-width-fontset/fixed-width-fontset.el finktmp
+cp ../fixed-width-fontset.*/carbon-font.el 
../fixed-width-fontset.*/fixed-width-fontset.el finktmp
 /usr/bin/patch -p0 -i ../mac-functions-*.patch
 cp ../utf-8m-*.el finktmp/utf-8m.el
+/usr/bin/patch -p1 -i ../hide_menubar.patch
 <<
 
 SetMAKEFLAGS: -j1
@@ -55,8 +58,9 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbon
+v=`echo "%v"|sed 's/\.cvs.*$//'`-carbon
 
+set +v
 case `uname -r` in
 7.*)
 if fgrep -q '7.0.4' 
/System/Library/Frameworks/QuickTime.framework/Resources/version.plist; then
@@ -66,6 +70,7 @@
 exit 1
 fi;;
 esac
+set -v
 ./configure %c
 # Sync .elc's with patched .el's
 (cd src && make bootstrap) || exit
@@ -83,7 +88,7 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbo

[cvs] dists/10.3/unstable/main/finkinfo/editors emacs22-carbon.info, 1.5, 1.6 emacs22-carbon.patch, 1.2, 1.3

2007-06-08 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv1255/10.3/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info emacs22-carbon.patch 
Log Message:
Emacs 22.1 with newer patches from MacEmacs JP project.


Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- emacs22-carbon.info 20 Mar 2006 09:48:50 -  1.5
+++ emacs22-carbon.info 8 Jun 2007 17:43:28 -   1.6
@@ -1,30 +1,32 @@
 Package: emacs22-carbon
-Version: 22.0.50.cvs20060316
-Revision: 2
-BuildDepends: libncurses5, fink (>= 0.24.2)
-Depends: emacsen-common, ncurses, libncurses5-shlibs, passwd, macosx
+Version: 22.1
+Revision: 1001
+BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.2)
+Depends: emacsen-common, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006), passwd, macosx
 Provides: emacsen
-Source: http://www.j10n.org/files/emacs-%v.tar.bz2
-Source-MD5: 064017da151f696b84a00b07c80d888e
-Source2: 
http://downloads.sourceforge.jp/macemacsjp/19409/inline_patch-20060319.tar.gz
-Source2-MD5: 420dc2bf2899a1e0a33391ae3ba8a404
-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
+Source: mirror:gnu:emacs/emacs-%v.tar.gz
+Source-MD5: 6949df37caec2d7a2e0eee3f1b422726
+Source2: 
http://downloads.sourceforge.jp/macemacsjp/25700/inline_patch-1.0.0.tar.gz
+Source2-MD5: ebc70f5a148d908b5b5435bad6b966f0
+Source3: 
http://downloads.sourceforge.jp/macemacsjp/24136/transparency-3.0.0.tar.gz
+Source3-MD5: 32ec78ce70a85b3fb9cc409ab2a96fbb
+Source4: 
http://downloads.sourceforge.jp/macemacsjp/25668/fixed-width-fontset.1.0.0.tar.gz
+Source4-MD5: ef2d0b570d408e256a11ca73a8877d64
 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
+Source6: http://downloads.sourceforge.jp/macemacsjp/23457/utf-8m.el
+Source6Rename: utf-8m-20070105.el
+Source6-MD5: 779d181fa3b5ba5b2b30f1ec8aa995e7
+Source7: http://downloads.sourceforge.jp/macemacsjp/24135/hide_menubar.tar.gz
+Source7Rename: hide_menubar-0.2.0.tar.gz
+Source7-MD5: df47c265c220ed6ea4aaf4f5887772fb
 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
+  ../transparency*/readme:transparency.readme
+  ../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
@@ -33,18 +35,19 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbon
+v=`echo "%v"|sed 's/\.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
-/usr/bin/patch -p0 -i ../inline_patch-*/emacs-inline.patch
-/usr/bin/patch -p0 -i ../transparency2/transparency2.patch
+sed 's/:init-value t/:init-value nil/;s/mac_input_method_mode = 
1/mac_input_method_mode = 0/' ../inline_patch-*/emacs-inline.patch | patch -p0
+/usr/bin/patch -p0 -i ../transparency*/transparency*.patch
 mkdir finktmp
-cp ../fixed-width-fontset/carbon-font.el 
../fixed-width-fontset/fixed-width-fontset.el finktmp
+cp ../fixed-width-fontset.*/carbon-font.el 
../fixed-width-fontset.*/fixed-width-fontset.el finktmp
 /usr/bin/patch -p0 -i ../mac-functions-*.patch
 cp ../utf-8m-*.el finktmp/utf-8m.el
+/usr/bin/patch -p1 -i ../hide_menubar.patch
 <<
 
 SetMAKEFLAGS: -j1
@@ -55,8 +58,9 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbon
+v=`echo "%v"|sed 's/\.cvs.*$//'`-carbon
 
+set +v
 case `uname -r` in
 7.*)
 if fgrep -q '7.0.4' 
/System/Library/Frameworks/QuickTime.framework/Resources/version.plist; then
@@ -66,6 +70,7 @@
 exit 1
 fi;;
 esac
+set -v
 ./configure %c
 # Sync .elc's with patched .el's
 (cd src && make bootstrap) || exit
@@ -83,7 +88,7 @@
 #!/bin/sh -ev
 
 # Remove CVS date from version number (%v) and append '-carbon' suffix
-v=`expr "%v" : '\(.*\)\.cvs'`-carbo

[cvs] dists/10.3/unstable/main/finkinfo/editors emacs22-carbon.info, 1.6, 1.7

2007-06-08 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv8701/10.3/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info 
Log Message:
I committed 1001 in 10.3 and 1 in 10.4 by mistake; add 2000 to Revision.


Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- emacs22-carbon.info 8 Jun 2007 17:43:28 -   1.6
+++ emacs22-carbon.info 9 Jun 2007 00:56:56 -   1.7
@@ -1,8 +1,9 @@
 Package: emacs22-carbon
 Version: 22.1
-Revision: 1001
-BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.2)
-Depends: emacsen-common, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006), passwd, macosx
+# I committed 1001 in 10.3 and 1 in 10.4 by mistake; add 2000 to Revision.
+Revision: 2001
+BuildDepends: libncurses5, fink (>= 0.24.2)
+Depends: emacsen-common, ncurses, libncurses5-shlibs, passwd, macosx
 Provides: emacsen
 Source: mirror:gnu:emacs/emacs-%v.tar.gz
 Source-MD5: 6949df37caec2d7a2e0eee3f1b422726


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/editors emacs22-carbon.info, 1.5, 1.6

2007-06-08 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv8701/10.4/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info 
Log Message:
I committed 1001 in 10.3 and 1 in 10.4 by mistake; add 2000 to Revision.


Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- emacs22-carbon.info 8 Jun 2007 17:43:28 -   1.5
+++ emacs22-carbon.info 9 Jun 2007 00:56:56 -   1.6
@@ -1,8 +1,9 @@
 Package: emacs22-carbon
 Version: 22.1
-Revision: 1
-BuildDepends: libncurses5, fink (>= 0.24.2)
-Depends: emacsen-common, ncurses, libncurses5-shlibs, passwd, macosx
+# I committed 1001 in 10.3 and 1 in 10.4 by mistake; add 2000 to Revision.
+Revision: 3001
+BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.2)
+Depends: emacsen-common, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs 
(>= 5.4-20041023-1006), passwd, macosx
 Provides: emacsen
 Source: mirror:gnu:emacs/emacs-%v.tar.gz
 Source-MD5: 6949df37caec2d7a2e0eee3f1b422726


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/editors emacs22-carbon.info, 1.6, 1.7

2007-06-18 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv561/10.4/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info 
Log Message:
fix typo in DescUsage (not incrementing Revision)

Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- emacs22-carbon.info 9 Jun 2007 00:56:56 -   1.6
+++ emacs22-carbon.info 18 Jun 2007 13:10:07 -  1.7
@@ -254,7 +254,7 @@
 (if (eq window-system 'mac)
 (mac-input-method-mode t))
 There are some problems around "inline patch"; Japanese people may prefer
-emacs22-carbon-22.0.50.cvs20060319.
+emacs22-carbon-22.0.50.cvs20060316.
 <<
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/editors emacs22-carbon.info, 1.7, 1.8

2007-06-18 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs17:/tmp/cvs-serv561/10.3/unstable/main/finkinfo/editors

Modified Files:
emacs22-carbon.info 
Log Message:
fix typo in DescUsage (not incrementing Revision)

Index: emacs22-carbon.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/emacs22-carbon.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- emacs22-carbon.info 9 Jun 2007 00:56:56 -   1.7
+++ emacs22-carbon.info 18 Jun 2007 13:10:03 -  1.8
@@ -254,7 +254,7 @@
 (if (eq window-system 'mac)
 (mac-input-method-mode t))
 There are some problems around "inline patch"; Japanese people may prefer
-emacs22-carbon-22.0.50.cvs20060319.
+emacs22-carbon-22.0.50.cvs20060316.
 <<
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/x11 mlterm.info,1.6,1.7

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3327/10.3/stable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
fink validate

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mlterm.info 18 Jul 2006 12:38:40 -  1.6
+++ mlterm.info 8 Apr 2007 04:33:43 -   1.7
@@ -22,8 +22,7 @@
 Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
 Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: <<
-#!/bin/sh
-set -ex
+#!/bin/sh -ex
 patch -p1 < %a/%n.patch
 gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 mlterm.info,1.4,1.5

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3327/10.4/unstable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
fink validate

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mlterm.info 18 Jul 2006 12:38:48 -  1.4
+++ mlterm.info 8 Apr 2007 04:33:44 -   1.5
@@ -22,8 +22,7 @@
 Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
 Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: <<
-#!/bin/sh
-set -ex
+#!/bin/sh -ex
 patch -p1 < %a/%n.patch
 gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/x11 mlterm.info,1.10,1.11

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3327/10.3/unstable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
fink validate

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mlterm.info 18 Jul 2006 12:38:42 -  1.10
+++ mlterm.info 8 Apr 2007 04:33:43 -   1.11
@@ -22,8 +22,7 @@
 Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
 Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
 PatchScript: <<
-#!/bin/sh
-set -ex
+#!/bin/sh -ex
 patch -p1 < %a/%n.patch
 gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/x11 mlterm.info,1.7,1.8

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.3/stable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
glib2 -> glib2-shlibs

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mlterm.info 8 Apr 2007 04:33:43 -   1.7
+++ mlterm.info 8 Apr 2007 04:42:30 -   1.8
@@ -1,20 +1,20 @@
 Package: mlterm
 Version: 2.9.2
-Revision: 6
+Revision: 7
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
 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),
+  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
   gettext-dev, gettext-tools, libiconv-dev,
   pkgconfig, autoconf, 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),
+  gtk+2, atk1-shlibs (>= 1.6.0-1), glib2-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
   gettext, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/x11 mlterm.info,1.11,1.12

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.3/unstable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
glib2 -> glib2-shlibs

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mlterm.info 8 Apr 2007 04:33:43 -   1.11
+++ mlterm.info 8 Apr 2007 04:42:30 -   1.12
@@ -1,20 +1,20 @@
 Package: mlterm
 Version: 2.9.2
-Revision: 6
+Revision: 7
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
 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),
+  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
   gettext-dev, gettext-tools, libiconv-dev,
   pkgconfig, autoconf, 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),
+  gtk+2, atk1-shlibs (>= 1.6.0-1), glib2-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
   gettext, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text ghostscript-esp.info, 1.3, 1.4

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.4/unstable/main/finkinfo/text

Modified Files:
ghostscript-esp.info 
Log Message:
glib2 -> glib2-shlibs

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ghostscript-esp.info6 Mar 2006 19:29:12 -   1.3
+++ ghostscript-esp.info8 Apr 2007 04:42:30 -   1.4
@@ -1,9 +1,9 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 27
+Revision: 28
 Description: Enhanced GNU Ghostscript with better CJK and printer support
-Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
-BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
+Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2-shlibs (>= 2.12.0-1)
+BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev (>= 2.12.0-1), pkgconfig
 Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7, system-ghostscript, system-ghostscript8, system-ghostscript6
 Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7
 Provides: ghostscript


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text ghostscript-esp.info, 1.3, 1.4

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.3/unstable/main/finkinfo/text

Modified Files:
ghostscript-esp.info 
Log Message:
glib2 -> glib2-shlibs

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ghostscript-esp.info6 Mar 2006 19:22:57 -   1.3
+++ ghostscript-esp.info8 Apr 2007 04:42:30 -   1.4
@@ -1,9 +1,9 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 27
+Revision: 28
 Description: Enhanced GNU Ghostscript with better CJK and printer support
-Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2
-BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev, pkgconfig
+Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2-shlibs (>= 2.12.0-1)
+BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev (>= 2.12.0-1), pkgconfig
 Conflicts: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7, system-ghostscript, system-ghostscript8, system-ghostscript6
 Replaces: ghostscript, ghostscript-nox, ghostscript6, ghostscript6-nox, 
ghostscript7
 Provides: ghostscript


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/x11 mlterm.info,1.4,1.5

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.4/stable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
glib2 -> glib2-shlibs

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mlterm.info 4 Mar 2007 02:50:30 -   1.4
+++ mlterm.info 8 Apr 2007 04:42:30 -   1.5
@@ -1,20 +1,20 @@
 Package: mlterm
 Version: 2.9.2
-Revision: 1006
+Revision: 1007
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
 BuildDepends: <<
   fribidi-dev, libjpeg, libpng3, libtiff, giflib,
   x11-dev, fontconfig1-dev, xft2-dev,
-  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.6.6-), pango1-xft2-dev (>= 
1.4.0-1),
+  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
   gettext-dev, gettext-tools, libiconv-dev,
   pkgconfig, autoconf, 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.6.6-), pango1-xft2 (>= 
1.4.0-1),
+  gtk+2, atk1-shlibs (>= 1.6.0-1), glib2-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
   gettext, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 mlterm.info,1.5,1.6

2007-04-07 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6898/10.4/unstable/main/finkinfo/x11

Modified Files:
mlterm.info 
Log Message:
glib2 -> glib2-shlibs

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mlterm.info 8 Apr 2007 04:33:44 -   1.5
+++ mlterm.info 8 Apr 2007 04:42:30 -   1.6
@@ -1,20 +1,20 @@
 Package: mlterm
 Version: 2.9.2
-Revision: 1006
+Revision: 1007
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
 BuildDepends: <<
   fribidi-dev, libjpeg, libpng3, libtiff, giflib,
   x11-dev, fontconfig1-dev, xft2-dev,
-  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.6.6-), pango1-xft2-dev (>= 
1.4.0-1),
+  gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
   gettext-dev, gettext-tools, libiconv-dev,
   pkgconfig, autoconf, 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.6.6-), pango1-xft2 (>= 
1.4.0-1),
+  gtk+2, atk1-shlibs (>= 1.6.0-1), glib2-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
   gettext, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text ghostscript-esp.info, 1.4, 1.5 ghostscript-esp.patch, 1.2, 1.3

2007-04-10 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17316/10.4/unstable/main/finkinfo/text

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
/usr/bin/type does not exist in 10.3. Use bash builtin type command instead.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ghostscript-esp.patch   28 Feb 2006 08:58:55 -  1.2
+++ ghostscript-esp.patch   10 Apr 2007 11:08:37 -  1.3
@@ -716,7 +716,7 @@
 +
 +function get_cups_location () {
 +
-+  if /usr/bin/type cups-config >/dev/null 2>&1
++  if type cups-config >/dev/null 2>&1
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ghostscript-esp.info8 Apr 2007 04:42:30 -   1.4
+++ ghostscript-esp.info10 Apr 2007 11:08:37 -  1.5
@@ -1,6 +1,6 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 28
+Revision: 29
 Description: Enhanced GNU Ghostscript with better CJK and printer support
 Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2-shlibs (>= 2.12.0-1)
 BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev (>= 2.12.0-1), pkgconfig


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text ghostscript-esp.info, 1.4, 1.5 ghostscript-esp.patch, 1.2, 1.3

2007-04-10 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17316/10.3/unstable/main/finkinfo/text

Modified Files:
ghostscript-esp.info ghostscript-esp.patch 
Log Message:
/usr/bin/type does not exist in 10.3. Use bash builtin type command instead.

Index: ghostscript-esp.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ghostscript-esp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ghostscript-esp.patch   28 Feb 2006 08:57:47 -  1.2
+++ ghostscript-esp.patch   10 Apr 2007 11:08:37 -  1.3
@@ -716,7 +716,7 @@
 +
 +function get_cups_location () {
 +
-+  if /usr/bin/type cups-config >/dev/null 2>&1
++  if type cups-config >/dev/null 2>&1
 +  then
 +  CUPSSERVER=`cups-config --serverbin`
 +  CUPSCONFIG=`cups-config --serverroot`

Index: ghostscript-esp.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/ghostscript-esp.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ghostscript-esp.info8 Apr 2007 04:42:30 -   1.4
+++ ghostscript-esp.info10 Apr 2007 11:08:37 -  1.5
@@ -1,6 +1,6 @@
 Package: ghostscript-esp
 Version: 7.07.1
-Revision: 28
+Revision: 29
 Description: Enhanced GNU Ghostscript with better CJK and printer support
 Depends: x11, ghostscript-fonts, libpng3-shlibs (>= 1.2.5-3), gettext, 
applesystemfonts, appleotffonts, ipafonts, glib2-shlibs (>= 2.12.0-1)
 BuildDepends: x11-dev, libpng3 (>= 1.2.5-3), gimp-print-dev | gimp-print7-dev, 
cups-dev, gettext-dev, glib2-dev (>= 2.12.0-1), pkgconfig


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages ocaml.info,1.6,1.7

2007-04-11 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21401

Modified Files:
ocaml.info 
Log Message:
Don't even compile elisps

Index: ocaml.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ocaml.info  20 Oct 2006 20:36:59 -  1.6
+++ ocaml.info  11 Apr 2007 10:48:30 -  1.7
@@ -1,6 +1,6 @@
 Package: ocaml
 Version: 3.09.3
-Revision: 1
+Revision: 2
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006)
 Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)
@@ -32,14 +32,7 @@
 
  ranlib %i/lib/ocaml/camlp4/gramlib.a
 
- (cd emacs; make install BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)
- rm %i/share/emacs/site-lisp/caml-emacs.elc
- rm %i/share/emacs/site-lisp/caml-help.elc
- rm %i/share/emacs/site-lisp/caml-types.elc
- rm %i/share/emacs/site-lisp/caml-xemacs.elc
- rm %i/share/emacs/site-lisp/caml.elc
- rm %i/share/emacs/site-lisp/camldebug.elc
- rm %i/share/emacs/site-lisp/inf-caml.elc
+ (cd emacs; make install-el BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)
 
  mkdir -p %i/share/info
  cp ../infoman/ocaml.info* %i/share/info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/languages ocaml.info,1.8,1.9

2007-04-11 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22232

Modified Files:
ocaml.info 
Log Message:
Sync with 10.4

Index: ocaml.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ocaml.info  2 Dec 2005 04:11:10 -   1.8
+++ ocaml.info  11 Apr 2007 10:50:33 -  1.9
@@ -1,36 +1,26 @@
 Package: ocaml
-Version: 3.08
+Version: 3.09.3
 Revision: 2
 Description: Latest implementation of Caml dialect of ML
-DescDetail: <<
-The main novelties compared with its ancestor, Caml Light, are: 
-1) Full support for objects and classes -- 
-here combined for the first time with ML-style type reconstruction.
-2) A powerful module calculus in the style of Standard ML
-(but retaining separate compilation).
-3) A high-performance native code compiler 
-(in addition to a Caml Light-style bytecode compiler).
-<<
-BuildDepends: tcltk-dev, x11-dev, libncurses5
-Depends: tcltk, x11, libncurses5-shlibs
+BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006)
+Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)
 DescPort: Uses custom configure script.
 SetMAKEFLAGS: -j1
 NoSetMAKEFLAGS: true
-Source: http://caml.inria.fr/distrib/%n-%v/%n-%v.0.tar.gz
-SourceDirectory: %n-%v.0
-Source2: http://caml.inria.fr/distrib/%n-%v/%n-%v-refman.pdf
-Source3: http://caml.inria.fr/distrib/%n-%v/%n-%v-refman.html.tar.gz
-Source4: http://caml.inria.fr/distrib/%n-%v/%n-%v-refman.info.tar.gz
-Source3-MD5: 0daee5643db6960682c1a7d84467885f
-Source4-MD5: 49b68ec07ccd7ce45eb6bd3f3fdee140
-Source2-MD5: d7b7f55b5b6a11debad70508485c6f57
-Source-MD5:  c6ef478362295c150101cdd2efcd38e0
+Source: http://caml.inria.fr/distrib/%n-3.09/%n-%v.tar.gz
+Source2: http://caml.inria.fr/distrib/%n-3.09/%n-3.09-refman.pdf
+Source3: http://caml.inria.fr/distrib/%n-3.09/%n-3.09-refman.html.tar.gz
+Source4: http://caml.inria.fr/distrib/%n-3.09/%n-3.09-refman.info.tar.gz
+Source-MD5: 11a91651007f70a2cb4d5ecfe20fab89
+Source2-MD5: 6ed0c6b1167dbf6c1cb10a78d302bc00
+Source3-MD5: b25eb211bf91bcaa536b12d12731ceec
+Source4-MD5: 280160b1fc7c8513074c3fda0446de29
 PatchScript: <<
  gzip -d ../infoman/ocaml*.gz
  cd .. && patch -p1 < %a/%n.patch
 <<
 CompileScript: <<
- ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p 
+ ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man
  make world opt opt.opt
 <<
 InstallScript: <<
@@ -42,14 +32,7 @@
 
  ranlib %i/lib/ocaml/camlp4/gramlib.a
 
- (cd emacs; make install BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)
- rm %i/share/emacs/site-lisp/caml-emacs.elc
- rm %i/share/emacs/site-lisp/caml-help.elc
- rm %i/share/emacs/site-lisp/caml-types.elc
- rm %i/share/emacs/site-lisp/caml-xemacs.elc
- rm %i/share/emacs/site-lisp/caml.elc
- rm %i/share/emacs/site-lisp/camldebug.elc
- rm %i/share/emacs/site-lisp/inf-caml.elc
+ (cd emacs; make install-el BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)
 
  mkdir -p %i/share/info
  cp ../infoman/ocaml.info* %i/share/info
@@ -58,7 +41,16 @@
  cp -R ../htmlman %i/share/doc/%n
 <<
 InfoDocs: ocaml.info
-DocFiles: Changes README LICENSE INSTALL ../%n-%v-refman.pdf
+DocFiles: Changes README LICENSE INSTALL ../%n-3.09-refman.pdf
+DescDetail: <<
+The main novelties compared with its ancestor, Caml Light, are: 
+1) Full support for objects and classes -- 
+here combined for the first time with ML-style type reconstruction.
+2) A powerful module calculus in the style of Standard ML
+(but retaining separate compilation).
+3) A high-performance native code compiler 
+(in addition to a Caml Light-style bytecode compiler).
+<<
 DescPackaging: <<
   dmacks overhauled infodoc stuff: patched main file to have dir
   header and uncompressed files so that fink's automatic infodoc dpkg
@@ -66,4 +58,4 @@
 <<  
 License: OSI-Approved
 Homepage: http://caml.inria.fr/ocaml
-Maintainer: David Brown <[EMAIL PROTECTED]>
+Maintainer: Brendan Cully <[EMAIL PROTECTED]>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils coreutils.info, 1.10, 1.11 coreutils.patch, 1.4, 1.5

2007-04-12 Thread AIDA Shinra
;../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<
+  DescPort: <<
+Symlinks to md5sum is not created because they are already contained
+in the dpkg package.
+
+Symlink to tsort (topological sort) is not created because it breaks
+other packages. The GNU version of tsort doesn't output files that are
+part of a cycle, while the BSD tsort that ships with Darwin does.
+  <<
 <<
 SplitOff4: <<
   Package: shellutils
-  Description: Placeholder to help migration coreutils
-  Depends: coreutils-default (>= %e:%v-%r)
+  Description: Backward compatibility symlinks for coreutils
+  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
+  Conflicts: coreutils-default (<< 1:6.9-1)
   InstallScript: <<
+mkdir -p %i/bin
+set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<

Index: coreutils.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/coreutils.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- coreutils.patch 21 Jun 2006 03:36:15 -  1.4
+++ coreutils.patch 12 Apr 2007 12:31:47 -  1.5
@@ -1,10 +1,166 @@
-diff -Naur coreutils-5.96.orig/tests/lang-default 
coreutils-5.96/tests/lang-default
 coreutils-5.96.orig/tests/lang-default 2000-10-31 19:33:30.0 
+
-+++ coreutils-5.96/tests/lang-default  2006-06-21 03:07:22.0 +
-@@ -4,5 +4,5 @@
- 
- for i in \
- LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME; 
do
--  eval "$i=; export $i"
-+  eval "$i=C; export $i"
- done
+diff -Naur ./nonexistent/coreutils-default.csh ./fink/coreutils-default.csh
+--- ./nonexistent/coreutils-default.csh1970-01-01 00:00:00.0 
+
 ./fink/coreutils-default.csh   2007-04-12 11:57:21.0 +
+@@ -0,0 +1,12 @@
++set coreutils_default_newpath="[EMAIL 
PROTECTED]@/lib/coreutils-default/prepend-path PATH @PREFIX@/lib/coreutils/bin`"
++if ( "x$coreutils_default_newpath" != x ) then
++setenv PATH "$coreutils_default_newpath"
++else
++setenv PATH "@PREFIX@/lib/coreutils/bin:$PATH"
++endif
++unset coreutils_default_newpath
++if ( $?MANPATH ) then
++if ( "x$MANPATH" != x ) then
++setenv MANPATH [EMAIL PROTECTED]@/lib/coreutils-default/prepend-path 
MANPATH @PREFIX@/lib/coreutils/man`
++endif
++endif
+diff -Naur ./nonexistent/coreutils-default.sh ./fink/coreutils-default.sh
+--- ./nonexistent/coreutils-default.sh 1970-01-01 00:00:00.0 +
 ./fink/coreutils-default.sh2007-04-12 09:21:20.0 +
+@@ -0,0 +1,10 @@
[EMAIL PROTECTED]@/lib/coreutils-default/prepend-path PATH 
@PREFIX@/lib/coreutils/bin`
++if test "x$coreutils_default_newpath" != x; then
++PATH=$coreutils_default_newpath; export PATH
++else
++PATH="@PREFIX@/lib/coreutils/bin:$PATH"; export PATH
++fi
++unset coreutils_default_path >/dev/null 2>&1 || :
++if test "x$MANPATH" != x; then
++[EMAIL PROTECTED]@/lib/coreutils-default/prepend-path MANPATH 
@PREFIX@/lib/coreutils/man`; export MANPATH
++fi
+diff -Naur ./nonexistent/fileutils.list ./fink/fileutils.list
+--- ./nonexistent/fileutils.list   1970-01-01 00:00:00.0 +
 ./fink/fileutils.list  2007-04-12 09:34:12.0 +
+@@ -0,0 +1,22 @@
++chgrp
++chmod
++chown
++cp
++dd
++df
++dir
++dircolors
++du
++install
++ln
++ls
++mkdir
++mkfifo
++mknod
++mv
++rm
++rmdir
++shred
++sync
++touch
++vdir
+diff -Naur ./nonexistent/prepend-path ./fink/prepend-path
+--- ./nonexistent/prepend-path 1970-01-01 00:00:00.0 +
 ./fink/prepend-path2007-04-12 09:03:32.0 +
+@@ -0,0 +1,42 @@
++#! /bin/sh
++# vim: set sw=4 sts=4 expandtab:
++#
++# Usage: prepend-path ENVNAME "/foo/bin:/white spaces in path/bin"
++#
++# $ VAR=/foo1/bin:/foo2/bin; export VAR
++# $ VAR=`prepend-path VAR "/bar1/bin:/foo1/bin:/bar2/bin"`
++# $ echo "$VAR"
++# /bar1/bin:/bar2/bin:/foo1/bin:/foo2/bin
++#
++# You can use or modify or redistribute or do anything to this script
++# as if it were in public domain, although Japan's laws do not admit
++# to disclaim one's copyright.
++# 
++# Author: AIDA Shinra <[EMAIL PROTECTED]>
++#
++eval "result=\$$1"
++IFS=:
++
++case x$2 in
++x) echo "$result"; exit 0 ;;
++esac
++set x $2; shift
++rlist=$1; shift
++case $# in
++0) ;;
++*)
++for p in "$@"
++do
++rlist=$p:$rlist
++done ;;
++esac
++
++for p in $rlist
++do
++case x$result in
++x) result=$p ;;
++x"$p"|x"$p":*|x*:"$p"|x*:&quo

[cvs] dists/10.4/unstable/main/finkinfo/utils coreutils.info, 1.8, 1.9 coreutils.patch, 1.2, 1.3

2007-04-12 Thread AIDA Shinra
 contained
+in the dpkg package.
+
+Symlink to tsort (topological sort) is not created because it breaks
+other packages. The GNU version of tsort doesn't output files that are
+part of a cycle, while the BSD tsort that ships with Darwin does.
+  <<
 <<
 SplitOff4: <<
   Package: shellutils
-  Description: Placeholder to help migration coreutils
-  Depends: coreutils-default (>= %e:%v-%r)
+  Description: Backward compatibility symlinks for coreutils
+  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
+  Conflicts: coreutils-default (<< 1:6.9-1)
   InstallScript: <<
+mkdir -p %i/bin
+set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<

Index: coreutils.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- coreutils.patch 21 Jun 2006 03:36:15 -  1.2
+++ coreutils.patch 12 Apr 2007 12:31:48 -  1.3
@@ -1,10 +1,166 @@
-diff -Naur coreutils-5.96.orig/tests/lang-default 
coreutils-5.96/tests/lang-default
 coreutils-5.96.orig/tests/lang-default 2000-10-31 19:33:30.0 
+
-+++ coreutils-5.96/tests/lang-default  2006-06-21 03:07:22.0 +
-@@ -4,5 +4,5 @@
- 
- for i in \
- LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME; 
do
--  eval "$i=; export $i"
-+  eval "$i=C; export $i"
- done
+diff -Naur ./nonexistent/coreutils-default.csh ./fink/coreutils-default.csh
+--- ./nonexistent/coreutils-default.csh1970-01-01 00:00:00.0 
+
 ./fink/coreutils-default.csh   2007-04-12 11:57:21.0 +
+@@ -0,0 +1,12 @@
++set coreutils_default_newpath="[EMAIL 
PROTECTED]@/lib/coreutils-default/prepend-path PATH @PREFIX@/lib/coreutils/bin`"
++if ( "x$coreutils_default_newpath" != x ) then
++setenv PATH "$coreutils_default_newpath"
++else
++setenv PATH "@PREFIX@/lib/coreutils/bin:$PATH"
++endif
++unset coreutils_default_newpath
++if ( $?MANPATH ) then
++if ( "x$MANPATH" != x ) then
++setenv MANPATH [EMAIL PROTECTED]@/lib/coreutils-default/prepend-path 
MANPATH @PREFIX@/lib/coreutils/man`
++endif
++endif
+diff -Naur ./nonexistent/coreutils-default.sh ./fink/coreutils-default.sh
+--- ./nonexistent/coreutils-default.sh 1970-01-01 00:00:00.0 +
 ./fink/coreutils-default.sh2007-04-12 09:21:20.0 +
+@@ -0,0 +1,10 @@
[EMAIL PROTECTED]@/lib/coreutils-default/prepend-path PATH 
@PREFIX@/lib/coreutils/bin`
++if test "x$coreutils_default_newpath" != x; then
++PATH=$coreutils_default_newpath; export PATH
++else
++PATH="@PREFIX@/lib/coreutils/bin:$PATH"; export PATH
++fi
++unset coreutils_default_path >/dev/null 2>&1 || :
++if test "x$MANPATH" != x; then
++[EMAIL PROTECTED]@/lib/coreutils-default/prepend-path MANPATH 
@PREFIX@/lib/coreutils/man`; export MANPATH
++fi
+diff -Naur ./nonexistent/fileutils.list ./fink/fileutils.list
+--- ./nonexistent/fileutils.list   1970-01-01 00:00:00.0 +
 ./fink/fileutils.list  2007-04-12 09:34:12.0 +
+@@ -0,0 +1,22 @@
++chgrp
++chmod
++chown
++cp
++dd
++df
++dir
++dircolors
++du
++install
++ln
++ls
++mkdir
++mkfifo
++mknod
++mv
++rm
++rmdir
++shred
++sync
++touch
++vdir
+diff -Naur ./nonexistent/prepend-path ./fink/prepend-path
+--- ./nonexistent/prepend-path 1970-01-01 00:00:00.0 +
 ./fink/prepend-path2007-04-12 09:03:32.0 +
+@@ -0,0 +1,42 @@
++#! /bin/sh
++# vim: set sw=4 sts=4 expandtab:
++#
++# Usage: prepend-path ENVNAME "/foo/bin:/white spaces in path/bin"
++#
++# $ VAR=/foo1/bin:/foo2/bin; export VAR
++# $ VAR=`prepend-path VAR "/bar1/bin:/foo1/bin:/bar2/bin"`
++# $ echo "$VAR"
++# /bar1/bin:/bar2/bin:/foo1/bin:/foo2/bin
++#
++# You can use or modify or redistribute or do anything to this script
++# as if it were in public domain, although Japan's laws do not admit
++# to disclaim one's copyright.
++# 
++# Author: AIDA Shinra <[EMAIL PROTECTED]>
++#
++eval "result=\$$1"
++IFS=:
++
++case x$2 in
++x) echo "$result"; exit 0 ;;
++esac
++set x $2; shift
++rlist=$1; shift
++case $# in
++0) ;;
++*)
++for p in "$@"
++do
++rlist=$p:$rlist
++done ;;
++esac
++
++for p in $rlist
++do
++case x$result in
++x) result=$p ;;
++x"$p"|x"$p":*|x*:"$p"|x*:"$p":*) ;;
++x*) result=$p:$result ;;
++esac
++done
++echo "$result"
+diff -Naur ./nonexistent/shellutils.list ./fink/shellutils.list
+--- ./nonexistent/shellutils.list  1970-01-01 0

[cvs] dists/10.3/unstable/main/finkinfo/utils coreutils.info, 1.11, 1.12 coreutils.patch, 1.5, NONE

2007-04-12 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3163/10.3/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Removed Files:
coreutils.patch 
Log Message:
Backout the key part of my previous change (coreutils-1:6.9-1) and
simply upgrade to 6.9. I found not only simlinks in %p/bin but also
PATH modified in profile.d script also affects package building.
Therefore, my previous change makes nothing better.

In coreutils-1:6.9-2 case no patch is needed.


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- coreutils.info  12 Apr 2007 12:31:47 -  1.11
+++ coreutils.info  12 Apr 2007 13:02:18 -  1.12
@@ -1,15 +1,15 @@
 Package: coreutils
 Version: 6.9
 Epoch: 1
-Revision: 1
+Revision: 2
 BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: libgettext3-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
+Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
-PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 CompileScript: <<
   ./configure %c
   make
@@ -69,8 +69,8 @@
   Package: coreutils-default
   Description: GNU flavoured basic commands without 'g' prefix
   Depends: coreutils (>= %e:%v-%r)
-  Conflicts: fileutils (<< 1:6.9-1), textutils (<< 1:6.9-1), shellutils (<< 
1:6.9-1)
-  Replaces: fileutils (<< 1:6.9-1), textutils (<< 1:6.9-1), shellutils (<< 
1:6.9-1)
+  Conflicts: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
+  Replaces: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
   DescDetail: << 
 The GNU Core Utilities are the basic file, shell and text manipulation
 utilities of the GNU operating system.  These are the core utilities
@@ -78,55 +78,59 @@
 
 This package serves the commands without 'g' prefix like 'ls' or 'cp'.
   <<
+  DescPort: <<
+Symlinks to md5sum and readlink are not created, they are already
+contained in the dpkg package.
+
+Symlink to tsort (topological sort) is not created because it breaks
+other packages. The GNU version of tsort doesn't output files that are
+part of a cycle, while the BSD tsort that ships with Darwin does.
+  <<
   InstallScript: <<
-mkdir -p %i/etc/profile.d
-install -c -m 755 fink/%n.sh fink/%n.csh %i/etc/profile.d
-mkdir -p %i/lib/%n
-install -c -m 755 fink/prepend-path %i/lib/%n
-mkdir -p %i/share/doc
-ln -s %N %i/share/doc/%n
+#!/bin/sh -ev
+go() { echo "$@"; "$@"; }
+
+for d in bin share/man/man1; do
+  dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
+  go mkdir -p "%i/$d"
+  go cd "%I/$d"
+  for f in "$dd/"*; do
+ff=`basename "$f"`
+case $ff in
+  md5sum*|readlink*|tsort*) ;;
+  *) go ln -s "$f" "%i/$d/$ff";;
+esac
+  done
+done
+
+go mkdir -p %i/share/doc/installed-packages
+go touch %i/share/doc/installed-packages/%n
+go ln -s %N %i/share/doc/%n
   <<
 <<
 SplitOff2: <<
   Package: fileutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>= %e:%v-%r), fink-obsolete-packages
   InstallScript: <<
-mkdir -p %i/bin
-set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<
 <<
 SplitOff3: <<
   Package: textutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>= %e:%v-%r), fink-obsolete-packages
   InstallScript: <<
-mkdir -p %i/bin
-set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<
-  DescPort: <<
-Symlinks to md5sum is not created because they are already contained
-in the dpkg package.
-
-Symlink to tsort (topological sort) is not created because it breaks
-other packages. The GNU version of tsort doesn't output files that are
-part of a cycle, while the BSD tsort that ships with Darwin does.
-  <<
 <<
 SplitOff4: <<
   Package: shellutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>=

[cvs] dists/10.4/unstable/main/finkinfo/utils coreutils.info, 1.9, 1.10 coreutils.patch, 1.3, NONE

2007-04-12 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3163/10.4/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Removed Files:
coreutils.patch 
Log Message:
Backout the key part of my previous change (coreutils-1:6.9-1) and
simply upgrade to 6.9. I found not only simlinks in %p/bin but also
PATH modified in profile.d script also affects package building.
Therefore, my previous change makes nothing better.

In coreutils-1:6.9-2 case no patch is needed.


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- coreutils.info  12 Apr 2007 12:31:47 -  1.9
+++ coreutils.info  12 Apr 2007 13:02:19 -  1.10
@@ -1,15 +1,15 @@
 Package: coreutils
 Version: 6.9
 Epoch: 1
-Revision: 1
+Revision: 2
 BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: libgettext3-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
+Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
-PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 CompileScript: <<
   ./configure %c
   make
@@ -69,8 +69,8 @@
   Package: coreutils-default
   Description: GNU flavoured basic commands without 'g' prefix
   Depends: coreutils (>= %e:%v-%r)
-  Conflicts: fileutils (<< 1:6.9-1), textutils (<< 1:6.9-1), shellutils (<< 
1:6.9-1)
-  Replaces: fileutils (<< 1:6.9-1), textutils (<< 1:6.9-1), shellutils (<< 
1:6.9-1)
+  Conflicts: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
+  Replaces: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
   DescDetail: << 
 The GNU Core Utilities are the basic file, shell and text manipulation
 utilities of the GNU operating system.  These are the core utilities
@@ -78,55 +78,59 @@
 
 This package serves the commands without 'g' prefix like 'ls' or 'cp'.
   <<
+  DescPort: <<
+Symlinks to md5sum and readlink are not created, they are already
+contained in the dpkg package.
+
+Symlink to tsort (topological sort) is not created because it breaks
+other packages. The GNU version of tsort doesn't output files that are
+part of a cycle, while the BSD tsort that ships with Darwin does.
+  <<
   InstallScript: <<
-mkdir -p %i/etc/profile.d
-install -c -m 755 fink/%n.sh fink/%n.csh %i/etc/profile.d
-mkdir -p %i/lib/%n
-install -c -m 755 fink/prepend-path %i/lib/%n
-mkdir -p %i/share/doc
-ln -s %N %i/share/doc/%n
+#!/bin/sh -ev
+go() { echo "$@"; "$@"; }
+
+for d in bin share/man/man1; do
+  dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
+  go mkdir -p "%i/$d"
+  go cd "%I/$d"
+  for f in "$dd/"*; do
+ff=`basename "$f"`
+case $ff in
+  md5sum*|readlink*|tsort*) ;;
+  *) go ln -s "$f" "%i/$d/$ff";;
+esac
+  done
+done
+
+go mkdir -p %i/share/doc/installed-packages
+go touch %i/share/doc/installed-packages/%n
+go ln -s %N %i/share/doc/%n
   <<
 <<
 SplitOff2: <<
   Package: fileutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>= %e:%v-%r), fink-obsolete-packages
   InstallScript: <<
-mkdir -p %i/bin
-set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<
 <<
 SplitOff3: <<
   Package: textutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>= %e:%v-%r), fink-obsolete-packages
   InstallScript: <<
-mkdir -p %i/bin
-set -ex; for f in `cat fink/%n.list`; do ln -s "../lib/%N/bin/$f" 
"%i/bin/$f"; done
 mkdir -p %i/share/doc
 ln -s %N %i/share/doc/%n
   <<
-  DescPort: <<
-Symlinks to md5sum is not created because they are already contained
-in the dpkg package.
-
-Symlink to tsort (topological sort) is not created because it breaks
-other packages. The GNU version of tsort doesn't output files that are
-part of a cycle, while the BSD tsort that ships with Darwin does.
-  <<
 <<
 SplitOff4: <<
   Package: shellutils
-  Description: Backward compatibility symlinks for coreutils
-  Depends: coreutils (>= %e:%v-%r), fink-obsolete-packages
-  Conflicts: coreutils-default (<< 1:6.9-1)
+  Description: Placeholder to help migration coreutils
+  Depends: coreutils-default (>= %e

[cvs] dists/10.4/unstable/main/finkinfo/utils coreutils.info, 1.10, 1.11

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16030/10.4/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Log Message:
Fixed many bugs.
* expat -> expat1
* grm -> rm.gnu to prevent a conflict against the cwp-su
* Removed base64 command in coreutils-default to prevent
  a conflict against the base64


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- coreutils.info  12 Apr 2007 13:02:19 -  1.10
+++ coreutils.info  14 Apr 2007 03:13:00 -  1.11
@@ -1,14 +1,13 @@
 Package: coreutils
 Version: 6.9
 Epoch: 1
-Revision: 2
-BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
+Revision: 3
+BuildDepends: expat1, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: libgettext3-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
-Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
 CompileScript: <<
   ./configure %c
@@ -32,6 +31,8 @@
   ff=`basename "$f"`
   case $ff in
 \[) ;;
+rm) go ln -s "$f" "$ff.gnu";;
+rm.1) go ln -s "$f" "$ff.gnu.1";;
 *) go ln -s "$f" "g$ff";;
   esac
 done
@@ -52,6 +53,9 @@
 The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
 to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH
 or install the coreutils-default package.
+
+As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
+because the cwp-su package has another 'grm'.
 <<
 DescUsage: <<
 The exotic commands like mknod may or may not work in a useful manner
@@ -85,6 +89,9 @@
 Symlink to tsort (topological sort) is not created because it breaks
 other packages. The GNU version of tsort doesn't output files that are
 part of a cycle, while the BSD tsort that ships with Darwin does.
+
+Symlink to base64 is not created because it conflicts against
+the base64 package.
   <<
   InstallScript: <<
 #!/bin/sh -ev
@@ -97,7 +104,7 @@
   for f in "$dd/"*; do
 ff=`basename "$f"`
 case $ff in
-  md5sum*|readlink*|tsort*) ;;
+  md5sum*|readlink*|tsort*|base64*) ;;
   *) go ln -s "$f" "%i/$d/$ff";;
 esac
   done


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils coreutils.info, 1.12, 1.13

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16030/10.3/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Log Message:
Fixed many bugs.
* expat -> expat1
* grm -> rm.gnu to prevent a conflict against the cwp-su
* Removed base64 command in coreutils-default to prevent
  a conflict against the base64


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- coreutils.info  12 Apr 2007 13:02:18 -  1.12
+++ coreutils.info  14 Apr 2007 03:13:00 -  1.13
@@ -1,14 +1,13 @@
 Package: coreutils
 Version: 6.9
 Epoch: 1
-Revision: 2
-BuildDepends: expat, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
+Revision: 3
+BuildDepends: expat1, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
 Depends: libgettext3-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
-Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
 CompileScript: <<
   ./configure %c
@@ -32,6 +31,8 @@
   ff=`basename "$f"`
   case $ff in
 \[) ;;
+rm) go ln -s "$f" "$ff.gnu";;
+rm.1) go ln -s "$f" "$ff.gnu.1";;
 *) go ln -s "$f" "g$ff";;
   esac
 done
@@ -52,6 +53,9 @@
 The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
 to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH
 or install the coreutils-default package.
+
+As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
+because the cwp-su package has another 'grm'.
 <<
 DescUsage: <<
 The exotic commands like mknod may or may not work in a useful manner
@@ -85,6 +89,9 @@
 Symlink to tsort (topological sort) is not created because it breaks
 other packages. The GNU version of tsort doesn't output files that are
 part of a cycle, while the BSD tsort that ships with Darwin does.
+
+Symlink to base64 is not created because it conflicts against
+the base64 package.
   <<
   InstallScript: <<
 #!/bin/sh -ev
@@ -97,7 +104,7 @@
   for f in "$dd/"*; do
 ff=`basename "$f"`
 case $ff in
-  md5sum*|readlink*|tsort*) ;;
+  md5sum*|readlink*|tsort*|base64*) ;;
   *) go ln -s "$f" "%i/$d/$ff";;
 esac
   done


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/languages gauche.info, 1.4, 1.5 gauche.patch, 1.3, 1.4

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19956/10.3/unstable/main/finkinfo/languages

Modified Files:
gauche.info gauche.patch 
Log Message:
New upstream version. I hope it can compile on i386.

Index: gauche.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gauche.patch17 Aug 2006 17:05:16 -  1.3
+++ gauche.patch14 Apr 2007 04:44:19 -  1.4
@@ -1,6 +1,6 @@
-diff -Naur Gauche-0.8.6/doc/gauche-ref.texi 
Gauche-0.8.6.fink/doc/gauche-ref.texi
 Gauche-0.8.6/doc/gauche-ref.texi   2005-10-09 21:54:47.0 +0900
-+++ Gauche-0.8.6.fink/doc/gauche-ref.texi  2005-12-21 03:02:09.0 
+0900
+diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi 
Gauche-0.8.9/doc/gauche-ref.texi
+--- Gauche-0.8.9.orig/doc/gauche-ref.texi  2006-04-07 11:29:48.0 
+
 Gauche-0.8.9/doc/gauche-ref.texi   2007-04-14 02:02:09.0 +
 @@ -5,14 +5,14 @@
  @settitle Gauche Users' Reference
  @dircategory The Algorithmic Language Scheme
@@ -16,12 +16,117 @@
 -* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
 +* Gauche (ja): (gauche-refj). An R5RS Scheme implementation.
  @end direntry
+ @documentencoding euc-jp
  @c COMMON
- @comment %**end of header
-diff -Naur Gauche-0.8.6/ext/Makefile.ext.in 
Gauche-0.8.6.fink/ext/Makefile.ext.in
 Gauche-0.8.6/ext/Makefile.ext.in   2005-10-30 23:04:01.0 +0900
-+++ Gauche-0.8.6.fink/ext/Makefile.ext.in  2005-12-21 03:00:24.0 
+0900
-@@ -19,7 +19,7 @@
+diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 
Gauche-0.8.9/doc/gauche-ref.texi.orig
+--- Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 1970-01-01 00:00:00.0 
+
 Gauche-0.8.9/doc/gauche-ref.texi.orig  2006-04-07 11:29:48.0 
+
+@@ -0,0 +1,101 @@
++\input texinfo  @c -*-texinfo-*-
[EMAIL PROTECTED] %**start of header
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] gauche-refe.info
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
++* Gauche: (gauche-refe.info). An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] gauche-refj.info
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
++* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] euc-jp
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] %**end of header
++
[EMAIL PROTECTED] $Id$
++
[EMAIL PROTECTED] module and class index
[EMAIL PROTECTED] md
[EMAIL PROTECTED] cl
++
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] 4pt plus 1pt
[EMAIL PROTECTED] iftex
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] COMMON
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] 0pt plus 1filll
++Copyright @copyright{} 2001-2005 Shiro Kawai (shiro@@acm.org)
++
[EMAIL PROTECTED] titlepage
++
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
++This is a reference manual of Gauche, an R5RS Scheme implementation.
++This manual is for version @[EMAIL PROTECTED]
[EMAIL PROTECTED] JP
++Ëܽñ¤Ï¡¢R5RS½àµò¤ÎScheme½èÍý·Ï¡¢Gauche¤Î¥ê¥Õ¥¡¥ì¥ó¥¹¥Þ¥Ë¥å¥¢¥ë¤Ç¤¹¡£
[EMAIL PROTECTED]@¤ËÂбþ¤·¤Þ¤¹¡£
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] ifnottex
++
[EMAIL PROTECTED]
++* Introduction::
++* Concepts::
++* Programming in Gauche::   
++* Core syntax:: 
++* Macros::  
++* Core library::
++* Object system::   
++* Library modules - Overview::  
++* Library modules - Gauche extensions::  
++* Library modules - SRFIs:: 
++* Library modules - Utilities::  
++* References::  
++* C to Scheme mapping:: 
++* Function and Syntax Index::   
++* Module Index::
++* Class Index:: 
++* Variable Index::  
[EMAIL PROTECTED] menu
++
[EMAIL PROTECTED] intro.texi
[EMAIL PROTECTED] concepts.texi
[EMAIL PROTECTED] program.texi
[EMAIL PROTECTED] coresyn.texi
[EMAIL PROTECTED] macro.texi
[EMAIL PROTECTED] corelib.texi
[EMAIL PROTECTED] object.texi
[EMAIL PROTECTED] modintro.texi
[EMAIL PROTECTED] modgauche.texi
[EMAIL PROTECTED] modsrfi.texi
[EMAIL PROTECTED] modutil.texi
[EMAIL PROTECTED] references.texi
[EMAIL PROTECTED] mapping.texi
[EMAIL PROTECTED] indexfn.texi
[EMAIL PROTECTED] indexmd.texi
[EMAIL PROTECTED] indexcl.texi
[EMAIL PROTECTED] indexvr.texi
++

[cvs] dists/10.4/unstable/main/finkinfo/languages gauche.info, 1.1, 1.2 gauche.patch, 1.1, 1.2

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19956/10.4/unstable/main/finkinfo/languages

Modified Files:
gauche.info gauche.patch 
Log Message:
New upstream version. I hope it can compile on i386.

Index: gauche.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gauche.patch20 Jan 2006 20:28:27 -  1.1
+++ gauche.patch14 Apr 2007 04:44:19 -  1.2
@@ -1,6 +1,6 @@
-diff -Naur Gauche-0.8.6/doc/gauche-ref.texi 
Gauche-0.8.6.fink/doc/gauche-ref.texi
 Gauche-0.8.6/doc/gauche-ref.texi   2005-10-09 21:54:47.0 +0900
-+++ Gauche-0.8.6.fink/doc/gauche-ref.texi  2005-12-21 03:02:09.0 
+0900
+diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi 
Gauche-0.8.9/doc/gauche-ref.texi
+--- Gauche-0.8.9.orig/doc/gauche-ref.texi  2006-04-07 11:29:48.0 
+
 Gauche-0.8.9/doc/gauche-ref.texi   2007-04-14 02:02:09.0 +
 @@ -5,14 +5,14 @@
  @settitle Gauche Users' Reference
  @dircategory The Algorithmic Language Scheme
@@ -16,12 +16,117 @@
 -* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
 +* Gauche (ja): (gauche-refj). An R5RS Scheme implementation.
  @end direntry
+ @documentencoding euc-jp
  @c COMMON
- @comment %**end of header
-diff -Naur Gauche-0.8.6/ext/Makefile.ext.in 
Gauche-0.8.6.fink/ext/Makefile.ext.in
 Gauche-0.8.6/ext/Makefile.ext.in   2005-10-30 23:04:01.0 +0900
-+++ Gauche-0.8.6.fink/ext/Makefile.ext.in  2005-12-21 03:00:24.0 
+0900
-@@ -19,7 +19,7 @@
+diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 
Gauche-0.8.9/doc/gauche-ref.texi.orig
+--- Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 1970-01-01 00:00:00.0 
+
 Gauche-0.8.9/doc/gauche-ref.texi.orig  2006-04-07 11:29:48.0 
+
+@@ -0,0 +1,101 @@
++\input texinfo  @c -*-texinfo-*-
[EMAIL PROTECTED] %**start of header
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] gauche-refe.info
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
++* Gauche: (gauche-refe.info). An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] gauche-refj.info
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
++* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] euc-jp
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] %**end of header
++
[EMAIL PROTECTED] $Id$
++
[EMAIL PROTECTED] module and class index
[EMAIL PROTECTED] md
[EMAIL PROTECTED] cl
++
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] 4pt plus 1pt
[EMAIL PROTECTED] iftex
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] COMMON
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] 0pt plus 1filll
++Copyright @copyright{} 2001-2005 Shiro Kawai (shiro@@acm.org)
++
[EMAIL PROTECTED] titlepage
++
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)
++
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
++This is a reference manual of Gauche, an R5RS Scheme implementation.
++This manual is for version @[EMAIL PROTECTED]
[EMAIL PROTECTED] JP
++Ëܽñ¤Ï¡¢R5RS½àµò¤ÎScheme½èÍý·Ï¡¢Gauche¤Î¥ê¥Õ¥¡¥ì¥ó¥¹¥Þ¥Ë¥å¥¢¥ë¤Ç¤¹¡£
[EMAIL PROTECTED]@¤ËÂбþ¤·¤Þ¤¹¡£
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] ifnottex
++
[EMAIL PROTECTED]
++* Introduction::
++* Concepts::
++* Programming in Gauche::   
++* Core syntax:: 
++* Macros::  
++* Core library::
++* Object system::   
++* Library modules - Overview::  
++* Library modules - Gauche extensions::  
++* Library modules - SRFIs:: 
++* Library modules - Utilities::  
++* References::  
++* C to Scheme mapping:: 
++* Function and Syntax Index::   
++* Module Index::
++* Class Index:: 
++* Variable Index::  
[EMAIL PROTECTED] menu
++
[EMAIL PROTECTED] intro.texi
[EMAIL PROTECTED] concepts.texi
[EMAIL PROTECTED] program.texi
[EMAIL PROTECTED] coresyn.texi
[EMAIL PROTECTED] macro.texi
[EMAIL PROTECTED] corelib.texi
[EMAIL PROTECTED] object.texi
[EMAIL PROTECTED] modintro.texi
[EMAIL PROTECTED] modgauche.texi
[EMAIL PROTECTED] modsrfi.texi
[EMAIL PROTECTED] modutil.texi
[EMAIL PROTECTED] references.texi
[EMAIL PROTECTED] mapping.texi
[EMAIL PROTECTED] indexfn.texi
[EMAIL PROTECTED] indexmd.texi
[EMAIL PROTECTED] indexcl.texi
[EMAIL PROTECTED] indexvr.texi
++

[cvs] experimental/todai/ecc/main/finkinfo/languages ocaml.info, 1.1, NONE ocaml.patch, 1.1, NONE

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3662/ecc/main/finkinfo/languages

Removed Files:
ocaml.info ocaml.patch 
Log Message:
Newer ocaml committed in fink

--- ocaml.patch DELETED ---

--- ocaml.info DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/todai/ecc-10.4/main/finkinfo/languages ocaml.info, 1.1.1.1, NONE ocaml.patch, 1.1.1.1, NONE

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3662/ecc-10.4/main/finkinfo/languages

Removed Files:
ocaml.info ocaml.patch 
Log Message:
Newer ocaml committed in fink

--- ocaml.patch DELETED ---

--- ocaml.info DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/languages gauche.patch, 1.4, 1.5

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6325/10.3/unstable/main/finkinfo/languages

Modified Files:
gauche.patch 
Log Message:
Remove garbages in junk

Index: gauche.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gauche.patch14 Apr 2007 04:44:19 -  1.4
+++ gauche.patch14 Apr 2007 05:33:44 -  1.5
@@ -18,111 +18,6 @@
  @end direntry
  @documentencoding euc-jp
  @c COMMON
-diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 
Gauche-0.8.9/doc/gauche-ref.texi.orig
 Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 1970-01-01 00:00:00.0 
+
-+++ Gauche-0.8.9/doc/gauche-ref.texi.orig  2006-04-07 11:29:48.0 
+
-@@ -0,0 +1,101 @@
-+\input texinfo  @c -*-texinfo-*-
[EMAIL PROTECTED] %**start of header
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] gauche-refe.info
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
-+* Gauche: (gauche-refe.info). An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] gauche-refj.info
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
-+* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] euc-jp
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] %**end of header
-+
[EMAIL PROTECTED] $Id$
-+
[EMAIL PROTECTED] module and class index
[EMAIL PROTECTED] md
[EMAIL PROTECTED] cl
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] 4pt plus 1pt
[EMAIL PROTECTED] iftex
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] COMMON
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] 0pt plus 1filll
-+Copyright @copyright{} 2001-2005 Shiro Kawai (shiro@@acm.org)
-+
[EMAIL PROTECTED] titlepage
-+
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
-+This is a reference manual of Gauche, an R5RS Scheme implementation.
-+This manual is for version @[EMAIL PROTECTED]
[EMAIL PROTECTED] JP
-+Ëܽñ¤Ï¡¢R5RS½àµò¤ÎScheme½èÍý·Ï¡¢Gauche¤Î¥ê¥Õ¥¡¥ì¥ó¥¹¥Þ¥Ë¥å¥¢¥ë¤Ç¤¹¡£
[EMAIL PROTECTED]@¤ËÂбþ¤·¤Þ¤¹¡£
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] ifnottex
-+
[EMAIL PROTECTED]
-+* Introduction::
-+* Concepts::
-+* Programming in Gauche::   
-+* Core syntax:: 
-+* Macros::  
-+* Core library::
-+* Object system::   
-+* Library modules - Overview::  
-+* Library modules - Gauche extensions::  
-+* Library modules - SRFIs:: 
-+* Library modules - Utilities::  
-+* References::  
-+* C to Scheme mapping:: 
-+* Function and Syntax Index::   
-+* Module Index::
-+* Class Index:: 
-+* Variable Index::  
[EMAIL PROTECTED] menu
-+
[EMAIL PROTECTED] intro.texi
[EMAIL PROTECTED] concepts.texi
[EMAIL PROTECTED] program.texi
[EMAIL PROTECTED] coresyn.texi
[EMAIL PROTECTED] macro.texi
[EMAIL PROTECTED] corelib.texi
[EMAIL PROTECTED] object.texi
[EMAIL PROTECTED] modintro.texi
[EMAIL PROTECTED] modgauche.texi
[EMAIL PROTECTED] modsrfi.texi
[EMAIL PROTECTED] modutil.texi
[EMAIL PROTECTED] references.texi
[EMAIL PROTECTED] mapping.texi
[EMAIL PROTECTED] indexfn.texi
[EMAIL PROTECTED] indexmd.texi
[EMAIL PROTECTED] indexcl.texi
[EMAIL PROTECTED] indexvr.texi
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-+
 diff -Naur Gauche-0.8.9.orig/ext/Makefile.ext.in 
Gauche-0.8.9/ext/Makefile.ext.in
 --- Gauche-0.8.9.orig/ext/Makefile.ext.in  2007-01-08 10:19:33.0 
+
 +++ Gauche-0.8.9/ext/Makefile.ext.in   2007-04-14 02:02:09.0 +
@@ -135,118 +30,6 @@
  
  # These are set by configure
  DEFS = @DEFS@
-diff -Naur Gauche-0.8.9.orig/ext/Makefile.ext.in.orig 
Gauche-0.8.9/ext/Makefile.ext.in.orig
 Gauche-0.8.9.orig/ext/Makefile.ext.in.orig 1970-01-01 00:00:00.0 
+
-+++ Gauche-0.8.9/ext/Makefile.ext.in.orig  2007-01-08 10:19:33.0 
+
-@@ -0,0 +1,108 @@
-+## Common stuff used in Makefiles of extensions  -*-mode: Makefile-*-
-+## $Id$
-+## 
-+
-+SHELL   = @SHELL@
-+prefix  = @prefix@
-+exec_prefix = @exec_prefix@
-+bindir  = @bindir@
-+libdir  = @libdir@
-+datadir = @datadir@
-+datarootdir = @datarootdir@
-+VPATH   = $(srcdir)
-+GAUCHE_VERSION = @GAUCHE_VERSION@
-+HOST= @host@
-+
-+# These may be overridden by make invocators
-+DESTDIR  =
-+CC   

[cvs] dists/10.4/unstable/main/finkinfo/languages gauche.patch, 1.2, 1.3

2007-04-13 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6325/10.4/unstable/main/finkinfo/languages

Modified Files:
gauche.patch 
Log Message:
Remove garbages in junk

Index: gauche.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche.patch14 Apr 2007 04:44:19 -  1.2
+++ gauche.patch14 Apr 2007 05:33:44 -  1.3
@@ -18,111 +18,6 @@
  @end direntry
  @documentencoding euc-jp
  @c COMMON
-diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 
Gauche-0.8.9/doc/gauche-ref.texi.orig
 Gauche-0.8.9.orig/doc/gauche-ref.texi.orig 1970-01-01 00:00:00.0 
+
-+++ Gauche-0.8.9/doc/gauche-ref.texi.orig  2006-04-07 11:29:48.0 
+
-@@ -0,0 +1,101 @@
-+\input texinfo  @c -*-texinfo-*-
[EMAIL PROTECTED] %**start of header
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] gauche-refe.info
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
-+* Gauche: (gauche-refe.info). An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] gauche-refj.info
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] The Algorithmic Language Scheme
[EMAIL PROTECTED]
-+* Gauche (ja): (gauche-refj.info).An R5RS Scheme implementation.
[EMAIL PROTECTED] direntry
[EMAIL PROTECTED] euc-jp
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] %**end of header
-+
[EMAIL PROTECTED] $Id$
-+
[EMAIL PROTECTED] module and class index
[EMAIL PROTECTED] md
[EMAIL PROTECTED] cl
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] 4pt plus 1pt
[EMAIL PROTECTED] iftex
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
[EMAIL PROTECTED] Gauche Users' Reference
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] JP
[EMAIL PROTECTED] Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
[EMAIL PROTECTED] version @VERSION@
[EMAIL PROTECTED] Shiro Kawai (shiro@@acm.org)
[EMAIL PROTECTED] COMMON
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] 0pt plus 1filll
-+Copyright @copyright{} 2001-2005 Shiro Kawai (shiro@@acm.org)
-+
[EMAIL PROTECTED] titlepage
-+
[EMAIL PROTECTED] Top, Introduction, (dir), (dir)
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED] EN
-+This is a reference manual of Gauche, an R5RS Scheme implementation.
-+This manual is for version @[EMAIL PROTECTED]
[EMAIL PROTECTED] JP
-+Ëܽñ¤Ï¡¢R5RS½àµò¤ÎScheme½èÍý·Ï¡¢Gauche¤Î¥ê¥Õ¥¡¥ì¥ó¥¹¥Þ¥Ë¥å¥¢¥ë¤Ç¤¹¡£
[EMAIL PROTECTED]@¤ËÂбþ¤·¤Þ¤¹¡£
[EMAIL PROTECTED] COMMON
[EMAIL PROTECTED] ifnottex
-+
[EMAIL PROTECTED]
-+* Introduction::
-+* Concepts::
-+* Programming in Gauche::   
-+* Core syntax:: 
-+* Macros::  
-+* Core library::
-+* Object system::   
-+* Library modules - Overview::  
-+* Library modules - Gauche extensions::  
-+* Library modules - SRFIs:: 
-+* Library modules - Utilities::  
-+* References::  
-+* C to Scheme mapping:: 
-+* Function and Syntax Index::   
-+* Module Index::
-+* Class Index:: 
-+* Variable Index::  
[EMAIL PROTECTED] menu
-+
[EMAIL PROTECTED] intro.texi
[EMAIL PROTECTED] concepts.texi
[EMAIL PROTECTED] program.texi
[EMAIL PROTECTED] coresyn.texi
[EMAIL PROTECTED] macro.texi
[EMAIL PROTECTED] corelib.texi
[EMAIL PROTECTED] object.texi
[EMAIL PROTECTED] modintro.texi
[EMAIL PROTECTED] modgauche.texi
[EMAIL PROTECTED] modsrfi.texi
[EMAIL PROTECTED] modutil.texi
[EMAIL PROTECTED] references.texi
[EMAIL PROTECTED] mapping.texi
[EMAIL PROTECTED] indexfn.texi
[EMAIL PROTECTED] indexmd.texi
[EMAIL PROTECTED] indexcl.texi
[EMAIL PROTECTED] indexvr.texi
-+
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-+
 diff -Naur Gauche-0.8.9.orig/ext/Makefile.ext.in 
Gauche-0.8.9/ext/Makefile.ext.in
 --- Gauche-0.8.9.orig/ext/Makefile.ext.in  2007-01-08 10:19:33.0 
+
 +++ Gauche-0.8.9/ext/Makefile.ext.in   2007-04-14 02:02:09.0 +
@@ -135,118 +30,6 @@
  
  # These are set by configure
  DEFS = @DEFS@
-diff -Naur Gauche-0.8.9.orig/ext/Makefile.ext.in.orig 
Gauche-0.8.9/ext/Makefile.ext.in.orig
 Gauche-0.8.9.orig/ext/Makefile.ext.in.orig 1970-01-01 00:00:00.0 
+
-+++ Gauche-0.8.9/ext/Makefile.ext.in.orig  2007-01-08 10:19:33.0 
+
-@@ -0,0 +1,108 @@
-+## Common stuff used in Makefiles of extensions  -*-mode: Makefile-*-
-+## $Id$
-+## 
-+
-+SHELL   = @SHELL@
-+prefix  = @prefix@
-+exec_prefix = @exec_prefix@
-+bindir  = @bindir@
-+libdir  = @libdir@
-+datadir = @datadir@
-+datarootdir = @datarootdir@
-+VPATH   = $(srcdir)
-+GAUCHE_VERSION = @GAUCHE_VERSION@
-+HOST= @host@
-+
-+# These may be overridden by make invocators
-+DESTDIR  =
-+CC   

[cvs] dists/10.4/unstable/main/finkinfo/x11 mlterm.info, 1.6, 1.7 mlterm.patch, 1.1, 1.2

2007-04-14 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6794/10.4/unstable/main/finkinfo/x11

Modified Files:
mlterm.info mlterm.patch 
Log Message:
New upstream: 2.9.3.

Switch to gettext 0.14.x because it is now available in stable.


Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mlterm.info 8 Apr 2007 04:42:30 -   1.6
+++ mlterm.info 14 Apr 2007 08:25:09 -  1.7
@@ -1,6 +1,6 @@
 Package: mlterm
-Version: 2.9.2
-Revision: 1007
+Version: 2.9.3
+Revision: 1
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
@@ -8,38 +8,37 @@
   fribidi-dev, libjpeg, libpng3, libtiff, giflib,
   x11-dev, fontconfig1-dev, xft2-dev,
   gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
-  gettext-dev, gettext-tools, libiconv-dev,
+  libgettext3-dev, gettext-tools (>= 0.14.5-3), libiconv-dev,
   pkgconfig, autoconf, 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-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
-  gettext, libiconv
+  libgettext3-shlibs, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: be561bfe646a112ce7400b9d0db41e82
-Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
-Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
+Source-MD5: 20188c0981a49dbb95c3ff5b8eb25365
 PatchScript: <<
 #!/bin/sh -ex
 patch -p1 < %a/%n.patch
-gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (
 cd $dir
-%p/bin/libtoolize --copy --force
+%p/bin/libtoolize --force
 rm -f aclocal.m4
-%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"
+%p/bin/aclocal
+%p/bin/autoconf
 ) || exit $?
 done
+for mk in `find . -name Makefile.in -or -name Makefile.in.in`; do
+echo '[EMAIL PROTECTED]@' >> $mk
+done
 <<
-# Don't remove --config-cache to workaround libtool.m4's(?) bug
 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
-  cp -R doc %i/share/doc/%n
+  /bin/cp -R doc %i/share/doc/%n
   install -d -m 755 %i/share/doc/%n/etc
   install -m 644 etc/main.ja etc/font.ja %i/share/doc/%n/etc
 <<
@@ -69,8 +68,10 @@
   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.
+  Autoconf 2.5 or higher is needed to update libtool to build dynamically
+  loadable scrollbar modules. M4 files shipped with gettext-tools 0.14.x
+  is used in this step.
+
+  We define datarootdir in makefiles to prevent warnings by autoconf >= 2.6.
 <<
 Homepage: http://mlterm.sourceforge.net/

Index: mlterm.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mlterm.patch20 Jan 2006 20:34:22 -  1.1
+++ mlterm.patch14 Apr 2007 08:25:09 -  1.2
@@ -1,6 +1,59 @@
-diff -Nru mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in 
mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in
 mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in  Sun Jan 12 19:08:51 2003
-+++ mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in   Sun Apr  3 02:29:55 2005
+diff -Naur mlterm-2.9.3.orig/configure.in mlterm-2.9.3/configure.in
+--- mlterm-2.9.3.orig/configure.in 2006-05-07 10:31:09.0 +
 mlterm-2.9.3/configure.in  2007-04-14 07:03:54.0 +
+@@ -31,6 +31,7 @@
+ dnl The ugly part should be replaced by:
+ dnl  AC_PATH_TOOL(PKG_CONFIG, pkg-config)
+ 
++m4_ifdef([m4_pattern_allow], [m4_pattern_allow([PKG_CONFIG_.*])])
+ if test x"${build}" != x"${host}"; then
+   AC_CHECK_TOOL(CC, gcc)
+   AC_CHECK_TOOL(AR, ar)
+diff -Naur mlterm-2.9.3.orig/kiklib/configure.in 
mlterm-2.9.3/kiklib/configure.in
+--- mlterm-2.9.3.orig/kiklib/configure.in  2006-04-05 16:26:54.0 
+
 mlterm-2.9.3/kiklib/configure.in   2007-04-14 07:31:26.0 +
+@@ -251,7 +251,6 @@
+   else
+   AC_CHECK_FUNC( posix_openpt,
+ 

[cvs] dists/10.3/unstable/main/finkinfo/x11 mlterm.info, 1.12, 1.13 mlterm.patch, 1.3, 1.4

2007-04-14 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6794/10.3/unstable/main/finkinfo/x11

Modified Files:
mlterm.info mlterm.patch 
Log Message:
New upstream: 2.9.3.

Switch to gettext 0.14.x because it is now available in stable.


Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mlterm.info 8 Apr 2007 04:42:30 -   1.12
+++ mlterm.info 14 Apr 2007 08:25:09 -  1.13
@@ -1,6 +1,6 @@
 Package: mlterm
-Version: 2.9.2
-Revision: 7
+Version: 2.9.3
+Revision: 1
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
@@ -8,38 +8,37 @@
   fribidi-dev, libjpeg, libpng3, libtiff, giflib,
   x11-dev, fontconfig1-dev, xft2-dev,
   gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.12.0-1), pango1-xft2-dev (>= 
1.4.0-1),
-  gettext-dev, gettext-tools, libiconv-dev,
+  libgettext3-dev, gettext-tools (>= 0.14.5-3), libiconv-dev,
   pkgconfig, autoconf, 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-shlibs (>= 2.12.0-1), pango1-xft2 (>= 
1.4.0-1),
-  gettext, libiconv
+  libgettext3-shlibs, libiconv
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: be561bfe646a112ce7400b9d0db41e82
-Source2: mirror:sourceforge:fink/gettext-0.14.5.tar.gz
-Source2-MD5: e2f6581626a22a0de66dce1d81d00de3
+Source-MD5: 20188c0981a49dbb95c3ff5b8eb25365
 PatchScript: <<
 #!/bin/sh -ex
 patch -p1 < %a/%n.patch
-gettext='%b/../gettext-0.14.5'
 for dir in . mkf kiklib; do (
 cd $dir
-%p/bin/libtoolize --copy --force
+%p/bin/libtoolize --force
 rm -f aclocal.m4
-%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"
+%p/bin/aclocal
+%p/bin/autoconf
 ) || exit $?
 done
+for mk in `find . -name Makefile.in -or -name Makefile.in.in`; do
+echo '[EMAIL PROTECTED]@' >> $mk
+done
 <<
-# Don't remove --config-cache to workaround libtool.m4's(?) bug
 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
-  cp -R doc %i/share/doc/%n
+  /bin/cp -R doc %i/share/doc/%n
   install -d -m 755 %i/share/doc/%n/etc
   install -m 644 etc/main.ja etc/font.ja %i/share/doc/%n/etc
 <<
@@ -69,8 +68,10 @@
   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.
+  Autoconf 2.5 or higher is needed to update libtool to build dynamically
+  loadable scrollbar modules. M4 files shipped with gettext-tools 0.14.x
+  is used in this step.
+
+  We define datarootdir in makefiles to prevent warnings by autoconf >= 2.6.
 <<
 Homepage: http://mlterm.sourceforge.net/

Index: mlterm.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mlterm.patch2 Apr 2005 18:08:51 -   1.3
+++ mlterm.patch14 Apr 2007 08:25:09 -  1.4
@@ -1,6 +1,59 @@
-diff -Nru mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in 
mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in
 mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in  Sun Jan 12 19:08:51 2003
-+++ mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in   Sun Apr  3 02:29:55 2005
+diff -Naur mlterm-2.9.3.orig/configure.in mlterm-2.9.3/configure.in
+--- mlterm-2.9.3.orig/configure.in 2006-05-07 10:31:09.0 +
 mlterm-2.9.3/configure.in  2007-04-14 07:03:54.0 +
+@@ -31,6 +31,7 @@
+ dnl The ugly part should be replaced by:
+ dnl  AC_PATH_TOOL(PKG_CONFIG, pkg-config)
+ 
++m4_ifdef([m4_pattern_allow], [m4_pattern_allow([PKG_CONFIG_.*])])
+ if test x"${build}" != x"${host}"; then
+   AC_CHECK_TOOL(CC, gcc)
+   AC_CHECK_TOOL(AR, ar)
+diff -Naur mlterm-2.9.3.orig/kiklib/configure.in 
mlterm-2.9.3/kiklib/configure.in
+--- mlterm-2.9.3.orig/kiklib/configure.in  2006-04-05 16:26:54.0 
+
 mlterm-2.9.3/kiklib/configure.in   2007-04-14 07:31:26.0 +
+@@ -251,7 +251,6 @@
+   else
+   AC_CHECK_FUNC( posix_openpt,
+  

[cvs] dists/10.4/unstable/main/finkinfo/utils coreutils.patch, 1.4, 1.5 coreutils.info, 1.11, 1.12

2007-04-17 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27956/10.4/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Added Files:
coreutils.patch 
Log Message:
* Turn off the pwd-long test; there seems to be a bug in Darwin.

* Turn on tests other than chgrp/basic and chown/basic on 10.3.


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- coreutils.info  14 Apr 2007 03:13:00 -  1.11
+++ coreutils.info  17 Apr 2007 14:45:16 -  1.12
@@ -8,11 +8,12 @@
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
+Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
 CompileScript: <<
   ./configure %c
   make
-  case `uname -r` in [1-7].*) ;; *) make check;; esac
+  make check
 <<
 InstallScript: <<
   #!/bin/sh -ev
@@ -67,7 +68,6 @@
 DescPort: <<
 charset.alias is deleted because it is empty on Darwin anyway and
 causes unnecessary conflicts between packages.
-The make check fails on MacOS X <= 10.3 due to lack of lchown().
 <<
 SplitOff: <<
   Package: coreutils-default

--- NEW FILE: coreutils.patch ---
diff -Naur coreutils-6.9.orig/tests/chgrp/basic coreutils-6.9/tests/chgrp/basic
--- coreutils-6.9.orig/tests/chgrp/basic2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/chgrp/basic 2007-04-17 14:23:52.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # make sure chgrp is reasonable
 
+case `uname -sr` in
+  Darwin\ [1-7].*)
+  echo 1>&2 "$0: skipping this test; Darwin <= 7 (MacOS X <= 10.3) lacks 
lchown(2)"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2000-2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff -Naur coreutils-6.9.orig/tests/chown/basic coreutils-6.9/tests/chown/basic
--- coreutils-6.9.orig/tests/chown/basic2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/chown/basic 2007-04-17 14:23:48.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # make sure chown --from=... works
 
+case `uname -sr` in
+  Darwin\ [1-7].*)
+  echo 1>&2 "$0: skipping this test; Darwin <= 7 (MacOS X <= 10.3) lacks 
lchown(2)"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff -Naur coreutils-6.9.orig/tests/misc/pwd-long 
coreutils-6.9/tests/misc/pwd-long
--- coreutils-6.9.orig/tests/misc/pwd-long  2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/misc/pwd-long   2007-04-17 12:59:33.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # Ensure that pwd works even when run from a very deep directory.
 
+case `uname -sr` in
+  Darwin\ [1-8].*)
+  echo 1>&2 "$0: skipping this test; Darwin seems to have some bug"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2006-2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/todai/ecc-10.4/main/finkinfo/utils launch.info, NONE, 1.1

2007-04-17 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6826/ecc-10.4/main/finkinfo/utils

Added Files:
launch.info 
Log Message:
Don't use xcodebuild to make bulk building friendly

--- NEW FILE: launch.info ---
Package: launch
Version: 1.0.1
Revision: 1000ecc1
Source: http://web.sabi.net/nriley/software/%n-%v.tar.gz 
Source-MD5: 0c9f963701cdbe3272e2634cc3693b0d
#BuildDepends: macosx
#Depends: dpkg (>= 1.9.20-2)
CompileScript: <<
 set -ex; ${CC:-gcc} -o %n $CPPFLAGS $CFLAGS -fpascal-strings $LDFLAGS 
-framework ApplicationServices -framework Security -framework Carbon -framework 
CoreFoundation main.c $LIBS
 head -n 17 main.c > LICENSE
<<
InstallScript: << 
 mkdir %i/bin
 install -c -s %n %i/bin
 mkdir -p %i/share/man/man1
 chmod a+r %n.1
 cp %n.1 %i/share/man/man1/
<<
DocFiles: README VERSION LICENSE
Description: Replacement for OS X "open" command
DescDetail: <<
launch is a replacement for "open" which:
* Opens URLs, directly or in your preferred helper application.
* Lets you specify applications by their four-char creator (e.g. 'ToyS') or 
Java-style
 bundle ID (e.g. com.apple.scripteditor), both of which allow you to move or 
rename an app.
* Asks applications to print documents, something the OS X Finder is missing.
* Launches applications in the background, or launches Carbon applications in 
Classic.
* Shows info about any item on disk, including its file type, creator, data 
and resource fork sizes, dates and bundle ID.
<<
DescPackaging: <<
macosx/dpkg dependency should be added when that code is working.
<<
License: BSD
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://web.sabi.net/nriley/software/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/todai/ecc/main/finkinfo/utils launch.info, NONE, 1.1

2007-04-17 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6826/ecc/main/finkinfo/utils

Added Files:
launch.info 
Log Message:
Don't use xcodebuild to make bulk building friendly

--- NEW FILE: launch.info ---
Package: launch
Version: 1.0.1
Revision: 0ecc1
Source: http://web.sabi.net/nriley/software/%n-%v.tar.gz 
Source-MD5: 0c9f963701cdbe3272e2634cc3693b0d
#BuildDepends: macosx
#Depends: dpkg (>= 1.9.20-2)
CompileScript: <<
 set -ex; ${CC:-gcc} -o %n $CPPFLAGS $CFLAGS -fpascal-strings $LDFLAGS 
-framework ApplicationServices -framework Security -framework Carbon -framework 
CoreFoundation main.c $LIBS
 head -n 17 main.c > LICENSE
<<
InstallScript: << 
 mkdir %i/bin
 install -c -s %n %i/bin
 mkdir -p %i/share/man/man1
 chmod a+r %n.1
 cp %n.1 %i/share/man/man1/
<<
DocFiles: README VERSION LICENSE
Description: Replacement for OS X "open" command
DescDetail: <<
launch is a replacement for "open" which:
* Opens URLs, directly or in your preferred helper application.
* Lets you specify applications by their four-char creator (e.g. 'ToyS') or 
Java-style
 bundle ID (e.g. com.apple.scripteditor), both of which allow you to move or 
rename an app.
* Asks applications to print documents, something the OS X Finder is missing.
* Launches applications in the background, or launches Carbon applications in 
Classic.
* Shows info about any item on disk, including its file type, creator, data 
and resource fork sizes, dates and bundle ID.
<<
DescPackaging: <<
macosx/dpkg dependency should be added when that code is working.
<<
License: BSD
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://web.sabi.net/nriley/software/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils coreutils.patch, 1.6, 1.7 coreutils.info, 1.13, 1.14

2007-04-17 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27956/10.3/unstable/main/finkinfo/utils

Modified Files:
coreutils.info 
Added Files:
coreutils.patch 
Log Message:
* Turn off the pwd-long test; there seems to be a bug in Darwin.

* Turn on tests other than chgrp/basic and chown/basic on 10.3.


Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- coreutils.info  14 Apr 2007 03:13:00 -  1.13
+++ coreutils.info  17 Apr 2007 14:45:16 -  1.14
@@ -8,11 +8,12 @@
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.bz2
 Source-MD5: c9607d8495f16e98906e7ed2d9751a06
+Patch: %n.patch
 ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
 CompileScript: <<
   ./configure %c
   make
-  case `uname -r` in [1-7].*) ;; *) make check;; esac
+  make check
 <<
 InstallScript: <<
   #!/bin/sh -ev
@@ -67,7 +68,6 @@
 DescPort: <<
 charset.alias is deleted because it is empty on Darwin anyway and
 causes unnecessary conflicts between packages.
-The make check fails on MacOS X <= 10.3 due to lack of lchown().
 <<
 SplitOff: <<
   Package: coreutils-default

--- NEW FILE: coreutils.patch ---
diff -Naur coreutils-6.9.orig/tests/chgrp/basic coreutils-6.9/tests/chgrp/basic
--- coreutils-6.9.orig/tests/chgrp/basic2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/chgrp/basic 2007-04-17 14:23:52.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # make sure chgrp is reasonable
 
+case `uname -sr` in
+  Darwin\ [1-7].*)
+  echo 1>&2 "$0: skipping this test; Darwin <= 7 (MacOS X <= 10.3) lacks 
lchown(2)"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2000-2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff -Naur coreutils-6.9.orig/tests/chown/basic coreutils-6.9/tests/chown/basic
--- coreutils-6.9.orig/tests/chown/basic2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/chown/basic 2007-04-17 14:23:48.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # make sure chown --from=... works
 
+case `uname -sr` in
+  Darwin\ [1-7].*)
+  echo 1>&2 "$0: skipping this test; Darwin <= 7 (MacOS X <= 10.3) lacks 
lchown(2)"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
diff -Naur coreutils-6.9.orig/tests/misc/pwd-long 
coreutils-6.9/tests/misc/pwd-long
--- coreutils-6.9.orig/tests/misc/pwd-long  2007-03-18 21:36:43.0 
+
+++ coreutils-6.9/tests/misc/pwd-long   2007-04-17 12:59:33.0 +
@@ -1,6 +1,12 @@
 #!/bin/sh
 # Ensure that pwd works even when run from a very deep directory.
 
+case `uname -sr` in
+  Darwin\ [1-8].*)
+  echo 1>&2 "$0: skipping this test; Darwin seems to have some bug"
+  exit 77 ;;
+esac
+
 # Copyright (C) 2006-2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/utils coreutils.info, 1.2, 1.3 coreutils.patch, 1.2, 1.3

2007-04-22 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4749/10.3/stable/main/finkinfo/utils

Added Files:
coreutils.info coreutils.patch 
Log Message:
Move coreutils to stable.

Stable version of coreutils.info don't contain transitional package
from fileutils and textutils to coreutils-default.
The coreutils has no relation to fileutils nor textutils.
The coreutils-default simply conflicts/replaces against
fileutils and textutils.


--- NEW FILE: coreutils.info ---
Package: coreutils
Version: 6.9
Epoch: 1
Revision: 3
BuildDepends: expat1, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
Depends: libgettext3-shlibs, libiconv
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: c9607d8495f16e98906e7ed2d9751a06
Patch: %n.patch
ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
CompileScript: <<
  ./configure %c
  make
  make check
<<
InstallScript: <<
  #!/bin/sh -ev
  go() { echo "$@"; "$@"; }

  go make install DESTDIR=%d
  go rm -f %i/lib/charset.alias
  go rm -f %i/lib/%N/bin/su %i/lib/%N/bin/users %i/lib/%N/bin/who
  go ln -s share/man %i/lib/%N/man

  for d in bin share/man/man1; do
dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
go mkdir -p "%I/$d"
go cd "%I/$d"
for f in "$dd/"*; do
  ff=`basename "$f"`
  case $ff in
\[) ;;
rm) go ln -s "$f" "$ff.gnu";;
rm.1) go ln -s "$f" "$ff.gnu.1";;
*) go ln -s "$f" "g$ff";;
  esac
done
  done
<<
DocFiles: COPYING README
InfoDocs: coreutils.info
Description: GNU flavoured basic commands
DescDetail: <<
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of
GNU utilities, fileutils, shellutils, and textutils. Those three have
been combined into a single set of utilities called the coreutils.

The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH.
or install the coreutils-default package.

As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
because the cwp-su package has another 'grm'.
<<
DescUsage: <<
The exotic commands like mknod may or may not work in a useful manner
on Darwin. Following commands are removed due to their breakage:
- su
- users
- who
<<
DescPort: <<
charset.alias is deleted because it is empty on Darwin anyway and
causes unnecessary conflicts between packages.
<<
SplitOff: <<
  Package: coreutils-default
  Description: GNU flavoured basic commands without 'g' prefix
  Depends: coreutils (>= %e:%v-%r)
  Conflicts: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
  Replaces: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
  DescDetail: << 
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

This package serves the commands without 'g' prefix like 'ls' or 'cp'.
  <<
  DescPort: <<
Symlinks to md5sum and readlink are not created, they are already
contained in the dpkg package.

Symlink to tsort (topological sort) is not created because it breaks
other packages. The GNU version of tsort doesn't output files that are
part of a cycle, while the BSD tsort that ships with Darwin does.

Symlink to base64 is not created because it conflicts against
the base64 package.
  <<
  InstallScript: <<
#!/bin/sh -ev
go() { echo "$@"; "$@"; }

for d in bin share/man/man1; do
  dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
  go mkdir -p "%i/$d"
  go cd "%I/$d"
  for f in "$dd/"*; do
ff=`basename "$f"`
case $ff in
  md5sum*|readlink*|tsort*|base64*) ;;
  *) go ln -s "$f" "%i/$d/$ff";;
esac
  done
done

go mkdir -p %i/share/doc/installed-packages
go touch %i/share/doc/installed-packages/%n
go ln -s %N %i/share/doc/%n
  <<
<<
License: GPL
Maintainer: AIDA Shinra <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/coreutils/

--- NEW FILE: coreutils.patch ---
diff -Naur coreutils-6.9.orig/tests/chgrp/basic coreutils-6.9/tests/chgrp/basic
--- coreutils

[cvs] dists/10.4/stable/main/finkinfo/utils coreutils.info, 1.2, 1.3 coreutils.patch, 1.2, 1.3

2007-04-22 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4749/10.4/stable/main/finkinfo/utils

Added Files:
coreutils.info coreutils.patch 
Log Message:
Move coreutils to stable.

Stable version of coreutils.info don't contain transitional package
from fileutils and textutils to coreutils-default.
The coreutils has no relation to fileutils nor textutils.
The coreutils-default simply conflicts/replaces against
fileutils and textutils.


--- NEW FILE: coreutils.info ---
Package: coreutils
Version: 6.9
Epoch: 1
Revision: 3
BuildDepends: expat1, help2man, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev
Depends: libgettext3-shlibs, libiconv
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: c9607d8495f16e98906e7ed2d9751a06
Patch: %n.patch
ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
CompileScript: <<
  ./configure %c
  make
  make check
<<
InstallScript: <<
  #!/bin/sh -ev
  go() { echo "$@"; "$@"; }

  go make install DESTDIR=%d
  go rm -f %i/lib/charset.alias
  go rm -f %i/lib/%N/bin/su %i/lib/%N/bin/users %i/lib/%N/bin/who
  go ln -s share/man %i/lib/%N/man

  for d in bin share/man/man1; do
dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
go mkdir -p "%I/$d"
go cd "%I/$d"
for f in "$dd/"*; do
  ff=`basename "$f"`
  case $ff in
\[) ;;
rm) go ln -s "$f" "$ff.gnu";;
rm.1) go ln -s "$f" "$ff.gnu.1";;
*) go ln -s "$f" "g$ff";;
  esac
done
  done
<<
DocFiles: COPYING README
InfoDocs: coreutils.info
Description: GNU flavoured basic commands
DescDetail: <<
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of
GNU utilities, fileutils, shellutils, and textutils. Those three have
been combined into a single set of utilities called the coreutils.

The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH.
or install the coreutils-default package.

As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
because the cwp-su package has another 'grm'.
<<
DescUsage: <<
The exotic commands like mknod may or may not work in a useful manner
on Darwin. Following commands are removed due to their breakage:
- su
- users
- who
<<
DescPort: <<
charset.alias is deleted because it is empty on Darwin anyway and
causes unnecessary conflicts between packages.
<<
SplitOff: <<
  Package: coreutils-default
  Description: GNU flavoured basic commands without 'g' prefix
  Depends: coreutils (>= %e:%v-%r)
  Conflicts: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
  Replaces: fileutils (<< 1:5-1), textutils (<< 1:5-1), shellutils (<< 1:5-1)
  DescDetail: << 
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

This package serves the commands without 'g' prefix like 'ls' or 'cp'.
  <<
  DescPort: <<
Symlinks to md5sum and readlink are not created, they are already
contained in the dpkg package.

Symlink to tsort (topological sort) is not created because it breaks
other packages. The GNU version of tsort doesn't output files that are
part of a cycle, while the BSD tsort that ships with Darwin does.

Symlink to base64 is not created because it conflicts against
the base64 package.
  <<
  InstallScript: <<
#!/bin/sh -ev
go() { echo "$@"; "$@"; }

for d in bin share/man/man1; do
  dd=`echo "$d" | sed 's,[^/]*,..,g'`/lib/%N/$d
  go mkdir -p "%i/$d"
  go cd "%I/$d"
  for f in "$dd/"*; do
ff=`basename "$f"`
case $ff in
  md5sum*|readlink*|tsort*|base64*) ;;
  *) go ln -s "$f" "%i/$d/$ff";;
esac
  done
done

go mkdir -p %i/share/doc/installed-packages
go touch %i/share/doc/installed-packages/%n
go ln -s %N %i/share/doc/%n
  <<
<<
License: GPL
Maintainer: AIDA Shinra <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/coreutils/

--- NEW FILE: coreutils.patch ---
diff -Naur coreutils-6.9.orig/tests/chgrp/basic coreutils-6.9/tests/chgrp/basic
--- coreutils

[cvs] dists/10.3/unstable/main/finkinfo/libs libarchive.info, NONE, 1.1 libarchive.patch, NONE, 1.1

2007-04-23 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7107/10.3/unstable/main/finkinfo/libs

Added Files:
libarchive.info libarchive.patch 
Log Message:
New package: libarchive.

The bsdtar utility is also available as SplitOff.


--- NEW FILE: libarchive.info ---
Package: libarchive
Version: 2.1.6
Revision: 1
Description: Archiver library for tar, pax and others
BuildDepends: bzip2-dev
Depends: %N-shlibs (=%v-%r), bzip2-shlibs
Source: http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%v.tar.gz
Source-MD5: 0dc5da3f3afbdc01f9ca3e13d0c285ad
PatchScript: <<
patch -p1 < %a/%n.patch
perl -pi -e 's/^\.Fx/FreeBSD/' libarchive/*.[1-9]
<<
ConfigureParams: --mandir=%p/share/man
InstallScript: DESTDIR=%d make install
DocFiles: COPYING README NEWS
SplitOff: <<
  Package: %N-shlibs
  Depends: bzip2-shlibs
  Files: lib/libarchive.*.dylib
  Shlibs: %p/lib/libarchive.2.dylib 4.0.0 %n (>= 2.1.6-1) 32
  DocFiles: COPYING README NEWS
<<
SplitOff2: <<
  Package: bsdtar
  Description: FreeBSD's powerful tar
  Depends: %N-shlibs (>= %v-%r)
  Files: bin share/man/man1
  DocFiles: COPYING README NEWS
  DescDetail: <<
  The bsdtar program is FreeBSD's modern implementation of tar based
  on libarchive. It started as a test harness, but has grown into a
  feature-competitive replacement for GNU tar.
  
  Following formats are supported ('r' for reading and 'w' for writing).
  On read, compression and format are always detected automatically.
  [rw] gzip compression
  [rw] bzip2 compression
  [r ] compress/LZW compression
  [r ] GNU tar format (including GNU long filenames, long link names, and
   sparse files)
  [r ] Solaris 9 extended tar format (including ACLs)
  [r ] Old V7 tar archives
  [rw] POSIX 1003.1-1988 ustar
  [rw] POSIX 1003.1-2001 pax interchange format (indeed extended ustar)
  [ w] "restricted" pax format, which will create ustar archives except for
   entries that require pax extensions (for long filenames, ACLs, etc).
  [rw] POSIX octet-oriented cpio
  [r ] SVR4 ASCII cpio
  [r ] Binary cpio (big-endian or little-endian)
  [r ] ISO9660 CD-ROM images (with optional Rockridge extensions)
  [r ] ZIP archives (with uncompressed or "deflate" compressed entries)
  [ w] shar archives
  [rw] GNU and BSD 'ar' archives
  <<
  DescUsage: <<
  You can usually use bsdtar in the same way to GNU tar but there are
  some differences. Read bsdtar(1) manpage for details.
  <<
<<
DescDetail: <<
Libarchive is a stream-oriented library for variety of archives.
It focuses on tar format and its variants primarily, but can also
read and/or write other families of archive formats.

Following formats are supported ('r' for reading and 'w' for writing).
On read, compression and format are always detected automatically.
[rw] gzip compression
[rw] bzip2 compression
[r ] compress/LZW compression
[r ] GNU tar format (including GNU long filenames, long link names, and
 sparse files)
[r ] Solaris 9 extended tar format (including ACLs)
[r ] Old V7 tar archives
[rw] POSIX 1003.1-1988 ustar
[rw] POSIX 1003.1-2001 pax interchange format (indeed extended ustar)
[ w] "restricted" pax format, which will create ustar archives except for
 entries that require pax extensions (for long filenames, ACLs, etc).
[rw] POSIX octet-oriented cpio
[r ] SVR4 ASCII cpio
[r ] Binary cpio (big-endian or little-endian)
[r ] ISO9660 CD-ROM images (with optional Rockridge extensions)
[r ] ZIP archives (with uncompressed or "deflate" compressed entries)
[ w] shar archives
[rw] GNU and BSD 'ar' archives
<<
DescUsage: <<
Guide to Documentation installed by this system:
 * libarchive.3 gives an overview of the library as a whole
 * archive_read.3, archive_write.3, and archive_write_disk.3 provide
   detailed calling sequences for the read and write APIs
 * archive_entry.3 details the "struct archive_entry" utility class
 * libarchive-formats.5 documents the file formats supported by the library
 * tar.5 provides some detailed information about a variety of different
   "tar" formats.
<<
DescPort: <<
Since Darwin/MacOS X does not support any tape device, the default
device is changed to stdio. The manpage warns users not to rely on
this behaviour or they knock the real tape device on other platforms.
<<
DescPackaging: <<
Bsdtar command is changed to link libarchive dynamically.
<<
License: BSD
Maintainer: AIDA Shinra <[EMAIL PROTECTED]>
Homepage: http://people.freebsd.org/~kientzle/libarchive/

--- NEW FILE: libarchive.patch ---
diff -ru libarchive-2.1.6.orig/Makefile.am libarchive-2.1.6/Makefile.am
--- libarchive-2.1.6.orig/Makefile.am   2007-04-15 22:06:08.0 +
+++ libarchive-2.1.6/Makefile.am2007

[cvs] dists/10.4/unstable/main/finkinfo/libs libarchive.info, NONE, 1.1 libarchive.patch, NONE, 1.1

2007-04-23 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7107/10.4/unstable/main/finkinfo/libs

Added Files:
libarchive.info libarchive.patch 
Log Message:
New package: libarchive.

The bsdtar utility is also available as SplitOff.


--- NEW FILE: libarchive.info ---
Package: libarchive
Version: 2.1.6
Revision: 1
Description: Archiver library for tar, pax and others
BuildDepends: bzip2-dev
Depends: %N-shlibs (=%v-%r), bzip2-shlibs
Source: http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%v.tar.gz
Source-MD5: 0dc5da3f3afbdc01f9ca3e13d0c285ad
PatchScript: <<
patch -p1 < %a/%n.patch
perl -pi -e 's/^\.Fx/FreeBSD/' libarchive/*.[1-9]
<<
ConfigureParams: --mandir=%p/share/man
InstallScript: DESTDIR=%d make install
DocFiles: COPYING README NEWS
SplitOff: <<
  Package: %N-shlibs
  Depends: bzip2-shlibs
  Files: lib/libarchive.*.dylib
  Shlibs: %p/lib/libarchive.2.dylib 4.0.0 %n (>= 2.1.6-1) 32
  DocFiles: COPYING README NEWS
<<
SplitOff2: <<
  Package: bsdtar
  Description: FreeBSD's powerful tar
  Depends: %N-shlibs (>= %v-%r)
  Files: bin share/man/man1
  DocFiles: COPYING README NEWS
  DescDetail: <<
  The bsdtar program is FreeBSD's modern implementation of tar based
  on libarchive. It started as a test harness, but has grown into a
  feature-competitive replacement for GNU tar.
  
  Following formats are supported ('r' for reading and 'w' for writing).
  On read, compression and format are always detected automatically.
  [rw] gzip compression
  [rw] bzip2 compression
  [r ] compress/LZW compression
  [r ] GNU tar format (including GNU long filenames, long link names, and
   sparse files)
  [r ] Solaris 9 extended tar format (including ACLs)
  [r ] Old V7 tar archives
  [rw] POSIX 1003.1-1988 ustar
  [rw] POSIX 1003.1-2001 pax interchange format (indeed extended ustar)
  [ w] "restricted" pax format, which will create ustar archives except for
   entries that require pax extensions (for long filenames, ACLs, etc).
  [rw] POSIX octet-oriented cpio
  [r ] SVR4 ASCII cpio
  [r ] Binary cpio (big-endian or little-endian)
  [r ] ISO9660 CD-ROM images (with optional Rockridge extensions)
  [r ] ZIP archives (with uncompressed or "deflate" compressed entries)
  [ w] shar archives
  [rw] GNU and BSD 'ar' archives
  <<
  DescUsage: <<
  You can usually use bsdtar in the same way to GNU tar but there are
  some differences. Read bsdtar(1) manpage for details.
  <<
<<
DescDetail: <<
Libarchive is a stream-oriented library for variety of archives.
It focuses on tar format and its variants primarily, but can also
read and/or write other families of archive formats.

Following formats are supported ('r' for reading and 'w' for writing).
On read, compression and format are always detected automatically.
[rw] gzip compression
[rw] bzip2 compression
[r ] compress/LZW compression
[r ] GNU tar format (including GNU long filenames, long link names, and
 sparse files)
[r ] Solaris 9 extended tar format (including ACLs)
[r ] Old V7 tar archives
[rw] POSIX 1003.1-1988 ustar
[rw] POSIX 1003.1-2001 pax interchange format (indeed extended ustar)
[ w] "restricted" pax format, which will create ustar archives except for
 entries that require pax extensions (for long filenames, ACLs, etc).
[rw] POSIX octet-oriented cpio
[r ] SVR4 ASCII cpio
[r ] Binary cpio (big-endian or little-endian)
[r ] ISO9660 CD-ROM images (with optional Rockridge extensions)
[r ] ZIP archives (with uncompressed or "deflate" compressed entries)
[ w] shar archives
[rw] GNU and BSD 'ar' archives
<<
DescUsage: <<
Guide to Documentation installed by this system:
 * libarchive.3 gives an overview of the library as a whole
 * archive_read.3, archive_write.3, and archive_write_disk.3 provide
   detailed calling sequences for the read and write APIs
 * archive_entry.3 details the "struct archive_entry" utility class
 * libarchive-formats.5 documents the file formats supported by the library
 * tar.5 provides some detailed information about a variety of different
   "tar" formats.
<<
DescPort: <<
Since Darwin/MacOS X does not support any tape device, the default
device is changed to stdio. The manpage warns users not to rely on
this behaviour or they knock the real tape device on other platforms.
<<
DescPackaging: <<
Bsdtar command is changed to link libarchive dynamically.
<<
License: BSD
Maintainer: AIDA Shinra <[EMAIL PROTECTED]>
Homepage: http://people.freebsd.org/~kientzle/libarchive/

--- NEW FILE: libarchive.patch ---
diff -ru libarchive-2.1.6.orig/Makefile.am libarchive-2.1.6/Makefile.am
--- libarchive-2.1.6.orig/Makefile.am   2007-04-15 22:06:08.0 +
+++ libarchive-2.1.6/Makefile.am2007

[cvs] dists/10.4/unstable/main/finkinfo/text dvipdfmx.info,1.10,1.11

2007-04-24 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3351/10.4/unstable/main/finkinfo/text

Modified Files:
dvipdfmx.info 
Log Message:
more PreInstScript fix

Index: dvipdfmx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/dvipdfmx.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dvipdfmx.info   22 Apr 2007 05:55:31 -  1.10
+++ dvipdfmx.info   24 Apr 2007 09:42:26 -  1.11
@@ -1,6 +1,6 @@
 Package: dvipdfmx
 Version: 20070409
-Revision: 2
+Revision: 3
 Depends: ptex3-base, libkpathsea4-shlibs, libpng3-shlibs, libpaper1-shlibs
 BuildDepends: libkpathsea4, libpng3, libpaper1-dev, fink (>= 0.24.12)
 Source: http://project.ktug.or.kr/dvipdfmx/snapshot/release/%n-%v.tar.gz
@@ -24,12 +24,14 @@
  rm -f %p/share/texmf/dvipdfm/fonts
  rm -f %p/share/texmf/fonts/cmap/dvipdfm/Resource
  rm -f %p/share/texmf/fonts/cmap/dvipdfm/fonts
+ oldpwd=`pwd`
  if [ -d %p/share/texmf/dvipdfm/config ]
  then
   cd %p/share/texmf/dvipdfm/config
   mv -f dvipdfmx.cfg ../dvipdfmx.cfg.finksave
-  mv -f *../
-  cd -
+  /usr/bin/pax -rwl . ..
+  cd "$oldpwd"
+  mv %p/share/texmf/dvipdfm/config %p/share/texmf/dvipdfm/config.finksave
  fi
 <<
 PostInstScript:<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text dvipdfmx.info,1.14,1.15

2007-04-24 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3351/10.3/unstable/main/finkinfo/text

Modified Files:
dvipdfmx.info 
Log Message:
more PreInstScript fix

Index: dvipdfmx.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/dvipdfmx.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dvipdfmx.info   22 Apr 2007 05:55:31 -  1.14
+++ dvipdfmx.info   24 Apr 2007 09:42:26 -  1.15
@@ -1,6 +1,6 @@
 Package: dvipdfmx
 Version: 20070409
-Revision: 2
+Revision: 3
 Depends: ptex3-base, libkpathsea4-shlibs, libpng3-shlibs, libpaper1-shlibs
 BuildDepends: libkpathsea4, libpng3, libpaper1-dev, fink (>= 0.24.12)
 Source: http://project.ktug.or.kr/dvipdfmx/snapshot/release/%n-%v.tar.gz
@@ -24,12 +24,14 @@
  rm -f %p/share/texmf/dvipdfm/fonts
  rm -f %p/share/texmf/fonts/cmap/dvipdfm/Resource
  rm -f %p/share/texmf/fonts/cmap/dvipdfm/fonts
+ oldpwd=`pwd`
  if [ -d %p/share/texmf/dvipdfm/config ]
  then
   cd %p/share/texmf/dvipdfm/config
   mv -f dvipdfmx.cfg ../dvipdfmx.cfg.finksave
-  mv -f *../
-  cd -
+  /usr/bin/pax -rwl . ..
+  cd "$oldpwd"
+  mv %p/share/texmf/dvipdfm/config %p/share/texmf/dvipdfm/config.finksave
  fi
 <<
 PostInstScript:<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text dvipdfmx.info,1.15,1.16

2007-04-24 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5532/10.3/unstable/main/finkinfo/text

Modified Files:
dvipdfmx.info 
Log Message:
ouch, i commited a wrong file

Index: dvipdfmx.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/dvipdfmx.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dvipdfmx.info   24 Apr 2007 09:42:26 -  1.15
+++ dvipdfmx.info   24 Apr 2007 09:51:09 -  1.16
@@ -1,6 +1,6 @@
 Package: dvipdfmx
 Version: 20070409
-Revision: 3
+Revision: 4
 Depends: ptex3-base, libkpathsea4-shlibs, libpng3-shlibs, libpaper1-shlibs
 BuildDepends: libkpathsea4, libpng3, libpaper1-dev, fink (>= 0.24.12)
 Source: http://project.ktug.or.kr/dvipdfmx/snapshot/release/%n-%v.tar.gz
@@ -28,8 +28,11 @@
  if [ -d %p/share/texmf/dvipdfm/config ]
  then
   cd %p/share/texmf/dvipdfm/config
-  mv -f dvipdfmx.cfg ../dvipdfmx.cfg.finksave
-  /usr/bin/pax -rwl . ..
+  if [ -e dvipdfmx.cfg ]
+  then
+mv dvipdfmx.cfg ../dvipdfmx.cfg.finksave
+  fi
+  /bin/pax -rwl . ..
   cd "$oldpwd"
   mv %p/share/texmf/dvipdfm/config %p/share/texmf/dvipdfm/config.finksave
  fi


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text dvipdfmx.info,1.11,1.12

2007-04-24 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5532/10.4/unstable/main/finkinfo/text

Modified Files:
dvipdfmx.info 
Log Message:
ouch, i commited a wrong file

Index: dvipdfmx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/dvipdfmx.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dvipdfmx.info   24 Apr 2007 09:42:26 -  1.11
+++ dvipdfmx.info   24 Apr 2007 09:51:09 -  1.12
@@ -1,6 +1,6 @@
 Package: dvipdfmx
 Version: 20070409
-Revision: 3
+Revision: 4
 Depends: ptex3-base, libkpathsea4-shlibs, libpng3-shlibs, libpaper1-shlibs
 BuildDepends: libkpathsea4, libpng3, libpaper1-dev, fink (>= 0.24.12)
 Source: http://project.ktug.or.kr/dvipdfmx/snapshot/release/%n-%v.tar.gz
@@ -28,8 +28,11 @@
  if [ -d %p/share/texmf/dvipdfm/config ]
  then
   cd %p/share/texmf/dvipdfm/config
-  mv -f dvipdfmx.cfg ../dvipdfmx.cfg.finksave
-  /usr/bin/pax -rwl . ..
+  if [ -e dvipdfmx.cfg ]
+  then
+mv dvipdfmx.cfg ../dvipdfmx.cfg.finksave
+  fi
+  /bin/pax -rwl . ..
   cd "$oldpwd"
   mv %p/share/texmf/dvipdfm/config %p/share/texmf/dvipdfm/config.finksave
  fi


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text jgroff.info,1.4,1.5

2007-04-26 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5671/10.3/unstable/main/finkinfo/text

Modified Files:
jgroff.info 
Log Message:
New debian patch

Index: jgroff.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/jgroff.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jgroff.info 15 Jun 2006 04:38:47 -  1.4
+++ jgroff.info 26 Apr 2007 11:14:53 -  1.5
@@ -1,12 +1,12 @@
 Package: jgroff
 Version: 1.18.1.1
-Revision: 3
+Revision: 4
 GCC: 3.3
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: mirror:gnu:groff/groff-%v.tar.gz
 Source-MD5: 511dbd64b67548c99805f1521f82cc5e
-Source2: mirror:debian:pool/main/g/groff/groff_%v-11.diff.gz
-Source2-MD5: d6a7e807f8545c90a97473f1616a1d8d
+Source2: mirror:debian:pool/main/g/groff/groff_%v-12.diff.gz
+Source2-MD5: 5f53631feb4d2a3811d35519e2bc3410
 Depends: libiconv
 BuildDepends: netpbm-bin, psutils, ghostscript | ghostscript-nox, libiconv-dev
 Suggests: netpbm-bin, psutils, ghostscript | ghostscript-nox
@@ -24,7 +24,7 @@
 InfoDocs: jgroff
 ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --enable-multibyte YACC=/usr/bin/yacc
 PatchScript: <<
-gzip -cd ../groff_%v-11.diff.gz | /usr/bin/sed 's|Debian package as /usr|Fink 
package as %p|g' | patch -p1
+gzip -cd ../groff_%v-12.diff.gz | /usr/bin/sed 's|Debian package as /usr|Fink 
package as %p|g' | patch -p1
 /usr/bin/sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 <<
 CompileScript: <<
@@ -43,11 +43,10 @@
 cat debian/mandoc.local >> %i/etc/%n/man.local
 cat debian/mandoc.local >> %i/etc/%n/mdoc.local
 <<
-DescPort: <<
-xditview is not compiled nor installed now.
-<<
 DescPackaging: <<
   Avoid dependency mess if /sw/bin/perl exists at compile-time
+
+  xditview is not compiled nor installed now.
 <<
 License: GPL
 Homepage: http://www.gnu.org/software/groff/groff.html 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text jgroff.info,1.4,1.5

2007-04-26 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5671/10.4/unstable/main/finkinfo/text

Modified Files:
jgroff.info 
Log Message:
New debian patch

Index: jgroff.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/jgroff.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jgroff.info 15 Jun 2006 04:38:48 -  1.4
+++ jgroff.info 26 Apr 2007 11:14:54 -  1.5
@@ -1,12 +1,12 @@
 Package: jgroff
 Version: 1.18.1.1
-Revision: 1003
+Revision: 1004
 GCC: 4.0
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: mirror:gnu:groff/groff-%v.tar.gz
 Source-MD5: 511dbd64b67548c99805f1521f82cc5e
-Source2: mirror:debian:pool/main/g/groff/groff_%v-11.diff.gz
-Source2-MD5: d6a7e807f8545c90a97473f1616a1d8d
+Source2: mirror:debian:pool/main/g/groff/groff_%v-12.diff.gz
+Source2-MD5: 5f53631feb4d2a3811d35519e2bc3410
 Depends: libiconv
 BuildDepends: netpbm-bin, psutils, ghostscript | ghostscript-nox, libiconv-dev
 Suggests: netpbm-bin, psutils, ghostscript | ghostscript-nox
@@ -24,7 +24,7 @@
 InfoDocs: jgroff
 ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --enable-multibyte YACC=/usr/bin/yacc
 PatchScript: <<
-gzip -cd ../groff_%v-11.diff.gz | /usr/bin/sed 's|Debian package as /usr|Fink 
package as %p|g' | patch -p1
+gzip -cd ../groff_%v-12.diff.gz | /usr/bin/sed 's|Debian package as /usr|Fink 
package as %p|g' | patch -p1
 /usr/bin/sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 <<
 CompileScript: <<
@@ -43,11 +43,10 @@
 cat debian/mandoc.local >> %i/etc/%n/man.local
 cat debian/mandoc.local >> %i/etc/%n/mdoc.local
 <<
-DescPort: <<
-xditview is not compiled nor installed now.
-<<
 DescPackaging: <<
   Avoid dependency mess if /sw/bin/perl exists at compile-time
+
+  xditview is not compiled nor installed now.
 <<
 License: GPL
 Homepage: http://www.gnu.org/software/groff/groff.html 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils man.info, 1.2, 1.3 man.patch, 1.2, 1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13906/10.4/unstable/main/finkinfo/utils

Modified Files:
man.info man.patch 
Log Message:
New upstream version: 1.6e

Index: man.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/man.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- man.info17 Mar 2006 12:48:26 -  1.2
+++ man.info28 Apr 2007 02:53:32 -  1.3
@@ -1,9 +1,9 @@
 Package: man
-Version: 1.6c
-Revision: 2
+Version: 1.6e
+Revision: 1
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: http://primates.ximian.com/~flucifredi/man/man-%v.tar.gz
-Source-MD5: ac1e7d60dfedb7d1c6f398ae5b038996
+Source-MD5: d8187cd756398baefc48ba7d60ff6a8a
 Depends: jgroff, nkf
 License: GPL
 Homepage: http://primates.ximian.com/~flucifredi/man/

Index: man.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/man.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- man.patch   17 Mar 2006 12:48:26 -  1.2
+++ man.patch   28 Apr 2007 02:53:32 -  1.3
@@ -1,7 +1,7 @@
-diff -Naur man-1.6c.orig/configure man-1.6c/configure
 man-1.6c.orig/configureThu Jan 12 01:24:20 2006
-+++ man-1.6c/configure Fri Mar 17 12:09:56 2006
-@@ -818,6 +818,8 @@
+diff -Naur man-1.6e.orig/configure man-1.6e/configure
+--- man-1.6e.orig/configure2006-05-01 17:56:14.0 +
 man-1.6e/configure 2007-04-28 01:08:05.0 +
+@@ -827,6 +827,8 @@
  then
DEF_NLSPATH="/usr/share/locale/%L/%N:/usr/lib/locale/%N/%L"
deflocalepath=`echo $NLSPATH:$DEF_NLSPATH | sed 's/:/ /g'`
@@ -10,7 +10,7 @@
for i in $deflocalepath; do
  if [ x$deflocale = x ]; then
tstdir=`echo $i | sed -e 's/%N//; s/%L//'`
-@@ -867,7 +869,7 @@
+@@ -876,7 +878,7 @@
  locale=$deflocale
fi
echo
@@ -19,7 +19,7 @@
  fi
  
  if [ x$suid = x -a x$sgid = x ]; then
-@@ -1272,6 +1274,7 @@
+@@ -1281,6 +1283,7 @@
echo "$ce">> $infile
echo "Creating $infile from $infile.in"
sed -e '
@@ -27,9 +27,80 @@
  s,@version@,$version,
  s,@CC@,$CC,
  s,@BUILD_CC@,$BUILD_CC,
-diff -Naur man-1.6c.orig/man2html/Makefile.in man-1.6c/man2html/Makefile.in
 man-1.6c.orig/man2html/Makefile.in Sat Aug 20 23:26:06 2005
-+++ man-1.6c/man2html/Makefile.in  Wed Mar 15 22:24:15 2006
+diff -Naur man-1.6e.orig/gencat/gencat.c man-1.6e/gencat/gencat.c
+--- man-1.6e.orig/gencat/gencat.c  2006-08-02 18:11:44.0 +
 man-1.6e/gencat/gencat.c   2007-04-28 01:53:58.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#ifdef NOT_POSIX
+ #ifdef SYSV
+ #include 
+ #include 
+@@ -54,6 +55,11 @@
+ #include 
+ #endif
+ #include 
++#else /* ! NOT_POSIX */
++#include 
++#include 
++#include 
++#endif /* ! NOT_POSIX */
+ #include 
+ #include "gencat.h"
+ 
+diff -Naur man-1.6e.orig/gencat/genlib.c man-1.6e/gencat/genlib.c
+--- man-1.6e.orig/gencat/genlib.c  2006-08-02 18:11:44.0 +
 man-1.6e/gencat/genlib.c   2007-04-28 02:00:35.0 +
+@@ -49,6 +49,7 @@
+ 
+ #include 
+ #include 
++#ifdef NOT_POSIX
+ #ifdef SYSV
+ #include 
+ #include 
+@@ -73,6 +74,11 @@
+ #endif
+ 
+ #include 
++#else /* ! NOT_POSIX */
++#include 
++#include 
++#include 
++#endif /* ! NOT_POSIX */
+ #include 
+ #include "msgcat.h"
+ #include "gencat.h"
+@@ -85,6 +91,15 @@
+ #define L_INCR SEEK_CUR
+ #endif
+ 
++#ifndef NOT_POSIX
++#ifndef bcopy
++#define bcopy(src, dst, length) memmove(dst, src, length)
++#endif
++#ifndef bzero
++#define bzero(b, length) memset(b, '\0', length)
++#endif
++#endif /* ! NOT_POSIX */
++
+ static char *curline = NULL;
+ static long lineno = 0;
+ 
+@@ -92,7 +107,7 @@
+ char *cptr;
+ char *msg;
+ {
+-fprintf(stderr, "gencat: %s on line %d\n", msg, lineno);
++fprintf(stderr, "gencat: %s on line %ld\n", msg, lineno);
+ fprintf(stderr, "%s\n", curline);
+ if (cptr) {
+   char*tptr;
+diff -Naur man-1.6e.orig/man2html/Makefile.in man-1.6e/man2html/Makefile.in
+--- man-1.6e.orig/man2html/Makefile.in 2006-04-25 06:44:15.0 +
 man-1.6e/man2html/Makefile.in  2007-04-28 01:08:05.0 +
 @@ -1,7 +1,7 @@
  CC = @CC@
  CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes
@@ -39,9 +110,9 @@
  mandir = $(DESTDIR)$(PREFIX)@mandir@
  vardir = $(DESTDIR)$(PREFIX)/var
  httpdir = $(DESTDIR)$(PREFIX)/home/httpd
-diff -Naur man-1.6c.orig/manpager.in man-1.6c/manpager.in
 man-1.6c.orig/manpager.in  Thu Jan  1 00:00:00 1970
-+++ man-1.6c/manpager.in   Wed Mar 15 23:07:55 2006
+diff -Naur man-1.6e.orig/manpager.in man-1.6e/manpager.in
+--- man-1.6e.orig/manpager.in  1970-01-01 00:00:00.0 +
 man-1.6e/manpager.in   2006-03-15 23:07:55.0 +

[cvs] dists/10.3/unstable/main/finkinfo/utils man.info, 1.2, 1.3 man.patch, 1.2, 1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13906/10.3/unstable/main/finkinfo/utils

Modified Files:
man.info man.patch 
Log Message:
New upstream version: 1.6e

Index: man.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/man.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- man.info17 Mar 2006 12:48:26 -  1.2
+++ man.info28 Apr 2007 02:53:31 -  1.3
@@ -1,9 +1,9 @@
 Package: man
-Version: 1.6c
-Revision: 2
+Version: 1.6e
+Revision: 1
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: http://primates.ximian.com/~flucifredi/man/man-%v.tar.gz
-Source-MD5: ac1e7d60dfedb7d1c6f398ae5b038996
+Source-MD5: d8187cd756398baefc48ba7d60ff6a8a
 Depends: jgroff, nkf
 License: GPL
 Homepage: http://primates.ximian.com/~flucifredi/man/

Index: man.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/man.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- man.patch   17 Mar 2006 12:48:26 -  1.2
+++ man.patch   28 Apr 2007 02:53:31 -  1.3
@@ -1,7 +1,7 @@
-diff -Naur man-1.6c.orig/configure man-1.6c/configure
 man-1.6c.orig/configureThu Jan 12 01:24:20 2006
-+++ man-1.6c/configure Fri Mar 17 12:09:56 2006
-@@ -818,6 +818,8 @@
+diff -Naur man-1.6e.orig/configure man-1.6e/configure
+--- man-1.6e.orig/configure2006-05-01 17:56:14.0 +
 man-1.6e/configure 2007-04-28 01:08:05.0 +
+@@ -827,6 +827,8 @@
  then
DEF_NLSPATH="/usr/share/locale/%L/%N:/usr/lib/locale/%N/%L"
deflocalepath=`echo $NLSPATH:$DEF_NLSPATH | sed 's/:/ /g'`
@@ -10,7 +10,7 @@
for i in $deflocalepath; do
  if [ x$deflocale = x ]; then
tstdir=`echo $i | sed -e 's/%N//; s/%L//'`
-@@ -867,7 +869,7 @@
+@@ -876,7 +878,7 @@
  locale=$deflocale
fi
echo
@@ -19,7 +19,7 @@
  fi
  
  if [ x$suid = x -a x$sgid = x ]; then
-@@ -1272,6 +1274,7 @@
+@@ -1281,6 +1283,7 @@
echo "$ce">> $infile
echo "Creating $infile from $infile.in"
sed -e '
@@ -27,9 +27,80 @@
  s,@version@,$version,
  s,@CC@,$CC,
  s,@BUILD_CC@,$BUILD_CC,
-diff -Naur man-1.6c.orig/man2html/Makefile.in man-1.6c/man2html/Makefile.in
 man-1.6c.orig/man2html/Makefile.in Sat Aug 20 23:26:06 2005
-+++ man-1.6c/man2html/Makefile.in  Wed Mar 15 22:24:15 2006
+diff -Naur man-1.6e.orig/gencat/gencat.c man-1.6e/gencat/gencat.c
+--- man-1.6e.orig/gencat/gencat.c  2006-08-02 18:11:44.0 +
 man-1.6e/gencat/gencat.c   2007-04-28 01:53:58.0 +
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#ifdef NOT_POSIX
+ #ifdef SYSV
+ #include 
+ #include 
+@@ -54,6 +55,11 @@
+ #include 
+ #endif
+ #include 
++#else /* ! NOT_POSIX */
++#include 
++#include 
++#include 
++#endif /* ! NOT_POSIX */
+ #include 
+ #include "gencat.h"
+ 
+diff -Naur man-1.6e.orig/gencat/genlib.c man-1.6e/gencat/genlib.c
+--- man-1.6e.orig/gencat/genlib.c  2006-08-02 18:11:44.0 +
 man-1.6e/gencat/genlib.c   2007-04-28 02:00:35.0 +
+@@ -49,6 +49,7 @@
+ 
+ #include 
+ #include 
++#ifdef NOT_POSIX
+ #ifdef SYSV
+ #include 
+ #include 
+@@ -73,6 +74,11 @@
+ #endif
+ 
+ #include 
++#else /* ! NOT_POSIX */
++#include 
++#include 
++#include 
++#endif /* ! NOT_POSIX */
+ #include 
+ #include "msgcat.h"
+ #include "gencat.h"
+@@ -85,6 +91,15 @@
+ #define L_INCR SEEK_CUR
+ #endif
+ 
++#ifndef NOT_POSIX
++#ifndef bcopy
++#define bcopy(src, dst, length) memmove(dst, src, length)
++#endif
++#ifndef bzero
++#define bzero(b, length) memset(b, '\0', length)
++#endif
++#endif /* ! NOT_POSIX */
++
+ static char *curline = NULL;
+ static long lineno = 0;
+ 
+@@ -92,7 +107,7 @@
+ char *cptr;
+ char *msg;
+ {
+-fprintf(stderr, "gencat: %s on line %d\n", msg, lineno);
++fprintf(stderr, "gencat: %s on line %ld\n", msg, lineno);
+ fprintf(stderr, "%s\n", curline);
+ if (cptr) {
+   char*tptr;
+diff -Naur man-1.6e.orig/man2html/Makefile.in man-1.6e/man2html/Makefile.in
+--- man-1.6e.orig/man2html/Makefile.in 2006-04-25 06:44:15.0 +
 man-1.6e/man2html/Makefile.in  2007-04-28 01:08:05.0 +
 @@ -1,7 +1,7 @@
  CC = @CC@
  CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes
@@ -39,9 +110,9 @@
  mandir = $(DESTDIR)$(PREFIX)@mandir@
  vardir = $(DESTDIR)$(PREFIX)/var
  httpdir = $(DESTDIR)$(PREFIX)/home/httpd
-diff -Naur man-1.6c.orig/manpager.in man-1.6c/manpager.in
 man-1.6c.orig/manpager.in  Thu Jan  1 00:00:00 1970
-+++ man-1.6c/manpager.in   Wed Mar 15 23:07:55 2006
+diff -Naur man-1.6e.orig/manpager.in man-1.6e/manpager.in
+--- man-1.6e.orig/manpager.in  1970-01-01 00:00:00.0 +
 man-1.6e/manpager.in   2006-03-15 23:07:55.0 +

[cvs] dists/10.3/unstable/main/finkinfo/languages gauche.info, 1.5, 1.6

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10610/10.3/unstable/main/finkinfo/languages

Modified Files:
gauche.info 
Log Message:
New upstream: 0.8.10

Index: gauche.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/gauche.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gauche.info 14 Apr 2007 04:44:19 -  1.5
+++ gauche.info 28 Apr 2007 04:09:46 -  1.6
@@ -1,10 +1,10 @@
 Package: gauche
-Version: 0.8.9
+Version: 0.8.10
 Revision: 1
 Depends: gdbm3-shlibs, slib, libiconv
 BuildDepends: libiconv-dev, gdbm3
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
-Source-MD5: 242febb7ab09b95377e39aabb8adb6d7
+Source-MD5: 8ff2506962808c9e06e5049d2c5c1a0b
 Patch: %n.patch
 ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
 CompileScript: <<
@@ -26,14 +26,15 @@
 built-in system interface, native multilingual support are some of my
 goals.
 <<
-DescPort: <<
+DescPackaging: <<
 Gauche has its own directory hierarchy and library naming policy.
 For example,
 * libgauche.dylib has no version number.
 * headers are installed in /sw/lib/gauche/(version)/include.
 For compatibility with other platforms, this package simply
 installs everything without SplitOff.
-
+<<
+DescPort: <<
 Without "LC_ALL=C", broken *.info.gz would be created.
 <<
 License: BSD


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages gauche.info, 1.2, 1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10610/10.4/unstable/main/finkinfo/languages

Modified Files:
gauche.info 
Log Message:
New upstream: 0.8.10

Index: gauche.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche.info 14 Apr 2007 04:44:19 -  1.2
+++ gauche.info 28 Apr 2007 04:09:46 -  1.3
@@ -1,10 +1,10 @@
 Package: gauche
-Version: 0.8.9
+Version: 0.8.10
 Revision: 1
 Depends: gdbm3-shlibs, slib, libiconv
 BuildDepends: libiconv-dev, gdbm3
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
-Source-MD5: 242febb7ab09b95377e39aabb8adb6d7
+Source-MD5: 8ff2506962808c9e06e5049d2c5c1a0b
 Patch: %n.patch
 ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
 CompileScript: <<
@@ -26,14 +26,15 @@
 built-in system interface, native multilingual support are some of my
 goals.
 <<
-DescPort: <<
+DescPackaging: <<
 Gauche has its own directory hierarchy and library naming policy.
 For example,
 * libgauche.dylib has no version number.
 * headers are installed in /sw/lib/gauche/(version)/include.
 For compatibility with other platforms, this package simply
 installs everything without SplitOff.
-
+<<
+DescPort: <<
 Without "LC_ALL=C", broken *.info.gz would be created.
 <<
 License: BSD


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo ca-roots.info,1.2,1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17473/10.3/unstable/crypto/finkinfo

Modified Files:
ca-roots.info 
Log Message:
Change the source tarball to Firefox 2.0.0.3's one

Index: ca-roots.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/ca-roots.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ca-roots.info   24 Mar 2006 16:59:19 -  1.2
+++ ca-roots.info   28 Apr 2007 04:27:37 -  1.3
@@ -1,11 +1,11 @@
 Package: ca-roots
 Version: 1.0
 Epoch: 1
-Revision: 2
+Revision: 3
 Depends: multi-c-rehash
 RuntimeVars: SSL_CERT_DIR: %p/etc/ssl/certs
-Source: 
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.7/source/firefox-1.0.7-source.tar.bz2
-Source-MD5: 5704a8c36de84b408e069afb0c5bc1df
+Source: 
ftp://ftp.ring.gr.jp/pub/net/www/mozilla/firefox/releases/2.0.0.3/source/firefox-2.0.0.3-source.tar.bz2
+Source-MD5: 24398e3d98673a2a92a01a8f771ca12a
 SourceDirectory: mozilla
 Patch: %n.patch
 CompileScript: cd %n && make


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo ca-roots.info,1.2,1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17473/10.4/unstable/crypto/finkinfo

Modified Files:
ca-roots.info 
Log Message:
Change the source tarball to Firefox 2.0.0.3's one

Index: ca-roots.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/ca-roots.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ca-roots.info   24 Mar 2006 16:59:19 -  1.2
+++ ca-roots.info   28 Apr 2007 04:27:37 -  1.3
@@ -1,11 +1,11 @@
 Package: ca-roots
 Version: 1.0
 Epoch: 1
-Revision: 2
+Revision: 3
 Depends: multi-c-rehash
 RuntimeVars: SSL_CERT_DIR: %p/etc/ssl/certs
-Source: 
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.7/source/firefox-1.0.7-source.tar.bz2
-Source-MD5: 5704a8c36de84b408e069afb0c5bc1df
+Source: 
ftp://ftp.ring.gr.jp/pub/net/www/mozilla/firefox/releases/2.0.0.3/source/firefox-2.0.0.3-source.tar.bz2
+Source-MD5: 24398e3d98673a2a92a01a8f771ca12a
 SourceDirectory: mozilla
 Patch: %n.patch
 CompileScript: cd %n && make


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils prime-dict.info, 1.3, 1.4

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30519/10.3/unstable/main/finkinfo/utils

Modified Files:
prime-dict.info 
Log Message:
Remove unnecessary GCC field.

Index: prime-dict.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/prime-dict.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prime-dict.info 15 Mar 2006 22:12:30 -  1.3
+++ prime-dict.info 28 Apr 2007 06:26:51 -  1.4
@@ -1,7 +1,6 @@
 Package: prime-dict
 Version: 0.8.7
 Revision: 1
-GCC: 3.3
 Description: Dictionary files for PRIME input method
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils prime-dict.info, 1.2, 1.3

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30519/10.4/unstable/main/finkinfo/utils

Modified Files:
prime-dict.info 
Log Message:
Remove unnecessary GCC field.

Index: prime-dict.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/prime-dict.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prime-dict.info 15 Mar 2006 22:12:31 -  1.2
+++ prime-dict.info 28 Apr 2007 06:26:52 -  1.3
@@ -1,7 +1,6 @@
 Package: prime-dict
 Version: 0.8.7
 Revision: 1001
-GCC: 4.0
 Description: Dictionary files for PRIME input method
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
@@ -22,4 +21,9 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
 
+DescPackaging: <<
+The revision >= 1001 is an artifact of a bogus GCC field before.
+It can be copied to non-10.4 system, and should be restored
+at the upstream update.
+<<
 Homepage: http://taiyaki.org/prime/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/utils prime-dict.info,1.1,1.2

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31288/10.3/stable/main/finkinfo/utils

Modified Files:
prime-dict.info 
Log Message:
Sync with unstable

Index: prime-dict.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils/prime-dict.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prime-dict.info 2 Oct 2004 11:27:47 -   1.1
+++ prime-dict.info 28 Apr 2007 06:28:20 -  1.2
@@ -1,12 +1,24 @@
 Package: prime-dict
-Version: 0.8.0
-Revision: 2
+Version: 0.8.7
+Revision: 1
 Description: Dictionary files for PRIME input method
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-Source:http://prime.sourceforge.jp/src/%n-%v.tar.gz
-Source-MD5: 2108339d360b90f361901c0ae747ce83
-ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-rubydir='$(libdir)/ruby/site_ruby'
+
+CustomMirror: <<
+ asi-JP: http://osdn.dl.sourceforge.jp/
+ asi-JP: http://qgpop.dl.sourceforge.jp/
+ asi-JP: http://keihanna.dl.sourceforge.jp/
+<<
+Source: mirror:custom:prime/13191/%n-%v.tar.gz
+Source-MD5: 96250130be67a185ed41c1632a89e5eb
+
+ConfigureParams: <<
+ --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' \
+ --with-rubydir='$(libdir)/ruby/site_ruby'
+<<
+
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
+
 Homepage: http://taiyaki.org/prime/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/utils prime-dict.info,1.1,1.2

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31288/10.4/stable/main/finkinfo/utils

Modified Files:
prime-dict.info 
Log Message:
Sync with unstable

Index: prime-dict.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/prime-dict.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prime-dict.info 20 Jan 2006 20:13:01 -  1.1
+++ prime-dict.info 28 Apr 2007 06:28:20 -  1.2
@@ -1,12 +1,29 @@
 Package: prime-dict
-Version: 0.8.0
-Revision: 2
+Version: 0.8.7
+Revision: 1001
 Description: Dictionary files for PRIME input method
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-Source:http://prime.sourceforge.jp/src/%n-%v.tar.gz
-Source-MD5: 2108339d360b90f361901c0ae747ce83
-ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-rubydir='$(libdir)/ruby/site_ruby'
+
+CustomMirror: <<
+ asi-JP: http://osdn.dl.sourceforge.jp/
+ asi-JP: http://qgpop.dl.sourceforge.jp/
+ asi-JP: http://keihanna.dl.sourceforge.jp/
+<<
+Source: mirror:custom:prime/13191/%n-%v.tar.gz
+Source-MD5: 96250130be67a185ed41c1632a89e5eb
+
+ConfigureParams: <<
+ --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' \
+ --with-rubydir='$(libdir)/ruby/site_ruby'
+<<
+
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
+
+DescPackaging: <<
+The revision >= 1001 is an artifact of a bogus GCC field before.
+It can be copied to non-10.4 system, and should be restored
+at the upstream update.
+<<
 Homepage: http://taiyaki.org/prime/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/editors prime-el.info, 1.4, 1.5 prime-el.patch, 1.3, 1.4

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1142

Modified Files:
prime-el.info prime-el.patch 
Log Message:
Sync with 10.4 (POSIX echo)

Index: prime-el.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/prime-el.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prime-el.info   13 Sep 2005 09:21:17 -  1.4
+++ prime-el.info   28 Apr 2007 06:34:16 -  1.5
@@ -1,14 +1,17 @@
 Package: prime-el
 Version: 1.5.1.3
-Revision: 3
+Revision: 4
 Description: Prime Client for Emacs
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
+BuildDepends: fink (>= 0.24.12)
 Depends: emacsen, apel, mell, suikyo-el, prime
 Source: http://prime.sourceforge.jp/src/%n-%v.tar.gz
 Source-MD5: 96c8b3deaf7a456683ff36593202f603
+PatchFile: %n.patch
+PatchFile-MD5: d7044fa5c58ecfccd30c8ff717585fe6
 PatchScript: <<
-  sed 's|@PREFIX@|%p|g' < %a/%n.patch | sed 's|@VERSION@|%v-%r|g' | patch -p1
+  sed 's|@PREFIX@|%p|g' < %{PatchFile} | sed 's|@VERSION@|%v-%r|g' | patch -p1
 <<
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' 
--with-prime-el-initdir='$(emacs_sitelisp_dir)/%n' 
--with-prime-docdir='$(datadir)/doc/%n'
 CompileScript: ./configure %c

Index: prime-el.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/prime-el.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prime-el.patch  13 Sep 2005 09:21:17 -  1.3
+++ prime-el.patch  28 Apr 2007 06:34:16 -  1.4
@@ -27,7 +27,7 @@
 +
 +case "$FLAVOR" in
 +emacs2*)
-+  echo -n "install/${PACKAGE}: Handling install for emacsen flavor 
${FLAVOR}..."
++  /bin/echo "install/${PACKAGE}: Handling install for emacsen flavor 
${FLAVOR}...\c"
 +  if [ -e "${STAMP}" ]; then
 +  if [ "X${VERSION}" = X"$(cat ${STAMP})" ]; then
 +  echo " skipped. (already compiled)" 
@@ -58,7 +58,7 @@
 +  echo " done."
 +  ;;
 +xemacs*)
-+  echo -n "install/${PACKAGE}: Handling install for emacsen flavor 
${FLAVOR}..."
++  /bin/echo "install/${PACKAGE}: Handling install for emacsen flavor 
${FLAVOR}...\c"
 +  rm -rf ${ELCDIR}
 +  install -m 755 -d ${ELCDIR}
 +  cd ${ELDIR}


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils prime.info,1.4,1.5

2007-04-27 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1581

Modified Files:
prime.info 
Log Message:
Sync with 10.4 (distcc)

Index: prime.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/prime.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prime.info  20 Dec 2005 03:25:05 -  1.4
+++ prime.info  28 Apr 2007 06:35:44 -  1.5
@@ -13,6 +13,8 @@
   perl -pi -e 's,/usr/\(local\),%p,' doc/uim_prime.html
 <<
 ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --with-rubydir='$(libdir)/ruby/site_ruby'
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 InstallScript: <<
 make install DESTDIR=%d
 make install-etc DESTDIR=%d


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/rubymods sary-rb.info, 1.3, 1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16350/10.3/unstable/main/finkinfo/libs/rubymods

Modified Files:
sary-rb.info 
Log Message:
Fix inconsistencies after the migrations to newer gettext and glib2.

Index: sary-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods/sary-rb.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sary-rb.info19 Apr 2005 15:50:29 -  1.3
+++ sary-rb.info28 Apr 2007 07:14:04 -  1.4
@@ -1,13 +1,13 @@
 Info2: <<
 Package: sary-rb%type_pkg[ruby]
 Version: 1.2.0
-Revision: 3
+Revision: 1004
 Description: Ruby binding of Sary for Ruby
 Type: ruby (1.6 1.8)
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-Depends: sary-shlibs, ruby%type_pkg[ruby]-shlibs, ruby%type_pkg[ruby]
-BuildDepends: ruby%type_pkg[ruby]-dev, sary (>= 1.2.0-3), pkgconfig, 
glib2-dev, gettext-dev, fink (>= 0.19.0-1)
+Depends: sary-shlibs (>= 1.2.0-1007), ruby%type_pkg[ruby]-shlibs, 
ruby%type_pkg[ruby]
+BuildDepends: ruby%type_pkg[ruby]-dev, sary (>= 1.2.0-1007), pkgconfig, 
glib2-dev (>= 2.12.0-1), libgettext3-dev, fink (>= 0.19.0-1)
 Provides: sary-rb
 Source: http://sary.sourceforge.net/sary-ruby-%v.tar.gz
 Source-MD5: c885abffea72f25cb0f6286770a78ac1


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/rubymods sary-rb.info, 1.2, 1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16350/10.4/unstable/main/finkinfo/libs/rubymods

Modified Files:
sary-rb.info 
Log Message:
Fix inconsistencies after the migrations to newer gettext and glib2.

Index: sary-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/sary-rb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sary-rb.info3 Feb 2006 16:41:51 -   1.2
+++ sary-rb.info28 Apr 2007 07:14:04 -  1.3
@@ -1,13 +1,13 @@
 Info2: <<
 Package: sary-rb%type_pkg[ruby]
 Version: 1.2.0
-Revision: 1003
+Revision: 1004
 Description: Ruby binding of Sary for Ruby
 Type: ruby (1.6 1.8)
 License: GPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-Depends: sary-shlibs, ruby%type_pkg[ruby]-shlibs, ruby%type_pkg[ruby]
-BuildDepends: ruby%type_pkg[ruby]-dev, sary (>= 1.2.0-3), pkgconfig, glib2-dev 
(>= 2.6.6-), gettext-dev, fink (>= 0.19.0-1)
+Depends: sary-shlibs (>= 1.2.0-1007), ruby%type_pkg[ruby]-shlibs, 
ruby%type_pkg[ruby]
+BuildDepends: ruby%type_pkg[ruby]-dev, sary (>= 1.2.0-1007), pkgconfig, 
glib2-dev (>= 2.12.0-1), libgettext3-dev, fink (>= 0.19.0-1)
 Provides: sary-rb
 Source: http://sary.sourceforge.net/sary-ruby-%v.tar.gz
 Source-MD5: c885abffea72f25cb0f6286770a78ac1


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text sary.info,1.10,1.11

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16350/10.3/unstable/main/finkinfo/text

Modified Files:
sary.info 
Log Message:
Fix inconsistencies after the migrations to newer gettext and glib2.

Index: sary.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/sary.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sary.info   1 Aug 2006 04:12:59 -   1.10
+++ sary.info   28 Apr 2007 07:14:03 -  1.11
@@ -1,6 +1,6 @@
 Package: sary
 Version: 1.2.0
-Revision: 7
+Revision: 1007
 Description: Suffix array library
 License: LGPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs mecab-py.info,1.3,1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.4/unstable/main/finkinfo/libs

Modified Files:
mecab-py.info 
Log Message:
New upstream version: 0.95.

Index: mecab-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/mecab-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mecab-py.info   19 Oct 2006 00:51:18 -  1.3
+++ mecab-py.info   28 Apr 2007 08:27:43 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mecab-py%type_pkg[python]
-Version: 0.93
+Version: 0.95
 Revision: 1
 Type: python (2.3 2.4)
 Description: Python binding of MeCab
@@ -10,11 +10,11 @@
 Depends: mecab-shlibs (>= %v), python%type_pkg[python]
 Conflicts: mecab-python (<< 0.91)
 Replaces: mecab-python (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/21191/mecab-python-%v.tar.gz
-Source-MD5: f0034d1e4f14a66a8e31cf29aa8059bc
+Source: mirror:sourceforge:mecab/mecab-python-%v.tar.gz
+Source-MD5: 8edf73b56d19b4caa8a80c4c7642e661
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root %d
 DocFiles: README bindings.html
 DescDetail: This package allows a python program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods mecab-pm.info, 1.2, 1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
mecab-pm.info 
Log Message:
New upstream version: 0.95.

Index: mecab-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/mecab-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mecab-pm.info   30 Jun 2006 14:50:55 -  1.2
+++ mecab-pm.info   28 Apr 2007 08:27:42 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: mecab-pm%type_pkg[perl]
-Version: 0.91
-Revision: 2
+Version: 0.95
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
 Description: Perl binding of MeCab
@@ -11,8 +11,8 @@
 Depends: mecab-shlibs (>= %v), perl%type_pkg[perl]-core
 Conflicts: mecab-perl (<< 0.91)
 Replaces: mecab-perl (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/20029/mecab-perl-%v.tar.gz
-Source-MD5: b12f57c99790360263c7c80e34013890
+Source: mirror:sourceforge:mecab/mecab-perl-%v.tar.gz
+Source-MD5: b924751bf58d7d6c4f3b6b5bbe8e1640
 CompileScript: <<
   perl%type_raw[perl] Makefile.PL
   make
@@ -21,5 +21,5 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README bindings.html
 DescDetail: This package allows a perl program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/rubymods mecab-rb.info, 1.2, 1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.3/unstable/main/finkinfo/libs/rubymods

Modified Files:
mecab-rb.info 
Log Message:
New upstream version: 0.95.

Index: mecab-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/rubymods/mecab-rb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mecab-rb.info   30 Jun 2006 14:50:55 -  1.2
+++ mecab-rb.info   28 Apr 2007 08:27:42 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: mecab-rb%type_pkg[ruby]
-Version: 0.91
-Revision: 2
+Version: 0.95
+Revision: 1
 Type: ruby (1.8)
 Description: Ruby binding of MeCab
 License: LGPL
@@ -10,8 +10,8 @@
 Depends: mecab-shlibs (>= %v), ruby%type_pkg[ruby]
 Conflicts: mecab-ruby (<< 0.91)
 Replaces: mecab-ruby (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/20030/mecab-ruby-%v.tar.gz
-Source-MD5: 06885530629b8bb591787bf66d81a14e
+Source: mirror:sourceforge:mecab/mecab-ruby-%v.tar.gz
+Source-MD5: 33c5ea430d0a21868b170b2d09991d14
 CompileScript: <<
   %p/bin/ruby%type_raw[ruby] extconf.rb
   make
@@ -19,5 +19,5 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README bindings.html
 DescDetail: This package allows a ruby program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs mecab-py.info,1.2,1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.3/unstable/main/finkinfo/libs

Modified Files:
mecab-py.info 
Log Message:
New upstream version: 0.95.

Index: mecab-py.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/mecab-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mecab-py.info   30 Jun 2006 14:50:55 -  1.2
+++ mecab-py.info   28 Apr 2007 08:27:43 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: mecab-py%type_pkg[python]
-Version: 0.91
-Revision: 2
+Version: 0.95
+Revision: 1
 Type: python (2.3 2.4)
 Description: Python binding of MeCab
 License: LGPL
@@ -10,11 +10,11 @@
 Depends: mecab-shlibs (>= %v), python%type_pkg[python]
 Conflicts: mecab-python (<< 0.91)
 Replaces: mecab-python (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/20031/mecab-python-%v.tar.gz
-Source-MD5: a3084298d2537116ac63be73ba83995a
+Source: mirror:sourceforge:mecab/mecab-python-%v.tar.gz
+Source-MD5: 8edf73b56d19b4caa8a80c4c7642e661
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root %d
 DocFiles: README bindings.html
 DescDetail: This package allows a python program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text mecab.info,1.2,1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.3/unstable/main/finkinfo/text

Modified Files:
mecab.info 
Log Message:
New upstream version: 0.95.

Index: mecab.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/mecab.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mecab.info  30 Jun 2006 14:50:54 -  1.2
+++ mecab.info  28 Apr 2007 08:27:43 -  1.3
@@ -1,6 +1,6 @@
 Package: mecab
-Version: 0.91
-Revision: 2
+Version: 0.95
+Revision: 1
 Description: Yet Another Morphological Analyzer - programs
 License: LGPL
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
@@ -8,13 +8,14 @@
 Recommends: mecab-ipadic
 Conflicts: mecab (<< 0.91)
 Replaces: mecab (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/20027/%n-%v.tar.gz
-Source-MD5: 38775e8f0db0487a979e9704bba5b2d7
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 043418ea1a36b4d4720d2711ba7c0e36
 GCC: 3.3
+SetLIBS: -liconv
 ConfigureParams: --prefix=%p --libexecdir=%p/lib --mandir=%p/share/man 
--with-perl5=/usr/bin/perl
 PatchScript: <<
   perl -pi -e 's/[EMAIL PROTECTED]@\/libexec/[EMAIL PROTECTED]@/g' 
mecab-config.in
-  perl -pi -e 's/\/ipadic$//' mecabrc
+  perl -pi -e 's/\/ipadic$//' mecabrc.in
 <<
 CompileScript: <<
   ./configure %c
@@ -46,4 +47,4 @@
 Mecab runs two or three times quicker than Chasen, which is 
 another morphological analysis system.
 <<
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text mecab.info,1.3,1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.4/unstable/main/finkinfo/text

Modified Files:
mecab.info 
Log Message:
New upstream version: 0.95.

Index: mecab.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/mecab.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mecab.info  19 Oct 2006 00:51:18 -  1.3
+++ mecab.info  28 Apr 2007 08:27:43 -  1.4
@@ -1,5 +1,5 @@
 Package: mecab
-Version: 0.93
+Version: 0.95
 Revision: 1
 Description: Yet Another Morphological Analyzer - programs
 License: LGPL
@@ -8,8 +8,8 @@
 Recommends: mecab-ipadic
 Conflicts: mecab (<< 0.91)
 Replaces: mecab (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/21187/%n-%v.tar.gz
-Source-MD5: 93ee80c5ea101c798e3954b19bd0088d
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 043418ea1a36b4d4720d2711ba7c0e36
 GCC: 4.0
 SetLIBS: -liconv
 ConfigureParams: --prefix=%p --libexecdir=%p/lib --mandir=%p/share/man 
--with-perl5=/usr/bin/perl
@@ -47,4 +47,4 @@
 Mecab runs two or three times quicker than Chasen, which is 
 another morphological analysis system.
 <<
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/rubymods mecab-rb.info, 1.3, 1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.4/unstable/main/finkinfo/libs/rubymods

Modified Files:
mecab-rb.info 
Log Message:
New upstream version: 0.95.

Index: mecab-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/mecab-rb.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mecab-rb.info   19 Oct 2006 00:51:18 -  1.3
+++ mecab-rb.info   28 Apr 2007 08:27:42 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mecab-rb%type_pkg[ruby]
-Version: 0.93
+Version: 0.95
 Revision: 1
 Type: ruby (1.8)
 Description: Ruby binding of MeCab
@@ -10,8 +10,8 @@
 Depends: mecab-shlibs (>= %v), ruby%type_pkg[ruby]
 Conflicts: mecab-ruby (<< 0.91)
 Replaces: mecab-ruby (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/21190/mecab-ruby-%v.tar.gz
-Source-MD5: d10bfb0cedb53074af7a2d04eb64aa1a
+Source: mirror:sourceforge:mecab/mecab-ruby-%v.tar.gz
+Source-MD5: 33c5ea430d0a21868b170b2d09991d14
 CompileScript: <<
   %p/bin/ruby%type_raw[ruby] extconf.rb
   make
@@ -19,5 +19,5 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README bindings.html
 DescDetail: This package allows a ruby program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods mecab-pm.info, 1.3, 1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12843/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
mecab-pm.info 
Log Message:
New upstream version: 0.95.

Index: mecab-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/mecab-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mecab-pm.info   19 Oct 2006 00:51:18 -  1.3
+++ mecab-pm.info   28 Apr 2007 08:27:42 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mecab-pm%type_pkg[perl]
-Version: 0.93
+Version: 0.95
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Type: perl (5.8.1 5.8.4 5.8.6)
@@ -11,8 +11,8 @@
 Depends: mecab-shlibs (>= %v), perl%type_pkg[perl]-core
 Conflicts: mecab-perl (<< 0.91)
 Replaces: mecab-perl (<< 0.91)
-Source: http://keihanna.dl.sourceforge.jp/mecab/21189/mecab-perl-%v.tar.gz
-Source-MD5: 766bca9f491f744b02b29f746c953f47
+Source: mirror:sourceforge:mecab/mecab-perl-%v.tar.gz
+Source-MD5: b924751bf58d7d6c4f3b6b5bbe8e1640
 CompileScript: <<
   perl%type_raw[perl] Makefile.PL
   make
@@ -21,5 +21,5 @@
 InstallScript: make install DESTDIR=%d
 DocFiles: README bindings.html
 DescDetail: This package allows a perl program to use MeCab.
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo multi-c-rehash.info, 1.1, 1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3745/10.4/unstable/crypto/finkinfo

Modified Files:
multi-c-rehash.info 
Log Message:
use system openssl

Index: multi-c-rehash.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/multi-c-rehash.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- multi-c-rehash.info 20 Jan 2006 20:16:56 -  1.1
+++ multi-c-rehash.info 28 Apr 2007 09:28:59 -  1.2
@@ -1,11 +1,10 @@
 Package: multi-c-rehash
 Version: 1.1
-Revision: 1
-Depends: openssl097-shlibs
-BuildDepends: openssl097-dev
+Revision: 2
+BuildDepends: system-openssl-dev
 Source: http://www.j10n.org/files/multi_c_rehash-%v.tar.gz
 Source-MD5: 35f87b116194eddc5431bb1c07c3e712
-CompileScript: make prefix="%p" CPPFLAGS="-I%p/include 
-DCERTDIR=\\\"%p/etc/ssl/certs\\\"" LDFLAGS="-L%p/lib"
+CompileScript: make prefix="%p" CPPFLAGS="-I%p/lib/system-openssl/include 
-DCERTDIR=\\\"/System/Library/OpenSSL/certs\\\"" 
LDFLAGS="-L%p/lib/system-openssl/lib"
 InstallScript: DESTDIR=%d make install prefix="%p"
 DocFiles: README
 Description: Replacement for c_rehash included in OpenSSL


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo multi-c-rehash.info, 1.3, 1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3745/10.3/unstable/crypto/finkinfo

Modified Files:
multi-c-rehash.info 
Log Message:
use system openssl

Index: multi-c-rehash.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/multi-c-rehash.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- multi-c-rehash.info 6 Apr 2005 16:06:07 -   1.3
+++ multi-c-rehash.info 28 Apr 2007 09:28:59 -  1.4
@@ -1,11 +1,10 @@
 Package: multi-c-rehash
 Version: 1.1
-Revision: 1
-Depends: openssl097-shlibs
-BuildDepends: openssl097-dev
+Revision: 2
+BuildDepends: system-openssl-dev
 Source: http://www.j10n.org/files/multi_c_rehash-%v.tar.gz
 Source-MD5: 35f87b116194eddc5431bb1c07c3e712
-CompileScript: make prefix="%p" CPPFLAGS="-I%p/include 
-DCERTDIR=\\\"%p/etc/ssl/certs\\\"" LDFLAGS="-L%p/lib"
+CompileScript: make prefix="%p" CPPFLAGS="-I%p/lib/system-openssl/include 
-DCERTDIR=\\\"/System/Library/OpenSSL/certs\\\"" 
LDFLAGS="-L%p/lib/system-openssl/lib"
 InstallScript: DESTDIR=%d make install prefix="%p"
 DocFiles: README
 Description: Replacement for c_rehash included in OpenSSL


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/perlmods nkf-pm.info, 1.5, 1.6 nkf-pm.patch, 1.1, NONE

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22748/10.3/unstable/main/finkinfo/libs/perlmods

Modified Files:
nkf-pm.info 
Removed Files:
nkf-pm.patch 
Log Message:
New upstream version: 2.0.7.

Remove nkf-pm.patch, which has been unused for a long time.


Index: nkf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/nkf-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nkf-pm.info 25 Mar 2006 17:05:45 -  1.5
+++ nkf-pm.info 28 Apr 2007 10:17:30 -  1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: nkf-pm%type_pkg[perl]
-Version: 2.0.5
+Version: 2.0.7
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module for NKF
@@ -8,14 +8,13 @@
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]> 
 
 Depends: perl%type_pkg[perl]-core
-BuildDepends: fink (>= 0.13.0-1)
-Type: perl (5.6.0 5.8.0 5.8.4 5.8.6)
+BuildDepends: fink (>= 0.20.6)
+Type: perl (5.8.4 5.8.6)
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf205.tar.gz
-Source-MD5: e34d936b20aaf581da5759fbaf0438f3
-SourceDirectory: nkf205/NKF.mod
+Source: http://downloads.sourceforge.jp/nkf/20770/nkf207.tar.gz
+Source-MD5: af11dcd3fe71d67831c020e3bfd5073b
+SourceDirectory: nkf207/NKF.mod
 UpdatePOD: true
-Patch: %{ni}.patch
 PatchScript: <<
 head -n 21 NKF.pm > LICENSE
 <<

--- nkf-pm.patch DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods nkf-pm.info, 1.3, 1.4 nkf-pm.patch, 1.1, NONE

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22748/10.4/unstable/main/finkinfo/libs/perlmods

Modified Files:
nkf-pm.info 
Removed Files:
nkf-pm.patch 
Log Message:
New upstream version: 2.0.7.

Remove nkf-pm.patch, which has been unused for a long time.


Index: nkf-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/nkf-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nkf-pm.info 25 Mar 2006 17:05:46 -  1.3
+++ nkf-pm.info 28 Apr 2007 10:17:30 -  1.4
@@ -1,6 +1,6 @@
 Info2: <<
 Package: nkf-pm%type_pkg[perl]
-Version: 2.0.5
+Version: 2.0.7
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Perl module for NKF
@@ -8,14 +8,13 @@
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]> 
 
 Depends: perl%type_pkg[perl]-core
-BuildDepends: fink (>= 0.13.0-1)
+BuildDepends: fink (>= 0.20.6)
 Type: perl (5.8.4 5.8.6)
 
-Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf205.tar.gz
-Source-MD5: e34d936b20aaf581da5759fbaf0438f3
-SourceDirectory: nkf205/NKF.mod
+Source: http://downloads.sourceforge.jp/nkf/20770/nkf207.tar.gz
+Source-MD5: af11dcd3fe71d67831c020e3bfd5073b
+SourceDirectory: nkf207/NKF.mod
 UpdatePOD: true
-Patch: %{ni}.patch
 PatchScript: <<
 head -n 21 NKF.pm > LICENSE
 <<

--- nkf-pm.patch DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text nkf.info,1.5,1.6

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22748/10.3/unstable/main/finkinfo/text

Modified Files:
nkf.info 
Log Message:
New upstream version: 2.0.7.

Remove nkf-pm.patch, which has been unused for a long time.


Index: nkf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nkf.info25 Mar 2006 17:05:45 -  1.5
+++ nkf.info28 Apr 2007 10:17:30 -  1.6
@@ -1,13 +1,13 @@
 Package: nkf
-Version: 2.0.5
+Version: 2.0.7
 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/%n205.tar.gz
-Source-MD5: e34d936b20aaf581da5759fbaf0438f3
-SourceDirectory: %n205
+Source: http://downloads.sourceforge.jp/nkf/20770/nkf207.tar.gz
+Source-MD5: af11dcd3fe71d67831c020e3bfd5073b
+SourceDirectory: %n207
 PatchScript: head -n 28 nkf.c > LICENSE
 CompileScript: <<
 make nkf
@@ -19,7 +19,7 @@
 install -m 644 nkf.1 %i/share/man/man1
 install -m 644 nkf.1.ja %i/share/man/ja/man1/nkf.1
 <<
-DocFiles: INSTALL* LICENSE nkf.doc
+DocFiles: LICENSE nkf.doc
 
 DescPackaging: earlier versions by: Masanori Sekino
 Homepage: http://sourceforge.jp/projects/nkf/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text nkf.info,1.2,1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22748/10.4/unstable/main/finkinfo/text

Modified Files:
nkf.info 
Log Message:
New upstream version: 2.0.7.

Remove nkf-pm.patch, which has been unused for a long time.


Index: nkf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/nkf.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nkf.info25 Mar 2006 17:05:45 -  1.2
+++ nkf.info28 Apr 2007 10:17:30 -  1.3
@@ -1,13 +1,13 @@
 Package: nkf
-Version: 2.0.5
+Version: 2.0.7
 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/%n205.tar.gz
-Source-MD5: e34d936b20aaf581da5759fbaf0438f3
-SourceDirectory: %n205
+Source: http://downloads.sourceforge.jp/nkf/20770/nkf207.tar.gz
+Source-MD5: af11dcd3fe71d67831c020e3bfd5073b
+SourceDirectory: %n207
 PatchScript: head -n 28 nkf.c > LICENSE
 CompileScript: <<
 make nkf
@@ -19,7 +19,7 @@
 install -m 644 nkf.1 %i/share/man/man1
 install -m 644 nkf.1.ja %i/share/man/ja/man1/nkf.1
 <<
-DocFiles: INSTALL* LICENSE nkf.doc
+DocFiles: LICENSE nkf.doc
 
 DescPackaging: earlier versions by: Masanori Sekino
 Homepage: http://sourceforge.jp/projects/nkf/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/x11 shinonome.info,1.1,1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31729/10.3/unstable/main/finkinfo/x11

Modified Files:
shinonome.info 
Log Message:
New upstream version: 0.9.11p1.

Index: shinonome.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/shinonome.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- shinonome.info  4 Apr 2005 05:40:39 -   1.1
+++ shinonome.info  28 Apr 2007 10:40:56 -  1.2
@@ -1,12 +1,13 @@
 Package: shinonome
-Version: 0.9.11
-Revision: 2
+Version: 0.9.11p1
+Revision: 1
 Description: Japanese bitmap fonts for X11
 License: Public Domain
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Depends: xfontpath
 Source: http://openlab.ring.gr.jp/efont/dist/shinonome/%n-%v.tar.bz2
-Source-MD5: 54331706d90274d93eddada76e665afe
+Source-MD5: 5fb94de9a9971ac67a4d53d62f77bc1d
+SourceDirectory: %n-0.9.11
 ConfigureParams: --enable-fontdir=%p/lib/X11/fonts/%n --enable-compress
 CompileScript: <<
  ./configure %c
@@ -24,4 +25,4 @@
%p/bin/xfontpath --silent remove %n
  fi
 <<
-Homepage: http://openlab.ring.gr.jp/efont/shinonome/
+Homepage: http://openlab.jp/efont/shinonome/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 shinonome.info,1.1,1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31729/10.4/unstable/main/finkinfo/x11

Modified Files:
shinonome.info 
Log Message:
New upstream version: 0.9.11p1.

Index: shinonome.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/shinonome.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- shinonome.info  20 Jan 2006 20:34:22 -  1.1
+++ shinonome.info  28 Apr 2007 10:40:57 -  1.2
@@ -1,12 +1,13 @@
 Package: shinonome
-Version: 0.9.11
-Revision: 2
+Version: 0.9.11p1
+Revision: 1
 Description: Japanese bitmap fonts for X11
 License: Public Domain
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Depends: xfontpath
 Source: http://openlab.ring.gr.jp/efont/dist/shinonome/%n-%v.tar.bz2
-Source-MD5: 54331706d90274d93eddada76e665afe
+Source-MD5: 5fb94de9a9971ac67a4d53d62f77bc1d
+SourceDirectory: %n-0.9.11
 ConfigureParams: --enable-fontdir=%p/lib/X11/fonts/%n --enable-compress
 CompileScript: <<
  ./configure %c
@@ -24,4 +25,4 @@
%p/bin/xfontpath --silent remove %n
  fi
 <<
-Homepage: http://openlab.ring.gr.jp/efont/shinonome/
+Homepage: http://openlab.jp/efont/shinonome/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/x11 sazanami.info, NONE, 1.1 efont-unicode.info, 1.2, 1.3 xfontpath.info, 1.1, 1.2 xfontpath.patch, 1.1, 1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5343/10.4/stable/main/finkinfo/x11

Modified Files:
efont-unicode.info xfontpath.info xfontpath.patch 
Added Files:
sazanami.info 
Log Message:
Sync with unstable.

Index: efont-unicode.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/efont-unicode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- efont-unicode.info  4 Mar 2007 02:50:30 -   1.2
+++ efont-unicode.info  28 Apr 2007 10:56:14 -  1.3
@@ -1,13 +1,13 @@
 Package: efont-unicode
-Version: 0.4.1
-Revision: 1
-Depends: x11
+Version: 0.4.2
+Revision: 2
+Depends: xfontpath
 License: Restrictive/Distributable
 Source: http://openlab.jp/efont/dist/unicode-bdf/%n-bdf-%v.tar.bz2
-Source-MD5: 654bc0f6bef3016c712a6a499138c799
+Source-MD5: 0c0acbb40e44d899472001302b1c9e48
 Docfiles: COPYRIGHT ChangeLog List.html README*
 CompileScript:<<
-#! /bin/sh -ev
+#! /bin/sh -e
   for i in *.bdf ; do
 echo "Converting $i into ${i/bdf/pcf} ..."
 /usr/X11R6/bin/bdftopcf -o ${i/bdf/pcf} ${i}

Index: xfontpath.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/xfontpath.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfontpath.info  20 Jan 2006 20:13:02 -  1.1
+++ xfontpath.info  28 Apr 2007 10:56:14 -  1.2
@@ -1,6 +1,6 @@
 Package: xfontpath
 Version: 0.4
-Revision: 12
+Revision: 14
 BuildDepends: x11-dev
 Depends: x11
 Source: http://hp.vector.co.jp/authors/VA008857/macosx/fink/%n-%v.tar.gz

Index: xfontpath.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/xfontpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfontpath.patch 20 Jan 2006 20:13:02 -  1.1
+++ xfontpath.patch 28 Apr 2007 10:56:14 -  1.2
@@ -1,22 +1,52 @@
-diff -Naur xfontpath-0.4.old/fink/xfontpath.csh.in 
xfontpath-0.4.new/fink/xfontpath.csh.in
 xfontpath-0.4.old/fink/xfontpath.csh.inFri Oct  5 22:13:33 2001
-+++ xfontpath-0.4.new/fink/xfontpath.csh.inThu Feb 27 02:27:27 2003
-@@ -1,6 +1,6 @@
+diff -Naur xfontpath-0.4.orig/fink/xfontpath.csh.in 
xfontpath-0.4/fink/xfontpath.csh.in
+--- xfontpath-0.4.orig/fink/xfontpath.csh.in   2001-10-05 13:13:33.0 
+
 xfontpath-0.4/fink/xfontpath.csh.in2006-04-06 23:18:00.0 
+
+@@ -1,6 +1,8 @@
  # xfontpath.csh
  
  if ( -x @XFONTPATH@ && $?DISPLAY ) then
 -  @XFONTPATH@ enable >& /dev/null
-+  ( @XFONTPATH@ enable & ) >& /dev/null
++  if ( "x$DISPLAY" == x:0.0 || "x$DISPLAY" == x:0 ) then
++( @XFONTPATH@ enable & ) >& /dev/null
++  endif
  endif
  
-diff -Naur xfontpath-0.4.old/fink/xfontpath.sh.in 
xfontpath-0.4.new/fink/xfontpath.sh.in
 xfontpath-0.4.old/fink/xfontpath.sh.in Fri Oct  5 22:13:34 2001
-+++ xfontpath-0.4.new/fink/xfontpath.sh.in Thu Feb 27 02:27:38 2003
-@@ -1,6 +1,6 @@
+diff -Naur xfontpath-0.4.orig/fink/xfontpath.sh.in 
xfontpath-0.4/fink/xfontpath.sh.in
+--- xfontpath-0.4.orig/fink/xfontpath.sh.in2001-10-05 13:13:34.0 
+
 xfontpath-0.4/fink/xfontpath.sh.in 2006-04-06 23:21:13.0 +
+@@ -1,6 +1,7 @@
  # xfontpath.sh
  
- if [ -x @XFONTPATH@ -a -n "$DISPLAY" ]; then
+-if [ -x @XFONTPATH@ -a -n "$DISPLAY" ]; then
 -  @XFONTPATH@ enable >/dev/null 2>&1
-+  ( @XFONTPATH@ enable & ) >/dev/null 2>&1
++if [ -x @XFONTPATH@ ]; then
++  case $DISPLAY in
++  :0|:0.0) ( @XFONTPATH@ enable & ) >/dev/null 2>&1;;
++  esac
  fi
+-
+diff -Naur xfontpath-0.4.orig/xfontpath.in xfontpath-0.4/xfontpath.in
+--- xfontpath-0.4.orig/xfontpath.in2001-10-06 09:09:17.0 +
 xfontpath-0.4/xfontpath.in 2006-04-05 15:36:19.0 +
+@@ -1,4 +1,5 @@
+ #!/usr/bin/perl -w
++use POSIX qw(:errno_h);
+ 
+ $CONFFILE = '@CONFFILE@';
+ $FONTBASE = '@FONTBASE@';
+@@ -136,7 +137,14 @@
+   my ($newconf) = $CONFFILE . '.new';
  
+   open (FP, ">$newconf") or &dief ("can't open `%s'\n", $newconf);
+-  flock (FP, 2) or &dief ("can't lock `%s'\n", $newconf);
++  if (!flock (FP, 2)) {
++  if ($! == EOPNOTSUPP || $! == ENOLCK) {
++  print STDERR "WARNING: No locking is available on this 
filesystem.\n";
++  print STDERR "WARNING: Creating $newconf without 
locking...\n";
++  } else {
++  &dief ("can't lock `%s'\n", $newconf);
++  }
++  }
+ 
+   print FP "# This file was automaticaly generated by $0.\n";
+   print FP "# Don't edit!\n";

--- NEW FILE: sazanami.info ---
Package: sazanami
Version: 20040629
Revision: 4
Depends: xfontpath
Source: http://keihanna.dl.

[cvs] dists/10.3/stable/main/finkinfo/x11 sazanami.info, NONE, 1.1 efont-unicode.info, 1.2, 1.3 xfontpath.info, 1.2, 1.3 xfontpath.patch, 1.1, 1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5343/10.3/stable/main/finkinfo/x11

Modified Files:
efont-unicode.info xfontpath.info xfontpath.patch 
Added Files:
sazanami.info 
Log Message:
Sync with unstable.

Index: efont-unicode.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/efont-unicode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- efont-unicode.info  12 May 2005 13:54:34 -  1.2
+++ efont-unicode.info  28 Apr 2007 10:56:13 -  1.3
@@ -1,13 +1,13 @@
 Package: efont-unicode
-Version: 0.4.1
-Revision: 1
-Depends: x11
+Version: 0.4.2
+Revision: 2
+Depends: xfontpath
 License: Restrictive/Distributable
 Source: http://openlab.jp/efont/dist/unicode-bdf/%n-bdf-%v.tar.bz2
-Source-MD5: 654bc0f6bef3016c712a6a499138c799
+Source-MD5: 0c0acbb40e44d899472001302b1c9e48
 Docfiles: COPYRIGHT ChangeLog List.html README*
 CompileScript:<<
-#! /bin/sh
+#! /bin/sh -e
   for i in *.bdf ; do
 echo "Converting $i into ${i/bdf/pcf} ..."
 /usr/X11R6/bin/bdftopcf -o ${i/bdf/pcf} ${i}

Index: xfontpath.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/xfontpath.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfontpath.info  30 Nov 2004 17:55:08 -  1.2
+++ xfontpath.info  28 Apr 2007 10:56:13 -  1.3
@@ -1,6 +1,6 @@
 Package: xfontpath
 Version: 0.4
-Revision: 12
+Revision: 14
 BuildDepends: x11-dev
 Depends: x11
 Source: http://hp.vector.co.jp/authors/VA008857/macosx/fink/%n-%v.tar.gz

Index: xfontpath.patch
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/xfontpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xfontpath.patch 14 Jun 2004 23:53:56 -  1.1
+++ xfontpath.patch 28 Apr 2007 10:56:13 -  1.2
@@ -1,22 +1,52 @@
-diff -Naur xfontpath-0.4.old/fink/xfontpath.csh.in 
xfontpath-0.4.new/fink/xfontpath.csh.in
 xfontpath-0.4.old/fink/xfontpath.csh.inFri Oct  5 22:13:33 2001
-+++ xfontpath-0.4.new/fink/xfontpath.csh.inThu Feb 27 02:27:27 2003
-@@ -1,6 +1,6 @@
+diff -Naur xfontpath-0.4.orig/fink/xfontpath.csh.in 
xfontpath-0.4/fink/xfontpath.csh.in
+--- xfontpath-0.4.orig/fink/xfontpath.csh.in   2001-10-05 13:13:33.0 
+
 xfontpath-0.4/fink/xfontpath.csh.in2006-04-06 23:18:00.0 
+
+@@ -1,6 +1,8 @@
  # xfontpath.csh
  
  if ( -x @XFONTPATH@ && $?DISPLAY ) then
 -  @XFONTPATH@ enable >& /dev/null
-+  ( @XFONTPATH@ enable & ) >& /dev/null
++  if ( "x$DISPLAY" == x:0.0 || "x$DISPLAY" == x:0 ) then
++( @XFONTPATH@ enable & ) >& /dev/null
++  endif
  endif
  
-diff -Naur xfontpath-0.4.old/fink/xfontpath.sh.in 
xfontpath-0.4.new/fink/xfontpath.sh.in
 xfontpath-0.4.old/fink/xfontpath.sh.in Fri Oct  5 22:13:34 2001
-+++ xfontpath-0.4.new/fink/xfontpath.sh.in Thu Feb 27 02:27:38 2003
-@@ -1,6 +1,6 @@
+diff -Naur xfontpath-0.4.orig/fink/xfontpath.sh.in 
xfontpath-0.4/fink/xfontpath.sh.in
+--- xfontpath-0.4.orig/fink/xfontpath.sh.in2001-10-05 13:13:34.0 
+
 xfontpath-0.4/fink/xfontpath.sh.in 2006-04-06 23:21:13.0 +
+@@ -1,6 +1,7 @@
  # xfontpath.sh
  
- if [ -x @XFONTPATH@ -a -n "$DISPLAY" ]; then
+-if [ -x @XFONTPATH@ -a -n "$DISPLAY" ]; then
 -  @XFONTPATH@ enable >/dev/null 2>&1
-+  ( @XFONTPATH@ enable & ) >/dev/null 2>&1
++if [ -x @XFONTPATH@ ]; then
++  case $DISPLAY in
++  :0|:0.0) ( @XFONTPATH@ enable & ) >/dev/null 2>&1;;
++  esac
  fi
+-
+diff -Naur xfontpath-0.4.orig/xfontpath.in xfontpath-0.4/xfontpath.in
+--- xfontpath-0.4.orig/xfontpath.in2001-10-06 09:09:17.0 +
 xfontpath-0.4/xfontpath.in 2006-04-05 15:36:19.0 +
+@@ -1,4 +1,5 @@
+ #!/usr/bin/perl -w
++use POSIX qw(:errno_h);
+ 
+ $CONFFILE = '@CONFFILE@';
+ $FONTBASE = '@FONTBASE@';
+@@ -136,7 +137,14 @@
+   my ($newconf) = $CONFFILE . '.new';
  
+   open (FP, ">$newconf") or &dief ("can't open `%s'\n", $newconf);
+-  flock (FP, 2) or &dief ("can't lock `%s'\n", $newconf);
++  if (!flock (FP, 2)) {
++  if ($! == EOPNOTSUPP || $! == ENOLCK) {
++  print STDERR "WARNING: No locking is available on this 
filesystem.\n";
++  print STDERR "WARNING: Creating $newconf without 
locking...\n";
++  } else {
++  &dief ("can't lock `%s'\n", $newconf);
++  }
++  }
+ 
+   print FP "# This file was automaticaly generated by $0.\n";
+   print FP "# Don't edit!\n";

--- NEW FILE: sazanami.info ---
Package: sazanami
Version: 20040629
Revision: 4
Depends: xfontpath
Source: http://keihanna.dl.sour

[cvs] dists/10.3/unstable/main/finkinfo/x11 rxvt-unicode.info, 1.4, 1.5 rxvt-unicode.patch, 1.1, 1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18098/10.3/unstable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info rxvt-unicode.patch 
Log Message:
New upstream version: 8.2.

Index: rxvt-unicode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rxvt-unicode.info   28 Mar 2006 07:30:47 -  1.4
+++ rxvt-unicode.info   28 Apr 2007 11:27:25 -  1.5
@@ -1,12 +1,12 @@
 Package: rxvt-unicode
-Version: 7.0
-Revision: 3
-Source: http://dist.schmorp.de/%n/Attic/%n-%v.tar.bz2
-Source-MD5: 4c7905b57199d1fe217a91e750721af9
+Version: 8.2
+Revision: 1
+Source: http://dist.schmorp.de/%n/%n-%v.tar.bz2
+Source-MD5: 7876a1e2a82794c5ebbea8791561daba
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: e461a57db7b2fc269e44fe413c9c1f33
+PatchFile-MD5: 96bb4ee2e717638307cee3eb300b1b19
 ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
PERL=/usr/bin/perl
 GCC: 3.3
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt doc/etc/*

Index: rxvt-unicode.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rxvt-unicode.patch  27 Mar 2006 07:00:43 -  1.1
+++ rxvt-unicode.patch  28 Apr 2007 11:27:25 -  1.2
@@ -1,23 +1,11 @@
-diff -Naur rxvt-unicode-7.7.orig/doc/Makefile.in 
rxvt-unicode-7.7/doc/Makefile.in
 rxvt-unicode-7.7.orig/doc/Makefile.in  2006-02-01 05:55:51.0 
+0900
-+++ rxvt-unicode-7.7/doc/Makefile.in   2006-03-26 11:20:44.0 +0900
-@@ -107,7 +107,7 @@
- @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
- @IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man
+diff -Naur rxvt-unicode-8.2.orig/doc/Makefile.in 
rxvt-unicode-8.2/doc/Makefile.in
+--- rxvt-unicode-8.2.orig/doc/Makefile.in  2006-12-08 22:28:07.0 
+
 rxvt-unicode-8.2/doc/Makefile.in   2007-04-28 11:18:14.0 +
+@@ -108,6 +108,7 @@
+ @IF_PERL@ $(SED) $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in 
>rxvtperl.3.man
  @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
--  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ 
etc/rxvt-unicode.terminfo; fi; fi
-+  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo etc/rxvt-unicode.terminfo; fi; fi
+   if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ 
$(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
++  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
  
  uninstall:
-(cd $(mandir); rm -f $(RXVTNAME).$(manext) )
-diff -Naur rxvt-unicode-7.7.orig/src/rxvtc.C rxvt-unicode-7.7/src/rxvtc.C
 rxvt-unicode-7.7.orig/src/rxvtc.C  2006-02-21 07:41:16.0 +0900
-+++ rxvt-unicode-7.7/src/rxvtc.C   2006-03-26 11:17:24.0 +0900
-@@ -29,6 +29,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "rxvtdaemon.h"
- #include "libptytty.h"


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/x11 rxvt-unicode.info, 1.4, 1.5 rxvt-unicode.patch, 1.1, 1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18098/10.4/unstable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info rxvt-unicode.patch 
Log Message:
New upstream version: 8.2.

Index: rxvt-unicode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rxvt-unicode.info   28 Mar 2006 07:30:49 -  1.4
+++ rxvt-unicode.info   28 Apr 2007 11:27:25 -  1.5
@@ -1,12 +1,12 @@
 Package: rxvt-unicode
-Version: 7.7
-Revision: 1003
+Version: 8.2
+Revision: 1
 Source: http://dist.schmorp.de/%n/%n-%v.tar.bz2
-Source-MD5: 68298390375da1b34f89a0aa634c9b20
+Source-MD5: 7876a1e2a82794c5ebbea8791561daba
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Depends: x11, system-perl
 PatchFile: %n.patch
-PatchFile-MD5: e461a57db7b2fc269e44fe413c9c1f33
+PatchFile-MD5: 96bb4ee2e717638307cee3eb300b1b19
 ConfigureParams: --enable-everything --mandir='${prefix}/share/man' 
PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt doc/etc/*

Index: rxvt-unicode.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rxvt-unicode.patch  27 Mar 2006 07:00:43 -  1.1
+++ rxvt-unicode.patch  28 Apr 2007 11:27:25 -  1.2
@@ -1,23 +1,11 @@
-diff -Naur rxvt-unicode-7.7.orig/doc/Makefile.in 
rxvt-unicode-7.7/doc/Makefile.in
 rxvt-unicode-7.7.orig/doc/Makefile.in  2006-02-01 05:55:51.0 
+0900
-+++ rxvt-unicode-7.7/doc/Makefile.in   2006-03-26 11:20:44.0 +0900
-@@ -107,7 +107,7 @@
- @IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
- @IF_PERL@ $(SED) $(SEDREPLACE) < rxvtperl.3.man.in >rxvtperl.3.man
+diff -Naur rxvt-unicode-8.2.orig/doc/Makefile.in 
rxvt-unicode-8.2/doc/Makefile.in
+--- rxvt-unicode-8.2.orig/doc/Makefile.in  2006-12-08 22:28:07.0 
+
 rxvt-unicode-8.2/doc/Makefile.in   2007-04-28 11:18:14.0 +
+@@ -108,6 +108,7 @@
+ @IF_PERL@ $(SED) $(SEDREPLACE) < $(srcdir)/rxvtperl.3.man.in 
>rxvtperl.3.man
  @IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man 
$(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
--  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ 
etc/rxvt-unicode.terminfo; fi; fi
-+  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo etc/rxvt-unicode.terminfo; fi; fi
+   if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ 
$(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
++  if test -x "@TIC@"; then if test -n "@TIC@"; then @TIC@ -o 
$(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo; fi; fi
  
  uninstall:
-(cd $(mandir); rm -f $(RXVTNAME).$(manext) )
-diff -Naur rxvt-unicode-7.7.orig/src/rxvtc.C rxvt-unicode-7.7/src/rxvtc.C
 rxvt-unicode-7.7.orig/src/rxvtc.C  2006-02-21 07:41:16.0 +0900
-+++ rxvt-unicode-7.7/src/rxvtc.C   2006-03-26 11:17:24.0 +0900
-@@ -29,6 +29,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "rxvtdaemon.h"
- #include "libptytty.h"


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text mecab-perl.info,1.2,1.3

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30020

Modified Files:
mecab-perl.info 
Log Message:
Depends: fink-obsolete-packages

Index: mecab-perl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/mecab-perl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mecab-perl.info 19 Oct 2006 00:51:18 -  1.2
+++ mecab-perl.info 28 Apr 2007 11:55:37 -  1.3
@@ -1,11 +1,11 @@
 Package: mecab-perl
 Version: 0.93
-Revision: 1
+Revision: 2
 Type: nosource
 Description: Placeholder package for migration to mecab-pm
 License: Public Domain
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
-Depends: mecab-pm586 | mecab-pm584 | mecab-pm581
+Depends: mecab-pm586 | mecab-pm584 | mecab-pm581, fink-obsolete-packages
 PatchScript: echo "This is a dummy package. You can simply remove it." > README
 CompileScript: echo "Nothing to do."
 InstallScript: echo "Nothing to do."
@@ -13,7 +13,7 @@
 SplitOff: <<
   Package: mecab-python
   Description: Placeholder package for migration to mecab-py
-  Depends: mecab-py24 | mecab-py23
+  Depends: mecab-py24 | mecab-py23, fink-obsolete-packages
   DocFiles: README
   DescDetail: <<
 This package makes easy for you to migrate from mecab-python to mecab-py.
@@ -23,7 +23,7 @@
 SplitOff2: <<
   Package: mecab-ruby
   Description: Placeholder package for migration to mecab-rb
-  Depends: mecab-rb18
+  Depends: mecab-rb18, fink-obsolete-packages
   DocFiles: README
   DescDetail: <<
 This package makes easy for you to migrate from mecab-ruby to mecab-rb.
@@ -34,4 +34,4 @@
   This package makes easy for you to migrate from mecab-perl to mecab-pm.
   You can simply remove this package.
 <<
-Homepage: http://mecab.sourceforge.jp/
+Homepage: http://mecab.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils jless.info,1.1,1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3288/10.4/unstable/main/finkinfo/utils

Modified Files:
jless.info 
Log Message:
New upstream version: 382-iso258.

Index: jless.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/jless.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jless.info  6 Feb 2006 19:48:23 -   1.1
+++ jless.info  28 Apr 2007 13:33:07 -  1.2
@@ -1,18 +1,17 @@
 Package: jless
-Version: 358-iso254
-Revision: 1012
-Source: mirror:gnu:less/less-358.tar.gz
-Source2: http://www.io.com/~kazushi/less/less-%v.patch.gz
-Source-MD5: 692a94060a50dd35a4d65176cb899444
-Source2-MD5: 4ccb02cfcdd9aafc2b147d56c895716a
-SourceDirectory: less-358
-PatchScript: zcat ../less-358-iso254.patch.gz | patch -p1
+Version: 382-iso258
+Revision: 1
+Source: mirror:gnu:less/less-382.tar.gz
+Source2: http://www25.big.jp/~jam/less/less-%v.patch.gz
+Source-MD5: 103fe4aef6297b93f0f73f38cc3b1bd7
+Source2-MD5: bc42654a79a727c15b87596708a22333
+SourceDirectory: less-382
+PatchScript: zcat ../less-%v.patch.gz | patch -p1
 BuildDepends: libncurses5 (>= 5.4-20041023-1006)
 Depends: ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006)
-GCC: 4.0
-ConfigureParams: --mandir='${prefix}/share/man'
+ConfigureParams: --mandir='${prefix}/share/man' --with-regex=posix
 InstallScript: make install prefix=%i binprefix=j manprefix=j
-DocFiles: COPYING INSTALL LICENSE NEWS README.*
+DocFiles: COPYING LICENSE NEWS README.*
 Description: Featureful text pager with ISO 2022 code extension
 DescDetail: <<
 GNU less is a featureful replacement for the more command. It reads
@@ -24,7 +23,7 @@
 decompression feature for compress and gzip files.
 <<
 License: GPL
-Homepage: http://www.pobox.com/~jam/less/
+Homepage: http://www25.big.jp/~jam/less/
 Maintainer: None <[EMAIL PROTECTED]>
 DescPackaging: <<
  Originally packaged by Masanori Sekino.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/utils jless.info,1.1,1.2

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3288/10.3/unstable/main/finkinfo/utils

Modified Files:
jless.info 
Log Message:
New upstream version: 382-iso258.

Index: jless.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/jless.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jless.info  5 Feb 2005 00:30:40 -   1.1
+++ jless.info  28 Apr 2007 13:33:07 -  1.2
@@ -1,18 +1,17 @@
 Package: jless
-Version: 358-iso254
-Revision: 12
-Source: mirror:gnu:less/less-358.tar.gz
-Source2: http://www.io.com/~kazushi/less/less-%v.patch.gz
-Source-MD5: 692a94060a50dd35a4d65176cb899444
-Source2-MD5: 4ccb02cfcdd9aafc2b147d56c895716a
-SourceDirectory: less-358
-PatchScript: zcat ../less-358-iso254.patch.gz | patch -p1
+Version: 382-iso258
+Revision: 1
+Source: mirror:gnu:less/less-382.tar.gz
+Source2: http://www25.big.jp/~jam/less/less-%v.patch.gz
+Source-MD5: 103fe4aef6297b93f0f73f38cc3b1bd7
+Source2-MD5: bc42654a79a727c15b87596708a22333
+SourceDirectory: less-382
+PatchScript: zcat ../less-%v.patch.gz | patch -p1
 BuildDepends: libncurses5
 Depends: ncurses, libncurses5-shlibs
-GCC: 3.3
-ConfigureParams: --mandir='${prefix}/share/man'
+ConfigureParams: --mandir='${prefix}/share/man' --with-regex=posix
 InstallScript: make install prefix=%i binprefix=j manprefix=j
-DocFiles: COPYING INSTALL LICENSE NEWS README.*
+DocFiles: COPYING LICENSE NEWS README.*
 Description: Featureful text pager with ISO 2022 code extension
 DescDetail: <<
 GNU less is a featureful replacement for the more command. It reads
@@ -24,7 +23,7 @@
 decompression feature for compress and gzip files.
 <<
 License: GPL
-Homepage: http://www.pobox.com/~jam/less/
+Homepage: http://www25.big.jp/~jam/less/
 Maintainer: None <[EMAIL PROTECTED]>
 DescPackaging: <<
  Originally packaged by Masanori Sekino.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/web w3m.info,1.8,1.9

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4553/10.3/unstable/main/finkinfo/web

Modified Files:
w3m.info 
Log Message:
Depends: fink-obsolete-packages for w3m-ssl.

Index: w3m.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/w3m.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- w3m.info6 Mar 2006 12:33:55 -   1.8
+++ w3m.info28 Apr 2007 13:37:01 -  1.9
@@ -1,6 +1,6 @@
 Package: w3m
 Version: 0.5.1
-Revision: 4
+Revision: 5
 Description: Text-mode WWW browser with tables/frames
 License: OSI-Approved
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
@@ -22,9 +22,8 @@
   --mandir=%p/share/man --libexecdir=%p/lib --with-editor=%p/bin/editor \
   --with-browser=%p/bin/launch --with-mailer='%p/bin/launch -l'
 <<
-GCC: 3.3
 SetCPPFLAGS: -I%p/lib/system-openssl/include
-SetLDFLAGS: -no-undefined -L%p/lib/system-openssl/lib
+SetLDFLAGS: -L%p/lib/system-openssl/lib
 InstallScript: <<
  make install DESTDIR=%d
  mkdir -p %i/share/man/man1
@@ -43,7 +42,7 @@
 
 SplitOff: <<
   Package: %N-ssl
-  Depends: %N (= %v-%r)
+  Depends: %N (= %v-%r), fink-obsolete-packages
   Description: Upgrade package for w3m
   Files: share/doc/installed-packages/%n
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/web w3m.info,1.3,1.4

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4553/10.4/unstable/main/finkinfo/web

Modified Files:
w3m.info 
Log Message:
Depends: fink-obsolete-packages for w3m-ssl.

Index: w3m.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/w3m.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- w3m.info19 Mar 2006 06:50:42 -  1.3
+++ w3m.info28 Apr 2007 13:37:01 -  1.4
@@ -1,6 +1,6 @@
 Package: w3m
 Version: 0.5.1
-Revision: 1006
+Revision: 1007
 Description: Text-mode WWW browser with tables/frames
 License: OSI-Approved
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
@@ -22,9 +22,8 @@
   --mandir=%p/share/man --libexecdir=%p/lib --with-editor=%p/bin/editor \
   --with-browser=%p/bin/launch --with-mailer='%p/bin/launch -l'
 <<
-GCC: 4.0
 SetCPPFLAGS: -I%p/lib/system-openssl/include
-SetLDFLAGS: -no-undefined -L%p/lib/system-openssl/lib
+SetLDFLAGS: -L%p/lib/system-openssl/lib
 InstallScript: <<
  make install DESTDIR=%d
  mkdir -p %i/share/man/man1
@@ -43,7 +42,7 @@
 
 SplitOff: <<
   Package: %N-ssl
-  Depends: %N (= %v-%r)
+  Depends: %N (= %v-%r), fink-obsolete-packages
   Description: Upgrade package for w3m
   Files: share/doc/installed-packages/%n
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] experimental/todai/ecc-10.4/main/finkinfo/x11 rxvt-unicode.info, 1.1.1.1, NONE rxvt-unicode.patch, 1.1.1.1, NONE

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/x11
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6861

Removed Files:
rxvt-unicode.info rxvt-unicode.patch 
Log Message:
Newer rxvt-unicode is committed in Fink

--- rxvt-unicode.info DELETED ---

--- rxvt-unicode.patch DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text libkpathsea4.info, 1.10, 1.11

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7167/10.4/unstable/main/finkinfo/text

Modified Files:
libkpathsea4.info 
Log Message:
correct ptex-base (< 3.1.8) to ptex-base (<< 3.1.8)

Index: libkpathsea4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/libkpathsea4.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- libkpathsea4.info   28 Apr 2007 14:46:54 -  1.10
+++ libkpathsea4.info   28 Apr 2007 16:23:56 -  1.11
@@ -1,6 +1,6 @@
 Package: libkpathsea4
 Version: 3.0
-Revision: 1006
+Revision: 1007
 Description: Complete distribution of the TeX typesetting system
 BuildDepends: <<
  t1lib5, libpng3 (>= 1:1.2.8-1), libwww, libncurses5 (>= 5.4-20041023-1006), 
tetex-texmf (>= 3.0-1)
@@ -8,7 +8,7 @@
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 Conflicts: tetex-dev, ptex-dev
-Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (< 3.1.8)
+Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (<< 3.1.8)
 Source: 
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/%v/distrib/tetex-src-%v.tar.gz
 Source-MD5: 944a4641e79e61043fdaf8f38ecbb4b3
 Source2: 
http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/tetex-%v-magstep-20060511.patch


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/text libkpathsea4.info, 1.11, 1.12

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7167/10.3/unstable/main/finkinfo/text

Modified Files:
libkpathsea4.info 
Log Message:
correct ptex-base (< 3.1.8) to ptex-base (<< 3.1.8)

Index: libkpathsea4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/libkpathsea4.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- libkpathsea4.info   28 Apr 2007 14:46:54 -  1.11
+++ libkpathsea4.info   28 Apr 2007 16:23:56 -  1.12
@@ -1,6 +1,6 @@
 Package: libkpathsea4
 Version: 3.0
-Revision: 6
+Revision: 7
 Description: Complete distribution of the TeX typesetting system
 BuildDepends: <<
  t1lib5, libpng3 (>= 1:1.2.8-1), libwww, libncurses5, tetex-texmf (>= 3.0-1)
@@ -8,7 +8,7 @@
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 Conflicts: tetex-dev, ptex-dev
-Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (< 3.1.8)
+Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (<< 3.1.8)
 Source: 
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/%v/distrib/tetex-src-%v.tar.gz
 Source-MD5: 944a4641e79e61043fdaf8f38ecbb4b3
 Source2: 
http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/tetex-%v-magstep-20060511.patch


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/x11 mlterm.info, 1.13, 1.14 mlterm.patch, 1.4, 1.5

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv917/10.3/unstable/main/finkinfo/x11

Modified Files:
mlterm.info mlterm.patch 
Log Message:
Fixed a critical bug on 10.4 and later

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mlterm.info 14 Apr 2007 08:25:09 -  1.13
+++ mlterm.info 29 Apr 2007 03:24:50 -  1.14
@@ -1,6 +1,6 @@
 Package: mlterm
 Version: 2.9.3
-Revision: 1
+Revision: 2
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
@@ -73,5 +73,10 @@
   is used in this step.
 
   We define datarootdir in makefiles to prevent warnings by autoconf >= 2.6.
+
+  MacOS X >= 10.4 has posix_openpt() but needs ioctl(TIOCSTTY) instead of
+  open(slavetty) to acquire a controlling tty. The patch to
+  kik_pty_streams.c solves the problem. MacOS X <= 10.3 only has the
+  traditional BSD ptys and does not affected by the problem.
 <<
 Homepage: http://mlterm.sourceforge.net/

Index: mlterm.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mlterm.patch14 Apr 2007 08:25:09 -  1.4
+++ mlterm.patch29 Apr 2007 03:24:50 -  1.5
@@ -32,7 +32,7 @@
  #
 diff -Naur mlterm-2.9.3.orig/kiklib/src/kik_pty_streams.c 
mlterm-2.9.3/kiklib/src/kik_pty_streams.c
 --- mlterm-2.9.3.orig/kiklib/src/kik_pty_streams.c 2005-11-21 
14:24:03.0 +
-+++ mlterm-2.9.3/kiklib/src/kik_pty_streams.c  2007-04-14 07:46:13.0 
+
 mlterm-2.9.3/kiklib/src/kik_pty_streams.c  2007-04-29 03:09:10.0 
+
 @@ -2,6 +2,9 @@
   *$Id$
   */
@@ -51,6 +51,27 @@
  
  #include  "kik_pty.h"
  
+@@ -244,6 +248,12 @@
+   }
+ #endif /*TIOCNOTTY*/
+ #endif /*HAVE_SETSID*/
++#ifdef TIOCSCTTY /* BSD (in addition Linux also knows TIOCSCTTY) */
++  if(ioctl(*slave, TIOCSCTTY, NULL) < 0)
++  {
++  return -1 ;
++  }
++#else /* no TIOCSCTTY (SysV) */
+   fd = open("/dev/tty", O_RDWR | O_NOCTTY);
+   if (fd >= 0)
+   {
+@@ -260,6 +270,7 @@
+   return -1;
+   }
+   close(fd);
++#endif /* no TIOCSCTTY (SysV) */
+ 
+   dup2( *slave , 0) ;
+   dup2( *slave , 1) ;
 diff -Naur mlterm-2.9.3.orig/tool/mlconfig/po/Makefile.in.in 
mlterm-2.9.3/tool/mlconfig/po/Makefile.in.in
 --- mlterm-2.9.3.orig/tool/mlconfig/po/Makefile.in.in  2003-01-12 
10:08:51.0 +
 +++ mlterm-2.9.3/tool/mlconfig/po/Makefile.in.in   2005-04-02 
17:29:55.0 +


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-04-28 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv917/10.4/unstable/main/finkinfo/x11

Modified Files:
mlterm.info mlterm.patch 
Log Message:
Fixed a critical bug on 10.4 and later

Index: mlterm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mlterm.info 14 Apr 2007 08:25:09 -  1.7
+++ mlterm.info 29 Apr 2007 03:24:50 -  1.8
@@ -1,6 +1,6 @@
 Package: mlterm
 Version: 2.9.3
-Revision: 1
+Revision: 2
 License: BSD
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Description: Multilingual terminal emulator on X11
@@ -73,5 +73,10 @@
   is used in this step.
 
   We define datarootdir in makefiles to prevent warnings by autoconf >= 2.6.
+
+  MacOS X >= 10.4 has posix_openpt() but needs ioctl(TIOCSTTY) instead of
+  open(slavetty) to acquire a controlling tty. The patch to
+  kik_pty_streams.c solves the problem. MacOS X <= 10.3 only has the
+  traditional BSD ptys and does not affected by the problem.
 <<
 Homepage: http://mlterm.sourceforge.net/

Index: mlterm.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mlterm.patch14 Apr 2007 08:25:09 -  1.2
+++ mlterm.patch29 Apr 2007 03:24:50 -  1.3
@@ -32,7 +32,7 @@
  #
 diff -Naur mlterm-2.9.3.orig/kiklib/src/kik_pty_streams.c 
mlterm-2.9.3/kiklib/src/kik_pty_streams.c
 --- mlterm-2.9.3.orig/kiklib/src/kik_pty_streams.c 2005-11-21 
14:24:03.0 +
-+++ mlterm-2.9.3/kiklib/src/kik_pty_streams.c  2007-04-14 07:46:13.0 
+
 mlterm-2.9.3/kiklib/src/kik_pty_streams.c  2007-04-29 03:09:10.0 
+
 @@ -2,6 +2,9 @@
   *$Id$
   */
@@ -51,6 +51,27 @@
  
  #include  "kik_pty.h"
  
+@@ -244,6 +248,12 @@
+   }
+ #endif /*TIOCNOTTY*/
+ #endif /*HAVE_SETSID*/
++#ifdef TIOCSCTTY /* BSD (in addition Linux also knows TIOCSCTTY) */
++  if(ioctl(*slave, TIOCSCTTY, NULL) < 0)
++  {
++  return -1 ;
++  }
++#else /* no TIOCSCTTY (SysV) */
+   fd = open("/dev/tty", O_RDWR | O_NOCTTY);
+   if (fd >= 0)
+   {
+@@ -260,6 +270,7 @@
+   return -1;
+   }
+   close(fd);
++#endif /* no TIOCSCTTY (SysV) */
+ 
+   dup2( *slave , 0) ;
+   dup2( *slave , 1) ;
 diff -Naur mlterm-2.9.3.orig/tool/mlconfig/po/Makefile.in.in 
mlterm-2.9.3/tool/mlconfig/po/Makefile.in.in
 --- mlterm-2.9.3.orig/tool/mlconfig/po/Makefile.in.in  2003-01-12 
10:08:51.0 +
 +++ mlterm-2.9.3/tool/mlconfig/po/Makefile.in.in   2005-04-02 
17:29:55.0 +


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs mecab-py.info,1.3,NONE

2007-04-29 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23298/10.3/unstable/main/finkinfo/libs

Removed Files:
mecab-py.info 
Log Message:
Move mecab-py into pythonmods directory.

Since it changes deb's Section, the Revision is bumped.

In addition, compile -py25 on 10.4.


--- mecab-py.info DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods mecab-py.info, NONE, 1.1

2007-04-29 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23298/10.4/unstable/main/finkinfo/libs/pythonmods

Added Files:
mecab-py.info 
Log Message:
Move mecab-py into pythonmods directory.

Since it changes deb's Section, the Revision is bumped.

In addition, compile -py25 on 10.4.


--- NEW FILE: mecab-py.info ---
Info2: <<
Package: mecab-py%type_pkg[python]
Version: 0.95
Revision: 2
Type: python (2.3 2.4 2.5)
Description: Python binding of MeCab
License: LGPL
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
BuildDepends: mecab-dev (>= %v)
Depends: mecab-shlibs (>= %v), python%type_pkg[python]
Conflicts: mecab-python (<< 0.91)
Replaces: mecab-python (<< 0.91)
Source: mirror:sourceforge:mecab/mecab-python-%v.tar.gz
Source-MD5: 8edf73b56d19b4caa8a80c4c7642e661
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: %p/bin/python%type_raw[python] setup.py install --root %d
DocFiles: README bindings.html
DescDetail: This package allows a python program to use MeCab.
Homepage: http://mecab.sourceforge.net/
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/pythonmods mecab-py.info, NONE, 1.1

2007-04-29 Thread AIDA Shinra
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23298/10.3/unstable/main/finkinfo/libs/pythonmods

Added Files:
mecab-py.info 
Log Message:
Move mecab-py into pythonmods directory.

Since it changes deb's Section, the Revision is bumped.

In addition, compile -py25 on 10.4.


--- NEW FILE: mecab-py.info ---
Info2: <<
Package: mecab-py%type_pkg[python]
Version: 0.95
Revision: 2
Type: python (2.3 2.4)
Description: Python binding of MeCab
License: LGPL
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
BuildDepends: mecab-dev (>= %v)
Depends: mecab-shlibs (>= %v), python%type_pkg[python]
Conflicts: mecab-python (<< 0.91)
Replaces: mecab-python (<< 0.91)
Source: mirror:sourceforge:mecab/mecab-python-%v.tar.gz
Source-MD5: 8edf73b56d19b4caa8a80c4c7642e661
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: %p/bin/python%type_raw[python] setup.py install --root %d
DocFiles: README bindings.html
DescDetail: This package allows a python program to use MeCab.
Homepage: http://mecab.sourceforge.net/
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   3   4   5   6   >