[cvs] dists/10.4/stable/main/finkinfo/text scribus-aqua.info, 1.9, NONE scribus-x11.info, 1.1, NONE scribus.info, 1.12, NONE scribus135-aqua.info, 1.1, NONE scribus135.info, 1.1, NONE

2011-10-24 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv1425/stable/main/finkinfo/text

Removed Files:
scribus-aqua.info scribus-x11.info scribus.info 
scribus135-aqua.info scribus135.info 
Log Message:
Retreating to unstable for now.
Waiting until qt4.7 shows up in 10.4/stable.
RangerRick: What's holding it up?



--- scribus.info DELETED ---

--- scribus135-aqua.info DELETED ---

--- scribus-aqua.info DELETED ---

--- scribus-x11.info DELETED ---

--- scribus135.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/text scribus-aqua.info, 1.34, 1.35 scribus-x11.info, NONE, 1.1 scribus.info, 1.30, 1.31 scribus135-aqua.info, 1.15, 1.16 scribus135.info, 1.15, 1.16

2011-10-24 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv1425/unstable/main/finkinfo/text

Added Files:
scribus-aqua.info scribus-x11.info scribus.info 
scribus135-aqua.info scribus135.info 
Log Message:
Retreating to unstable for now.
Waiting until qt4.7 shows up in 10.4/stable.
RangerRick: What's holding it up?



--- NEW FILE: scribus.info ---
Package: scribus
Type: nosource
Version: 1.4.0
Revision: 1
Epoch: 1
License: GPL
Depends: scribus-x11, fink-obsolete-packages
CompileScript: echo "none needed"
InstallScript: <<
#!/bin/sh -ev
install -d -m 755 %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/%n
<<
Description: Dummy upgrade to new "scribus-x11" package
DescDetail: <<
The stable "scribus" package is now called "scribus-x11".
Once you have installed "scribus-x11", you can uninstall this package.
<<
Maintainer: Martin Costabel 
Homepage: http://www.scribus.net/

--- NEW FILE: scribus135-aqua.info ---
Package: scribus135-aqua
Type: bundle
Version: 1.4.0
Revision: 1
Epoch: 1
Depends: scribus-aqua ( >= 1.4.0-1), fink-obsolete-packages
Description: OBSOLETE, use package 'scribus-aqua' instead
Maintainer: Martin Costabel 
Homepage: http://www.scribus.net/

--- NEW FILE: scribus-aqua.info ---
Package: scribus-aqua
Version: 1.4.0
Revision: 1.rc6
Epoch: 1
Source: mirror:sourceforge:scribus/scribus-%v.rc6.tar.bz2
Source-MD5: 8b3b1da78b1f4ac05f2ebee247724d64
License: GPL
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: ghostscript, qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs, 
libjpeg8-shlibs, libjpeg-bin, lcms-shlibs, cairo-shlibs, libpng14-shlibs, 
libtiff-shlibs, freetype219-shlibs, libxml2-shlibs, libiconv, 
fontconfig2-shlibs, podofo-shlibs
BuildDepends: fink (>= 0.24.12), lcms, libjpeg8, qt4-base-mac, cairo, cups-dev, 
libpng14, libtiff, freetype219, libxml2, libiconv-dev, fontconfig2-dev, expat1, 
cmake, podofo-dev, boost1.35.systempython, glitz
BuildConflicts: qt3, qt3-dev
Conflicts: scribus135-aqua (<<1.4.0-1)
Replaces: scribus135-aqua 
PatchScript: <<
#!/bin/sh -ev
# Place all source tree include dirs before %p/include
  perl -pi -e 
's|\$\{CMAKE_BINARY_DIR\}/scribus|$&\n\$\{CMAKE_SOURCE_DIR\}/scribus|g' 
CMakeLists.txt
# improve finding of PIL in the FontSample script
  perl -pi -e 's|import Image|from PIL $&|g' 
scribus/plugins/scriptplugin/scripts/FontSample.py
<<
CompileScript: <<
#!/bin/sh -ex
# Use Fink's freetype219, qt4-mac, fontconfig2,
# but Apple's Python framework
 export PATH=%p/lib/freetype219/bin:$PATH 
 unset QMAKESPEC
 export QTDIR=%p/lib/qt4-mac

 mkdir build
 cd build
 cmake --debug-output -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
   -DCMAKE_INSTALL_PREFIX:PATH=%p/Applications/Scribus.app/Contents \
   -DFREETYPE_DIR:PATH=%p/lib/freetype219 \
   -DFREETYPE_INCLUDE_DIR_ft2build:PATH=%p/lib/freetype219/include \
   
-DFREETYPE_INCLUDE_DIR_freetype2:PATH=%p/lib/freetype219/include/freetype2 \
   -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
   -DFONTCONFIG_INCLUDE_DIR:PATH=%p/lib/fontconfig2/include \
   -DFONTCONFIG_LIBRARY:FILEPATH=%p/lib/fontconfig2/lib/libfontconfig.dylib 
\
   
-DPYTHON_INCLUDE_PATH:PATH=/System/Library/Frameworks/Python.framework/Headers \
   -DPYTHON_LIBRARY:FILEPATH="-framework Python" \
   -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" \
   -DCMAKE_OSX_SYSROOT:PATH="/" \
   ..
 make
