[cvs] experimental/todai/ecc-10.4/main/finkinfo/text texlive.info, 1.12, 1.13

2011-01-03 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15827

Added Files:
texlive.info 
Log Message:
Initial import for TeX Live 2010.
Build/Install completed on 10.6/32bit, clean env.


--- NEW FILE: texlive.info ---
Info2: <<
Package: texlive%type_pkg[-nox]
Type: -nox (boolean)
Version: 0.20100722
Revision: 0test1
GCC: 4.0
Description: Bundle package for TeX Live
Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
BuildDepends: <<
 libkpathsea6 (>= 6.0.0-0), t1lib5-nox, libpng3 (>= 1:1.2.8-1), libwww, 
libncurses5 (>= 5.4-20041023-1006), fink (>= 0.24.12),
 libjpeg8, libiconv-dev, ptexenc1, zziplib13-dev,
 xz, freetype219 (>= 2.2.1-4),
 (%type_raw[-nox] = .)  t1lib5-x11, 
 (%type_raw[-nox] = .)  gd2 (>= 2.0.35-2), 
 (%type_raw[-nox] = .) x11, 
 (%type_raw[-nox] = .) xmkmf (>= 1.0.2-3),
 (%type_raw[-nox] = .) openmotif3
<<
Conflicts: <<
 system-tetex, tetex, tetex-nox, ptex (<= 3.1.10-1), ptex-nox (<= 3.1.10-1),
 texlive, texlive-nox
<<
Replaces: <<
 tetex, tetex-nox, ptex (<= 3.1.10-1), ptex-nox (<= 3.1.10-1),
 texlive, texlive-nox
<<
Provides: bundle-tetex, bundle-texlive
Recommends: latex2html, tex4ht
Suggests: foiltex
Source: mirror:ctan:systems/texlive/Source/texlive-20100720-source.tar.xz
Source-MD5: 2a2201b84fdbf210032e1df70bc59157
Source2: http://tutimura.ath.cx/~nob/tex/ptexlive/ptexlive-20100711.tar.gz
Source2-MD5: 2dbd0ab5290bf6dfb0b2b04a813df89f
Tar2FilesRename: ptexlive-20100711:ptexlive
NoSourceDirectory: true
PatchFile: texlive.patch
PatchFile-MD5: c39b30df7e88923edc8d1805fb2fc8fa
PatchScript: <<
 xz -dc texlive-20100720-source.tar.xz | tar xf -
 mv texlive-20100720-source texlive
 sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1

 # Change the directory to be installed
 for file in `find texlive -name Makefile.in`; \
  do sed -i.bak -e 's|/texmf/|/share/texmf/|' \
-e 's|/texmf-dist/|/share/texmf-dist/|' ${file} ; done
 sed -i.bak -e 's|\(texconfdir = \)${prefix}|\1${datadir}|' \
   texlive/texk/tetex/Makefile.in

 # Fix cm-super bug on dvipdfm.map
#patch -d texlive -p1 < ptexlive/archive/updmap-cmsuper.patch

 # add --nostop option: don't stop even if a map file is not found
 patch -d texlive -p1 < ptexlive/archive/updmap-nostop.patch

 # for pTeX (Japanese font setting)
 patch -d texlive -p1 < ptexlive/archive/updmap-live2009-4b.diff
<<
SetCPPFLAGS:-I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include
SetLDFLAGS: -L%p/lib/freetype219/lib
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: <<
 --disable-native-texlive-build \
 --disable-texi2html --disable-texinfo --enable-shared \
 --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
 --mandir='${prefix}/share/man' --disable-multiplatform --with-system-ncurses \
 --with-system-pnglib --with-system-t1lib --with-system-wwwlib \
 --with-system-kpathsea --with-kpathsea-includes=%p/include \
 --with-kpathsea-libdir=%p/lib \
 --with-system-ptexenc --with-system-zziplib \
 --with-system-zlib \
 --disable-psutils --disable-dialog --disable-tex4htk --disable-t1utils \
 --with-system-freetype2 --with-freetype2-libdir=%p/lib/freetype219/lib \
 --with-freetype2-include=%p/lib/freetype219/include \
 (%type_raw[-nox] = .) --with-system-gd 
 (%type_raw[-nox] = .) --x-includes=/usr/X11R6/include
 (%type_raw[-nox] = .) --x-libraries=/usr/X11R6/lib
 (%type_raw[-nox] = .) --with-xdvi-x-toolkit=motif --with-motif-libdir=%p/lib
 (%type_raw[-nox] = .) --with-motif-include=%p/include
 (%type_raw[-nox] = -nox) --without-x 
 (%type_raw[-nox] = -nox) --disable-xdvik
 (%type_raw[-nox] = -nox) --disable-pdfopen