<< 
InstallScript: <<
#!/bin/sh -ex
 mkdir -p %i/Applications
 /bin/cp -p -R Scribus.app %i/Applications/
 mkdir %i/Applications/Scribus.app/Contents/MacOS
 cd build
 make install DESTDIR=%d
 /bin/cp /System/Library/ColorSync/Profiles/* 
%i/Applications/Scribus.app/Contents/lib/scribus/profiles/ || /usr/bin/true
# Wrapper script; for now mainly useful if Fink's pil-systempython25 package is 
installed,
# because this will want PYTHONPATH="%p/Library/Python/2.5/site-packages"
 mv %i/Applications/Scribus.app/Contents/MacOS/Scribus 
%i/Applications/Scribus.app/Contents/MacOS/Scribus.bin
 ln -s scribus.sh %i/Applications/Scribus.app/Contents/MacOS/Scribus
 cat > %i/Applications/Scribus.app/Contents/MacOS/scribus.sh << "EOF"
#!/bin/sh
source %p/bin/init.sh
exec %p/Applications/Scribus.app/Contents/MacOS/Scribus.bin "${@}"
EOF
 chmod +x %i/Applications/Scribus.app/Contents/MacOS/scribus.sh
<<
DocFiles: AUTHORS COPYING ChangeLog ChangeLogCVS ChangeLogSVN PACKAGING README 
TRANSLATION
PostInstScript: <<
 if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 
/Applications/Fink; fi
 ln -nfs %p/Applications/Scribus.app /Applications/Fink/
<<
PostRmScript: <<
 if test -h /Applications/Fink/Scribus.app; then rm -f 
/Applications/Fink/Scribus.app; fi
<<
Description: Layout program (stable branch) 
DescDetail: << 
 Scribus is an open-source program that brings professional
 page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops
 with a combination of "press-ready" output and new approaches
 to pa

[cvs] dists/10.4/unstable/main/finkinfo/languages swig-1.3.20.info, 1.4, 1.5

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv7754/unstable/main/finkinfo/languages

Modified Files:
swig-1.3.20.info 
Log Message:
invalid use of OBSOLETE


Index: swig-1.3.20.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/swig-1.3.20.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- swig-1.3.20.info11 Apr 2011 16:18:47 -  1.4
+++ swig-1.3.20.info24 Oct 2011 09:25:18 -  1.5
@@ -1,6 +1,6 @@
 Package: swig
 Version: 1.3.20
-Revision: 1016
+Revision: 1017
 BuildDepends: python | python-nox (>= 2.2.1-8), expat1, guile (>= 1.4-16), 
ruby18, tcltk, guile-dev (>= 1.4-16), ruby18-dev, tcltk-dev, fink (>=0.26.0-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
@@ -27,7 +27,6 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends:  fink-obsolete-packages
   Files: lib/libswig*.*.dylib
   Shlibs: <<
%p/lib/libswigguile.0.dylib 1.0.0 %n (>= 1.3.20-2)


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods sqlite3-rb.info, 1.13, 1.14

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv9387/unstable/main/finkinfo/libs/rubymods

Modified Files:
sqlite3-rb.info 
Log Message:
user modern swig dep (not sure how this uses swig at all?)


Index: sqlite3-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/sqlite3-rb.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- sqlite3-rb.info 2 Jun 2008 03:48:24 -   1.13
+++ sqlite3-rb.info 24 Oct 2011 09:31:23 -  1.14
@@ -1,7 +1,7 @@
 Info2: <<
 Package: sqlite3-rb%type_pkg[ruby]
 Version: 1.2.1
-Revision: 1022
+Revision: 1023
 Description: SQLite database interface for Ruby
 Type: ruby (1.8)
 License: BSD
@@ -9,13 +9,12 @@
 
 Depends: <<
ruby%type_pkg[ruby],
-   sqlite3-shlibs,
-   swig-shlibs (>= 1.3.20-1)
+   sqlite3-shlibs
 <<
 BuildDepends: <<
ruby%type_pkg[ruby]-dev,
sqlite3-dev,
-   swig (>= 1.3.20-1)
+   swig (>= 2.0-1)
 <<
 
 Source: http://rubyforge.org/frs/download.php/17096/sqlite3-ruby-%v.tar.bz2


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods sqlite3-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv9567/stable/main/finkinfo/libs/rubymods

Added Files:
sqlite3-rb.info 
Log Message:
sync sqlite3-rbXX to stable


--- NEW FILE: sqlite3-rb.info ---
Info2: <<
Package: sqlite3-rb%type_pkg[ruby]
Version: 1.2.1
Revision: 1023
Description: SQLite database interface for Ruby
Type: ruby (1.8)
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
ruby%type_pkg[ruby],
sqlite3-shlibs
<<
BuildDepends: <<
ruby%type_pkg[ruby]-dev,
sqlite3-dev,
swig (>= 2.0-1)
<<

Source: http://rubyforge.org/frs/download.php/17096/sqlite3-ruby-%v.tar.bz2
Source-MD5: 7ec13981e20bab8af024db3c1df4a602

CompileScript: <<
ruby%type_raw[ruby] setup.rb config --prefix=%p
ruby%type_raw[ruby] setup.rb setup
<<

InstallScript:  ruby%type_raw[ruby] setup.rb install --prefix=%d

Homepage: http://rubyforge.org/projects/sqlite-ruby/
DescDetail: A Ruby interface for the SQLite database engine.
<<



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods sqlite3-rb.info, 1.14, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv9567/unstable/main/finkinfo/libs/rubymods

Removed Files:
sqlite3-rb.info 
Log Message:
sync sqlite3-rbXX to stable


--- sqlite3-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics podofo9.info, NONE, 1.1 podofo.info, 1.3, 1.4

2011-10-24 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv9868

Modified Files:
podofo.info 
Added Files:
podofo9.info 
Log Message:
New version 0.9.1. New install_name => new file name

--- NEW FILE: podofo9.info ---
Package: podofo9
Version: 0.9.1
Revision: 2
Source: mirror:sourceforge:podofo/podofo-%v.tar.gz
Source-MD5: cec586ab69f92bc88d38b5d4b8eee5a0
License: GPL
Description: Dummy package, installs podofo version %v
DescPackaging: <<
 The "%N" package is a dummy, created to fool the fink validator
 The real packages are podofo, %N-dev and %N-shlibs.
<<
Depends: podofo (>=%v-%r)
DocFiles: dummy
BuildDepends: fontconfig2-dev, libjpeg8, libtiff, freetype219, cmake (>= 
2.6.0-1)
PatchScript: <<
 perl -pi -e 's|^INCLUDE_DIRECTORIES\($|$&\n\$\{PoDoFo_SOURCE_DIR\}|' 
CMakeLists.txt
<<
CompileScript: <<
#!/bin/sh -ev
 mkdir build
 cd build
 cmake --debug-output -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
   -DCMAKE_INSTALL_PREFIX:PATH=%p \
   -DCMAKE_INCLUDE_PATH:PATH=%p/include \
   -DCMAKE_LIBRARY_PATH:PATH=%p/lib \
   -DPODOFO_BUILD_STATIC:BOOL=TRUE \
   -DCMAKE_INSTALL_NAME_DIR:STRING=%p/lib \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
   -DCMAKE_INSTALL_RPATH:STRING=%p/lib \
   -DCMAKE_EXE_LINKER_FLAGS:STRING="" \
   -DFONTCONFIG_INCLUDE_DIR:PATH=%p/lib/fontconfig2/include \
   
-DFONTCONFIG_LIBRARIES:FILEPATH=%p/lib/fontconfig2/lib/libfontconfig.dylib \
   ..
# evil hack to find installed headers after the headers in the source
# if you know how to do this more elegantly in cmake, please tell me
 perl -pi -e 's|(\-I%p/include )(\S* )|-I.. \2\1|g' `find . -name flags.make`
#
# Hack for finding not-yet-installed dylibs during making.
# Cmake's method via CMAKE_BUILD_WITH_INSTALL_RPATH=OFF is still
# half-baked; doesn't work for the podofo binary executables
 export DYLD_LIBRARY_PATH=`pwd`/bin
#
 make
<< 
InstallScript: <<
#!/bin/sh -ev
 pushd build
 make install DESTDIR=%d
 popd
 echo This is a dummy package. You can remove it. > dummy
<<
Splitoff: <<
  Package: %N-dev
  Description: Podofo headers and static lib
  BuildDependsOnly: True
  Conflicts: podofo-dev
  Replaces: podofo-dev
  DocFiles: COPYING README.html
  Files: <<
include
lib/libpodofo.a
lib/libpodofo.dylib
  <<
<<
Splitoff2: <<
  Package: %N-shlibs
  Description: Podofo shared library
  DocFiles: COPYING README.html
  Depends: fontconfig2-shlibs, libjpeg8-shlibs, libjpeg-bin, libtiff-shlibs, 
freetype219-shlibs
  Files: lib
  Shlibs: <<
%p/lib/libpodofo.0.9.1.dylib 0.9.1 %n (>= 0.9.1-1)
  <<
<<
Splitoff3: <<
  Package: podofo
  Depends: %N-shlibs (= %v-%r), fontconfig2-shlibs, libjpeg8-shlibs, 
libjpeg-bin, libtiff-shlibs, freetype219-shlibs
  Files: bin share/man
  DocFiles: AUTHORS COPYING ChangeLog README.html
  Description: Library to work with the PDF file format
  DescDetail: <<
The PoDoFo library is a free, portable C++ library
which includes classes to parse PDF files and modify
their contents into memory.
The changes can be written back to disk easily.
The parser can also be used to extract information
from a PDF file (for example the parser could be used
in a PDF viewer). Besides parsing PoDoFo includes also
very simple classes to create your own PDF files.
All classes are documented so it is easy to start
writing your own application using PoDoFo.

The PoDoFo tools are simple tools built around the PoDoFo library.
These tools are first of all examples on how to use the PoDoFo
library in your own projects. But secondly they offer also
features for working with PDF files.
  <<
<<
Maintainer: Martin Costabel 
Homepage: http://podofo.sourceforge.net/


Index: podofo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/podofo.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- podofo.info 19 Jul 2009 10:08:16 -  1.3
+++ podofo.info 24 Oct 2011 09:37:10 -  1.4
@@ -1,6 +1,6 @@
 Package: podofo
 Version: 0.7.0
-Revision: 2
+Revision: 4
 GCC: 4.0
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: b9623fd9279fca49f7cdd5c1fed182b1
@@ -83,6 +83,9 @@
   Package: %N-dev
   Description: Podofo headers and static lib
   BuildDependsOnly: True
+  Conflicts: podofo9-dev
+  Replaces: podofo9-dev
+
   DocFiles: COPYING README.html
   Files: <<
 include


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods libgems-rb.info, 1.10, NONE libgems-rb.patch, 1.5, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11382/unstable/main/finkinfo/libs/rubymods

Removed Files:
libgems-rb.info libgems-rb.patch 
Log Message:
sync rubygems to stable (risky use of /tmp but still same even in latest 
upstream so no worse for us)


--- libgems-rb.patch DELETED ---

--- libgems-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods libgems-rb.info, NONE, 1.1 libgems-rb.patch, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv11382/stable/main/finkinfo/libs/rubymods

Added Files:
libgems-rb.info libgems-rb.patch 
Log Message:
sync rubygems to stable (risky use of /tmp but still same even in latest 
upstream so no worse for us)


--- NEW FILE: libgems-rb.patch ---
diff -Nurd rubygems-1.1.1/lib/rubygems/defaults.rb 
rubygems-1.1.1-new/lib/rubygems/defaults.rb
--- rubygems-1.1.1/lib/rubygems/defaults.rb 2008-03-08 22:42:07.0 
-0500
+++ rubygems-1.1.1-new/lib/rubygems/defaults.rb 2008-05-21 15:02:02.0 
-0400
@@ -15,7 +15,8 @@
   File.join ConfigMap[:libdir], RUBY_ENGINE, 'gems',
 ConfigMap[:ruby_version]
 else
-  File.join ConfigMap[:libdir], 'ruby', 'gems', ConfigMap[:ruby_version]
+  # File.join ConfigMap[:libdir], 'ruby', 'gems', ConfigMap[:ruby_version]
+  File.join('@PREFIX@', 'var', 'lib', 'gems', 
Config::CONFIG['ruby_version'])
 end
   end
 
diff -Nurd rubygems-1.1.1/lib/rubygems/source_index.rb 
rubygems-1.1.1-new/lib/rubygems/source_index.rb
--- rubygems-1.1.1/lib/rubygems/source_index.rb 2008-04-04 19:06:49.0 
-0400
+++ rubygems-1.1.1-new/lib/rubygems/source_index.rb 2008-05-21 
15:02:38.0 -0400
@@ -248,7 +248,7 @@
 end
 else
   version_requirement = platform_only || Gem::Requirement.default
-  gem_pattern = /#{gem_pattern}/i
+  gem_pattern = /^#{gem_pattern}/i
 end
 
 unless Gem::Requirement === version_requirement then
diff -Nurd rubygems-1.1.1/setup.rb rubygems-1.1.1-new/setup.rb
--- rubygems-1.1.1/setup.rb 2008-04-01 19:22:20.0 -0400
+++ rubygems-1.1.1-new/setup.rb 2008-05-21 15:41:11.0 -0400
@@ -37,6 +37,9 @@
   puts "  --prefix=DIR   Prefix path for installing RubyGems"
   puts " Will not affect gem repository location"
   puts
+  puts "  --destdir=DIR  Destination prefix path for installing 
RubyGems"
+  puts " (Will be prepended to prefix during 
installation)"
+  puts
   puts "  --no-format-executable Force installation as `gem`"
   puts
   puts "  --no-rdoc  Don't build RDoc for RubyGems"
@@ -65,6 +68,19 @@
 
 lib_dir = nil
 bin_dir = nil
+install_dest_dir = ""
+
+if !ARGV.grep(/^--destdir/).empty? then
+  dest_arg = ARGV.grep(/^--destdir=/).first
+  if dest_arg =~ /^--destdir=(.*)/ then
+install_dest_dir = $1
+  else
+path_index = ARGV.index '--destdir'
+install_dest_dir = ARGV[path_index + 1]
+  end
+
+  install_dest_dir = File.expand_path install_dest_dir
+end
 
 if ARGV.grep(/^--prefix/).empty? then
   lib_dir = Gem::ConfigMap[:sitelibdir]
@@ -80,7 +96,7 @@
 prefix = ARGV[path_index + 1]
   end
 
-  prefix = File.expand_path prefix
+  prefix = File.expand_path install_dest_dir + prefix
 
   raise "invalid --prefix #{prefix.inspect}" if prefix.nil?
 
@@ -213,7 +229,7 @@
 
 # install RDoc
 
-gem_doc_dir = File.join Gem.dir, 'doc'
+gem_doc_dir = File.join install_dest_dir, Gem.dir, '/doc'
 rubygems_name = "rubygems-#{Gem::RubyGemsVersion}"
 rubygems_doc_dir = File.join gem_doc_dir, rubygems_name
 
@@ -221,7 +237,7 @@
(not File.exist? rubygems_doc_dir or
 File.writable? rubygems_doc_dir) then
   puts "Removing old RubyGems RDoc and ri"
-  Dir[File.join(Gem.dir, 'doc', 'rubygems-[0-9]*')].each do |dir|
+  Dir[File.join(gem_doc_dir, 'rubygems-[0-9]*')].each do |dir|
 rm_rf dir
   end
 

--- NEW FILE: libgems-rb.info ---
Info2: <<
Package: libgems-rb%type_pkg[ruby]
Version: 1.1.1
Revision: 1
Distribution: (%type_pkg[ruby] = 16) 10.4
Type: ruby (1.6 1.8)
Description: Package management framework for Ruby
Homepage: http://rubygems.rubyforge.org/
License: OSI-Approved
Maintainer: Benjamin Reed 

# Dependencies.
Depends: ruby%type_pkg[ruby]
BuildDepends: fink (>= 0.24.12), ruby%type_pkg[ruby]-dev

# Unpack Phase.
Source: http://rubyforge.org/frs/download.php/35283/rubygems-%v.tgz
Source-MD5: 1a77c5b6b293a3ccd5261dc120641ccc

# Patch Phase.
PatchFile: %{ni}.patch
PatchFile-MD5: c6611f23b9c1df0ad71b8c02b3c457b2
PatchScript: <<
#!/bin/sh -ex
sed \
-e 's|@PREFIX@|%p|g' \
%{PatchFile} \
> rubygems.patch
patch -p1 < rubygems.patch
rm rubygems.patch

find . -type f -print0 \
| xargs -0 perl -w -p -i -e 
's:^#!.*ruby.*:#!%p/bin/ruby%type_raw[ruby]:'
<<

# Compile Phase.
CompileScript: echo "none"

# Install Phase.
InstallScript: <<
#!/bin/sh -ex
RUBYLIBDIR=`%p/bin/ruby%type_raw[ruby] -rrbconfig -e "puts 
Config::CONFIG['rubylibdir']"`
install -d "%i/var/lib/gems/%type_raw[ruby]/doc"
install -d "%d$RUBYLIBDIR"
%p/bin/ruby%type_raw[ruby] -I lib setup.rb install --prefix "%p" 
--destdir "%d"
mv %i/lib/rbconfig* %i/lib/rubygems* %I/lib/ubygems* "%d$RUBYLIBDIR"
rm -f %i/bin/update_rubygems
<<
DocFiles: ChangeLog GPL* LICENSE* READM

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

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11452/unstable/main/finkinfo/libs/rubymods

Removed Files:
syntax-rb.info 
Log Message:
sync syntax-rbXX to stable


--- syntax-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods syntax-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv11452/stable/main/finkinfo/libs/rubymods

Added Files:
syntax-rb.info 
Log Message:
sync syntax-rbXX to stable


--- NEW FILE: syntax-rb.info ---
Info2: <<
Package: syntax-rb%type_pkg[ruby]
Version: 1.0.0
Revision: 2
Type: ruby (1.8)
Description: Syntax hilighting and lexical analysis
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/4951/syntax-%v.gem
Source-MD5: d9d2eabc03bc937adfa00e35f228f9a8
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc syntax-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
Syntax is, first and foremost, a lexical analysis framework.  It supports
pluggable syntax modules, and comes with modules for Ruby, XML, and YAML.

What does it mean, a "lexical analysis framework"?  It means you can use
Syntax to take a body of text representing instructions in some syntax
(like Ruby), and break that text into tokens.

What is that good for?  Well, a few things. You could concievably use it
to count the number of classes in a system, or the number of lines of
code per method.  But Syntax was written specifically with syntax
highlighting in mind.
<<
Homepage: http://syntax.rubyforge.org/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods midilib-rb18.info, 1.5, 1.6

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv11594/stable/main/finkinfo/libs/rubymods

Modified Files:
midilib-rb18.info 
Log Message:
sync midilib-rbXX to stable


Index: midilib-rb18.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods/midilib-rb18.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- midilib-rb18.info   17 Jan 2010 22:59:06 -  1.5
+++ midilib-rb18.info   24 Oct 2011 09:47:05 -  1.6
@@ -1,10 +1,10 @@
 Package: midilib-rb18
-Version: 0.8.5
+Version: 1.1.4
 Revision: 1
 Depends: ruby18-shlibs
 BuildDepends: ruby18-dev
-Source: http://rubyforge.org/frs/download.php/4047/midilib-%v.tgz
-Source-MD5: d7fb417f5fdffc79c8873e98682dbb11
+Source: http://rubyforge.org/frs/download.php/48055/midilib-%v.tgz
+Source-MD5: e6b02446a00fafbea0f0ca2543a3e7aa
 Type: ruby 1.8
 CompileScript: <<
 #!/bin/sh -ev


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods midilib-rb18.info, 1.4, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11594/unstable/main/finkinfo/libs/rubymods

Removed Files:
midilib-rb18.info 
Log Message:
sync midilib-rbXX to stable


--- midilib-rb18.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods term-ansicolor-rb.info, 1.6, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11742/unstable/main/finkinfo/libs/rubymods

Removed Files:
term-ansicolor-rb.info 
Log Message:
sync term-ansicolor-rbXX to stable


--- term-ansicolor-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods term-ansicolor-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv11742/stable/main/finkinfo/libs/rubymods

Added Files:
term-ansicolor-rb.info 
Log Message:
sync term-ansicolor-rbXX to stable


--- NEW FILE: term-ansicolor-rb.info ---
Info2: <<
Package: term-ansicolor-rb%type_pkg[ruby]
Version: 1.0.2
Revision: 1
Distribution: (%type_pkg[ruby] = 16) 10.4
Description: Color screen text using ANSI escape sequences
DescPort: <<
Fix install.rb script for .deb build (cf. direct install).

Prior to 0.0.3-2, there was a ruby-versionless term-ansicolor-rb whose
install behavior depended on which version of %p/bin/ruby one had. We
now have correct variants: they all must Replaces the simple -rb but
not Conflicts since that leads to deadlocks when users have other
packages installed that Depends on the -rb. The latest revisions of
these packages have been changed to the new -rbXX, so simply updating
them will fix potential runtime brokenness in them.
<<
Homepage: http://rubyforge.org/projects/term-ansicolor
License: GPL
Maintainer: Daniel Macks 
Type: ruby (1.6 1.8)
Depends: ruby%type_pkg[ruby]
BuildDepends: ruby%type_pkg[ruby]
Replaces: %{ni}
Source: http://rubyforge.org/frs/download.php/7042/term-ansicolor-%v.tgz
Source-MD5: 9595cb55890b8773ea28575f88bbe25b
PatchScript: <<
  perl -pi -e 's#/usr/bin/env ruby#%p/bin/ruby%type_raw[ruby]#' 
examples/cdiff.rb
<<
CompileScript: echo "Nothing to compile."
InstallScript: <<
  DESTDIR=%d %p/bin/ruby%type_raw[ruby] install.rb
<<
DocFiles: CHANGES GPL README.en examples/*
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods fribidi-pm.info, 1.11, 1.12 gd-graph-pm.info, 1.5, 1.6 gd-textutil-pm.info, 1.6, 1.7

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11831/libs/perlmods

Modified Files:
fribidi-pm.info gd-graph-pm.info gd-textutil-pm.info 
Log Message:
Minor tweaks for easier 'Maintainer' grepabilitiy of these .info files

Index: fribidi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/fribidi-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fribidi-pm.info 23 Oct 2011 15:33:44 -  1.11
+++ fribidi-pm.info 24 Oct 2011 09:49:18 -  1.12
@@ -34,7 +34,7 @@
 DocFiles: license.txt
 License: Restrictive
 Homepage: http://fribidi.sourceforge.net
-Maintainer:  Dave Morrison 
+Maintainer: Dave Morrison 
 
 # end of Info2 field:
 <<

Index: gd-graph-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/gd-graph-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gd-graph-pm.info23 Oct 2011 15:33:44 -  1.5
+++ gd-graph-pm.info24 Oct 2011 09:49:18 -  1.6
@@ -45,7 +45,7 @@
  Making the samples during build is skipped because it requires
  Imagemagick, which pulls in lots of dependencies.
 
-   Previous Maintainer: Koen van der Drift 
+   Former Maintainer: Koen van der Drift 
 <<
 
 Homepage: http://search.cpan.org/dist/GDGraph

Index: gd-textutil-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/gd-textutil-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gd-textutil-pm.info 22 Oct 2011 18:37:45 -  1.6
+++ gd-textutil-pm.info 24 Oct 2011 09:49:18 -  1.7
@@ -46,7 +46,7 @@
 center, or justified.
 <<
 DescPackaging: <<
-   Previous Maintainer: Koen van der Drift 
+   Former Maintainer: Koen van der Drift 
 <<
 Homepage: http://search.cpan.org/dist/GDTextUtil
 


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods uconv-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv11939/stable/main/finkinfo/libs/rubymods

Added Files:
uconv-rb.info 
Log Message:
syn uconv-rbXX to stable


--- NEW FILE: uconv-rb.info ---
Info2: <<
Package: uconv-rb%type_pkg[ruby]
Version: 0.4.12
Revision: 1
Type: ruby (1.8)
Depends: ruby%type_pkg[ruby]
BuildDepends: ruby%type_pkg[ruby]-dev
Source: http://www.yoshidam.net/uconv-%v.tar.gz
Source-MD5: 710525818c57e026320dad447c4ae473
SourceDirectory: uconv
CompileScript: <<
%p/bin/ruby%type_raw[ruby] extconf.rb
make
<<
InstallScript: <<
mkdir -p %i/lib/ruby/site_ruby/%type_raw[ruby]/%m-darwin
make install DESTDIR=%d
<<
DocFiles: README*
Description: Japanese <-> unicode conversion
Homepage: http://www.yoshidam.net/Ruby.html#uconv
License: GPL
Maintainer: Daniel Macks 
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods uconv-rb.info, 1.2, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11939/unstable/main/finkinfo/libs/rubymods

Removed Files:
uconv-rb.info 
Log Message:
syn uconv-rbXX to stable


--- uconv-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods piston-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv12249/stable/main/finkinfo/libs/rubymods

Added Files:
piston-rb.info 
Log Message:
sync piston-rbXX to stable


--- NEW FILE: piston-rb.info ---
Info2: <<
Package: piston-rb%type_pkg[ruby]
Version: 1.4.0
Revision: 1
Type: ruby (1.8)
Description: Vendor branch management for Rails
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/32034/piston-%v.gem
Source-MD5: 8edc63db4de448fe411394dff0e64f32
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc piston-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
mv %i/var/lib/gems/%type_raw[ruby]/bin %i/
<<

DescDetail: <<
A Ruby utility that uses Subversion to manage local copies
of upstream vendor branches.
<<
Homepage: http://rubyforge.org/projects/piston/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods plist-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv13315/stable/main/finkinfo/libs/rubymods

Added Files:
plist-rb.info 
Log Message:
sync plist-rbXX to stable


--- NEW FILE: plist-rb.info ---
Info2: <<
Package: plist-rb%type_pkg[ruby]
Version: 3.0.0
Revision: 2
Type: ruby (1.8)
Description: Manipulate plist files in Ruby
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/13338/plist-%v.gem
Source-MD5: b21a87722bd58293271c5d40739a494e
NoSourceDirectory: true

CompileScript: echo ""
InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc plist-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
Plist is a library to manipulate Property List files, also
known as plists.  It can parse plist files into native Ruby
data structures as well as generating new plist files from
your Ruby objects.
<<
Homepage: http://plist.rubyforge.org/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods gd-rb.patch, NONE, 1.1 gd-rb.info, 1.1, 1.2

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15883/unstable/main/finkinfo/libs/rubymods

Modified Files:
gd-rb.info 
Added Files:
gd-rb.patch 
Log Message:
avoid freetype1 if it were to exist


--- NEW FILE: gd-rb.patch ---
diff -Nurd -x'*~' ruby-GD-0.7.4.orig/extconf.rb ruby-GD-0.7.4/extconf.rb
--- ruby-GD-0.7.4.orig/extconf.rb   2003-01-30 23:59:50.0 -0500
+++ ruby-GD-0.7.4/extconf.rb2011-10-24 06:04:02.0 -0400
@@ -34,9 +34,9 @@
   have_library('jpeg')
 end
 
-if with_config('ttf')
-  have_library('ttf')
-end
+#if with_config('ttf')
+#  have_library('ttf')
+#end
 
 if with_config('xpm')
   have_library('X11')

Index: gd-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/gd-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gd-rb.info  1 Aug 2008 02:05:47 -   1.1
+++ gd-rb.info  24 Oct 2011 10:07:56 -  1.2
@@ -2,15 +2,15 @@
 
 Package: gd-rb%type_pkg[ruby]
 Version: 0.7.4
-Revision: 1
+Revision: 2
 Type: ruby (1.8)
 Description: GD library interface for Ruby
 License: OSI-Approved
 Maintainer: TAKAO Kouji 
 
 # Dependencies.
-BuildDepends: fink (>= 0.24.12), gd2 (>= 2.0.35-1), libjpeg (>= 6b-17), 
ruby%type_pkg[ruby]-dev
-Depends: gd2-shlibs (>= 2.0.35-1), libjpeg-shlibs (>= 6b-17), 
ruby%type_pkg[ruby]
+BuildDepends: freetype219 (>= 2.4.6-1), gd2 (>= 2.0.35-1), libjpeg8, libpng15, 
ruby%type_pkg[ruby]-dev, x11-dev
+Depends: freetype219-shlibs (>= 2.4.6-1), gd2-shlibs (>= 2.0.35-1), 
libjpeg8-shlibs, libpng15-shlibs, ruby%type_pkg[ruby], x11
 
 # Unpack Phase.
 Source: http://raa.ruby-lang.org/cache/ruby-gd/ruby-GD-%v-1.tar.gz
@@ -18,6 +18,8 @@
 SourceDirectory: ruby-GD-%v
 
 # Compile Phase.
+PatchFile: %{ni}.patch
+PatchFile-MD5: 4e7ebc96a6f318225b69dbb88d3c0e34
 CompileScript: <<
   #!/bin/sh -ex
   %p/bin/ruby%type_raw[ruby] extconf.rb \
@@ -50,6 +52,11 @@
 Homepage: http://raa.ruby-lang.org/project/ruby-gd
 DescPackaging: <<
 The Debian libgd-ruby1.8 package was used as a source for this package.
+
+Direct access to libttf is not required in order to have ttf support via
+libgd. Fink's libgd has it (probably by some other mechanism) even though
+libttf is freetype1 (years abandoned vs freetype2 that libgd uses), so don't
+accidentally find and link that old lib.
 <<
 
 <<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods gd-rb.info, NONE, 1.1 gd-rb.patch, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv16095/stable/main/finkinfo/libs/rubymods

Added Files:
gd-rb.info gd-rb.patch 
Log Message:
sync gd-rbXX (with dep cleanups) to stable


--- NEW FILE: gd-rb.patch ---
diff -Nurd -x'*~' ruby-GD-0.7.4.orig/extconf.rb ruby-GD-0.7.4/extconf.rb
--- ruby-GD-0.7.4.orig/extconf.rb   2003-01-30 23:59:50.0 -0500
+++ ruby-GD-0.7.4/extconf.rb2011-10-24 06:04:02.0 -0400
@@ -34,9 +34,9 @@
   have_library('jpeg')
 end
 
-if with_config('ttf')
-  have_library('ttf')
-end
+#if with_config('ttf')
+#  have_library('ttf')
+#end
 
 if with_config('xpm')
   have_library('X11')

--- NEW FILE: gd-rb.info ---
Info2: <<

Package: gd-rb%type_pkg[ruby]
Version: 0.7.4
Revision: 2
Type: ruby (1.8)
Description: GD library interface for Ruby
License: OSI-Approved
Maintainer: TAKAO Kouji 

# Dependencies.
BuildDepends: freetype219 (>= 2.4.6-1), gd2 (>= 2.0.35-1), libjpeg8, libpng15, 
ruby%type_pkg[ruby]-dev, x11-dev
Depends: freetype219-shlibs (>= 2.4.6-1), gd2-shlibs (>= 2.0.35-1), 
libjpeg8-shlibs, libpng15-shlibs, ruby%type_pkg[ruby], x11

# Unpack Phase.
Source: http://raa.ruby-lang.org/cache/ruby-gd/ruby-GD-%v-1.tar.gz
Source-MD5: 57d4da0a98ee47445e5fa1aa7252640a
SourceDirectory: ruby-GD-%v

# Compile Phase.
PatchFile: %{ni}.patch
PatchFile-MD5: 4e7ebc96a6f318225b69dbb88d3c0e34
CompileScript: <<
  #!/bin/sh -ex
  %p/bin/ruby%type_raw[ruby] extconf.rb \
  --with-xpm \
  --with-freetype \
  --with-ttf \
  --with-jpeg \
  --enable-gd2_0
  make
<<

# Test Suites.
InfoTest: <<
  TestScript: %p/bin/ruby%type_raw[ruby] sample/example.rb > /dev/null
<<

# Install Phase.
InstallScript: <<
  #!/bin/sh -ex
  make install DESTDIR=%d
<<
DocFiles: Changes TODO readme.en readme.ja doc sample

DescDetail: <<
Extension library to use GD graphics library from Ruby
1.8 Ruby extension library for using Thomas Boutell's GD library.
The GD library is a popular library for creating and manipulating
image files.
<<
Homepage: http://raa.ruby-lang.org/project/ruby-gd
DescPackaging: <<
The Debian libgd-ruby1.8 package was used as a source for this package.

Direct access to libttf is not required in order to have ttf support via
libgd. Fink's libgd has it (probably by some other mechanism) even though
libttf is freetype1 (years abandoned vs freetype2 that libgd uses), so don't
accidentally find and link that old lib.
<<

<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods gd-rb.info, 1.2, NONE gd-rb.patch, 1.1, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv16095/unstable/main/finkinfo/libs/rubymods

Removed Files:
gd-rb.info gd-rb.patch 
Log Message:
sync gd-rbXX (with dep cleanups) to stable


--- gd-rb.patch DELETED ---

--- gd-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods cursor-rb.info, 1.3, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17542/unstable/main/finkinfo/libs/rubymods

Removed Files:
cursor-rb.info 
Log Message:
sync cursor-rbXX to stable


--- cursor-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods cursor-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17542/stable/main/finkinfo/libs/rubymods

Added Files:
cursor-rb.info 
Log Message:
sync cursor-rbXX to stable


--- NEW FILE: cursor-rb.info ---
Info2: <<
Package: cursor-rb%type_pkg[ruby]
Version: 0.9
Revision: 2
Type: ruby (1.8)
Description: Iterators which work like a text cursor
License: LGPL
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/6462/cursor-%v.gem
Source-MD5: 45a48f5526e81b8f98ccf4d66de215a6
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc cursor-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
A datastructure to do just about anything you might want to do at the
cursor in a text editor - insert, replace, read, move, delete, all in
either direction, get position, set position, copy, etc.
<<
Homepage: http://rubyforge.org/projects/cursor/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods daemons-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17639/stable/main/finkinfo/libs/rubymods

Added Files:
daemons-rb.info 
Log Message:
sync daemons-rbXX to stable


--- NEW FILE: daemons-rb.info ---
Info2: <<
Package: daemons-rb%type_pkg[ruby]
Version: 1.0.10
Revision: 1
Type: ruby (1.8)
Description: Wrap a ruby script as a daemon
License: LGPL
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/34222/daemons-%v.gem
Source-MD5: 8e2fc7de08405b2d27ac96c82602c9ce
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc daemons-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
daemons provides an easy way to wrap existing ruby scripts (for
example a self-written server) to be run as a daemon and to be
controlled by simple start/stop/restart commands.  daemons can
also run and control blocks of Ruby code in a daemon process.
<<
Homepage: http://rubyforge.org/projects/daemons/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods daemons-rb.info, 1.1, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17639/unstable/main/finkinfo/libs/rubymods

Removed Files:
daemons-rb.info 
Log Message:
sync daemons-rbXX to stable


--- daemons-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods fastercsv-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17728/stable/main/finkinfo/libs/rubymods

Added Files:
fastercsv-rb.info 
Log Message:
sync fastercvs-rbXX to stable


--- NEW FILE: fastercsv-rb.info ---
Info2: <<
Package: fastercsv-rb%type_pkg[ruby]
Version: 1.4.0
Revision: 1
Type: ruby (1.8)
Description: CSV library for Ruby
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

# Unpack Phase:
Source: http://rubyforge.org/frs/download.php/43190/fastercsv-%v.gem
Source-MD5: 6cefa2ea51e31f34eac79623c529f2bb
NoSourceDirectory: true

CompileScript: echo ""

# Install Phase:
InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc fastercsv-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

# Additional Data:
DescDetail: <<
FasterCSV is intended as a complete replacement to the CSV
standard library.  It is significantly faster and smaller
while still being pure Ruby code.  It also strives for a
better interface.
<<
Homepage: http://fastercsv.rubyforge.org/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods fastercsv-rb.info, 1.8, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17728/unstable/main/finkinfo/libs/rubymods

Removed Files:
fastercsv-rb.info 
Log Message:
sync fastercvs-rbXX to stable


--- fastercsv-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods fastthread-rb.info, 1.1, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17798/unstable/main/finkinfo/libs/rubymods

Removed Files:
fastthread-rb.info 
Log Message:
sync fastthread-rbXX to stable


--- fastthread-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods fastthread-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17798/stable/main/finkinfo/libs/rubymods

Added Files:
fastthread-rb.info 
Log Message:
sync fastthread-rbXX to stable


--- NEW FILE: fastthread-rb.info ---
Info2: <<
Package: fastthread-rb%type_pkg[ruby]
Version: 1.0.1
Revision: 1
Type: ruby (1.8)
Description: Optimized threading for Ruby
License: LGPL
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/27042/fastthread-%v.gem
Source-MD5: 699b7198aa1093ada0225a0d491574ef
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc fastthread-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
Optimized replacement for thread.rb primitives
<<
Homepage: http://rubyforge.org/projects/mongrel/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods flexmock-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17885/stable/main/finkinfo/libs/rubymods

Added Files:
flexmock-rb.info 
Log Message:
sync flexmock-rbXX to stable


--- NEW FILE: flexmock-rb.info ---
Info2: <<
Package: flexmock-rb%type_pkg[ruby]
Version: 0.8.0
Revision: 2
Type: ruby (1.8)
Description: Flexible mocking library for Ruby
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/27747/flexmock-%v.gem
Source-MD5: 35539b00c1b6e8072eab651a73b21795
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc flexmock-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
FlexMock is a flexible mocking library for use in unit testing
and behavior specification.  Mocks are defined with a fluent
API that makes mock specifications easy to read and easy to
remember.
<<
Homepage: http://rubyforge.org/projects/flexmock/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods flexmock-rb.info, 1.2, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17885/unstable/main/finkinfo/libs/rubymods

Removed Files:
flexmock-rb.info 
Log Message:
sync flexmock-rbXX to stable


--- flexmock-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods reg-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv17993/stable/main/finkinfo/libs/rubymods

Added Files:
reg-rb.info 
Log Message:
sync reg-rbXX to stable


--- NEW FILE: reg-rb.info ---
Info2: <<
Package: reg-rb%type_pkg[ruby]
Version: 0.4.7
Revision: 2
Type: ruby (1.8)
Description: Pattern matching in Ruby data structures
License: LGPL
Maintainer: Benjamin Reed 

Depends: <<
cursor-rb%type_pkg[ruby] (>= 0.9-1),
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
cursor-rb%type_pkg[ruby] (>= 0.9-1),
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/14274/reg-%v.gem
Source-MD5: 548838dbe428434c1305a521a62c86dc
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc reg-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
Reg is a library for pattern matching in ruby data structures.  Reg provides
Regexp-like match and match-and-replace for all data structures (particularly
Arrays, Objects, and Hashes), not just Strings.
<<
Homepage: http://rubyforge.org/projects/reg/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods reg-rb.info, 1.4, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv17993/unstable/main/finkinfo/libs/rubymods

Removed Files:
reg-rb.info 
Log Message:
sync reg-rbXX to stable


--- reg-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods rubyforge-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv18076/stable/main/finkinfo/libs/rubymods

Added Files:
rubyforge-rb.info 
Log Message:
sync rubyforge-rbXX to stable


--- NEW FILE: rubyforge-rb.info ---
Info2: <<
Package: rubyforge-rb%type_pkg[ruby]
Version: 1.0.0
Revision: 1
Type: ruby (1.8)
Description: Rubyforge automation
License: BSD
Maintainer: Benjamin Reed 

Depends: <<
libgems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby],
ruby%type_pkg[ruby]-dev
<<

Source: http://rubyforge.org/frs/download.php/37245/rubyforge-%v.gem
Source-MD5: f62026740e57c513744ec76d6885c56d
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc rubyforge-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
mv %i/var/lib/gems/%type_raw[ruby]/bin %i/
<<

DescDetail: <<
A script which automates a limited set of rubyforge operations.
<<
Homepage: http://rubyforge.org/projects/codeforpeople/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods rubyforge-rb.info, 1.2, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv18076/unstable/main/finkinfo/libs/rubymods

Removed Files:
rubyforge-rb.info 
Log Message:
sync rubyforge-rbXX to stable


--- rubyforge-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/rubymods activerecord-rb.info, NONE, 1.1 activeresource-rb.info, NONE, 1.1 activesupport-rb.info, NONE, 1.1

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv18362/stable/main/finkinfo/libs/rubymods

Added Files:
activerecord-rb.info activeresource-rb.info 
activesupport-rb.info 
Log Message:
sync active*-rbXX to stable


--- NEW FILE: activesupport-rb.info ---
Info2: <<
Package: activesupport-rb%type_pkg[ruby]
Version: 2.0.2
Revision: 1
Type: ruby (1.8)
Description: Utility classes for Rails
License: BSD
Maintainer: Benjamin Reed 

# Dependencies:
Depends: <<
libgems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]
<<
BuildDepends: <<
rubygems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]-dev
<<

# Unpack Phase:
Source: http://rubyforge.org/frs/download.php/29344/activesupport-%v.gem
Source-MD5: 61f090d1ad0bacd93e0130d2cf421387
NoSourceDirectory: true

CompileScript: echo ""

# Install Phase:
InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc activesupport-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

# Additional Data:
DescDetail: <<
Utility classes and extension to the standard library
that were required by Rails, but found of general use.
<<
Homepage: http://rubyforge.org/projects/activesupport/
<<

--- NEW FILE: activerecord-rb.info ---
Info2: <<
Package: activerecord-rb%type_pkg[ruby]
Version: 2.0.2
Revision: 1
Type: ruby (1.8)
Description: Object-Relational Mapper for Ruby
License: BSD
Maintainer: Benjamin Reed 

# Dependencies:
Depends: <<
activesupport-rb%type_pkg[ruby] (>= 2.0.2-1),
libgems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]
<<
BuildDepends: <<
activesupport-rb%type_pkg[ruby] (>= 2.0.2-1),
rubygems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]-dev
<<

# Unpack Phase:
Source: http://rubyforge.org/frs/download.php/29347/activerecord-%v.gem
Source-MD5: cd602d2aa71ce7d78403b2c1984e57da
NoSourceDirectory: true

CompileScript: echo ""

# Install Phase:
InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc activerecord-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

# Additional Data:
DescDetail: <<
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.  It ties
database tables and classes together for business objects, like
Customer or Subscription, that can find, save, and destroy themselves
without resorting to manual SQL.
<<
Homepage: http://rubyforge.org/projects/activerecord/
<<

--- NEW FILE: activeresource-rb.info ---
Info2: <<
Package: activeresource-rb%type_pkg[ruby]
Version: 2.0.2
Revision: 1
Type: ruby (1.8)
Description: Object-Relational Mapper for Ruby
License: BSD
Maintainer: Benjamin Reed 

# Dependencies:
Depends: <<
activesupport-rb%type_pkg[ruby] (>= 2.0.2-1),
libgems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]
<<
BuildDepends: <<
activesupport-rb%type_pkg[ruby] (>= 2.0.2-1),
rubygems-rb%type_pkg[ruby] (>= 0.9.5-2),
ruby%type_pkg[ruby]-dev
<<

# Unpack Phase:
Source: http://rubyforge.org/frs/download.php/29356/activeresource-%v.gem
Source-MD5: 108cc06f78d25fb07ac641f953b22249
NoSourceDirectory: true

CompileScript: echo ""

# Install Phase:
InstallScript: <<
install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
%p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc activeresource-%v.gem
rm -rf %i/var/lib/gems/%type_raw[ruby]/cache
<<

# Additional Data:
DescDetail: <<
--
Active Resource (ARes) connects business objects and Representational 
State
Transfer (REST) web services.  It implements object-relational mapping 
for
REST webservices to provide transparent proxying capabilities between a
client (ActiveResource) and a RESTful service (which is provided by 
Simply
RESTful routing in ActionController::Resources).
<<
Homepage: http://rubyforge.org/projects/activeresource/
<<


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods activerecord-rb.info, 1.10, NONE activeresource-rb.info, 1.4, NONE activesupport-rb.info, 1.9, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv18362/unstable/main/finkinfo/libs/rubymods

Removed Files:
activerecord-rb.info activeresource-rb.info 
activesupport-rb.info 
Log Message:
sync active*-rbXX to stable


--- activesupport-rb.info DELETED ---

--- activerecord-rb.info DELETED ---

--- activeresource-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/libs/rubymods piston-rb.info, 1.2, NONE plist-rb.info, 1.2, NONE

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory vz-cvs-3.sog:/tmp/cvs-serv19526

Removed Files:
piston-rb.info plist-rb.info 
Log Message:
forgot to remove a few that went to stable


--- plist-rb.info DELETED ---

--- piston-rb.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.103,1.104

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/CVSROOT
In directory vz-cvs-3.sog:/tmp/cvs-serv32414

Modified Files:
avail 
Log Message:
Make base-files read-only; the new location is 
https://github.com/fink/base-files

Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- avail   15 Oct 2011 23:08:03 -  1.103
+++ avail   24 Oct 2011 11:56:43 -  1.104
@@ -12,7 +12,7 @@
 avail|gecko2|pdb
 
 # Active members have write access to everything except CVSROOT
-avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|base-files, fink, mirrors, web, dists, 
packages, scripts/installer
+avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|fink, mirrors, web, dists, packages, 
scripts/installer
 
 # The 'scripts' module (TODO: distinguish access for each subdir?)
 avail|bbraun, benh57, chris01, dmacks, dmrrsn, fingolfin, mommsen, msachs, 
nieder, rangerrick, ogorman|scripts
@@ -29,6 +29,6 @@
 # Admins have full access to everything
 avail|alexkhansen, dmacks, dmrrsn, fingolfin, monipol, rangerrick, vasi
 
-# TODO:
-# - maybe further restrict access to "fink", "scripts" etc. ?
-# - add missing developers
+# Some of our CVS modules now have moved over to github; make these read-only
+unavail||base-files
+


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.104,1.105

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/CVSROOT
In directory vz-cvs-3.sog:/tmp/cvs-serv3710

Modified Files:
avail 
Log Message:
Make scripts CVS module read-only

Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- avail   24 Oct 2011 11:56:43 -  1.104
+++ avail   24 Oct 2011 20:05:34 -  1.105
@@ -3,7 +3,7 @@
 
 # Website maintainers (now need access to scripts/installer/dmg and to fink, 
 #   where some of the documentation is maintained)
-avail|claudio87, fede_dev, g5cpu, getphuture, jeff_yecn, monipol, nieder, 
sao_x, thoeger, wtiggersf, zifra|web, scripts/installer, fink
+avail|claudio87, fede_dev, g5cpu, getphuture, jeff_yecn, monipol, nieder, 
sao_x, thoeger, wtiggersf, zifra|web, fink
 
 # Fink Map is its own directory (not integrated into web build system)
 avail|newmanbe|web/map
@@ -12,10 +12,7 @@
 avail|gecko2|pdb
 
 # Active members have write access to everything except CVSROOT
-avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|fink, mirrors, web, dists, packages, 
scripts/installer
-
-# The 'scripts' module (TODO: distinguish access for each subdir?)
-avail|bbraun, benh57, chris01, dmacks, dmrrsn, fingolfin, mommsen, msachs, 
nieder, rangerrick, ogorman|scripts
+avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|fink, mirrors, web, dists, packages
 
 # experimental is available to everyone, but don't play without permission
 avail||experimental
@@ -30,5 +27,5 @@
 avail|alexkhansen, dmacks, dmrrsn, fingolfin, monipol, rangerrick, vasi
 
 # Some of our CVS modules now have moved over to github; make these read-only
-unavail||base-files
+unavail||base-files, scripts
 


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.105,1.106

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/CVSROOT
In directory vz-cvs-3.sog:/tmp/cvs-serv5567

Modified Files:
avail 
Log Message:
Make "fink" CVS module read-only.

This will soon be superseded by https://github.com/fink/fink
However, the new repository is not yet completely ready, so please wait
until I officially declare it done.


Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- avail   24 Oct 2011 20:05:34 -  1.105
+++ avail   24 Oct 2011 20:26:34 -  1.106
@@ -3,7 +3,7 @@
 
 # Website maintainers (now need access to scripts/installer/dmg and to fink, 
 #   where some of the documentation is maintained)
-avail|claudio87, fede_dev, g5cpu, getphuture, jeff_yecn, monipol, nieder, 
sao_x, thoeger, wtiggersf, zifra|web, fink
+avail|claudio87, fede_dev, g5cpu, getphuture, jeff_yecn, monipol, nieder, 
sao_x, thoeger, wtiggersf, zifra|web
 
 # Fink Map is its own directory (not integrated into web build system)
 avail|newmanbe|web/map
@@ -12,7 +12,7 @@
 avail|gecko2|pdb
 
 # Active members have write access to everything except CVSROOT
-avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|fink, mirrors, web, dists, packages
+avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, eighthave, fangism, freckle, gecko2, 
goatbar, gyar, hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|web, dists, packages
 
 # experimental is available to everyone, but don't play without permission
 avail||experimental
@@ -27,5 +27,4 @@
 avail|alexkhansen, dmacks, dmrrsn, fingolfin, monipol, rangerrick, vasi
 
 # Some of our CVS modules now have moved over to github; make these read-only
-unavail||base-files, scripts
-
+unavail||base-files, fink, scripts


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/crypto evolution.info, 1.1, 1.2

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv9792

Modified Files:
evolution.info 
Log Message:
sync. w/ 10.!4/stable


Index: evolution.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto/evolution.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- evolution.info  11 Jul 2011 04:08:28 -  1.1
+++ evolution.info  24 Oct 2011 21:12:22 -  1.2
@@ -72,6 +72,7 @@
cairo (>= 1.8.8-3),
dbus-glib1.2-dev,
dbus1.3-dev,
+   docbook-dtd,
fink (>= 0.24.12-1),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods mojolicious-pm.info, 1.1, 1.2

2011-10-24 Thread Sjors Gielen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv9988/libs/perlmods

Modified Files:
mojolicious-pm.info 
Log Message:
Upload swi-prolog from 10.4+ with some changes (OK'd by maintainer, Adrian 
Prantl)


Index: mojolicious-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/mojolicious-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mojolicious-pm.info 26 Aug 2011 21:40:33 -  1.1
+++ mojolicious-pm.info 24 Oct 2011 21:17:24 -  1.2
@@ -1,15 +1,15 @@
 Package: mojolicious-pm
-Version: 1.89
+Version: 1.99
 Revision: 1
 Type: perl
 Description: The Mojolicious MVC Perl web framework
 License: Artistic
 Maintainer: Sjors Gielen 
 Source: mirror:cpan:authors/id/S/SR/SRI/Mojolicious-%v.tar.gz
-Source-MD5: 6df64c100e543a2857d66c3df37b55b7
+Source-MD5: 70365be4a9b0d6bf04d71fd6bdf088bf
 Homepage: http://mojolicio.us/
 
-BuildDepends: perl5100-core | perl588-core | system-perl
+BuildDepends: perl5123-core | perl5100-core | perl588-core | system-perl
 
 UpdatePOD: True
 DocFiles: Changes LICENSE README.pod


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages swi-prolog.info, NONE, 1.1

2011-10-24 Thread Sjors Gielen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv9988/languages

Added Files:
swi-prolog.info 
Log Message:
Upload swi-prolog from 10.4+ with some changes (OK'd by maintainer, Adrian 
Prantl)


--- NEW FILE: swi-prolog.info ---
Package: swi-prolog
Version: 5.10.5
Revision: 1
Source: http://www.swi-prolog.org/download/stable/src/pl-%v.tar.gz
Source-MD5: 1ca45eddd3590fb525085761e75a4ebd
SourceRename: %N-%v.tar.gz
SourceDirectory: pl-%v
BuildDepends: freetype219, gmp5, libjpeg8, libncursesw5, system-openssl-dev, 
readline5, libncursesw5, x11-dev
# should remove junit dep in 64bit mode (hence also comment out "export 
JUNIT=..." below..), since I can't build junit there..
# assume junit only TestDepends (w/o that export I run into many java errors in 
make check)
Depends: %N-shlibs (= %v-%r)
PatchScript: <<
  sed -i.bak -e 's/ARCH=.*/ARCH=%m-darwin/' -e 's,-no-cpp-precomp,-Wall,' \
-e 's;-flat_namespace -undefined suppress;-bundle_loader %b/src/swipl 
-undefined dynamic_lookup -Wl,-x -dead-strip;' \
src/configure{,.in}
  perl -pi -e 's/( \$\(LDFLAGS\))(.*)/\2\1/' src/Makefile.in src/rc/Makefile.in
<<
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --mandir=%p/share/man --enable-shared --with-world 
--x-i=/usr/X11R6/include --x-l=/usr/X11R6/lib
CompileScript: <<
#!/bin/sh -ev
# export JUNIT=%p/share/java/junit/junit.jar
 export CIFLAGS="-I%p/include";
 export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig:${PKG_CONFIG_PATH}
 %{default_script}
<<
#InfoTest: <<
# # To run tests, run the tests under x11, and not from fink (since fink 
destroys your environment, a.o. DISPLAY) 
# TestScript: make -ik check || :
#<<
InstallScript: <<
 make install DESTDIR=%d
 mkdir -p %i/share/doc/%N
 mv %i/lib/swipl-%v/doc/Manual %i/share/doc/%N
 rm -fR %i/lib/swipl-%v/doc
 ln -s ../%N-shlibs/COPYING %i/share/doc/%N
<<
DocFiles: README README.doc VERSION
Splitoff: <<
 Package: %N-dev
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 Files: lib/pkgconfig
 InstallScript: <<
 #!/bin/sh -ev
mkdir -p %i/lib %i/include %i/share/doc
ln -s swipl-%v/lib/%m-darwin %i/lib/%N  
ln -s %N %i/lib/swipl
ln -s %N/libpl.dylib %i/lib
mv %I/lib/swipl-%v/include/* %i/include
ln -s %p/lib/swipl-%v/xpce/include/pce %i/include
ln -s %N-shlibs %i/share/doc/%n
 <<
<<
Splitoff2: <<
 Package: %N-shlibs
 Depends: freetype219-shlibs, gmp5-shlibs, libjpeg8-shlibs, 
libncursesw5-shlibs, readline5-shlibs, x11-shlibs
 Files: lib
 Shlibs: %p/lib/swipl-%v/lib/%m-darwin/libswipl.dylib   0.0.0   %n  (>= 
5.6.64-1)
 DocFiles: COPYING
<<
License: LGPL
Description: SWI Prolog interpreter
DescDetail: <<
SWI-Prolog offers a comprehensive Free Software Prolog environment, 
licensed under the Lesser GNU Public License. Together with its graphics 
toolkit XPCE, its development started in 1987 and has been driven by the 
needs for real-world applications. These days SWI-Prolog is widely used 
in research and education as well as for commercial applications.
<<
DescPackaging: <<
Packaging is an ersatz for FsHS compliance, and for Shlibs policy
compliance, but hopefully functionally equivalent.
Upstream should be pressed to facilatate FHS compliance,
and if possible before we have to number %n...
(There are already pkgs linking to the dylib, even with the old version _ eg, 
ppl)

And, once things are correct, probably a %N-lite variant (resurrecting
the former fink pkg with that name IIRC).
<<
DescPort: <<
Without the patch to the link commands, 'essentially' no linking was done:
no undefined symbol had a "from"; with it, all have.
This still has to be communicated upstream.

There do remain errors when running make check; please contribute
fixes _ to the info-file and upstream.

Formerly maintained by Rob Braun.
<<
Maintainer: Adrian Prantl 
Homepage: http://www.swi-prolog.org/


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs ztex.info, 1.2, 1.3 ztex.patch, 1.2, 1.3

2011-10-24 Thread Sjors Gielen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9988/libs

Modified Files:
ztex.info ztex.patch 
Log Message:
Upload swi-prolog from 10.4+ with some changes (OK'd by maintainer, Adrian 
Prantl)


Index: ztex.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ztex.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ztex.info   27 Sep 2011 17:57:25 -  1.2
+++ ztex.info   24 Oct 2011 21:17:24 -  1.3
@@ -1,6 +1,6 @@
 Package: ztex
 Version: 110926
-Revision: 1
+Revision: 2
 Maintainer: Sjors Gielen 
 Depends: system-java
 BuildDepends: fink (>= 0.24.12), fpc, system-java-dev, sdcc
@@ -10,11 +10,11 @@
 SourceDirectory: ztex
 
 PatchFile: %n.patch
-PatchFile-MD5: ea442e4ec249bda1ca4b1bf72e3cc021
+PatchFile-MD5: 79c0d46e13b3af15a5b4db1c7faaab82
 
 CompileScript: <<
make -C libusbJava-src -f Makefile.macosx install2
-   rm bmp/Makefile.conf
+   rm -f bmp/Makefile.conf
make -C bmp install2
make distclean all
 <<

Index: ztex.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ztex.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ztex.patch  27 Sep 2011 17:57:25 -  1.2
+++ ztex.patch  24 Oct 2011 21:17:24 -  1.3
@@ -1,6 +1,21 @@
+diff -Nurd ztex/libusbJava-src/LibusbJava.c 
ztex-patched/libusbJava-src/LibusbJava.c
+--- ztex/libusbJava-src/LibusbJava.c   2011-01-26 01:32:54.0 +0100
 ztex-patched/libusbJava-src/LibusbJava.c   2011-10-19 14:43:18.0 
+0200
+@@ -375,6 +375,11 @@
+   (*env)->SetObjectField(env, usb_devObj, 
usb_devFID_descriptor, usb_devDescObj);
+   // configuration descriptor
+   // Loop through all of the configurations
++  if(dev->config == NULL) {
++  // nevermind about the numConfigurations
++  // TODO: fix this bug in libusb
++  dev->descriptor.bNumConfigurations = 0;
++  }
+   usb_confDescObjArray = (jobjectArray) 
(*env)->NewObjectArray(env, dev->descriptor.bNumConfigurations, 
usb_confDescClazz, NULL);
+   if (!usb_confDescObjArray) {
+   setLibusbJavaError("shared library error: Error 
NewObject 6");
 diff -Nurd ztex/libusbJava-src/Makefile.macosx 
ztex-patched/libusbJava-src/Makefile.macosx
 --- ztex/libusbJava-src/Makefile.macosx2011-09-26 12:15:21.0 
+0200
-+++ ztex-patched/libusbJava-src/Makefile.macosx2011-09-27 
19:35:02.0 +0200
 ztex-patched/libusbJava-src/Makefile.macosx2011-10-19 
10:30:25.0 +0200
 @@ -60,7 +60,7 @@
$(CHMOD) $(LIBTARGET_SH)
  


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base dpkg.info,1.1,1.2

2011-10-24 Thread Sjors Gielen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv9988/base

Modified Files:
dpkg.info 
Log Message:
Upload swi-prolog from 10.4+ with some changes (OK'd by maintainer, Adrian 
Prantl)


Index: dpkg.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/dpkg.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dpkg.info   20 Jul 2011 13:29:03 -  1.1
+++ dpkg.info   24 Oct 2011 21:17:24 -  1.2
@@ -18,7 +18,7 @@
  cd %b/../gettext-0.14.5/build-aux; perl -pi -e 's/.*chmod.*777.*$//g' 
ltmain.sh
  cd %b/../gettext-0.14.5; perl -pi -e 's/extern char \*stpncpy \(char \*dest, 
const char \*src, size_t n\)\;//g' gettext-tools/configure
  cd optlib; perl -pi -e 's/(getopt|getopt1).c//g' Makefile.in; rm getopt*
- echo "x86_64-darwin   darwin-x86_64   darwin-x86_64" >> %b/archtable
+ echo "x86_64-darwin   darwin-amd64   darwin-amd64" >> %b/archtable
 <<
 SetCFLAGS: -I%p/include
 NoSetMAKEFLAGS: true


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base dpkg.info,1.2,1.3

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv11302

Modified Files:
dpkg.info 
Log Message:
undo Sjors's widespread breakage of all of fink


Index: dpkg.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/dpkg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg.info   24 Oct 2011 21:17:24 -  1.2
+++ dpkg.info   24 Oct 2011 21:23:39 -  1.3
@@ -1,6 +1,6 @@
 Package: dpkg
 Version: 1.10.21
-Revision: 1229
+Revision: 1230
 GCC: 4.0
 BuildDepends: fink (>= 0.24.12)
 Depends: libgettext3-shlibs, libiconv (>= 1.11-1), gzip, tar, 
libncurses5-shlibs (>= 5.4-20041023-1006)
@@ -18,7 +18,7 @@
  cd %b/../gettext-0.14.5/build-aux; perl -pi -e 's/.*chmod.*777.*$//g' 
ltmain.sh
  cd %b/../gettext-0.14.5; perl -pi -e 's/extern char \*stpncpy \(char \*dest, 
const char \*src, size_t n\)\;//g' gettext-tools/configure
  cd optlib; perl -pi -e 's/(getopt|getopt1).c//g' Makefile.in; rm getopt*
- echo "x86_64-darwin   darwin-amd64   darwin-amd64" >> %b/archtable
+ echo "x86_64-darwin   darwin-x86_64   darwin-x86_64" >> %b/archtable
 <<
 SetCFLAGS: -I%p/include
 NoSetMAKEFLAGS: true


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/crypto evolution-2.24.5.info, 1.2, NONE evolution-2.24.5.patch, 1.1, NONE evolution-2.26.3.info, 1.2, NONE evolution-2.26.3.patch, 1.1, NONE evolution-

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv11581

Removed Files:
evolution-2.24.5.info evolution-2.24.5.patch 
evolution-2.26.3.info evolution-2.26.3.patch 
evolution-data-server-1.12.3.info 
evolution-data-server-1.12.3.patch evolution-data-server.info 
evolution-data-server.patch evolution-exchange.info 
evolution-exchange.patch evolution-webcal.info 
evolution-webcal.patch evolution.info evolution.patch 
Log Message:
relocated to stable/10.4-EOL


--- evolution.info DELETED ---

--- evolution-2.26.3.patch DELETED ---

--- evolution.patch DELETED ---

--- evolution-webcal.info DELETED ---

--- evolution-data-server-1.12.3.patch DELETED ---

--- evolution-webcal.patch DELETED ---

--- evolution-2.24.5.patch DELETED ---

--- evolution-2.26.3.info DELETED ---

--- evolution-exchange.patch DELETED ---

--- evolution-2.24.5.info DELETED ---

--- evolution-exchange.info DELETED ---

--- evolution-data-server.patch DELETED ---

--- evolution-data-server.info DELETED ---

--- evolution-data-server-1.12.3.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/base base-files.info, 1.4, 1.5 dpkg-base-files.info, 1.1, 1.2 fink-mirrors.info, 1.14, 1.15

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv12051

Modified Files:
base-files.info dpkg-base-files.info fink-mirrors.info 
Log Message:
Use latest SF.net mirror list for base/*.info files using CustomMirror

Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/fink-mirrors.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fink-mirrors.info   11 Oct 2011 23:54:19 -  1.14
+++ fink-mirrors.info   24 Oct 2011 21:36:06 -  1.15
@@ -20,9 +20,25 @@
 Homepage: http://www.finkproject.org
 
 CustomMirror: <<
- Primary: http://downloads.sourceforge.net/
- Secondary: http://voxel.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus-AU: http://waix.dl.sourceforge.net/sourceforge/
+eur-CH: http://puzzle.dl.sourceforge.net/sourceforge/
+eur-CH: http://switch.dl.sourceforge.net/sourceforge/
+eur-DE: http://dfn.dl.sourceforge.net/sourceforge/
+eur-DE: http://mesh.dl.sourceforge.net/sourceforge/
+eur-FR: http://ovh.dl.sourceforge.net/sourceforge/
+eur-IE: http://heanet.dl.sourceforge.net/sourceforge/
+eur-IT: http://garr.dl.sourceforge.net/sourceforge/
+eur-NL: http://surfnet.dl.sourceforge.net/sourceforge/
+eur-UK: http://kent.dl.sourceforge.net/sourceforge/
+sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
 

Index: base-files.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/base-files.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- base-files.info 16 Oct 2011 08:29:50 -  1.4
+++ base-files.info 24 Oct 2011 21:36:06 -  1.5
@@ -24,9 +24,24 @@
 License: GPL
 Maintainer: Fink Core Group 
 CustomMirror: <<
- Primary: http://superb-west.dl.sourceforge.net/sourceforge/
- Secondary: http://easynews.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus-AU: http://waix.dl.sourceforge.net/sourceforge/
+eur-CH: http://puzzle.dl.sourceforge.net/sourceforge/
+eur-CH: http://switch.dl.sourceforge.net/sourceforge/
+eur-DE: http://dfn.dl.sourceforge.net/sourceforge/
+eur-DE: http://mesh.dl.sourceforge.net/sourceforge/
+eur-FR: http://ovh.dl.sourceforge.net/sourceforge/
+eur-IE: http://heanet.dl.sourceforge.net/sourceforge/
+eur-IT: http://garr.dl.sourceforge.net/sourceforge/
+eur-NL: http://surfnet.dl.sourceforge.net/sourceforge/
+eur-UK: http://kent.dl.sourceforge.net/sourceforge/
+sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
-

Index: dpkg-base-files.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/base/dpkg-base-files.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dpkg-base-files.info2 Nov 2010 15:46:15 -   1.1
+++ dpkg-base-files.info24 Oct 2011 21:36:06 -  1.2
@@ -39,9 +39,25 @@
 License: GPL
 Maintainer: Fink Core Group 
 CustomMirror: <<
- Primary: http://superb-west.dl.sourceforge.net/sourceforge/
- Secondary: http://easynews.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus

[cvs] dists/10.7/stable/main/finkinfo/base base-files.info, 1.1, 1.2 dpkg-base-files.info, 1.1, 1.2 fink-mirrors.info, 1.2, 1.3

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv12080

Modified Files:
base-files.info dpkg-base-files.info fink-mirrors.info 
Log Message:
Use latest SF.net mirror list for base/*.info files using CustomMirror

Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/fink-mirrors.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fink-mirrors.info   11 Oct 2011 23:54:20 -  1.2
+++ fink-mirrors.info   24 Oct 2011 21:36:11 -  1.3
@@ -20,9 +20,24 @@
 Homepage: http://www.finkproject.org
 
 CustomMirror: <<
- Primary: http://downloads.sourceforge.net/
- Secondary: http://voxel.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus-AU: http://waix.dl.sourceforge.net/sourceforge/
+eur-CH: http://puzzle.dl.sourceforge.net/sourceforge/
+eur-CH: http://switch.dl.sourceforge.net/sourceforge/
+eur-DE: http://dfn.dl.sourceforge.net/sourceforge/
+eur-DE: http://mesh.dl.sourceforge.net/sourceforge/
+eur-FR: http://ovh.dl.sourceforge.net/sourceforge/
+eur-IE: http://heanet.dl.sourceforge.net/sourceforge/
+eur-IT: http://garr.dl.sourceforge.net/sourceforge/
+eur-NL: http://surfnet.dl.sourceforge.net/sourceforge/
+eur-UK: http://kent.dl.sourceforge.net/sourceforge/
+sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
-

Index: base-files.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/base-files.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- base-files.info 20 Jul 2011 13:29:03 -  1.1
+++ base-files.info 24 Oct 2011 21:36:11 -  1.2
@@ -24,9 +24,24 @@
 License: GPL
 Maintainer: Fink Core Group 
 CustomMirror: <<
- Primary: http://superb-west.dl.sourceforge.net/sourceforge/
- Secondary: http://easynews.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus-AU: http://waix.dl.sourceforge.net/sourceforge/
+eur-CH: http://puzzle.dl.sourceforge.net/sourceforge/
+eur-CH: http://switch.dl.sourceforge.net/sourceforge/
+eur-DE: http://dfn.dl.sourceforge.net/sourceforge/
+eur-DE: http://mesh.dl.sourceforge.net/sourceforge/
+eur-FR: http://ovh.dl.sourceforge.net/sourceforge/
+eur-IE: http://heanet.dl.sourceforge.net/sourceforge/
+eur-IT: http://garr.dl.sourceforge.net/sourceforge/
+eur-NL: http://surfnet.dl.sourceforge.net/sourceforge/
+eur-UK: http://kent.dl.sourceforge.net/sourceforge/
+sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
-

Index: dpkg-base-files.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/base/dpkg-base-files.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dpkg-base-files.info20 Jul 2011 13:29:03 -  1.1
+++ dpkg-base-files.info24 Oct 2011 21:36:11 -  1.2
@@ -39,9 +39,24 @@
 License: GPL
 Maintainer: Fink Core Group 
 CustomMirror: <<
- Primary: http://superb-west.dl.sourceforge.net/sourceforge/
- Secondary: http://easynews.dl.sourceforge.net/sourceforge/
- nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
- eur: http://eu.dl.sourceforge.net/sourceforge/
+Primary: http://downloads.sourceforge.net/
+nam-US: http://easynews.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-west.dl.sourceforge.net/sourceforge/
+nam-US: http://superb-east.dl.sourceforge.net/sourceforge/
+nam-US: http://voxel.dl.sourceforge.net/sourceforge/
+asi-JP: http://jaist.dl.sourceforge.net/sourceforge/
+asi-TW: http://nchc.dl.sourceforge.net/sourceforge/
+aus-AU: http://internode.dl.sourceforge.net/sourceforge/
+aus-AU: http://transact.dl.sourceforge.net/sourceforge/
+aus-AU: h

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto silc-toolkit.info, 1.2, NONE silc-toolkit.patch, 1.2, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv13399

Removed Files:
silc-toolkit.info silc-toolkit.patch 
Log Message:
relocated to stable/10.4-EOL


--- silc-toolkit.patch DELETED ---

--- silc-toolkit.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/crypto pidgin.info, 1.4, NONE pidgin.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv13960

Removed Files:
pidgin.info pidgin.patch 
Log Message:
this pidgin flew over to the stable tree


--- pidgin.info DELETED ---

--- pidgin.patch DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-10-24 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv15955/10.4/unstable/main/finkinfo/text

Added Files:
watch.info 
Log Message:
new upstream watch

--- NEW FILE: watch.info ---
Package: watch
Version: 3.2.8
Revision: 1
Description: Continuously print the output of a command
License: GPL/LGPL
Maintainer: Benjamin Reed 

Depends: libncurses5-shlibs
BuildDepends: libncurses5

Source: http://procps.sourceforge.net/procps-%v.tar.gz
Source-MD5: 9532714b6846013ca9898984ba4cd7e0

UseMaxBuildJobs: true
CompileScript: gcc -L%p/lib -I%p/include -lncurses -o watch watch.c

InstallScript: <<
 install -d -m 755 %i/bin
 install -c -m 755 watch %i/bin/

 install -d -m 755 %i/share/man/man1
 install -c -m 755 watch.1 %i/share/man/man1/
<<
DocFiles: AUTHORS BUGS COPYING* NEWS README* TODO

Homepage: http://procps.sourceforge.net/
DescDetail: <<
Watch is like "top" for arbitrary commands.  It is actually part of the
linux "procps" package, but most of procps is useless on Mac OS X (there
is no proc).
<<



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/text watch.info, 1.1, 1.2

2011-10-24 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/text
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15955/10.4/unstable/main/finkinfo/10.4-EOL/text

Modified Files:
watch.info 
Log Message:
new upstream watch

Index: watch.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/text/watch.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- watch.info  11 Jul 2011 04:05:49 -  1.1
+++ watch.info  24 Oct 2011 21:58:48 -  1.2
@@ -1,15 +1,19 @@
 Package: watch
-Version: 3.1.14
-Revision: 1002
-Maintainer: Benjamin Reed 
+Version: 3.2.8
+Revision: 1
+Description: Continuously print the output of a command
+License: GPL/LGPL
+Maintainer: Benjamin Reed 
+
+Depends: libncurses5-shlibs
+BuildDepends: libncurses5
+
 Source: http://procps.sourceforge.net/procps-%v.tar.gz
-Source-MD5: e146860df435f863811206e4f9d3becf
-Depends: libncurses5-shlibs (>= 5.4-20041023-1006)
-BuildDepends: libncurses5 (>= 5.4-20041023-1006)
-CompileScript: <<
-#!/bin/sh -ev
-  gcc -L%p/lib -I%p/include -lncurses -o watch watch.c
-<<
+Source-MD5: 9532714b6846013ca9898984ba4cd7e0
+
+UseMaxBuildJobs: true
+CompileScript: gcc -L%p/lib -I%p/include -lncurses -o watch watch.c
+
 InstallScript: <<
  install -d -m 755 %i/bin
  install -c -m 755 watch %i/bin/
@@ -18,11 +22,11 @@
  install -c -m 755 watch.1 %i/share/man/man1/
 <<
 DocFiles: AUTHORS BUGS COPYING* NEWS README* TODO
-Description: Tool for continuously watching output of a command
+
+Homepage: http://procps.sourceforge.net/
 DescDetail: <<
 Watch is like "top" for arbitrary commands.  It is actually part of the
 linux "procps" package, but most of procps is useless on Mac OS X (there
 is no proc).
 <<
-License: GPL/LGPL
-Homepage: http://procps.sourceforge.net/
+


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/text watch.info,NONE,1.1

2011-10-24 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv15955/10.7/stable/main/finkinfo/text

Added Files:
watch.info 
Log Message:
new upstream watch

--- NEW FILE: watch.info ---
Package: watch
Version: 3.2.8
Revision: 31
Description: Continuously print the output of a command
License: GPL/LGPL
Maintainer: Benjamin Reed 

Depends: libncurses5-shlibs
BuildDepends: libncurses5

Source: http://procps.sourceforge.net/procps-%v.tar.gz
Source-MD5: 9532714b6846013ca9898984ba4cd7e0

UseMaxBuildJobs: true
CompileScript: gcc -L%p/lib -I%p/include -lncurses -o watch watch.c

InstallScript: <<
 install -d -m 755 %i/bin
 install -c -m 755 watch %i/bin/

 install -d -m 755 %i/share/man/man1
 install -c -m 755 watch.1 %i/share/man/man1/
<<
DocFiles: AUTHORS BUGS COPYING* NEWS README* TODO

Homepage: http://procps.sourceforge.net/
DescDetail: <<
Watch is like "top" for arbitrary commands.  It is actually part of the
linux "procps" package, but most of procps is useless on Mac OS X (there
is no proc).
<<



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/games pioneers.info, 1.2, NONE pioneers.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/games
In directory vz-cvs-3.sog:/tmp/cvs-serv18381

Removed Files:
pioneers.info pioneers.patch 
Log Message:
settled in stable tree


--- pioneers.info DELETED ---

--- pioneers.patch DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome eel2.2-dev.info, 1.2, NONE eel2.24-dev.info, 1.2, NONE eel2.info, 1.2, NONE eel2.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv20242

Removed Files:
eel2.2-dev.info eel2.24-dev.info eel2.info eel2.patch 
Log Message:
relocated to stable/10.4-EOL


--- eel2.info DELETED ---

--- eel2.24-dev.info DELETED ---

--- eel2.patch DELETED ---

--- eel2.2-dev.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome gal19.info, 1.1, NONE gal19.patch, 1.1, NONE gal199.info, 1.2, NONE gal199.patch, 1.1, NONE gal2.4.0.info, 1.2, NONE gal2.4.0.patch, 1.1, NONE ga

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv24045

Removed Files:
gal19.info gal19.patch gal199.info gal199.patch gal2.4.0.info 
gal2.4.0.patch gal21.info gal21.patch 
Log Message:
relocated to stable/10.4-EOL


--- gal2.4.0.patch DELETED ---

--- gal19.patch DELETED ---

--- gal199.info DELETED ---

--- gal21.info DELETED ---

--- gal199.patch DELETED ---

--- gal21.patch DELETED ---

--- gal2.4.0.info DELETED ---

--- gal19.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome gnome-desktop-2.22.3.info, 1.2, NONE gnome-desktop-2.24.3.info, 1.2, NONE gnome-desktop-2.24.3.patch, 1.1, NONE gnome-desktop.info, 1.1, NONE gno

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv24251

Removed Files:
gnome-desktop-2.22.3.info gnome-desktop-2.24.3.info 
gnome-desktop-2.24.3.patch gnome-desktop.info 
gnome-desktop.patch 
Log Message:
relocated to stable/10.4/EOL


--- gnome-desktop.info DELETED ---

--- gnome-desktop.patch DELETED ---

--- gnome-desktop-2.22.3.info DELETED ---

--- gnome-desktop-2.24.3.info DELETED ---

--- gnome-desktop-2.24.3.patch DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome gnome-python2-desktop-py.info, 1.1, NONE gnome-python2-desktop-py.patch, 1.1, NONE gnome-python2-extras-gtkspell-py.info, 1.1, NONE gnome-python2

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv26607

Removed Files:
gnome-python2-desktop-py.info gnome-python2-desktop-py.patch 
gnome-python2-extras-gtkspell-py.info 
gnome-python2-py-2.20.1.info gnome-python2-py-2.20.1.patch 
gnome-python2-py.info gnome-python2-py.patch 
gnome-python2-py25.info gnome-python2-py25.patch 
Log Message:
relocated to stable/10.4-EOL
/me feeds gnomes to the killer python


--- gnome-python2-py.info DELETED ---

--- gnome-python2-extras-gtkspell-py.info DELETED ---

--- gnome-python2-desktop-py.info DELETED ---

--- gnome-python2-desktop-py.patch DELETED ---

--- gnome-python2-py25.patch DELETED ---

--- gnome-python2-py25.info DELETED ---

--- gnome-python2-py-2.20.1.patch DELETED ---

--- gnome-python2-py.patch DELETED ---

--- gnome-python2-py-2.20.1.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome gnome-vfs.info, 1.1, NONE gnome-vfs.patch, 1.1, NONE gnome-vfs2-unified.info, 1.2, NONE gnome-vfs2-unified.patch, 1.1, NONE gnome-vfs2.info, 1.1,

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv28109

Removed Files:
gnome-vfs.info gnome-vfs.patch gnome-vfs2-unified.info 
gnome-vfs2-unified.patch gnome-vfs2.info gnome-vfsmm2.6.info 
Log Message:
relocated to stable/10.4-EOL


--- gnome-vfs2-unified.info DELETED ---

--- gnome-vfsmm2.6.info DELETED ---

--- gnome-vfs2-unified.patch DELETED ---

--- gnome-vfs.patch DELETED ---

--- gnome-vfs.info DELETED ---

--- gnome-vfs2.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml Makefile.common, 1.20, 1.21 Makefile.i18n.common, 1.20, 1.21

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv28214

Modified Files:
Makefile.common Makefile.i18n.common 
Log Message:
Sync Makefile.i18n.common and Makefile.common

Index: Makefile.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.common,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.common 7 Mar 2004 20:54:08 -   1.20
+++ Makefile.common 24 Oct 2011 23:38:39 -  1.21
@@ -4,6 +4,9 @@
 # common rules for processing XML documents
 # post-processing needed to add PHP processing instructions
 
+BASE_SOURCE := $(SOURCE)
+BASE_TARGET := $(TARGET)
+
 ifndef STYLESHEET_WEBSITE
 STYLESHEET_WEBSITE = $(basedir)/finkdoc-website.xsl
 endif
@@ -14,38 +17,35 @@
 PROCESS_HTML = sed -e 's,$$Id,$$Fink,g'
 PROCESS_TEXT = /usr/bin/perl $(basedir)/textify.pl
 
-# selectors
-
-all_targets = $(TARGET)
-install_files = $(TARGET)
-#install_files = $(filter %.php,$(TARGET))
+ALL_TARGETS = $(TARGET)
+INSTALL_FILES = $(TARGET)
+#INSTALL_FILES = $(filter %.php,$(TARGET))
 
 
 ifdef WANT_HTML
-all_targets += $(patsubst %.xml,%.html,$(SOURCE))
-install_files += $(patsubst %.xml,%.html,$(SOURCE))
-install_html = $(patsubst %.xml,%.html,$(SOURCE))
+ALL_TARGETS += $(patsubst %.xml,%.html,$(BASE_SOURCE))
+INSTALL_FILES += $(patsubst %.xml,%.html,$(BASE_SOURCE))
+INSTALL_HTML = $(patsubst %.xml,%.html,$(BASE_SOURCE))
 endif
 
 ifdef WANT_TEXT
-all_targets += $(patsubst %.xml,%.txt,$(SOURCE))
-install_txt = $(patsubst %.xml,%.txt,$(SOURCE))
-install_txt += $(patsubst %.xml,%.html,$(SOURCE))
+ALL_TARGETS += $(patsubst %.xml,%.txt,$(SOURCE))
 endif
 
+
+
+.SUFFIXES: .xml .php.tmp .php .html.tmp .html .txt.tmp .txt .rdf .inc .inc.tmp
+.PHONY: all clean force install
+
 # basics
 
-all: $(all_targets)
+all: $(ALL_TARGETS)
 
 clean:
-   rm -rf *.rdf *.php *.html *.txt *.tmp *.inc
+   rm -f *.php *.inc *.html *.txt *.tmp *.rdf
 
 force: clean all
 
-.SUFFIXES: .xml .php.tmp .php .html.tmp .html .txt.tmp .txt .rdf
-
-.PHONY: all clean force install
-
 # rendering to php-framed HTML for the website (multi-page)
 
 %.php.tmp: $(SOURCE) $(STYLESHEET_WEBSITE) $(basedir)/finkdoc.dtd
@@ -67,26 +67,25 @@
 # rendering to pure text (monolithic)
 
 %.txt.tmp: %.xml $(STYLESHEET_TEXT) $(basedir)/finkdoc.dtd
-   xmllint --noout --valid $(SOURCE) && \
-   xsltproc -o $(patsubst %.xml,%.txt.tmp,$(SOURCE)) $(STYLESHEET_TEXT) 
$(SOURCE)
+   xmllint --noout --valid $<
+   xsltproc -o $@ $(STYLESHEET_TEXT) $<
 
 %.txt: %.txt.tmp $(PROCESS_TEXT)
$(PROCESS_TEXT) <$< >$@
 
 # install files inside website
 
-install: $(install_files) install-hook
+install: $(INSTALL_FILES) install-hook
+
 ifdef DESTDIR
-   cp $(install_files) $(basedir)/web/$(DESTDIR)/
+   cp $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
 else
@echo "DESTDIR not defined, can't install"
 endif
+
 ifdef WANT_HTML
-   cp $(install_html) $(basedir)/scripts/installer/dmg/$(DESTDIR)/
+   cp $(INSTALL_HTML) $(basedir)/scripts/installer/dmg/$(DESTDIR)/
 endif
-#ifdef WANT_TEXT
-#  cp $(install_txt) $(basedir)/fink/
-#endif
 
 install-hook:
 

Index: Makefile.i18n.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.i18n.common,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.i18n.common24 Nov 2004 07:16:24 -  1.20
+++ Makefile.i18n.common24 Oct 2011 23:38:39 -  1.21
@@ -68,7 +68,7 @@
 all: $(ALL_TARGETS)
 
 clean:
-   rm -f *.php *.inc *.html *.tmp *.rdf
+   rm -f *.php *.inc *.html *.txt *.tmp *.rdf
 
 force: clean all
 


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome gvfs.info, 1.2, NONE gvfs.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv28287

Removed Files:
gvfs.info gvfs.patch 
Log Message:
relocated to stable/10.4-EOL


--- gvfs.info DELETED ---

--- gvfs.patch DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/gnome libnautilus-ext1-shlibs.info, 1.2, NONE libnautilus-ext1-shlibs.patch, 1.1, NONE libnautilus-ext2-shlibs.info, 1.1, NONE libnautilus-ext2-shlibs.

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv28392

Removed Files:
libnautilus-ext1-shlibs.info libnautilus-ext1-shlibs.patch 
libnautilus-ext2-shlibs.info libnautilus-ext2-shlibs.patch 
Log Message:
relocated to stable/10.4-EOL


--- libnautilus-ext1-shlibs.patch DELETED ---

--- libnautilus-ext2-shlibs.patch DELETED ---

--- libnautilus-ext2-shlibs.info DELETED ---

--- libnautilus-ext1-shlibs.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base dpkg-base-files.info, 1.2, 1.3

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv28542/10.7/main/finkinfo/base

Modified Files:
dpkg-base-files.info 
Log Message:
minimize whitespace diff


Index: dpkg-base-files.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/base/dpkg-base-files.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dpkg-base-files.info24 Oct 2011 21:36:11 -  1.2
+++ dpkg-base-files.info24 Oct 2011 23:44:33 -  1.3
@@ -60,3 +60,4 @@
 eur-UK: http://kent.dl.sourceforge.net/sourceforge/
 sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
+


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base fink-mirrors.info,1.3,1.4

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv28583/10.7/main/finkinfo/base

Modified Files:
fink-mirrors.info 
Log Message:
minimize whitespace diff


Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/fink-mirrors.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fink-mirrors.info   24 Oct 2011 21:36:11 -  1.3
+++ fink-mirrors.info   24 Oct 2011 23:45:08 -  1.4
@@ -41,3 +41,4 @@
 eur-UK: http://kent.dl.sourceforge.net/sourceforge/
 sam-BR: http://ufpr.dl.sourceforge.net/sourceforge/
 <<
+


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/base unzip.info,1.6,1.7

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv28609/stable/main/finkinfo/base

Modified Files:
unzip.info 
Log Message:
Not for 10.4 and it's Essential, so keep its Dist tag for users just now 
selfupdating to the new 10.4-EOL breakoff


Index: unzip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/unzip.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- unzip.info  20 Oct 2011 14:39:42 -  1.6
+++ unzip.info  24 Oct 2011 23:46:36 -  1.7
@@ -1,7 +1,7 @@
 Package: unzip
 Version: 6.0
 Revision: 1
-Distribution: 10.5, 10.6
+Distribution: 10.5, 10.6, 10.7
 Maintainer: Fink Core Group 
 License: BSD
 Essential: yes


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base unzip.info,1.2,1.3

2011-10-24 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv28663/10.7/main/finkinfo/base

Modified Files:
unzip.info 
Log Message:
minimize diff


Index: unzip.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/unzip.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- unzip.info  21 Jul 2011 03:40:02 -  1.2
+++ unzip.info  24 Oct 2011 23:46:51 -  1.3
@@ -1,6 +1,7 @@
 Package: unzip
 Version: 6.0
 Revision: 1
+Distribution: 10.5, 10.6, 10.7
 Maintainer: Fink Core Group 
 License: BSD
 Essential: yes


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/net avahi-0.6.25.info, 1.2, NONE avahi-0.6.30.info, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv1504

Removed Files:
avahi-0.6.25.info avahi-0.6.30.info 
Log Message:
relocated to stable/10.4-EOL


--- avahi-0.6.25.info DELETED ---

--- avahi-0.6.30.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
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/10.4-EOL/net etherape.info, 1.2, NONE etherape.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv1598

Removed Files:
etherape.info etherape.patch 
Log Message:
relocated to stable/10.4-EOL


--- etherape.patch DELETED ---

--- etherape.info DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml htmlify.pl,1.2,1.3

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv3651

Modified Files:
htmlify.pl 
Log Message:
Tweak htmlify.pl to make it also work for non-i18n files

Index: htmlify.pl
===
RCS file: /cvsroot/fink/web/xml/htmlify.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- htmlify.pl  24 Oct 2006 18:58:59 -  1.2
+++ htmlify.pl  25 Oct 2011 00:51:58 -  1.3
@@ -1,12 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
-my ($filename, $currentlanguage);
-
-if ($ARGV[0] =~ /(.+)\.([^.]+)\.html\.tmp/) {
-$filename = $1;
-$currentlanguage = $2;
-}
+my ($filename, $currentlanguage, $newheader);
 
 my %phpLang_languages = (
"en"=>  ['en', 'english', 'English'],
@@ -32,34 +27,41 @@
"zh"=>  ['zh', 'chinese_simplified', '中文 
(简) (Simplified Chinese)']
 );
 
-my $newheader = '' .
-"\n" . '' . "\n" . '' . "\n" .
-'Available Languages:  | ' . "\n";
 
-for my $language (sort @ARGV) {
-if (exists $phpLang_languages{$language}) {
-   if ($language eq $currentlanguage) {
-   $newheader .= "${$phpLang_languages{$language}}[2] | \n";
-   } else {
-   $newheader .= "${$phpLang_languages{$language}}[2] | \n";
+if ($ARGV[0] =~ /(.+)\.([^.]+)\.html\.tmp/) {
+$filename = $1;
+$currentlanguage = $2;
+
+   $newheader = '' . "\n" .
+'' . "\n" .
+'' . "\n" .
+'Available Languages:  | ' . "\n";
+
+   # Add all supported languages to the header.
+   for my $language (sort @ARGV) {
+   if (exists $phpLang_languages{$language}) {
+   if ($language eq $currentlanguage) {
+   $newheader .= 
"${$phpLang_languages{$language}}[2] | \n";
+   } else {
+   $newheader .= "${$phpLang_languages{$language}}[2] | \n";
+   }
+   }
}
-}
+   
+   $newheader .= "\n\n\n" ;
 }
 
-$newheader .= "\n\n\n" ;
 
 open(INFILE,"$ARGV[0]") or die "Can't open $ARGV[0]: $!";
 
-my $text;
-
 while () {
-$_ =~ s/\$Id/\$Fink/g;
-$_ =~ s//\n$newheader/;
-  $text .= $_;
+   $_ =~ s/\$Id/\$Fink/g;
+   if (defined $newheader) {
+   $_ =~ s//\n$newheader/;
+   }
+   print $_;
 }
 
 close INFILE;
 
-print $text;
-
 exit 0;


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml Makefile.i18n.common,1.21,1.22

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv3797

Modified Files:
Makefile.i18n.common 
Log Message:
Cleanup Makefile.i18n.common, use i18n xsl only when LANGUAGES have been 
specified

Index: Makefile.i18n.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.i18n.common,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.i18n.common24 Oct 2011 23:38:39 -  1.21
+++ Makefile.i18n.common25 Oct 2011 00:54:17 -  1.22
@@ -28,13 +28,16 @@
 endif
 
 ifndef STYLESHEET_WEBSITE
+ifdef LANGUAGES
 STYLESHEET_WEBSITE = $(basedir)/finkdoc-website.i18n.xsl
+else
+STYLESHEET_WEBSITE = $(basedir)/finkdoc-website.xsl
+endif
 endif
 STYLESHEET_HTML = $(basedir)/finkdoc-html.xsl
 STYLESHEET_TEXT = $(basedir)/finkdoc-text.xsl
 
 PROCESS_WEBSITE = /usr/bin/perl $(basedir)/postprocess.pl
-#PROCESS_HTML = sed -e 's,$$Id,$$Fink,g'
 PROCESS_HTML = /usr/bin/perl $(basedir)/htmlify.pl
 PROCESS_TEXT = /usr/bin/perl $(basedir)/textify.pl
 
@@ -88,7 +91,6 @@
xsltproc -o $@ $(STYLESHEET_HTML) $<
 
 %.html: %.html.tmp $(PROCESS_HTML)
-#  $(PROCESS_HTML) <$< >$@
$(PROCESS_HTML) $< $(LANGUAGES_AVAILABLE) >$@
 
 
@@ -106,16 +108,16 @@
 install: $(INSTALL_FILES) install-hook
 
 ifdef DESTDIR
-   echo "Installing PHP files" \
-   $(foreach  PHPFILE, $(INSTALL_FILES), && cp $(PHPFILE) 
$(basedir)/web/$(DESTDIR)/)
+   @echo "Installing PHP files"
+   cp $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
-cp *.inc $(basedir)/web/$(DESTDIR)/
 else
@echo "DESTDIR not defined, can't install"
 endif
 
 ifdef WANT_HTML
-   echo "Installing HTML files" \
-   $(foreach  HTMLFILE, $(INSTALL_HTML), && cp $(HTMLFILE) 
$(basedir)/scripts/installer/dmg/$(DESTDIR)/)
+   @echo "Installing HTML files"
+   cp $(INSTALL_HTML) $(basedir)/scripts/installer/dmg/$(DESTDIR)/
 endif
 
 install-hook:


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/games tome.info, NONE, 1.1 tome.patch, NONE, 1.1

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/games
In directory vz-cvs-3.sog:/tmp/cvs-serv6086

Added Files:
tome.info tome.patch 
Log Message:
sync. w/ unstable/10.4-EOL


--- NEW FILE: tome.info ---
Package: tome
Version: 2.3.5
Revision: 1
Maintainer: None 
Source: http://www.t-o-m-e.net/dl/src/%n-235-src.tar.bz2
Source-MD5: 751ea71973413d3b54644cf86b20758f
BuildDepends: fink (>= 0.24.12), libncurses5-dev, lua51-dev
Depends: <<
libncurses5-shlibs (>= 5.7-20100227-2),
lua51,
passwd
<<

PatchFile: %n.patch
PatchFile-MD5: b1f1ce27211298872550443d46fe1a93
PatchScript: <<
sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
<<

CompileScript: <<
#!/bin/sh -ev
cd src/
make -f makefile.std
<<

InstallScript: <<
#!/bin/sh -ev
cd src/
make -f makefile.std install DESTDIR=%d
mkdir -p %i/var/games/%n/lib/
### Do all the data files really have to be world writeable? (HN: 2010-10-08)
### Comment out for now until feedback says otherwise.
#find %i/var/games/ -exec chmod ugo+w {} \;
<<
PostInstScript: <<
chown -R games %p/var/games/%n/lib %p/bin/%n
<<
DocFiles: changes.old changes.txt credits.txt lib/help/* Copyright
Description: Troubles of Middle Earth, curses-based RPG

DescDetail: <<
Angband is a roguelike dungeon exploration game based on JRR Tolkien's 
works. There are a lot of Angband variants because Angband's sources were 
cleaned up by a remarkable person, Ben Harrison, which meant that as more 
people could understand the code, more people made variants. ToME, expands 
upon the Middle-Earth influence and is based on Zangband 2.2.0. ToME now 
follows the Tolkien world more closely than any other variant!
<<

DescPort: <<
tome should be running suid games, but I couldn't figure out why tome was 
dropping uid while writing to lib directories. Therefore I am temporarily 
making the lib directory world-writable until I can figure out what to do 
about this.
<<

License: GPL
Homepage: http://www.t-o-m-e.net/
DescPackaging: Previously maintained by James Gibbs.

--- NEW FILE: tome.patch ---
diff -Naur tome-231-src/Copyright tome-231-src-patched/Copyright
--- tome-231-src/Copyright  Wed Dec 31 19:00:00 1969
+++ tome-231-src-patched/Copyright  Sun Feb 27 11:25:45 2005
@@ -0,0 +1,64 @@
+Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
+
+This software may be copied and distributed for educational, research,
+and not for profit purposes provided that this copyright and statement
+are included in all such copies.  Other copyrights may also apply.
+
+
+All changes made by Ben Harrison, Robert Ruehlmann, and many other Angband
+developers are also available under the GNU GENERAL PUBLIC LICENSE.
+Note that this doesn't influence the current distribution, since parts of
+the source are still only available under the old Moria/Angband license.
+Until all parts of Angband are distributed under the GPL the only valid
+license remains the original Moria/Angband license.
+
+More informations about Angband and the GPL can be found at:
+http://thangorodrim.angband.org/development/opensource.html
+
+
+
+  Copyright (c) 1989 James E. Wilson
+  Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke  
+
+  This software may be copied and distributed for educational, research, and
+  not for profit purposes provided that this copyright and statement are
+  included in all such copies.
+
+  Note that these copyright messages apply to an ancient version
+  of Angband, as in, from pre-2.4.frog-knows days, and thus the
+  reference to "5.0" is rather misleading...
+
+  UNIX ANGBAND Version 5.0
+
+ Original copyright message follows. 
+
+  ANGBAND Version 4.8  COPYRIGHT (c) Robert Alan Koeneke
+ 
+I lovingly dedicate this game to hackers and adventurers
+everywhere...
+ 
+Designer and Programmer:
+   Robert Alan Koeneke
+   University of Oklahoma
+ 
+Assistant Programmer:
+   Jimmey Wayne Todd
+   University of Oklahoma
+ 
+Assistant Programmer:
+   Gary D. McAdoo
+   University of Oklahoma
+ 
+UNIX Port:
+   James E. Wilson
+   UC Berkeley
+   wil...@ernie.berkeley.edu
+   ucbvax!ucbernie!wilson
+ 
+ANGBAND may be copied and modified freely as long as the above
+credits are retained.  No one who-so-ever may sell or market
+this software in any form without the expressed written consent
+of the author Robert Alan Koeneke.
+
+ The Tome variant has been modified by Dark God ,
+ and is available under the same terms as Angband.
diff -Naur tome-231-src/src/config.h tome-231-src-patched/src/config.h
--- tome-231-src/src/config.h   Wed Dec 29 19:24:30 2004
+++ tome-231-src-patched/src/config.h   Sun Feb 27 11:38:50 2005
@@ -90,7 +90,7 @@
 /*
  * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c"
  */