<<
CompileScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:%p/lib/freetype219/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir texlive/Work
 cd texlive/Work && ../configure %c && make
<<
InstallScript: <<
#!/bin/bash -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 cd texlive/Work && make install DESTDIR=%d run_texlinks=true run_mktexlsr=true
 mktexlsr %i/share/texmf

echo "Setting up symlinks ..."
 export DYLD_LIBRARY_PATH="%b/texk/kpathsea/SHARED" PATH=%i/bin:$PATH 
TEXMFMAIN=%p/share/texmf-dist ; texlinks --cnffile 
%i/share/texmf/web2c/fmtutil.cnf --verbose %i/bin

echo "Creating a local texmf tree, and symlinking it into place ..."
 mkdir -p %i/etc/texmf.local
 mktexlsr %i/etc/texmf.local
 mkdir -p %i/share
 ln -s %p/etc/texmf.local %i/share/texmf-local

echo "Creating a VARTEXMF tree, including a fonts directory ..."
 mkdir -p %i/var/lib/texmf/fonts
 mktexlsr %i/var/lib/texmf

echo "Creating a TEXMFCONFIG tree ..."
 mkdir -p %i/etc/texmf-config
 mktexlsr %i/etc/texmf-config

echo "Removing files that are supplied in the texlive-texmf package ..."
 mv -f  %i/share/texmf-dist/scripts/luaotfload %i/share/texmf/scripts
 mv -f  %i/share/texmf-dist texmf-dist.conflict

if [ "%type_raw[-nox]" == "." ]; then
echo "Preparing xdvi for the alternatives system .

[cvs] experimental/todai/ecc-10.4/main/finkinfo/text ptexenc1.info, 1.1, 1.2 texlive-texmf.info, 1.12, 1.13

2011-01-03 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14850

Modified Files:
ptexenc1.info texlive-texmf.info 
Log Message:
Initial import for TeX Live 2010.
Build/Install completed on 10.6/32bit, clean env.


Index: texlive-texmf.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/texlive-texmf.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- texlive-texmf.info  3 Jan 2011 17:12:13 -   1.12
+++ texlive-texmf.info  4 Jan 2011 06:50:11 -   1.13
@@ -1,74 +1,29 @@
 Package: texlive-texmf
 Version: 0.20100722
-Revision: 0
+Revision: 0test1
 BuildDepends: xz
 Conflicts:tetex-texmf
 Replaces: tetex-texmf
-Provides: tetex-texmf, breqn, chess-tex, cm-super, ctan-other-misc, 
ctan-supported-misc, enumitem, feynmf, ha-prosper, ifmslide, latex-beamer, 
latex-figbib, movie15, pdfscreen, pdfslide, pdfsync, pgf, powerdot, ppower4, 
prosper, srcltx, texpower, tipa, unicode-tex, xcolor, xkeyval
+Provides: tetex-texmf, breqn, chess-tex, cm-super, ctan-other-misc, 
ctan-supported-misc, enumitem, feynmf, ha-prosper, ifmslide, latex-beamer, 
latex-figbib, movie15, okumura-clsfiles, pdfscreen, pdfslide, pdfsync, pgf, 
powerdot, ppower4, prosper, ptex-texmf, srcltx, texpower, tipa, unicode-tex, 
xcolor, xkeyval
 Source: 
http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-delpdf.tar.xz
 Source-MD5: 36fc29ad9f7ec3e61b848f55da96bbcd
 NoSourceDirectory: true
 PatchScript: <<
-#!/bin/bash -ev
  xz -dc texlive-%v-texmf-delpdf.tar.xz | tar xf -
- cd texlive-%v-texmf-delpdf
+ mv texlive-%v-texmf-delpdf/{texmf-dist,texmf} .
 
 # Moving README into current dir ...