-/* #define USE_NCURSES */
+#define USE_NCURSES
 

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/games tome.info, 1.1, NONE tome.patch, 1.1, NONE

2011-10-24 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/games
In directory vz-cvs-3.sog:/tmp/cvs-serv7169

Removed Files:
tome.info tome.patch 
Log Message:
relocated to stable/10.4-EOL


--- tome.info DELETED ---

--- tome.patch DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml Makefile.i18n.common,1.22,1.23

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv7716

Modified Files:
Makefile.i18n.common 
Log Message:
Tweak 'make install' for *.inc files

Index: Makefile.i18n.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.i18n.common,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.i18n.common25 Oct 2011 00:54:17 -  1.22
+++ Makefile.i18n.common25 Oct 2011 01:21:27 -  1.23
@@ -24,7 +24,6 @@
 TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .rdf,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.rdf,%.$(LANGUAGE).rdf, 
$(FILE)
 endif
 TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .php,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.php,%.$(LANGUAGE).php, 
$(FILE)
-#TARGET += $(foreach  LANGUAGE, $(LANGUAGES),  header.$(LANGUAGE).inc)
 endif
 
 ifndef STYLESHEET_WEBSITE
@@ -43,7 +42,12 @@
 
 ALL_TARGETS = $(TARGET)
 INSTALL_FILES = $(TARGET)
+ifdef LANGUAGES
 INSTALL_FILES += $(BASE_TARGET)
+ifndef STYLESHEET_RDF
+INSTALL_FILES += $(foreach  LANGUAGE, $(LANGUAGES),  header.$(LANGUAGE).inc)
+endif
+endif
 
 ifdef WANT_HTML
 ifdef LANGUAGES
@@ -110,7 +114,6 @@
 ifdef DESTDIR
@echo "Installing PHP files"
cp $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
-   -cp *.inc $(basedir)/web/$(DESTDIR)/
 else
@echo "DESTDIR not defined, can't install"
 endif


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/multilingual multilingual.en.xml, 1.20, 1.21 multilingual.fr.xml, 1.17, 1.18 multilingual.zh.xml, 1.6, 1.7

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/multilingual
In directory vz-cvs-3.sog:/tmp/cvs-serv8129

Modified Files:
multilingual.en.xml multilingual.fr.xml multilingual.zh.xml 
Log Message:
Attempt to fix outdated/broken Makefile code example

Index: multilingual.en.xml
===
RCS file: /cvsroot/fink/web/xml/multilingual/multilingual.en.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- multilingual.en.xml 23 Feb 2007 22:04:55 -  1.20
+++ multilingual.en.xml 25 Oct 2011 01:29:52 -  1.21
@@ -295,7 +295,7 @@
 care not to change anything but true text.
 Once you are done, or just to test it, edit the
 Makefile to include your language as:
-LANGUAGES = en ja fr include 
$(basedir)/Makefile.i18n.common 
+LANGUAGES_AVAILABLE = en ja fr 
 then type
 make in the directory. This should generate your PHP (and
 possibly some other) files as well as other files matching the 
languages in the Makefile.

Index: multilingual.fr.xml
===
RCS file: /cvsroot/fink/web/xml/multilingual/multilingual.fr.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- multilingual.fr.xml 23 Feb 2007 22:04:55 -  1.17
+++ multilingual.fr.xml 25 Oct 2011 01:29:52 -  1.18
@@ -227,7 +227,7 @@
 Sauvegardez le fichier avec encodage UTF-8. Assurez-vous que l'encodage du 
texte est bien utf-8 et  ne modifiez que la partie texte dans le fichier.
 Quand vous aurez fini la traduction, ou quand vous voulez la tester, 
modifiez le fichier 
 Makefile pour ajouter votre langue :
-LANGUAGES = en ja fr include 
$(basedir)/Makefile.i18n.common 
+LANGUAGES_AVAILABLE = en ja fr 
 Puis exécutez make dans le répertoire. Cela créera les 
fichiers PHP (et éventuellement d'autres fichiers), ainsi que tous les 
fichiers correspondant aux langues présentes dans le Makefile.
 
 Note : si vous constatez des fautes d'orthographe ou des erreurs dans le 
fichier anglais, ne le modifiez pas de vous-même, mais signalez-les à la 翻译完成以后,或者你希望测试一下的话,编辑
 Makefile 来包括你的语言:
-LANGUAGES = en ja zh
-include $(basedir)/Makefile.i18n.common 
+LANGUAGES_AVAILABLE = en ja zh 
 然后在这个目录里面运行 make 
命令。这应该会生成中文的 PHP 
文件(可能还有一些其它文件),同时还有英语和其它已经在
 Makefile 中添加了的语言版本。
   
 


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] web/xml Makefile.common, 1.21, 1.22 Makefile.i18n.common, 1.23, NONE

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv9330

Modified Files:
Makefile.common 
Removed Files:
Makefile.i18n.common 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.common,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.common 24 Oct 2011 23:38:39 -  1.21
+++ Makefile.common 25 Oct 2011 01:31:57 -  1.22
@@ -7,26 +7,59 @@
 BASE_SOURCE := $(SOURCE)
 BASE_TARGET := $(TARGET)
 
+ifdef LANGUAGES_AVAILABLE
+ifndef LANGUAGES
+LANGUAGES = $(LANGUAGES_AVAILABLE)
+endif
+endif
+
+ifdef LANGUAGES
+SOURCE = $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).xml, $(BASE_SOURCE)))
+#TARGET := $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.php,%.$(LANGUAGE).php, $(BASE_TARGET)))
+TARGET :=
+ifdef STYLESHEET_RDF
+#TARGET += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.inc,%.$(LANGUAGE).inc, $(BASE_TARGET)))
+#TARGET += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.rdf,%.$(LANGUAGE).rdf, $(BASE_TARGET)))
+TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .inc,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.inc,%.$(LANGUAGE).inc, 
$(FILE)
+TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .rdf,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.rdf,%.$(LANGUAGE).rdf, 
$(FILE)
+endif
+TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .php,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.php,%.$(LANGUAGE).php, 
$(FILE)
+endif
+
 ifndef STYLESHEET_WEBSITE
+ifdef LANGUAGES
+STYLESHEET_WEBSITE = $(basedir)/finkdoc-website.i18n.xsl
+else
 STYLESHEET_WEBSITE = $(basedir)/finkdoc-website.xsl
 endif
+endif
 STYLESHEET_HTML = $(basedir)/finkdoc-html.xsl
 STYLESHEET_TEXT = $(basedir)/finkdoc-text.xsl
 
 PROCESS_WEBSITE = /usr/bin/perl $(basedir)/postprocess.pl
-PROCESS_HTML = sed -e 's,$$Id,$$Fink,g'
+PROCESS_HTML = /usr/bin/perl $(basedir)/htmlify.pl
 PROCESS_TEXT = /usr/bin/perl $(basedir)/textify.pl
 
 ALL_TARGETS = $(TARGET)
 INSTALL_FILES = $(TARGET)
-#INSTALL_FILES = $(filter %.php,$(TARGET))
-
+ifdef LANGUAGES
+INSTALL_FILES += $(BASE_TARGET)
+ifndef STYLESHEET_RDF
+INSTALL_FILES += $(foreach  LANGUAGE, $(LANGUAGES),  header.$(LANGUAGE).inc)
+endif
+endif
 
 ifdef WANT_HTML
+ifdef LANGUAGES
+ALL_TARGETS += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
+INSTALL_FILES += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
+INSTALL_HTML = $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
+else
 ALL_TARGETS += $(patsubst %.xml,%.html,$(BASE_SOURCE))
 INSTALL_FILES += $(patsubst %.xml,%.html,$(BASE_SOURCE))
 INSTALL_HTML = $(patsubst %.xml,%.html,$(BASE_SOURCE))
 endif
+endif
 
 ifdef WANT_TEXT
 ALL_TARGETS += $(patsubst %.xml,%.txt,$(SOURCE))
@@ -50,7 +83,7 @@
 
 %.php.tmp: $(SOURCE) $(STYLESHEET_WEBSITE) $(basedir)/finkdoc.dtd
xmllint --noout --valid $(SOURCE)
-   xsltproc --stringparam PRINTFILE $(patsubst %.xml,%.html,$(SOURCE)) 
--stringparam DESTDIR $(DESTDIR)/ $(STYLESHEET_WEBSITE) $(SOURCE)
+   $(foreach XMLFILE, $(SOURCE), xsltproc --stringparam PRINTFILE $(subst 
.xml,,$(BASE_SOURCE)) --stringparam DESTDIR $(DESTDIR)/ $(STYLESHEET_WEBSITE) 
$(XMLFILE); )
 
 %.php: %.php.tmp $(PROCESS_WEBSITE)
$(PROCESS_WEBSITE) <$< >$@
@@ -61,8 +94,9 @@
xmllint --noout --valid $<
xsltproc -o $@ $(STYLESHEET_HTML) $<
 
-%.html: %.html.tmp
-   $(PROCESS_HTML) <$< >$@
+%.html: %.html.tmp $(PROCESS_HTML)
+   $(PROCESS_HTML) $< $(LANGUAGES_AVAILABLE) >$@
+
 
 # rendering to pure text (monolithic)
 
@@ -78,12 +112,14 @@
 install: $(INSTALL_FILES) install-hook
 
 ifdef DESTDIR
+   @echo "Installing PHP files"
cp $(INSTALL_FILES) $(basedir)/web/$(DESTDIR)/
 else
@echo "DESTDIR not defined, can't install"
 endif
 
 ifdef WANT_HTML
+   @echo "Installing HTML files"
cp $(INSTALL_HTML) $(basedir)/scripts/installer/dmg/$(DESTDIR)/
 endif
 

--- Makefile.i18n.common DELETED ---


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/fink-readme Makefile,1.14,1.15

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/fink-readme
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/fink-readme

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/fink-readme/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile30 Mar 2009 11:14:21 -  1.14
+++ Makefile25 Oct 2011 01:31:57 -  1.15
@@ -12,7 +12,7 @@
 
 LANGUAGES_AVAILABLE = fr en es ja zh ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 install-hook:
cp readme.en.html $(basedir)/fink/README.html


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/doc Makefile,1.8,1.9

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/doc
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/doc

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/doc/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile30 Mar 2009 11:39:50 -  1.8
+++ Makefile25 Oct 2011 01:31:57 -  1.9
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = fr en ja zh es ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/advanced Makefile,1.4,1.5

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/advanced
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/advanced

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/advanced/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile12 Mar 2009 18:11:20 -  1.4
+++ Makefile25 Oct 2011 01:31:57 -  1.5
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en fr ja pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/quick-start-pkg Makefile,1.3,1.4

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/quick-start-pkg
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/quick-start-pkg

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/quick-start-pkg/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile20 Oct 2004 11:11:24 -  1.3
+++ Makefile25 Oct 2011 01:31:58 -  1.4
@@ -13,6 +13,6 @@
 
 LANGUAGES_AVAILABLE = en fr
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/faq Makefile,1.18,1.19

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/faq
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/faq

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/faq/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile12 Mar 2009 17:49:31 -  1.18
+++ Makefile25 Oct 2011 01:31:57 -  1.19
@@ -15,6 +15,6 @@
 
 LANGUAGES_AVAILABLE = en fr ja zh es ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/packaging Makefile,1.14,1.15

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/packaging
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/packaging

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/packaging/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile23 Jun 2005 20:16:35 -  1.14
+++ Makefile25 Oct 2011 01:31:57 -  1.15
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en fr zh ja
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/news Makefile,1.8,1.9

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/news
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/news

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/news/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile12 Mar 2009 17:56:00 -  1.8
+++ Makefile25 Oct 2011 01:31:57 -  1.9
@@ -11,6 +11,7 @@
 TARGET = news.inc news.rdf index.php
 #WANT_HTML = 1
 DESTDIR = news
+INC_BASENAME = news
 
 # Custom stylesheet
 STYLESHEET_WEBSITE = finknews.i18n.xsl
@@ -18,7 +19,7 @@
 
 LANGUAGES_AVAILABLE = en de es fr zh ja pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # Custom rendering
 %.inc.tmp: $(SOURCE) $(STYLESHEET_WEBSITE)


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/multilingual Makefile,1.4,1.5

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/multilingual
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/multilingual

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/multilingual/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile20 Oct 2004 11:11:23 -  1.4
+++ Makefile25 Oct 2011 01:31:57 -  1.5
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en fr zh
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/x11 Makefile,1.13,1.14

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/x11

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/x11/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile15 Mar 2009 00:37:07 -  1.13
+++ Makefile25 Oct 2011 01:31:58 -  1.14
@@ -13,6 +13,6 @@
 
 LANGUAGES_AVAILABLE = en es fr ja zh ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/cvsaccess Makefile,1.11,1.12

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/cvsaccess
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/cvsaccess

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/cvsaccess/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile30 Mar 2009 11:31:56 -  1.11
+++ Makefile25 Oct 2011 01:31:57 -  1.12
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = fr en zh es ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/saos-pages Makefile,1.3,1.4

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/saos-pages
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/saos-pages

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/saos-pages/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile20 Oct 2004 11:11:24 -  1.3
+++ Makefile25 Oct 2011 01:31:58 -  1.4
@@ -12,6 +12,6 @@
 
 LANGUAGES_AVAILABLE = en
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/security Makefile,1.6,1.7

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/security
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/security

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/security/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile31 Mar 2009 00:21:16 -  1.6
+++ Makefile25 Oct 2011 01:31:58 -  1.7
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en fr zh ja pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/users-guide Makefile,1.14,1.15

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/users-guide
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/users-guide

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/users-guide/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile28 Feb 2009 21:54:08 -  1.14
+++ Makefile25 Oct 2011 01:31:58 -  1.15
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en ja zh fr es de ru pt
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/netiquette Makefile,1.7,1.8

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/netiquette
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/netiquette

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/netiquette/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile1 Feb 2005 02:04:51 -   1.7
+++ Makefile25 Oct 2011 01:31:57 -  1.8
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en es fr zh ja ru
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/porting Makefile,1.11,1.12

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/porting
In directory vz-cvs-3.sog:/tmp/cvs-serv9330/porting

Modified Files:
Makefile 
Log Message:
Merge Makefile.i18n.common and Makefile.common

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/porting/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile8 Aug 2005 02:59:00 -   1.11
+++ Makefile25 Oct 2011 01:31:58 -  1.12
@@ -11,6 +11,6 @@
 
 LANGUAGES_AVAILABLE = en fr ja zh
 LANGUAGES = $(LANGUAGES_AVAILABLE)
-include $(basedir)/Makefile.i18n.common
+include $(basedir)/Makefile.common
 
 # eof


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml Makefile.common,1.22,1.23

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml
In directory vz-cvs-3.sog:/tmp/cvs-serv11409

Modified Files:
Makefile.common 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile.common
===
RCS file: /cvsroot/fink/web/xml/Makefile.common,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.common 25 Oct 2011 01:31:57 -  1.22
+++ Makefile.common 25 Oct 2011 01:55:44 -  1.23
@@ -14,7 +14,7 @@
 endif
 
 ifdef LANGUAGES
-SOURCE = $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).xml, $(BASE_SOURCE)))
+SOURCE = $(foreach  LANGUAGE, $(LANGUAGES), $(BASE_SOURCE).$(LANGUAGE).xml)
 #TARGET := $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.php,%.$(LANGUAGE).php, $(BASE_TARGET)))
 TARGET :=
 ifdef STYLESHEET_RDF
@@ -24,6 +24,8 @@
 TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .rdf,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.rdf,%.$(LANGUAGE).rdf, 
$(FILE)
 endif
 TARGET += $(foreach  FILE, $(BASE_TARGET),$(if $(findstring .php,$(FILE)), 
$(foreach  LANGUAGE, $(LANGUAGES), $(patsubst %.php,%.$(LANGUAGE).php, 
$(FILE)
+else
+SOURCE = $(BASE_SOURCE).xml
 endif
 
 ifndef STYLESHEET_WEBSITE
@@ -51,13 +53,13 @@
 
 ifdef WANT_HTML
 ifdef LANGUAGES
-ALL_TARGETS += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
-INSTALL_FILES += $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
-INSTALL_HTML = $(foreach  LANGUAGE, $(LANGUAGES), $(patsubst 
%.xml,%.$(LANGUAGE).html, $(BASE_SOURCE)))
+ALL_TARGETS += $(foreach  LANGUAGE, $(LANGUAGES), 
$(BASE_SOURCE).$(LANGUAGE).html)
+INSTALL_FILES += $(foreach  LANGUAGE, $(LANGUAGES), 
$(BASE_SOURCE).$(LANGUAGE).html)
+INSTALL_HTML = $(foreach  LANGUAGE, $(LANGUAGES), 
$(BASE_SOURCE).$(LANGUAGE).html)
 else
-ALL_TARGETS += $(patsubst %.xml,%.html,$(BASE_SOURCE))
-INSTALL_FILES += $(patsubst %.xml,%.html,$(BASE_SOURCE))
-INSTALL_HTML = $(patsubst %.xml,%.html,$(BASE_SOURCE))
+ALL_TARGETS += $(BASE_SOURCE).html
+INSTALL_FILES += $(BASE_SOURCE).html
+INSTALL_HTML = $(BASE_SOURCE).html
 endif
 endif
 
@@ -83,7 +85,7 @@
 
 %.php.tmp: $(SOURCE) $(STYLESHEET_WEBSITE) $(basedir)/finkdoc.dtd
xmllint --noout --valid $(SOURCE)
-   $(foreach XMLFILE, $(SOURCE), xsltproc --stringparam PRINTFILE $(subst 
.xml,,$(BASE_SOURCE)) --stringparam DESTDIR $(DESTDIR)/ $(STYLESHEET_WEBSITE) 
$(XMLFILE); )
+   $(foreach XMLFILE, $(SOURCE), xsltproc --stringparam PRINTFILE 
$(BASE_SOURCE) --stringparam DESTDIR $(DESTDIR)/ $(STYLESHEET_WEBSITE) 
$(XMLFILE); )
 
 %.php: %.php.tmp $(PROCESS_WEBSITE)
$(PROCESS_WEBSITE) <$< >$@


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/x11 Makefile,1.14,1.15

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv11409/x11

Modified Files:
Makefile 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/x11/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile25 Oct 2011 01:31:58 -  1.14
+++ Makefile25 Oct 2011 01:55:44 -  1.15
@@ -4,7 +4,7 @@
 
 basedir = ..
 
-SOURCE = x11.xml
+SOURCE = x11
 TARGET = index.php intro.php history.php \
 inst-xfree86.php run-xfree86.php xtools.php other.php \
 trouble.php tips.php


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/usage Makefile,1.7,1.8

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/usage
In directory vz-cvs-3.sog:/tmp/cvs-serv11409/usage

Modified Files:
Makefile 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/usage/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile4 Nov 2003 10:05:27 -   1.7
+++ Makefile25 Oct 2011 01:55:44 -  1.8
@@ -4,7 +4,7 @@
 
 basedir = ..
 
-SOURCE = usage.xml
+SOURCE = usage
 TARGET = usage.php
 WANT_TEXT = 1
 WANT_HTML = 1


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/install Makefile,1.8,1.9

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/install
In directory vz-cvs-3.sog:/tmp/cvs-serv11409/install

Modified Files:
Makefile 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/install/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile4 Nov 2003 10:05:27 -   1.8
+++ Makefile25 Oct 2011 01:55:44 -  1.9
@@ -4,7 +4,7 @@
 
 basedir = ..
 
-SOURCE = install.xml
+SOURCE = install
 TARGET = install.php install-fast.php install-first.php \
 install-up03.php install-up02.php install-up01.php
 WANT_TEXT = 1


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/packaging Makefile,1.15,1.16

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/packaging
In directory vz-cvs-3.sog:/tmp/cvs-serv11409/packaging

Modified Files:
Makefile 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/packaging/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile25 Oct 2011 01:31:57 -  1.15
+++ Makefile25 Oct 2011 01:55:44 -  1.16
@@ -4,7 +4,7 @@
 
 basedir = ..
 
-SOURCE = packaging.xml
+SOURCE = packaging
 TARGET = index.php intro.php format.php policy.php fslayout.php compilers.php 
reference.php
 WANT_HTML = 1
 DESTDIR = doc/packaging


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/xml/users-guide Makefile,1.15,1.16

2011-10-24 Thread Max Horn
Update of /cvsroot/fink/web/xml/users-guide
In directory vz-cvs-3.sog:/tmp/cvs-serv11409/users-guide

Modified Files:
Makefile 
Log Message:
Omit .xml from SOURCE, simplfies code a bit

Index: Makefile
===
RCS file: /cvsroot/fink/web/xml/users-guide/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile25 Oct 2011 01:31:58 -  1.15
+++ Makefile25 Oct 2011 01:55:44 -  1.16
@@ -4,7 +4,7 @@
 
 basedir = ..
 
-SOURCE = uguide.xml
+SOURCE = uguide
 TARGET = index.php intro.php install.php upgrade.php packages.php conf.php 
usage.php
 WANT_HTML = 1
 DESTDIR = doc/users-guide


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


  1   2   >