- mv texmf-dist/README ../README.texmf-dist
- mv texmf/README  ../README.texmf
+ mv texmf-dist/README README.texmf-dist
+ mv texmf/README  README.texmf
 
 # Moving files from texmf to texmf-dist ...
  cp -R texmf/* texmf-dist
 
-# Removing files that will be provided the tex4ht package ...
-# rm -fR texmf-dist/tex4ht
-# rm -fR texmf-dist/tex/generic/tex4ht
-# rm -fR texmf-dist/doc/generic/tex4ht
-# rm -fR texmf-dist/scripts/tex4ht
-
-# Removing files that will be provided the texlive-base (20080816) package ...
- rm -fR texmf-dist/doc/man
- rm -f  texmf-dist/scripts/context/ruby/texmfstart.rb
- rm -fR texmf-dist/scripts/context/stubs/unix
- rm -fR texmf-dist/scripts/bengali
- rm -fR texmf-dist/scripts/dviasm
- rm -f  texmf-dist/scripts/epspdf/epspdf
- rm -f  texmf-dist/scripts/epspdf/epspdftk
- rm -f  texmf-dist/scripts/glossaries/makeglossaries
- rm -fR texmf-dist/scripts/mkjobtexmf
- rm -fR texmf-dist/scripts/oberdiek
- rm -fR texmf-dist/scripts/perltex
- rm -fR texmf-dist/scripts/pdfcrop
- rm -f  texmf-dist/scripts/ppower4/*.texlua
- rm -f  texmf-dist/scripts/pst-pdf/ps4pdf
- rm -fR texmf-dist/scripts/pst2pdf
- rm -fR texmf-dist/scripts/texcount
- rm -fR texmf-dist/scripts/thumbpdf
- rm -fR texmf-dist/scripts/vpe
-
-# Removing files that will be provided the xetex package ...
-# rm -fR texmf-dist/doc/xelatex
-# rm -fR texmf-dist/doc/xetex
-# rm -fR texmf-dist/fonts/misc/xetex
-# rm -fR texmf-dist/scripts/xetex
-# rm -fR texmf-dist/source/xelatex
-# rm -f  texmf-dist/tex/latex/latexconfig/xelatex.ini
-# rm -f  texmf-dist/tex/plain/config/xetex.ini
-# rm -fR texmf-dist/tex/xelatex
-# rm -fR texmf-dist/tex/xetex
-
-# Removing files that will be provided the jadetex package ...
-# rm -fR texmf-dist/doc/jadetex
-# rm -fR texmf-dist/source/jadetex
-# rm -fR texmf-dist/tex/jadetex
-
 # Removing a compiled *.el file ...
  rm -f  texmf-dist/source/latex/rcs/src/style/rcs.elc
 <<
 CompileScript: echo "Nothing to do ..."
 InstallScript: <<
-#!/bin/bash -ev
- cd texlive-%v-texmf-delpdf
  mkdir -p  %i/share
  mv texmf-dist %i/share
 <<
@@ -121,8 +76,9 @@
  xz  -9 texlive-0.20100722-texmf-delpdf.tar
 ###
 
-Some duplicate files (there already exists a fink package) are removed
-in PatchScript, if they may cause a trouble or their size is large.
+You can download both files from:
+ http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-delpdf.tar.xz
+ http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-doc.tar.xz
 <<
 License: Restrictive/Distributable
 Description: Main texmf tree for a TeX Live installation

Index: ptexenc1.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/ptexenc1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ptexenc1.info   4 Jan 2011 02:52:24 -   1.1
+++ ptexenc1.info   4 Jan 2011 06:50:11 -   1.2
@@ -19,7 +19,7 @@
  texlive/texk/ptexenc/Makefile.in
 
  # build fixes for x86_64/SL; suggested by Benjamin Reed
- perl -pi -e 's,need_relink=yes,need_relink=no,g' texlive/texk/ltmain.sh
+#perl -pi -e 

[cvs] experimental/todai/ecc-10.4/main/finkinfo/text ptexenc1.info, NONE, 1.1 libkpathsea6.info, 1.1, 1.2 texlive.patch, 1.8, 1.9

2011-01-03 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27225

Modified Files:
libkpathsea6.info texlive.patch 
Added Files:
ptexenc1.info 
Log Message:
Added ptexenc for TeX Live 2010.

Index: libkpathsea6.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/libkpathsea6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libkpathsea6.info   3 Jan 2011 17:12:13 -   1.1
+++ libkpathsea6.info   4 Jan 2011 02:52:24 -   1.2
@@ -1,33 +1,38 @@
 Package: libkpathsea6
 Version: 6.0.0
-Revision: 0
+Revision: 0test1
 Description: Path search library for TeX
 BuildDepends: texlive-texmf | tetex-texmf, fink (>= 0.24.12), xz
 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)
+Conflicts: tetex-dev, ptex-dev, libkpathsea4
+Replaces: tetex-dev, tetex-base (<= 2.0.2-46), tetex-nox (<= 2.0.2-24), 
ptex-base (<< 3.1.8), libkpathsea4
 Source: mirror:ctan:systems/texlive/Source/texlive-20100720-source.tar.xz
 Source-MD5: 2a2201b84fdbf210032e1df70bc59157
 NoSourceDirectory: true
 PatchFile: texlive.patch
-PatchFile-MD5: 2d08da904b2f3866f04ee241fb163a1e
+PatchFile-MD5: c39b30df7e88923edc8d1805fb2fc8fa
 PatchScript: <<
  xz -dc texlive-20100720-source.tar.xz | tar xf -
  mv texlive-20100720-source texlive
  sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -d texlive -p1
+
+ # Change the directory to be installed
+ for file in `find texlive -name Makefile.in`; \
+  do sed -i.bak -e 's|/texmf/|/share/texmf/|' \
+-e 's|/texmf-dist/|/share/texmf-dist/|' ${file} ; done
 <<
 NoSetLDFLAGS: true
 ConfigureParams: <<
  --disable-native-texlive-build \
- --without-texi2html --without-texinfo --enable-shared \
+ --disable-texi2html --disable-texinfo --enable-shared \
  --datadir='${prefix}/share' --infodir='${prefix}/share/info' \
  --mandir='${prefix}/share/man' --disable-multiplatform \
- --without-psutils --without-dialog --without-tex4htk --without-t1utils \
- --without-detex --without-dvipdfmx --without-lcdf-typetools \
- --without-xindy --without-xdv2pdf --without-xetex --without-xdvipdfmx \
- --without-lacheck --without-ttf2pk \
- --without-xdvik --without-pdfopen --without-luatex \
+ --disable-psutils --disable-dialog --disable-tex4htk --disable-t1utils \
+ --disable-detex --disable-dvipdfmx --disable-lcdf-typetools \
+ --disable-xindy --disable-xdv2pdf --disable-xetex --disable-xdvipdfmx \
+ --disable-lacheck --disable-ttf2pk \
+ --disable-xdvik --disable-pdfopen --disable-luatex \
  --without-x 
 <<
 CompileScript: <<
@@ -35,23 +40,26 @@
  cd texlive/texk/kpathsea; make
 <<
 InstallScript: <<
- cd texlive/texk/kpathsea; make install prefix=%i texmf=%i/share/texmf
+ cd texlive/texk/kpathsea; make install DESTDIR=%d
 <<
 DocFiles: texlive/texk/kpathsea/README
 SplitOff: <<
  Package: %N-shlibs
  Description: Shared libraries of path search library for TeX
  Files: lib/libkpathsea.*.dylib
- Shlibs: %p/lib/libkpathsea.6.dylib 7.0.0 %n (>= 3.5.7-0)
+ Shlibs: %p/lib/libkpathsea.6.dylib 7.0.0 %n (>= 6.0.0-0)
  DocFiles: texlive/texk/kpathsea/README
 <<
 SplitOff2: <<
  Package: kpathsea
  Depends: %N-shlibs (= %v-%r)
+ Conflicts: libkpathsea4, texlive-base (<= 0.20080816-3)
+ Replaces:  libkpathsea4, texlive-base (<= 0.20080816-3)
  Description: Programs of path search library for TeX
  Files: bin share/info share/man share/texmf
  InfoDocs: kpathsea.info
  DocFiles: texlive/texk/kpathsea/README
+ ConfFiles: %p/share/texmf/web2c/texmf.cnf
 <<
 License: LGPL
 Maintainer: Todai Fink Team 

Index: texlive.patch
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/texlive.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- texlive.patch   3 Jan 2011 17:12:13 -   1.8
+++ texlive.patch   4 Jan 2011 02:52:24 -   1.9
@@ -131,25 +131,17 @@
 +
 +% for ptex filter
 +PTEX_IN_FILTER = @PREFIX@/bin/nkf -w
-diff -Naur texlive-20080816-source.orig/texk/tetex/fmtutil.cnf 
texlive-20080816-source/texk/tetex/fmtutil.cnf
 texlive-20080816-source.orig/texk/tetex/fmtutil.cnf2008-07-08 
00:39:23.0 +0900
-+++ texlive-20080816-source/texk/tetex/fmtutil.cnf 2009-05-11 
18:39:42.0 +0900
-@@ -129,3 +129,7 @@
- # from xmltex:
- xmltex pdftex language.dat *xmltex.ini
- pdfxmltex pdftex language.dat *pdfxmltex.ini
-+#
-+# Japanese pTeX:
-+#! ptex   ptex-   --kanji=default ptex.ini
-+#! platex ptexlanguage.dat--kanji=default platex.ini
 texlive-20100720-source.orig/texk/kpathsea/Makefile.in 2010-05-17 
16:59:20.0 +0900
-+++ texlive-20100720-source/texk/kpathsea/Ma

[cvs] experimental/fangism/finkinfo cgal4.info,NONE,1.1

2011-01-03 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12826

Added Files:
cgal4.info 
Log Message:
trivially enable 10.4, conditionally set CXX=g++-4.2


--- NEW FILE: cgal4.info ---
Package: cgal4
Version: 3.5
Revision: 1
Source: http://gforge.inria.fr/frs/download.php/24197/CGAL-%v.tar.gz
Maintainer: Will M. Farr 
HomePage: http://www.cgal.org/
License: OSI-Approved
Description: Efficient and reliable geometric algorithms
Source-MD5: c14d142780d07e3d05dea2f54dd7ae53
BuildDepends: cmake, boost1.35.nopython | boost1.35.python25 | 
boost1.35.systempython, gmp, libmpfr1
Depends: boost1.35.nopython-shlibs | boost1.35.python25-shlibs | 
boost1.35.systempython-shlibs, gmp-shlibs, libmpfr1-shlibs, cgal4-shlibs (= 
%v-%r)
GCC: 4.0
CompileScript: <<
  #!/bin/sh
  darwin_vers=`uname -r | cut -d. -f1`
  if test "$darwin_vers" = 9 ; then
export CC=gcc-4.2
export CXX=g++-4.2
test -x `which gcc-4.2` || { echo "gcc-4.2 required, but missing!"; exit 1; 
}
  fi
  cmake . -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib 
-DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF -DWITH_CGAL_Qt3=NO -DWITH_CGAL_Qt4=NO
  make
<<
InstallScript: <<
  make install DESTDIR=%d
<<
BuildDependsOnly: true

SplitOff: <<
  Package: cgal4-shlibs
  Files: lib/libCGAL.4.0.0.dylib lib/libCGAL_Core.4.0.0.dylib 
lib/libCGAL_ImageIO.4.0.0.dylib lib/libCGAL_PDB.4.0.0.dylib lib/libCGAL.4.dylib 
lib/libCGAL_Core.4.dylib lib/libCGAL_ImageIO.4.dylib lib/libCGAL_PDB.4.dylib
  Shlibs: <<
%p/lib/libCGAL.4.dylib 4.0.0 cgal4-shlibs (>= 3.5-1)
%p/lib/libCGAL_Core.4.dylib 4.0.0 cgal4-shlibs (>= 3.5-1)
%p/lib/libCGAL_ImageIO.4.dylib 4.0.0 cgal4-shlibs (>= 3.5-1)
%p/lib/libCGAL_PDB.4.dylib 4.0.0 cgal4-shlibs (>= 3.5-1)
<<
<<


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo libgaul0.info,NONE,1.1

2011-01-03 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17188

Added Files:
libgaul0.info 
Log Message:
moved from libgaul1 to libgaul0

--- NEW FILE: libgaul0.info ---
Package: libgaul0
Version: 0.1849.0
Revision: 1
Maintainer: BABA Yoshihiko 
HomePage: http://gaul.sourceforge.net/
License: GPL
Description: Headers for Genetic Algorithm Utility Library
BuildDependsOnly: true
BuildDepends: <<
  fink (>=0.28),
  slang2
<<
Depends: %n-shlibs (=%v-%r)

Source: mirror:sourceforge:gaul/gaul-devel-0.1849-0.tar.gz
Source-MD5: b81110b7110b4d69e9bdd585242e2798

ConfigureParams: --enable-ccoptim=no
CompileScript: <<
  perl -pi -e "s|SUBDIRS = util src tests debian|SUBDIRS = util src|" . 
Makefile.in
  ./configure %c 
  make
<<
InstallScript: <<
  make install DESTDIR=%d
  cd %i/lib
  ls -l %i/lib
<<

SplitOff: <<
  Package: %N-shlibs
  Description: Shared libraries for Genetic Algorithm Utility Library
  Depends: <<
slang2-shlibs
  <<
  Files: <<
lib/lib*.0.*dylib
  <<
  Shlibs: <<
%p/lib/libgaul.0.dylib  1.0.0 %n (>=0.1849-0-1)
%p/lib/libgaul_util.0.dylib 1.0.0 %n (>=0.1849-0-1)
%p/lib/libnn_util.0.dylib   1.0.0 %n (>=0.1849-0-1)
!%p/lib/libgaul.0.0.49.dylib
!%p/lib/libgaul_util.0.0.49.dylib
!%p/lib/libnn_util.0.0.49.dylib
  <<
<<

DescPackaging: <<
  The official version of the package is like `0.1849-0', but is changed to 
`0.1849.0'.
<<

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo pgrouting.info,1.1,1.2

2011-01-03 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29340

Modified Files:
pgrouting.info 
Log Message:
for test

Index: pgrouting.info
===
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/pgrouting.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pgrouting.info  30 Dec 2010 15:13:22 -  1.1
+++ pgrouting.info  3 Jan 2011 21:29:30 -   1.2
@@ -1,31 +1,34 @@
 Info4: <<
 Package: pgrouting%type_pkg[postgresql]
 Version: 1.05
-Revision: 0.1
+Revision: 0.2
 Description: Geospatial routing functionality for PostGIS
-Type: postgresql (8.4)
+Type: postgresql (8.4 9.0)
 License: BSD
-Maintainer: Benjamin Reed 
+Maintainer: BABA Yoshihiko 
 
 Depends: <<
-boost1.41.cmake-shlibs | boost1.35.nopython-shlibs | 
boost1.35.systempython-shlibs | boost1.35.python26-shlibs,
-   postgresql%type_pkg[postgresql]-shlibs,
-   proj-shlibs
+  boost1.41.cmake-shlibs | boost1.35.nopython-shlibs | 
boost1.35.systempython-shlibs | boost1.35.python26-shlibs,
+  postgresql%type_pkg[postgresql]-shlibs,
+  libgaul1-shlibs, cgal4-shlibs,
+  proj-shlibs
 <<
 BuildDepends: <<
-   fink (>= 0.29.7-1),
-boost1.41.cmake | boost1.35.nopython-shlibs | boost1.35.systempython | 
boost1.35.python26,
-   postgresql%type_pkg[postgresql]-dev,
-   postgresql-java (>= %type_raw[postgresql]-1),
-   proj,
-   system-java (>= 1.5-1)
+  fink (>= 0.29.7-1),
+  boost1.41.cmake | boost1.35.nopython-shlibs | boost1.35.systempython | 
boost1.35.python26,
+  postgresql%type_pkg[postgresql]-dev,
+  libgaul1, cgal4,
+  proj
 <<
 GCC: 4.0
 
 Source: http://download.osgeo.org/pgrouting/source/pgrouting-%v.tar.gz
 Source-MD5: bd7c106e3db3c38f7081f1ee9b0e12ae
 
-SetLDFLAGS:
+#SetCFLAGS: -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
+#SetCXXFLAGS: -I%p/lib/system-openssl/include -fno-common -I%p/include 
-I%p/include/libxml2 -I%p/include
+#SetLDFLAGS: -L%p/opt/postgresql-%type_raw[postgresql]/lib 
-L%p/lib/system-openssl/lib -F/System/Library/Frameworks -L%p/lib 
-Wl,-dead_strip_dylibs
+
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -38,11 +41,22 @@
 
-DPOSTGRESQL_INCLUDE_DIR=%p/opt/postgresql-%type_raw[postgresql]/include/server
 
-DPOSTGRESQL_LIBRARIES=%p/opt/postgresql-%type_raw[postgresql]/lib
  -DPOSTGRES_CONFIG=%p/bin/pg_config"
-  cmake $CMAKE_OPTIONS .
+  cmake $CMAKE_OPTIONS -DWITH_TSP=TRUE .
+
+  perl -pi -e "s|-dynamiclib|-bundle|" core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|-dynamiclib|-bundle|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|-install_name \S+|-bundle_loader %p/bin/postgres|" 
core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|-install_name \S+|-bundle_loader %p/bin/postgres|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|librouting\.dylib|librouting\\.so|" 
core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|librouting_tsp\.dylib|librouting_tsp\\.so|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|librouting\.dylib|librouting\\.so|" 
core/src/cmake_install.cmake
+  perl -pi -e "s|librouting_tsp\.dylib|librouting_tsp\\.so|" 
extra/tsp/src/cmake_install.cmake
+  perl -pi -e "s|/usr/share|%p/share|" core/sql/cmake_install.cmake
+  perl -pi -e "s|/usr/share|%p/share|" extra/tsp/sql/cmake_install.cmake
   make VERBOSE=1
 <<
 InstallScript: <<
-  make install
+  make install DESTDIR=%d
 <<
 
 


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo libgaul1.info,NONE,1.1

2011-01-03 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29082

Added Files:
libgaul1.info 
Log Message:
a new package

--- NEW FILE: libgaul1.info ---
Package: libgaul1
Version: 0.1849-0
Revision: 1
Maintainer: BABA Yoshihiko 
HomePage: http://gaul.sourceforge.net/
License: GPL
Description: Headers for Genetic Algorithm Utility Library
BuildDependsOnly: true
BuildDepends: <<
  fink (>=0.28),
  slang2
<<
Depends: %n-shlibs (=%v-%r)

Source: mirror:sourceforge:gaul/gaul-devel-%v.tar.gz
Source-MD5: b81110b7110b4d69e9bdd585242e2798

ConfigureParams: --enable-ccoptim=no
CompileScript: <<
  perl -pi -e "s|SUBDIRS = util src tests debian|SUBDIRS = util src|" . 
Makefile.in
  ./configure %c 
  make
<<
InstallScript: <<
  make install DESTDIR=%d
<<
Shlibs: <<
  !%p/lib/libgaul.dylib
  !%p/lib/libgaul_util.dylib
  !%p/lib/libnn_util.dylib
<<


SplitOff: <<
  Package: %N-shlibs
  Description: Shared libraries for Genetic Algorithm Utility Library
  Depends: <<
slang2-shlibs
  <<
  Files: <<
lib/lib*.0.*dylib
  <<
  Shlibs: <<
%p/lib/libgaul.0.dylib  1.0.0 %n (>=0.1849-0-1)
%p/lib/libgaul_util.0.dylib 1.0.0 %n (>=0.1849-0-1)
%p/lib/libnn_util.0.dylib   1.0.0 %n (>=0.1849-0-1)
!%p/lib/libgaul.0.0.49.dylib
!%p/lib/libgaul_util.0.0.49.dylib
!%p/lib/libnn_util.0.0.49.dylib
  <<
<<

DescPackaging: <<
  Some compile options are set to no.
<<

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci udunits2.info,1.7,1.8

2011-01-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30249

Modified Files:
udunits2.info 
Log Message:
Guess InfoDocs doesn't support globs.  Thanks to jfmertens for the report.

Index: udunits2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/udunits2.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- udunits2.info   21 Dec 2010 23:45:27 -  1.7
+++ udunits2.info   3 Jan 2011 17:49:06 -   1.8
@@ -1,6 +1,6 @@
 Package: udunits2
 Version: 2.1.20
-Revision: 1
+Revision: 2
 Maintainer: Alexander Hansen 
 BuildDepends: fink (>= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
@@ -20,7 +20,7 @@
install *.info %i/share/info
 <<
 DocFiles: ANNOUNCEMENT CHANGE_LOG LICENSE %N.html %N.pdf 
-InfoDocs: %n.info %n*.info
+InfoDocs: %n.info %{n}lib.info %{n}prog.info
 Description: Manipulation units of physical quantities
 DescPackaging: <<
 Decided not just to use the "udunits" name, since this version builds 


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/todai/ecc-10.4/main/finkinfo/text libkpathsea6.info, NONE, 1.1 texlive-texmf.info, 1.11, 1.12 texlive.patch, 1.7, 1.8

2011-01-03 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23096/text

Added Files:
libkpathsea6.info texlive-texmf.info texlive.patch 
Log Message:
For TeX Live 2010.

--- NEW FILE: texlive-texmf.info ---
Package: texlive-texmf
Version: 0.20100722
Revision: 0
BuildDepends: xz
Conflicts:tetex-texmf
Replaces: tetex-texmf
Provides: tetex-texmf, breqn, chess-tex, cm-super, ctan-other-misc, 
ctan-supported-misc, enumitem, feynmf, ha-prosper, ifmslide, latex-beamer, 
latex-figbib, movie15, pdfscreen, pdfslide, pdfsync, pgf, powerdot, ppower4, 
prosper, srcltx, texpower, tipa, unicode-tex, xcolor, xkeyval
Source: 
http://www.sr3.t.u-tokyo.ac.jp/~okayama/src/texlive-%v-texmf-delpdf.tar.xz
Source-MD5: 36fc29ad9f7ec3e61b848f55da96bbcd
NoSourceDirectory: true
PatchScript: <<
#!/bin/bash -ev
 xz -dc texlive-%v-texmf-delpdf.tar.xz | tar xf -
 cd texlive-%v-texmf-delpdf

# Moving README into current dir ...
 mv texmf-dist/README ../README.texmf-dist
 mv texmf/README  ../README.texmf

# Moving files from texmf to texmf-dist ...
 cp -R texmf/* texmf-dist

# Removing files that will be provided the tex4ht package ...
# rm -fR texmf-dist/tex4ht
# rm -fR texmf-dist/tex/generic/tex4ht
# rm -fR texmf-dist/doc/generic/tex4ht
# rm -fR texmf-dist/scripts/tex4ht

# Removing files that will be provided the texlive-base (20080816) package ...
 rm -fR texmf-dist/doc/man
 rm -f  texmf-dist/scripts/context/ruby/texmfstart.rb
 rm -fR texmf-dist/scripts/context/stubs/unix
 rm -fR texmf-dist/scripts/bengali
 rm -fR texmf-dist/scripts/dviasm
 rm -f  texmf-dist/scripts/epspdf/epspdf
 rm -f  texmf-dist/scripts/epspdf/epspdftk
 rm -f  texmf-dist/scripts/glossaries/makeglossaries
 rm -fR texmf-dist/scripts/mkjobtexmf
 rm -fR texmf-dist/scripts/oberdiek
 rm -fR texmf-dist/scripts/perltex
 rm -fR texmf-dist/scripts/pdfcrop
 rm -f  texmf-dist/scripts/ppower4/*.texlua
 rm -f  texmf-dist/scripts/pst-pdf/ps4pdf
 rm -fR texmf-dist/scripts/pst2pdf
 rm -fR texmf-dist/scripts/texcount
 rm -fR texmf-dist/scripts/thumbpdf
 rm -fR texmf-dist/scripts/vpe

# Removing files that will be provided the xetex package ...
# rm -fR texmf-dist/doc/xelatex
# rm -fR texmf-dist/doc/xetex
# rm -fR texmf-dist/fonts/misc/xetex
# rm -fR texmf-dist/scripts/xetex
# rm -fR texmf-dist/source/xelatex
# rm -f  texmf-dist/tex/latex/latexconfig/xelatex.ini
# rm -f  texmf-dist/tex/plain/config/xetex.ini
# rm -fR texmf-dist/tex/xelatex
# rm -fR texmf-dist/tex/xetex

# Removing files that will be provided the jadetex package ...
# rm -fR texmf-dist/doc/jadetex
# rm -fR texmf-dist/source/jadetex
# rm -fR texmf-dist/tex/jadetex

# Removing a compiled *.el file ...
 rm -f  texmf-dist/source/latex/rcs/src/style/rcs.elc
<<
CompileScript: echo "Nothing to do ..."
InstallScript: <<
#!/bin/bash -ev
 cd texlive-%v-texmf-delpdf
 mkdir -p  %i/share
 mv texmf-dist %i/share
<<
DocFiles: README.texmf-dist README.texmf
PostInstScript: <<
if [ -x %p/bin/mktexlsr ]
then
%p/bin/mktexlsr %p/share/texmf-dist
else
 # overwrite ls-R
 echo "%% ls-R -- filename database for kpathsea; do not change this line." > 
%p/share/texmf-dist/ls-R
 echo "./:" >> %p/share/texmf-dist/ls-R
 ( cd %p/share/texmf-dist ; /bin/ls -1R ) >> %p/share/texmf-dist/ls-R
fi

 echo "Adjusting permissions ..."
 chmod -R a+rX %p/share/texmf-dist
<<
DescPackaging: <<
We split the original texlive-20100722-texmf.tar.xz into two tarballs:
texlive-0.20100722-texmf-delpdf.tar.xz and texlive-0.20100722-texmf-doc.tar.xz,
which were made by the following script:

###
#!/bin/bash -ev

 wget ftp://tug.org/texlive/historic/2010/texlive-20100722-texmf.tar.xz
 xz -dc texlive-20100722-texmf.tar.xz | tar xf -

 for file in `find texlive-20100722-texmf/texmf-dist/doc -type f -name '*.pdf'`
 do
 mkdir -p tmp/${file%/*}
 mv $file tmp/$file
 done

 for file in `find texlive-20100722-texmf/texmf/doc -type f -name '*.pdf'`
 do
 mkdir -p tmp/${file%/*}
 mv $file tmp/$file
 done

 mkdir  texlive-0.20100722-texmf-doc
 mv  tmp/texlive-20100722-texmf/texmf-dist  texlive-0.20100722-texmf-doc/
 mv  tmp/texlive-20100722-texmf/texmf   texlive-0.20100722-texmf-doc/
 tar cf texlive-0.20100722-texmf-doc.tartexlive-0.20100722-texmf-doc
 xz  -9 texlive-0.20100722-texmf-doc.tar

 mv texlive-20100722-texmf  texlive-0.20100722-texmf-delpdf
 tar cf texlive-0.20100722-texmf-delpdf.tar texlive-0.20100722-texmf-delpdf
 xz  -9 texlive-0.20100722-texmf-delpdf.tar
###

Some duplicate files (there already exists a fink package) are removed
in PatchScript, if they may cause a trouble or their size is large.
<<
License: Restrictive/Distributable
Description: Main texmf tree for a TeX Live installation
Maintainer: Todai Fink Team 
Homepage: http://www.tug.org/texlive/

--- NEW FILE: libkpathsea6.info ---
Package: libkpathsea6
Version: 6.0.0
Revision: 0
Description: Path search library

[cvs] dists/10.4/unstable/main/finkinfo/games chromium-bsu.info, 1.4, 1.5

2011-01-03 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24035

Modified Files:
chromium-bsu.info 
Log Message:
missing protocol in link

Index: chromium-bsu.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/chromium-bsu.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- chromium-bsu.info   3 Jan 2011 01:00:49 -   1.4
+++ chromium-bsu.info   3 Jan 2011 14:22:48 -   1.5
@@ -61,7 +61,7 @@
 RuntimeVars: <<
CHROMIUM_DATA: %p/share/%n
 <<
-Homepage: chromium-bsu.sourceforge.net
+Homepage: http://chromium-bsu.sourceforge.net
 DescDetail: <<
 You are captain of the cargo ship Chromium B.S.U., responsible for delivering 
 supplies to our troops on the front line. Your ship has a small fleet of 


--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs