[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/languages perl5100.info, 1.2, 1.3

2012-01-31 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv21524

Added Files:
perl5100.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: perl5100.info ---
Package: perl5100
Version: 5.10.0
Revision: 6
Distribution: 10.4, 10.5
Depends: %n-core (>= %v-%r)
Conflicts: perl560, perl561, perl580, perl581, perl584, perl586, perl588
Replaces: cgi-pm (<= 3.00-1), file-temp-pm560 (<= 0.12-2), filter-simple-pm (<= 
0.77-1), getopt-long-pm581-man, libnet-pm560 (<= 1.17-10), libnet-pm581 (<= 
1.17-10), memoize-pm581 (<= 1.01-10), test-simple-pm581 (<= 0.47-10), 
text-tabs-wrap-pm (<= 2001.0929-1), perl560, perl561, perl580, perl581, 
perl584, perl586, perl588, attribute-handlers-pm, cgi-pm, digest-md5-pm560, 
file-spec-pm, file-temp-pm, filter-util-pm560, getopt-long-pm-man, 
i18n-langtags-pm, libnet-pm, locale-maketext-pm, memoize-pm, mime-base64-pm560, 
mime-base64-pm581, mime-base64-pm581-man, podparser-pm, 
scalar-list-utils-pm560, scalar-list-utils-pm581, test-harness-pm, 
test-simple-pm, time-hires-pm560, time-hires-pm581, test-simple-pm581, 
archive-tar-pm581-bin, archive-tar-pm584-bin, archive-tar-pm586-bin, 
archive-tar-pm588-bin, archive-tar-pm5100-bin, cpanplus-pm586-bin, 
module-build-pm581-bin, module-build-pm584-bin, module-build-pm586-bin, 
module-build-pm588-bin, module-build-pm5100-bin, module-corelist-pm581-bin, 
module-corelist-pm584-bin, module-corelist-pm586-bin, 
module-corelist-pm588-bin, module-corelist-pm5100-bin
Provides: podparser-pm
License: Artistic
Description: The Perl programming language, v. 5.10.0
DescDetail: <<
Perl is a high-level programming language with roots in C, sed, awk
and shell scripting.  Perl is good at handling processes and files,
and is especially good at handling text.  Perl's hallmarks are
practicality and efficiency.  While it is used to do a lot of
different things, Perl's most common applications are system
administration utilities and web programming.  A large proportion of
the CGI scripts on the web are written in Perl.

Fink's perl packages retain the perl version subdirectories in the
lib tree.  Without these, upgrading or downgrading Perl breaks all of
the binary modules.
<<
DescPort: <<

This package does not alter /usr/bin/perl.  If you wish to use this
version of perl in scripts, the script should begin with #!/sw/bin/perl5.10.0
instead of #!/usr/bin/perl .

Disabled 'make test', since one test fails.

Because the perl build system is designed to download source files for
"extra" perlmodules directly from CPAN, we do not include those "extra" 
perlmodules in this package.  For that reason, the following packages
which are Provided by Apple's build of perl5.10.0 on 10.6 are not provided
here:
  apache-pm5100, convert-tnef-pm5100, html-parser-pm5100, 
  perl-objcbridge-pm5100, scalar-list-utils-pm5100, uri-pm5100, 
  algorithm-diff-pm5100, class-autouse-pm5100, corefoundation-pm5100, 
  data-hierarcy-pm5100, date-parse-pm5100, freezethaw-pm5100, io-pager-pm5100, 
  ipc-run3-pm5100, locale-maketext-lexicon-pm5100, perlio-eol-pm5100, 
  svn-pm5100, svk-pm5100, timedate-pm5100, vcp-pm5100, yaml-pm5100
<<
DescUsage: <<
Most perl scripts start with #!/usr/bin/perl which will invoke Apple's
/usr/bin/perl.  If you wish to use this
version of perl in scripts, the script should begin with #!/sw/bin/perl5.10.0
instead of #!/usr/bin/perl .
<<
Source: mirror:cpan:src/5.0/perl-%v.tar.gz
Source-MD5: d2c39b002ebfd2c3c5dba589365c5a71
CompileScript: <<
#! /bin/sh -ev
 sh Configure -des -Dcc="gcc" -Dcpp="gcc -E" -Dprefix=%p -Dccflags=-I%p/include 
-Dldflags=-L%p/lib -Dperladmin=none -Uinstallusrbinperl 
-Dprivlib="%p/lib/perl5-core/5.10.0" 
-Darchlib="%p/lib/perl5-core/5.10.0/darwin-thread-multi-2level" 
-Dman3dir="%p/lib/perl5-core/5.10.0/man/man3" -Dman3ext=3pm -Duseithreads 
-Dinc_version_list=none -Adefine:startperl="#!%p/bin/perl5.10.0" 
-Adefine:perlpath="%p/bin/perl5.10.0"
 make
<<
DocFiles: README Copying

InstallScript: <<
 make install DESTDIR=%d

 mkdir -p %i/etc/profile.d
 echo "append_path MANPATH %p/lib/perl5-core/5.10.0/man" >> 
%i/etc/profile.d/%N-core.csh
 echo "append_path MANPATH %p/lib/perl5/5.10.0/man" >> 
%i/etc/profile.d/%N-core.csh
 echo "append_path MANPATH %p/lib/perl5-core/5.10.0/man" >> 
%i/etc/profile.d/%N-core.sh
 echo "append_path MANPATH %p/lib/perl5/5.10.0/man" >> 
%i/etc/profile.d/%N-core.sh
 echo "export MANPATH" >> %i/etc/profile.d/%N-core.sh
 chmod 755 %i/etc/profile.d/%N-core.*

<<
SplitOff: <<
 Package: %N-core
 Conflicts: compress-zlib-pm (<= 1.19-2), crypt-ssleay-pm (<= 0.45-2), 
dbd-mysql-pm (<= 2.1026-1), dbd-pg-pm (<= 1.21-4), dbd-pg-pm-ssl (<= 1.21-4), 
dbi-pm (<= 1:1.35-1), digest-md5-pm (<= 2.24-1), digest-sha1-pm (<= 2.02-1), 
egd (<= 0.8-3), eperl-pm (<= 2.2.14-2), filter-util-pm (<= 1.26-1), fribidi-pm 
(<= 0.05-2), ftlib-pm (<= 1.2-1), gd-pm (<= 2.06-5), gimp-perl (<= 1.211-4), 
gtk-perl-pm (<= 0.7008-7), html-parser-pm (<= 3.2

[cvs] dists/10.4/unstable/main/finkinfo/graphics ipe6.info, 1.8, NONE ipe6.patch, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv13776

Removed Files:
ipe6.info ipe6.patch 
Log Message:
fails to build on 10.5 or 10.6; newer upstream is completely different kde 
suite and packaging, someone can do it if interested, but this is unmaintained 
and hopeless here now


--- ipe6.patch DELETED ---

--- ipe6.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/sci qhull.info, 1.5, NONE qhull.patch, 1.3, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13957

Removed Files:
qhull.info qhull.patch 
Log Message:
unused old libversion, no -shlibs


--- qhull.info DELETED ---

--- qhull.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net libssh2.info,1.4,NONE

2012-01-31 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv17469

Removed Files:
libssh2.info 
Log Message:
This is really old, insecure and unused by any current package. Also, I screwed 
up making it obsolete. Let it die.


--- libssh2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 clearmailspool.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv19537/unstable/main/finkinfo/x11

Removed Files:
clearmailspool.info 
Log Message:
move a command-line tool for handling sendmail from section:x11 to section:utils


--- clearmailspool.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils clearmailspool.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv19537/stable/main/finkinfo/utils

Added Files:
clearmailspool.info 
Log Message:
move a command-line tool for handling sendmail from section:x11 to section:utils


--- NEW FILE: clearmailspool.info ---
Package: clearmailspool
Version: 1.0
Revision: 1
Description: Simple script to clear sendmail spool
Maintainer: None 
License: Public Domain
Type: nosource
CompileScript: echo "No compile needed"
InstallScript: <<
mkdir -p %i/sbin/
echo '#!/bin/sh' > %i/sbin/%n
echo '# %n-%v 2002-09-03' >> %i/sbin/%n
echo '#' >> %i/sbin/%n
echo '# %n is a handy little script for new admins who are' >> %i/sbin/%n
echo '# still learning how to administer sendmail.' >> %i/sbin/%n
echo '#' >> %i/sbin/%n
echo '# I have some mail sitting in /var/spool/clientmqueue that never' >> 
%i/sbin/%n
echo '# seems to get sent.  "mailq -Ac" claims that the queue is empty,' >> 
%i/sbin/%n
echo '# but looking in the directory I see a large amount of held mail.' >> 
%i/sbin/%n
echo '' >> %i/sbin/%n
echo 'echo "Sending mail spooled in /var/spool/clientmqueue:"' >> %i/sbin/%n
echo 'sudo /usr/sbin/sendmail -Ac -q -v' >> %i/sbin/%n
chmod ug+x %i/sbin/%n
echo 'echo "Done."' >> %i/sbin/%n
<<
DescDetail: <<
clearmailspool is a handy little script for new admins who are
still learning how to administer sendmail.
 
I have some mail sitting in /var/spool/clientmqueue that never
seems to get sent.  "mailq -Ac" claims that the queue is empty,
but looking in the directory I see a large amount of held mail.

This sendmail invocation will unclog your mail spool:
/usr/sbin/sendmail -Ac -q -v
<<
DescPackaging: <<
  Original maintainer: Carsten Klapp 
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 buici-clock.info, 1.2, NONE wmcalclock.info, 1.3, NONE wmcalclock.patch, 1.1, NONE wmmoonclock.info, 1.2, NONE wmmoonclock.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv19784/unstable/main/finkinfo/x11

Removed Files:
buici-clock.info wmcalclock.info wmcalclock.patch 
wmmoonclock.info wmmoonclock.patch 
Log Message:
some clocks to stable


--- buici-clock.info DELETED ---

--- wmmoonclock.patch DELETED ---

--- wmcalclock.info DELETED ---

--- wmcalclock.patch DELETED ---

--- wmmoonclock.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 buici-clock.info, NONE, 1.1 wmcalclock.info, NONE, 1.1 wmcalclock.patch, NONE, 1.1 wmmoonclock.info, NONE, 1.1 wmmoonclock.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv19784/stable/main/finkinfo/x11

Added Files:
buici-clock.info wmcalclock.info wmcalclock.patch 
wmmoonclock.info wmmoonclock.patch 
Log Message:
some clocks to stable


--- NEW FILE: buici-clock.info ---
Package: buici-clock
Version: 0.4.7.1
Revision: 1003
Source: http://archive.ubuntu.com/ubuntu/pool/universe/b/%n/%n_0.4.6.0.1.tar.gz
Source-MD5: bf4e20368308c121575cd9805bc63b48
SourceDirectory: %n-%v
UseMaxBuildJobs: false
SetLDFLAGS: -L/usr/X11R6/lib
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: ANNOUNCEMENT COPYING ChangeLog LSM NOTES *README
GCC: 4.0
License: GPL
Homepage: http://www.buici.com
Maintainer: Jack Fink 
Description: Simple analog clock for your X11 desktop

--- NEW FILE: wmmoonclock.patch ---
diff -ru Src/Makefile ../wmMoonClock-1.27-patched/Src/Makefile
--- Src/MakefileMon Mar 22 19:20:32 1999
+++ ../wmMoonClock-1.27-patched/Src/MakefileFri Aug 24 11:00:56 2001
@@ -1,7 +1,7 @@
-CC = gcc
+CC = cc
 CFLAGS = -O2
-INCDIR = -I/usr/X11R6/include/X11
-DESTDIR= /usr/X11R6
+INCDIR = -I/usr/X11R6/include
+DESTDIR= @FINKPREFIX@
 LIBDIR = -L/usr/X11R6/lib
 
 # for Linux
@@ -32,5 +32,5 @@
 
 install:: wmMoonClock
install -s -m 0755 wmMoonClock $(DESTDIR)/bin
-   install-m 0644 wmMoonClock.1 $(DESTDIR)/man/man1 
+   install-m 0644 wmMoonClock.1 $(DESTDIR)/share/man/man1 
 

--- NEW FILE: wmcalclock.info ---
Package: wmcalclock
Version: 1.25
Revision: 1
###
BuildDepends: fink (>= 0.24.12), x11-dev
Depends: x11
Recommends: windowmaker
###
Source: http://nis-www.lanl.gov/~mgh/WindowMaker/wmCalClock-%v.tar.gz
Source-MD5: a401ded0e1fee4bcc4623076159bca41
SourceDirectory: wmCalClock-%v/Src
###
PatchFile: %n.patch
PatchFile-MD5: 661ac8923d3e9ba5b2cc7ad96535e297
PatchScript: sed 's|@FINKPREFIX@|%i|g' <%{PatchFile} | patch -p1 
###
CompileScript: make
InstallScript: <<
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install
<<
###
DocFiles: ../BUGS ../CHANGES ../COPYING ../HINTS ../INSTALL ../README ../TODO
###
Description: Calendar clock dock app 
DescDetail: <<
  wmCalClock is a calendar clock with anti-aliased text and drop
  shadows. Colors and fonts in the time field are user configurable.
  It displays local time, universal time and sidereal time.
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml

--- NEW FILE: wmcalclock.patch ---
diff -ru Src/Makefile ../wmCalClock-1.25-patched/Src/Makefile
--- Src/MakefileFri Mar 26 23:46:38 1999
+++ ../wmCalClock-1.25-patched/Src/Makefile Fri Aug 24 10:44:59 2001
@@ -1,7 +1,7 @@
-CC = gcc
+CC = cc
 CFLAGS = -O2 -Wall
 INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-DESTDIR= /usr/X11R6
+DESTDIR= @FINKPREFIX@
 LIBDIR = -L/usr/X11R6/lib
 
 # for Linux
@@ -32,5 +32,5 @@
 
 install:: wmCalClock
install -c -s -m 0755 wmCalClock $(DESTDIR)/bin
-   install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 
+   install -c -m 0644 wmCalClock.1 $(DESTDIR)/share/man/man1 
 

--- NEW FILE: wmmoonclock.info ---
Package: wmmoonclock
Version: 1.27
Revision: 1
###
BuildDepends: fink (>= 0.24.12), x11-dev
Depends: x11
Recommends: windowmaker
###
Source: http://nis-www.lanl.gov/~mgh/WindowMaker/wmMoonClock-%v.tar.gz
Source-MD5: c85bc974e70c867d556805505d3be48c
SourceDirectory: wmMoonClock-%v/Src
###
PatchFile: %n.patch
PatchFile-MD5: 9dc820bbaf205182c1719a2d0073daa4
PatchScript: sed 's|@FINKPREFIX@|%i|g' <%{PatchFile} | patch -p1
###
CompileScript: make
InstallScript: <<
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install
<<
###
DocFiles: ../BUGS ../COPYING
###
Description: Moon cycle dock app 
DescDetail: <<
  wmMoonClock displays phases and ephemeris of the Moon. Clicking on the App
  cycles the user through several `pages' of ephemeris information. Included
  are age, fraction of current lunar cycle, the % illumination, whether its
  currently visible or not, the rise/set times for yesterday, today and
  tomorrow, the `horizon coordinates", and the "ecliptic coordinates".
  wmMoonClock supports 8-bit and high-color displays.   
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils extractors.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv22318/unstable/main/finkinfo/utils

Removed Files:
extractors.info 
Log Message:
extractors to stable


--- extractors.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils extractors.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv22318/stable/main/finkinfo/utils

Added Files:
extractors.info 
Log Message:
extractors to stable


--- NEW FILE: extractors.info ---
Package: extractors
Version: 1.0
Revision: 21
Maintainer: Dave Vasilevsky 
Source: http://www.pogma.com/fink/%n-%v.tgz
Description: Command line programs to extract archives
DescDetail: <<
Contains undmg and rpmextract. To expand an archive, use these
commands:

undmg foo.dmg

rpmextract foo.rpm | gzip -cd | cpio -iu

Thanks to Shantonu Sen for the rpmextract script.
<<
CompileScript: echo "No compile needed."
InstallScript: <<
#!/bin/sh -ev
install -m 755 -d %i/bin
install -m 755 undmg %i/bin/undmg
install -m 755 rpmextract.pl %i/bin/rpmextract
<<
License: BSD
Homepage: http://fink.sf.net
Source-MD5: 4c6963de4975684d93c6ac6b0f63caba


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net curl-ssl.info, 1.2, NONE curl-unified-dev.info, 1.2, NONE curl-unified-dev.patch, 1.1, NONE

2012-01-31 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv23666

Removed Files:
curl-ssl.info curl-unified-dev.info curl-unified-dev.patch 
Log Message:
Nothing uses curl-unified, it's ancient and has multiple known security flaws. 
Kill it with fire.


--- curl-unified-dev.info DELETED ---

--- curl-unified-dev.patch DELETED ---

--- curl-ssl.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 multi-aterm.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv23744/stable/main/finkinfo/x11

Added Files:
multi-aterm.info 
Log Message:
multi-aterm to stable with build-fix


--- NEW FILE: multi-aterm.info ---
Package: multi-aterm
Version: 0.2.1
Revision: 1010
Description: Tabbed derivative of aterm, a VT102 emulator
License: GPL
Maintainer: None 
GCC: 4.0
BuildDepends: x11-dev
Depends: x11
Source: http://www.nongnu.org/materm/multi-aterm-%v.tar.gz
Source-MD5: 52f9c25a6fad7f638f7064ff6cc74c62
SetLDFLAGS: -L/usr/X11R6/lib
ConfigureParams: --enable-fading --enable-half-shadow --enable-mousewheel 
--with-term=vt100 --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DescDetail: <<
This is a multi-tabbed terminal emulation program based on aterm 
version 0.4.2. This terminal supports most of the features of aterm, 
including a small footprint, fast, and pseudo-transparency. It also has 
tabs, a la GMT (gnome-multi-terminal). Finally, it does not require 
gnome or KDE, just X11 libs. 
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
Homepage: http://www.nongnu.org/materm/materm.html
DescPackaging: Previously maintained by James Gibbs.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 multi-aterm.info, 1.3, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv23744/unstable/main/finkinfo/x11

Removed Files:
multi-aterm.info 
Log Message:
multi-aterm to stable with build-fix


--- multi-aterm.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 eterm.info, 1.8, NONE eterm.patch, 1.3, NONE roxterm.info, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/unstable/main/finkinfo/x11

Removed Files:
eterm.info eterm.patch roxterm.info 
Log Message:
some xterm-like programs to stable


--- eterm.info DELETED ---

--- eterm.patch DELETED ---

--- roxterm.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 libast2.info,1.2,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/unstable/main/finkinfo/libs

Removed Files:
libast2.info 
Log Message:
some xterm-like programs to stable


--- libast2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/devel man2html.info,1.1,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/unstable/main/finkinfo/devel

Removed Files:
man2html.info 
Log Message:
some xterm-like programs to stable


--- man2html.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/devel man2html.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/stable/main/finkinfo/devel

Added Files:
man2html.info 
Log Message:
some xterm-like programs to stable


--- NEW FILE: man2html.info ---
Package: man2html
Version: 3.0.1
Revision: 1
Source: http://www.oac.uci.edu/indiv/ehood/tar/%n%v.tar.gz
Source-MD5: 1c0d28c83225d0ebc845f2386c8f8384
Depends: system-perl
DocFiles: CHANGES COPYING MANIFEST README doc/man2html.html
PatchScript: perl -pi.bak -e 's/\/usr\/local\/bin\/perl/\/usr\/bin\/perl/g' 
man2html
CompileScript: echo "Nothing to compile"
InstallScript: <<
mkdir -p %i/share/man/man1
mv doc/man2html.1 %i/share/man/man1
mkdir -p %i/bin
mv man2html %i/bin
chmod +x %i/bin/man2html
<<
Description: Generate html pages from man pages
DescDetail: <<
The man2html filter reads formatted nroff text from standard
input (stdin) and writes a HTML document to standard output
(stdout).
<<
License: GPL
Maintainer: Kurt Schwehr 
Homepage: http://www.oac.uci.edu/indiv/ehood/man2html.html

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 libast2.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/stable/main/finkinfo/libs

Added Files:
libast2.info 
Log Message:
some xterm-like programs to stable


--- NEW FILE: libast2.info ---
Package: libast2
Version: 0.7
Revision: 2
BuildDepends: <<
freetype219 (>= 2.3.8-2),
imlib2 (>= 1.4.2-3),
pcre,
pkgconfig (>= 0.23),
x11-dev
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libast1
Replaces: libast1
Source: http://www.eterm.org/download/libast-%v.tar.gz
Source-MD5: a9ec3b2da317f35869316e6d9571d296
PatchScript: <<
  perl -pi -e 's/suppress/dynamic_lookup/g' configure ltconfig
  head -n 22 src/str.c >> LICENSE
<<
ConfigureParams: --disable-static --disable-dependency-tracking 
IMLIB2_CONFIG='pkg-config imlib2'
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Depends: <<
freetype219-shlibs (>= 2.3.8-2),
imlib2-shlibs (>= 1.4.2-3),
pcre-shlibs,
x11
  <<
  Shlibs: %p/lib/libast.2.dylib 3.0.0 %n (>= 0.7-1)
  Files: lib/libast.*.dylib
  DocFiles: ChangeLog DESIGN LICENSE README
<<
DocFiles: ChangeLog DESIGN LICENSE README
Description: Library of Assorted Spiffy Things
DescDetail: <<
LibAST is the Library of Assorted Spiffy Things.  It contains many
spiffy things, and it is a library.  Thus, the ever-so-creative name.
LibAST has been previously known as libmej, the Eterm helper library
which nobody really understood and certainly never used.  The current
plan is to gradually remove some of the neat stuff from Eterm that
could be made generic (things like the theme parsing engine, the
command-line options parser, perhaps the event engine, ...) and place
it here in the hopes that others will find them useful.
<<
DescPackaging: <<
  imlib2 seems to have switched to ft219 and had other dependency
  changes "sometime in the past", so we depend on a recent version
  whose linking (and hence .la) is understood. Use its .pc to
  avoid inheriting its private-use-only as BDep here
<<
License: BSD
Homepage: http://www.eterm.org
Maintainer: None 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 eterm.info, NONE, 1.1 eterm.patch, NONE, 1.1 roxterm.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv23904/stable/main/finkinfo/x11

Added Files:
eterm.info eterm.patch roxterm.info 
Log Message:
some xterm-like programs to stable


--- NEW FILE: eterm.info ---
Package: eterm
Version: 0.9.5
Revision: 2
Source: mirror:sourceforge:eterm/Eterm-%v.tar.gz
BuildDepends: imlib2 (>= 1.4.2-3), libast2 (>= 0.7-2), libgettext3-dev, 
gettext-bin, gettext-tools, pcre, x11-dev, freetype219 (>= 2.3.8-2), man2html, 
fink (>= 0.28)
Depends: freetype219-shlibs (>= 2.3.8-2), imlib2-shlibs (>= 1.4.2-3), 
libast2-shlibs (>= 0.7-2), pcre-shlibs, x11-shlibs, x11
Conflicts: eterm-shlibs , eterm0.9.3-shlibs, eterm-dev, eterm0.9.3-dev
Replaces: eterm-shlibs, eterm0.9.3-shlibs, eterm-dev, eterm0.9.3-dev
Source-MD5: 87220a61f763d111a4f5fc88ef9e50f1
PatchFile: %n.patch
PatchFile-MD5: 9033a472abfc56e0a1464b65042aae7e
DocFiles: README LICENSE ChangeLog ReleaseNotes doc/Eterm_reference.html 
doc/Eterm.1.html doc/README.Escreen doc/Eterm.ti doc/Eterm.tcap
ConfigureParams: --mandir=%p/share/man --enable-multi-charset   
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
CompileScript: <<
  ac_cv_header_utmpx_h=no ac_cv_lib_ttf_TT_Init_FreeType=no ./configure %c
  make
<<
InstallScript: <<
  make install DESTDIR=%d
  rm %i/lib/libEterm.a
  rm %i/lib/libEterm.la
<<
Shlibs: <<
!%p/lib/libEterm-0.9.5.dylib
<<
Description: Color VT102 terminal emulator
DescPackaging: <<
Remove Static Library files as we depend on shared libs.
Not Exporting libEterm-x.dylib into -shlibs package due to being ostensibly 
private.
<<
DescPort: <<
Shared library is ostensibly private so is not exported into shlibs.
<<
License: BSD
Homepage: http://www.eterm.org
Maintainer: None 


--- NEW FILE: eterm.patch ---
--- Eterm-0.9.4/src/eterm_utmp.h.orig   2006-05-11 04:33:39.0 +0100
+++ Eterm-0.9.4/src/eterm_utmp.h2007-10-04 13:55:55.0 +0100
@@ -67,11 +67,11 @@
 #  include 
 # endif
 # ifdef HAVE_LASTLOG_H
 #  include 
 # endif
-# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || 
defined(__DragonFly__)
+# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || 
defined(__DragonFly__) || defined(__APPLE__)
 #  include 
 #  define NEW_BSD_UTMP
 # endif

 # ifdef HAVE_LIBUTEMPTER

--- NEW FILE: roxterm.info ---
Package: roxterm
Version: 1.12.2
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: bb7e30d19d42b24bc49ad403fcde9058
BuildDepends: <<
 x11-dev, libncurses5, xft2-dev (>= 2.1.2-5),
 gtk+2-dev, glib2-dev, atk1, cairo, fontconfig2-dev, freetype219, glitz,
 libgettext3-dev, libiconv-dev, pango1-xft2-ft219-dev, pixman,
 libglade2, libpng3, expat1, libxml2,
 vte9-dev,
 dbus-dev
<<
Depends: <<
 x11, libncurses5-shlibs, xft2-shlibs,
 gtk+2-shlibs,
 libglade2-shlibs,
 vte,
 dbus
<<
SetLDFLAGS: -L%p/lib/xft2/lib
ConfigureParams: 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/xft2/lib/pkgconfig:$PKG_CONFIG_PATH
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Description: Similar terminal emulator to gnome-terminal
License: GPL
Maintainer: Todai Fink Team 
Homepage: http://roxterm.sourceforge.net/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xplanet.info, NONE, 1.1 xplanet.patch, NONE, 1.1

2012-01-31 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv26297

Added Files:
xplanet.info xplanet.patch 
Log Message:
to 10.7 with version bump and redoing flag reordering after upstream changes 
with X_CFLAGS

--- NEW FILE: xplanet.patch ---
diff -ruN xplanet-1.2.2.orig/src/Makefile.in xplanet-1.2.2/src/Makefile.in
--- xplanet-1.2.2.orig/src/Makefile.in  2011-02-15 19:57:38.0 -0500
+++ xplanet-1.2.2/src/Makefile.in   2012-01-31 10:11:02.0 -0500
@@ -263,7 +263,7 @@
 SUBDIRS = libannotate libdisplay libephemeris libimage libmultiple libplanet 
libprojection libsgp4sdp4
 EXTRA_xplanet_SOURCES = ParseGeom.c ParseGeom.h
 @HAVE_LIBX11_FALSE@parsegeom = ParseGeom.c ParseGeom.h
-AM_CPPFLAGS = -DDATADIR=\"$(datadir)@separator@xplanet\" @X_CFLAGS@ 
@FREETYPE_CFLAGS@ 
+AM_CPPFLAGS = -DDATADIR=\"$(datadir)@separator@xplanet\" @FREETYPE_CFLAGS@ 
@X_CFLAGS@ 
 AM_LDFLAGS = @xplanet_LDFLAGS@
 xplanet_SOURCES = \
Map.cpp \
diff -ruN xplanet-1.2.2.orig/src/libdisplay/Makefile.in 
xplanet-1.2.2/src/libdisplay/Makefile.in
--- xplanet-1.2.2.orig/src/libdisplay/Makefile.in   2011-02-15 
19:57:38.0 -0500
+++ xplanet-1.2.2/src/libdisplay/Makefile.in2012-01-31 10:08:30.0 
-0500
@@ -235,7 +235,7 @@
 @HAVE_LIBX11_TRUE@displayx11 = DisplayX11.cpp DisplayX11.h vroot.h 
 @HAVE_LIBX11_TRUE@timerx11 = TimerX11.h TimerX11.cpp
 EXTRA_libdisplay_a_SOURCES = DisplayMacAqua.cpp DisplayMacAqua.h 
DisplayMSWin.cpp DisplayMSWin.h TextRendererFT2.cpp TextRendererFT2.h 
TextRendererPangoFT2.cpp TextRendererPangoFT2.h DisplayX11.cpp DisplayX11.h 
vroot.h TimerMacAqua.cpp TimerMacAqua.h TimerX11.cpp TimerX11.h
-AM_CPPFLAGS = -I@top_srcdir@/src @X_CFLAGS@ @FREETYPE_CFLAGS@
+AM_CPPFLAGS = -I@top_srcdir@/src @FREETYPE_CFLAGS@ @X_CFLAGS@
 @USE_AR_FALSE@libdisplay_a_AR = $(CXX) @xplanet_ARFLAGS@
 @USE_AR_TRUE@libdisplay_a_AR = $(AR) cru
 @USE_AR_FALSE@libtimer_a_AR = $(CXX) @xplanet_ARFLAGS@
diff -ruN xplanet-1.2.2.orig/src/libimage/Makefile.in 
xplanet-1.2.2/src/libimage/Makefile.in
--- xplanet-1.2.2.orig/src/libimage/Makefile.in 2011-02-15 19:57:38.0 
-0500
+++ xplanet-1.2.2/src/libimage/Makefile.in  2012-01-31 10:14:21.0 
-0500
@@ -218,7 +218,7 @@
 @HAVE_LIBPNM_TRUE@pnm = pnm.c
 @HAVE_LIBTIFF_TRUE@tiff = tiff.c
 EXTRA_libimage_a_SOURCES = bmp.c gif.c jpeg.c png.c pnm.c tiff.c ReadImage.cpp 
WriteImage.cpp
-AM_CPPFLAGS = -I@top_srcdir@/src
+AM_CPPFLAGS = -I@top_srcdir@/src @FREETYPE_CFLAGS@
 @USE_AR_FALSE@libdisplay_a_AR = $(CXX) @xplanet_ARFLAGS@
 @USE_AR_TRUE@libdisplay_a_AR = $(AR) cru
 @USE_AR_FALSE@libtimer_a_AR = $(CXX) @xplanet_ARFLAGS@

--- NEW FILE: xplanet.info ---
Package: xplanet
Version: 1.2.2
Revision: 2
Description: Earth and planet renderer
License: GPL
Maintainer: Benjamin Reed 

Depends: <<
freeglut-shlibs,
giflib-shlibs,
libgettext8-shlibs,
libiconv,
netpbm10-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.0-1),
x11
<<
BuildDepends: <<
cairo (>= 1.8.8-1),
expat1,
fink (>= 0.29.7-1),
fink-package-precedence,
fontconfig2-dev (>= 2.4.1-1),
freeglut,
freetype219 (>= 2.3.7-7),
giflib,
glib2-dev (>= 2.18.4-1),
glitz,
libgettext8-dev,
libiconv-dev,
libjpeg8,
libpng15,
libtiff,
netpbm10,
pango1-xft2-ft219-dev (>= 1.24.0-1),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23-1),
x11-dev,
xft2-dev
<<
GCC: 4.0

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: b38c3b4cfdd772643f876a9bb15f288b
PatchFile: %n.patch
PatchFile-MD5: 726f83d5c583e7ee1964b203be4c09b1

SetCPPFLAGS: -Wall
ConfigureParams: <<
--mandir=%p/share/man \
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
--with-x --with-xscreensaver \
--with-freetype --with-pango \
--without-cspice \
--with-aqua \
--with-gif --with-jpeg --with-png --with-pnm --with-tiff \
--enable-dependency-tracking
<<

InstallScript: <<
fink-package-precedence .
make -j1 install DESTDIR=%d
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO

Homepage: http://xplanet.sourceforge.net
DescDetail: <<
Xplanet is similar to Xearth, where an image of the earth is rendered 
into an X window.  Xplanet can display several different map 
projections, including Azimuthal, Mercator, Mollweide, orthographic, 
or rectangular, as well as a window with a globe the user can rotate 
interactively.  The other planets and some satellites may also be 
displayed.  The latest version can always be found at 
http://xplanet.sourceforge.net. Versions after 0.95 lack the -animate 
and other commands. If you prefer to install version 0.95, type 
"fink install xplanet-0.95".
<<
DescUsage: <<
A man page is available. Also see %p/share/doc/%n/README. Configuration 
options are documented in %p/share/

[cvs] dists/10.4/unstable/main/finkinfo/languages lua51-lanes.info, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv29747/unstable/main/finkinfo/languages

Removed Files:
lua51-lanes.info 
Log Message:
lua51-lanes to stable


--- lua51-lanes.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages lua51-lanes.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv29747/stable/main/finkinfo/languages

Added Files:
lua51-lanes.info 
Log Message:
lua51-lanes to stable


--- NEW FILE: lua51-lanes.info ---
#
# lua51-lanes.info
#
# Fink package file, maintained by Asko Kauppi 
#
# Packages:
#   lua51-lanes   Multithreading support for Lua
#
# Todo:
#
# Bugs:
#   - ...
#
# Notes:
#   - The "-ev" parameter to scripts is giving quite a lot of (unnecessary?) 
# build output. Fink policy seems to be to have it; personally I would be
# okay with just "-e".
#
# History:
#   AKa 10-Nov-2008: 2.0.2-0 'lua51' (for luac) added to BuildDepends
#   AKa 16-Oct-2008: Started
#

Package: lua51-lanes
Version: 2.0.2
Revision: 0
BuildDepends: lua51-dev (>= 5.1.2-3), lua51
Depends: lua51-shlibs (>= 5.1.2-3)
Conflicts:
Replaces:

# 2.0.2
Source: http://luaforge.net/frs/download.php/3792/lanes-%v.tgz
Source-MD5: 62b0daadd2f4454bb0fbaeb06122a4de

# 2.0.1
#Source: http://luaforge.net/frs/download.php/3767/lanes-%v.tgz
#Source-MD5: 97bb0894615fff8d1249b4fc1d5c5ae7

# ---
Description: Multithreading extension for Lua
License: OSI-Approved
Homepage: http://luaforge.net/projects/lanes/
Maintainer: Asko Kauppi 

DescDetail: <<
Lanes intends to provide 'the' solution for running Lua multithreaded, making
maximum use of current multicore CPUs. The Lua level APIs are simple and 
there's no C side messing involved.
<<

CompileScript: <<
 make LUA=lua51 LUAC=luac51
<<

InstallScript: <<
 make install LUA=lua51 LUAC=luac51 DESTDIR=%i
<<

DocFiles: ABOUT BUGS CHANGES COPYRIGHT README TODO docs/index.html 
docs/multi.png


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages tolua.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv29970/unstable/main/finkinfo/languages

Removed Files:
tolua.info 
Log Message:
tolua to stable; should this have a BDO added (static lib + headers, intended 
use is as a compiler tool?)


--- tolua.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages tolua.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv29970/stable/main/finkinfo/languages

Added Files:
tolua.info 
Log Message:
tolua to stable; should this have a BDO added (static lib + headers, intended 
use is as a compiler tool?)


--- NEW FILE: tolua.info ---
#
# tolua.info
#
# Fink package file, maintained by Asko Kauppi 
#
# Packages:
#   tolua   Lua/C[++] binding tool
#
# Todo:
#   - tolua author should fix a bug regarding compiling the intermediate file
# as C++. Use of LUALIB_API gives 'extern' whereas C++ would need
# 'extern "C"'.
#
# Current output:
#   LUALIB_API int luaopen_XXX (lua_State* tolua_S)
#
# Should be:
#   #ifdef __cplusplus
#   extern "C"
#   #else
#   LUALIB_API 
#   #endif
#   int luaopen_XXX (lua_State* tolua_S)
#
#   .. or enclosing the whole file in 'extern "C" {' ... '}' block
#
#   - author could make a man page for tolua (currently no such)
#
# Bugs:
#   - ...
#
# Notes:
#   - The "-ev" parameter to scripts is giving quite a lot of (unnecessary?) 
# build output. Fink policy seems to be to have it; personally I would be
# okay with just "-e".
#
# History:
#   AKa 6-Apr-2008: 5.1b1-0
#   AKa 14-Feb-2008: 5.0.990-1 (cleanup)
#   AKa 7-Feb-2008: 5.0.990-0 Source 5.1b, replacing 'tolua' 5.0-12
# maintained by Richard Kiss, on his request.
#

# Note: Using "5.1bN" for betas, "5.1rN" for releases
#
Package: tolua
Version: 5.1b1
Revision: 0
BuildDepends: lua51-dev (>= 5.1.2)
Depends: lua51-shlibs (>= 5.1.2)
Conflicts:
Replaces:

# vital for trying out alpha/beta packages
#SourceRename: tolua-%v.tar.gz

# 5.1b
Source: ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/tolua-5.1b.tar.gz
Source-MD5: d19c71c445dd3c659d7891bddded9bd9

# ---
Description: Accessing C/C++ code from Lua
License: OSI-Approved
Homepage: http://www.tecgraf.puc-rio.br/~celes/tolua/
Maintainer: Asko Kauppi 

DescDetail: <<
tolua is a tool that greatly simplifies the integration of C/C++ code with Lua.
Based on a cleaned header file, tolua automatically generates the binding code
to access C/C++ features from Lua. Using Lua API and metamethod facilities,
tolua maps C/C++ constants, external variables, functions, classes, and
methods to Lua.
<<

DescPackaging: <<
Unlike 'lua51', 'tolua' is not currently packaged so that it would support
having multiple versions installed at one time. This is mainly because tolua
is purely a development tool, and its library is offered as statically linked
.a only. Also, this is how the earlier 5.0-12 tolua package was.
<<

#---
# NOTE: "!/bin/sh -e" is needed for making 'if-then-else-fi' work.
#
# Comments are here to avoid unnecessary output when executing the script (-ev).
#
# No need to 'sed' the 'config' file; we can just append our overload values.
#
# Change in 'src/bin/lua/package.lua' makes produced C binding files compile
# (and especially, link) right even as C++. Relaxes the way for user to "just
# get it right"; otherwise Lua would complain of non-existing 'luaopen_xxx'
# entry in the module.
#
PatchScript: <<
 echo "CC=cc -fno-common" >> config
 echo "LUA=%p/bin" >> config
 echo "LUAINC=%p/include" >> config
 echo "LUALIB=%p/lib" >> config
<<

CompileScript: make

InstallScript: <<
#!/bin/sh -ev
 mkdir -p %i/bin %i/lib %i/include
 install -c bin/tolua %i/bin/
 cp -p lib/libtolua.a %i/lib/libtolua.a
 cp -p include/tolua.h %i/include/
<<
# cp -p %i/share/man/man1/tolua.1 %i/share/man/man1/

DocFiles: INSTALL README


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages luarocks.info, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv30159/unstable/main/finkinfo/languages

Removed Files:
luarocks.info 
Log Message:
luarocks to stable, with fix to avoid writing to %p during install phase


--- luarocks.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages luarocks.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv30159/stable/main/finkinfo/languages

Added Files:
luarocks.info 
Log Message:
luarocks to stable, with fix to avoid writing to %p during install phase


--- NEW FILE: luarocks.info ---
#
# luarocks.info
#
# Fink package file, maintained by Asko Kauppi 
#
# Packages:
#   luarocks  Add-on modules manager for Lua 5.1
#
# Todo:
#   - Author should give man page (luarocks.1)
#
# Bugs:
#   - none known
#
# Notes:
#   - Ability to install "fink-wrapped" rocks to '%p/lib/luarocks' by overriding
# LUAROCKS_CONFIG does not work; the rocks end up in default 
# '%p/var/lib/luarocks' instead. Will make such modules without LuaRocks,
# i.e. 'lua51-socket', 'lua51-lfs' etc. (always 'lua51-' and the require
# name)
#
# Notes:
#   - The "-ev" parameter to scripts is giving quite a lot of (unnecessary?) 
# build output. Fink policy seems to be to have it; personally I would be
# okay with just "-e".
#
#   - 'md5sum' is there always for fink, not necessary to list as dependency.
#
# Notes:
#   - LuaRocks will automatically create folders at '$(HOME)/.luarocks' if/when
# user installs a module. LuaRocks automatically switches between the
# default target (if having access = sudo) and that location.
#
# History:
#   dmacks 31-Jan-2012: 1.0-2: make sure install to %i not live %p
#   AKa 4-Sep-2008: 1.0-1 (1.0): Added 'BuildDepends: lua51-dev'
#   AKa 1-Sep-2008: 1.0-0 (1.0 rc3)
#   AKa 27-Aug-2008: 0.6.99-4: Removed the '.luarocks' and '.luarocks-admin'
#   proxies as unnecessary.
#   AKa 20-Aug-2008: 0.6.99-3: changed how 'manifest' file is dealt with; caused
#  bug when requiring from Lua
#   AKa 19-Aug-2008: 0.6.99-2 (1.0 rc2) uploaded to Fink
#   AKa 5-Jun-2008: 0.5.2-3 IMPORTANT FIX: 'lua' command did not get parameters
#   (was: $* -> \$*)
#   AKa 14-Apr-2008: 0.5.2-2 small fixes for validation; uploading to fink
#   AKa 14-Apr-2008: 0.5.2-1 using 'Type: nosource' for luarocks-lfs
#   AKa 13-Apr-2008: 0.5.2-0
#

# --- luarocks ---
#
Package: luarocks
Version: 1.0
Revision: 2
Depends: lua51 (>= 5.1.3-5)
BuildDepends: lua51-dev (>= 5.1.3-5)
Conflicts:
Replaces:
Recommends: lua51-dev (>= 5.1.3)

# vital for trying out alpha/beta packages (if .tar.gz is renamed after the 
tarring)
#SourceRename: luarocks-%v.tar.gz

# 1.0
Source: http://luaforge.net/frs/download.php/3727/luarocks-%v.tar.gz
Source-MD5: c884fe3fae925bb30f770361e70e784e

# 1.0rc2
#Source: http://luarocks.luaforge.net/luarocks-1.0-rc2.tar.gz
#Source-MD5: 979294c211b91e06fdc2b48c9d61e819

# ---
Description: Add-on modules manager for Lua 5.1
License: OSI-Approved
Homepage: http://luaforge.net/projects/luarocks/
Maintainer: Asko Kauppi 

DescDetail: <<
LuaRocks is a system for distribution and building of Lua extension modules.

The fink LuaRocks uses the following paths for storing the installed modules:

- /sw/lib/luarocks/ for extensions wrapped as other fink packages
  (s.a. 'luarocks-socket', 'luarocks-lfs')

- /sw/var/lib/luarocks/ for extension packages installed as 'sudo'

- $(HOME)/.luarocks/ for extension packages installed as regular user

All of this is automatic, and all of the above module paths are configured to
be used (in reversed order; decided by %p/etc/luarocks/config.lua) by Lua.
<<

DescUsage: <<
To use LuaRocks from behind a proxy, make sure your 'http_proxy' and/or
'FTP_PROXY' (yes, the other in lower case, the other in capital) are set
properly. -> man curl

Installing 'lua51-dev' is needed in order to install partly binary packages
manually, via 'luarocks install' (fink packages using LuaRocks will make a
BuildDepend on lua51-dev).

With Fink LuaRocks, you don't need to explicitly say '-lluarocks.require' if
using the 'lua' executable. This is done for you, and Rocks will seamlessly
be available via 'require'.
<<

#---
# NOTE: "!/bin/sh -e" is needed for making 'if-then-else-fi' work.
#
# Comments are here to avoid unnecessary output when executing the script (-ev).
#
# Running './configure' creates 'config.unix'.
#
# 'curl' is preferred over 'wget' since OS X has it by default ('wget' would
# be a dependency)
#
CompileScript: <<
#!/bin/sh -ev
 ./configure --prefix=%p \
 --sysconfdir=%p/etc/luarocks \
 --rocks-tree=%p/var/lib/luarocks \
 --lua-suffix=51 \
 --with-lua=%p \
 --with-lua-include=%p/include \
 --with-lua-lib=%p/lib \
 --with-downloader=curl \
 --with-md5-checker=md5sum
 make
<<

#InfoTest: <<
#TestScript: make test || exit 2
#<<

# %p/etc/luarocks/config.lua after 'make install':
#<<
#rocks_servers = {
#   [[http://luarocks.luaforge.net/rocks]]
#}
#rocks_trees = {
#   home..[[/.luarocks]],
#   [[/sw/var/lib/luarocks]]
#}
#<<
#
InstallScript: <<
#!/bin/sh -ev
 mkdir -p %i/bin \
  %i/etc/luarocks \

[cvs] dists/10.4/stable/main/finkinfo/x11 gimp-freefonts.info, NONE, 1.1 gimp-sharefonts.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv30536/stable/main/finkinfo/x11

Added Files:
gimp-freefonts.info gimp-sharefonts.info 
Log Message:
gimp fonts to stable


--- NEW FILE: gimp-sharefonts.info ---
Package: gimp-sharefonts
Version: 0.10
Revision: 3
Depends: xfontpath
Source: mirror:gimp:fonts/sharefonts-%v.tar.gz
Source-MD5: fd407f15efc7f06e320c10fd73d66c1f
SourceDirectory: sharefont
CompileScript: <<
<<
InstallScript: <<
#!/bin/sh -ev
# hot stinkin' DAMN this is ugly
install -d -m 755 %d`%p/bin/xfontpath basedir`/sharefont
install -c -m 644 * %d`%p/bin/xfontpath basedir`/sharefont
<<
PostInstScript: <<
if test -x %p/bin/xfontpath; then
%p/bin/xfontpath --silent install sharefont
fi
if test -f /etc/X11/XftConfig; then
if grep -v -q `%p/bin/xfontpath basedir`/sharefont 
/etc/X11/XftConfig; then
echo dir \"`%p/bin/xfontpath basedir`/sharefont\" >> 
/etc/X11/XftConfig
fi
fi
echo "All done.  You may need to restart X to get antialiased fonts"
echo "in some applications."
<<
PostRmScript: <<
if test -x %p/bin/xfontpath; then
%p/bin/xfontpath --silent remove sharefont
fi
if test -f /etc/X11/XftConfig; then
if grep -q `%p/bin/xfontpath basedir`/sharefont 
/etc/X11/XftConfig; then
if grep -v `%p/bin/xfontpath basedir`/sharefont 
/etc/X11/XftConfig > /etc/X11/XftConfig.tmp; then
mv /etc/X11/XftConfig.tmp /etc/X11/XftConfig
else
echo "an error occurred removing your font 
settings from /etc/X11/XftConfig"
fi
fi
fi
<<
Description: Shareware scalable X11 fonts
DescDetail: <<
A set of non-free Type1 fonts from gimp.org.
<<
License: Restrictive
Maintainer: Alexander Strange 

--- NEW FILE: gimp-freefonts.info ---
Package: gimp-freefonts
Version: 0.10
Revision: 3
Depends: xfontpath
Source: mirror:gimp:gimp/fonts/freefonts-%v.tar.gz
Source-MD5: a547b5b861d6eb138394bb83748d4eee
SourceDirectory: freefont
CompileScript: <<
<<
InstallScript: <<
#!/bin/sh -ev
# hot stinkin' DAMN this is ugly
install -d -m 755 %d`%p/bin/xfontpath basedir`/freefont
install -c -m 644 * %d`%p/bin/xfontpath basedir`/freefont
<<
PostInstScript: <<
if test -x %p/bin/xfontpath; then
%p/bin/xfontpath --silent install freefont
fi
if test -f /etc/X11/XftConfig; then
if grep -v -q `%p/bin/xfontpath basedir`/freefont 
/etc/X11/XftConfig; then
echo dir \"`%p/bin/xfontpath basedir`/freefont\" >> 
/etc/X11/XftConfig
fi
fi
echo "All done.  You may need to restart X to get antialiased fonts"
echo "in some applications."
<<
PostRmScript: <<
if test -x %p/bin/xfontpath; then
%p/bin/xfontpath --silent remove freefont
fi
if test -f /etc/X11/XftConfig; then
if grep -q `%p/bin/xfontpath basedir`/freefont 
/etc/X11/XftConfig; then
if grep -v `%p/bin/xfontpath basedir`/freefont 
/etc/X11/XftConfig > /etc/X11/XftConfig.tmp; then
mv /etc/X11/XftConfig.tmp /etc/X11/XftConfig
else
echo "an error occurred removing your font 
settings from /etc/X11/XftConfig"
fi
fi
fi
<<
Description: Freeware scalable X11 fonts
DescDetail: <<
A set of free Type1 fonts from gimp.org.
<<
License: Public Domain
Maintainer: Alexander Strange 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 gimp-freefonts.info, 1.2, NONE gimp-sharefonts.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv30536/unstable/main/finkinfo/x11

Removed Files:
gimp-freefonts.info gimp-sharefonts.info 
Log Message:
gimp fonts to stable


--- gimp-sharefonts.info DELETED ---

--- gimp-freefonts.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 dxpc.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv30601/stable/main/finkinfo/x11

Added Files:
dxpc.info 
Log Message:
dxpc to stable


--- NEW FILE: dxpc.info ---
Package: dxpc
Version: 3.9.2
Revision: 1002
GCC: 4.0
Source: http://www.vigor.nu/%n/%n-%v.tgz
Source-MD5: e69f58c4acc34c6746a0e5ab17bf8d0f
Description: Differential X Protocol Compressor
Depends: x11, x11-shlibs, lzo2-shlibs
BuildDepends: x11-dev, lzo2
License: GPL
ConfigureParams: --mandir=%p/share/man --with-lzo-libs=%p/lib
SetCXXFLAGS: -Os -I%p/include
InstallScript: <<
  make install prefix=%i man1dir=%i/share/man/man1
<<
DocFiles: README CHANGES TODO
Maintainer: Jack Fink 
Homepage: http://www.vigor.nu/dxpc
DescDetail: <<
dxpc is an X protocol compressor designed to improve the
speed of X11 applications run over low-bandwidth links
(such as dialup PPP connections).
<<
DescPackaging: <<
  Maintainer (<= 3.8.2-1/1001): Daniel Henninger
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 dxpc.info,1.3,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv30601/unstable/main/finkinfo/x11

Removed Files:
dxpc.info 
Log Message:
dxpc to stable


--- dxpc.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci gpsd-py.info, 1.3, 1.4 gpsd.info, 1.9, 1.10

2012-01-31 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv32268

Modified Files:
gpsd-py.info gpsd.info 
Log Message:
cleanup homepage and maintainer fields

Index: gpsd-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gpsd-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gpsd-py.info15 Jun 2011 18:09:07 -  1.3
+++ gpsd-py.info31 Jan 2012 16:50:24 -  1.4
@@ -52,7 +52,7 @@
 <<
 
 License: BSD
-Homepage: http://gpsd.berlios.de
+Homepage: http://catb.org/gpsd/
 Maintainer: Kurt Schwehr 
 Description: Gpsd client and programs GPS/AIS receivers in python
 DescDetail: <<

Index: gpsd.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gpsd.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gpsd.info   15 Jun 2011 18:09:07 -  1.9
+++ gpsd.info   31 Jan 2012 16:50:24 -  1.10
@@ -61,8 +61,8 @@
 #<<
 
 License: BSD
-Homepage: http://gpsd.berlios.de
-Maintainer: Maintainer: Kurt Schwehr 
+Homepage: http://catb.org/gpsd/
+Maintainer: Kurt Schwehr 
 Description: Daemon that monitors one or more GPS/AIS receivers
 
 DescDetail: <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 fox16.info, NONE, 1.1 fox16.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv32755/stable/main/finkinfo/x11

Added Files:
fox16.info fox16.patch 
Log Message:
fox16 to stable, with small buildfixes (not full gnome dep overhaul)


--- NEW FILE: fox16.patch ---
diff -Nurd -x'*~' fox-1.6.37.orig/configure fox-1.6.37/configure
--- fox-1.6.37.orig/configure   2009-11-11 19:17:53.0 -0500
+++ fox-1.6.37/configure2012-01-31 11:50:32.0 -0500
@@ -22391,7 +22391,7 @@
 fi
 X_BASE_LIBS=""
 else
-X_BASE_LIBS="-lXext -lX11"
+X_BASE_LIBS="-lXext -lX11 -L/usr/X11R6/lib"
 fi
 
 
@@ -22516,7 +22516,7 @@
 XFTLIBS=`pkg-config --libs xft`
 saved_cppflags="${CXXFLAGS}"
 CXXFLAGS="${CXXFLAGS} -DHAVE_XFT_H=1 $XFTCFLAGS"
-X_BASE_LIBS="${X_BASE_LIBS} $XFTLIBS"
+X_BASE_LIBS="$XFTLIBS ${X_BASE_LIBS}"
 fi
 
 

--- NEW FILE: fox16.info ---
Package: fox16
Version: 1.6.37
Revision: 1004
Depends: %N-shlibs (= %v-%r), bzip2-shlibs (>= 1.0.5-2), fontconfig2-shlibs, 
freetype219-shlibs (>= 2.3.8-2), libjpeg8-shlibs (>= 6b-17), libpng14-shlibs, 
libtiff-shlibs (>= 3.8.2-1002), x11, x11-shlibs
BuildDepends: bzip2 (>= 1.0.5-2), fontconfig2-dev, freetype219 (>= 2.3.8-2), 
libjpeg8 (>= 6b-17), libpng14, libtiff (>= 3.8.2-1002), x11-dev
BuildDependsOnly: true
Conflicts: fox1
Replaces: fox1
GCC: 4.0
Source: http://www.fox-toolkit.org/ftp/fox-%v.tar.gz
Source-MD5: e499e62c3ac4ef82a032bc67fa87f9af
SetCXXFLAGS: -Os
SetLDFLAGS: -Wl,-framework,CoreServices
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
--with-opengl --with-x --with-xft --with-shape --with-xshm --with-xcursor 
--with-xrandr --with-xim
PatchFile: %n.patch
PatchFile-MD5: 0fa9346a4f36561933457109725a0cfe
PatchScript: <<
#!/bin/sh -ev
%{default_script}
/usr/bin/sed -i'' -e '/FXException.h/ a\
#include "@FINKPREFIX@/lib/fontconfig2/include/fontconfig/fontconfig.h"
' src/FXFont.cpp
/usr/bin/sed -i'' -e 's|@FINKPREFIX@|%p|' src/FXFont.cpp
<<
InstallScript: make install DESTDIR=%d
DocFiles: ADDITIONS AUTHORS LICENSE* README TRACING
Splitoff: <<
  Package: %N-shlibs
  Depends: bzip2-shlibs (>= 1.0.5-2), fontconfig2-shlibs, freetype219-shlibs 
(>= 2.3.8-2), libjpeg8-shlibs (>= 6b-17), libpng14-shlibs, libtiff-shlibs (>= 
3.8.2-1002), x11-shlibs
  Files: <<
lib/libCHART-1.6.0.dylib
lib/libCHART-1.6.0.0.37.dylib
lib/libFOX-1.6.0.dylib
lib/libFOX-1.6.0.0.37.dylib
  <<
  Shlibs: <<
%p/lib/libCHART-1.6.0.dylib 1.0.0 %n (>= 1.6.36-1002)
%p/lib/libFOX-1.6.0.dylib 1.0.0 %n (>= 1.6.36-1002)
  <<
  DocFiles: LICENSE
<<
License: LGPL
Homepage: http://www.fox-toolkit.org
Maintainer: Jack Fink 
Description: C++ GUI Toolkit v. 1.6.x



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 fox16.info,1.7,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv32755/unstable/main/finkinfo/x11

Removed Files:
fox16.info 
Log Message:
fox16 to stable, with small buildfixes (not full gnome dep overhaul)


--- fox16.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 parcellite.info, NONE, 1.1 parcellite.patch, NONE, 1.1 xpenguins-themes.info, NONE, 1.1 xpenguins.info, NONE, 1.1 xrootconsole.info, NONE, 1.1 xrootconsole.pa

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3156/stable/main/finkinfo/x11

Added Files:
parcellite.info parcellite.patch xpenguins-themes.info 
xpenguins.info xrootconsole.info xrootconsole.patch xsnow.info 
xwit.info 
Log Message:
bunch of stuff to stable


--- NEW FILE: xrootconsole.patch ---
diff -Nurd -x'*~' xrootconsole-0.6.orig/Makefile xrootconsole-0.6/Makefile
--- xrootconsole-0.6.orig/Makefile  2004-02-20 16:53:28.0 -0500
+++ xrootconsole-0.6/Makefile   2008-12-08 01:13:38.0 -0500
@@ -33,9 +33,9 @@
 ###
 
 EXEC = xrootconsole
-BINDIR = /usr/local/bin
+BINDIR = $(prefix)/bin
 MANFILE = xrootconsole.1
-MANDIR = /usr/local/share/man/man1
+MANDIR = $(prefix)/share/man/man1
 
 VERSION = $(shell tag=$$(echo '$$Name: RELEASE-0_6 $$' | sed -e 's/\$$//g' -e 
's/Name://g'); \
 if [ $$tag ]; \
@@ -48,15 +48,15 @@
 
 # for production
 CFLAGS = -O2 -DNDEBUG -Wall "-DXROOTCONSOLE_VERSION=\"$(VERSION)\"" \
--I /usr/X11R6/include
-LDFLAGS = -s
+-I/usr/X11R6/include
+LDFLAGS = 
 
 # for testing
 #CFLAGS = -g -Wall "-DXROOTCONSOLE_VERSION=\"$(VERSION) (debug build)\"" \
--I /usr/X11R6/include
+-I/usr/X11R6/include
 #LDFLAGS = 
 
-LIBS = -L/usr/X11R6/lib -lX11 -lutil
+LIBS = -L/usr/X11R6/lib -lX11
 
 OBJS = main.o util.o
 
@@ -76,5 +76,7 @@
rm -f $(EXEC) *.o core *~
 
 install: $(EXEC)
-   cp $(EXEC) $(BINDIR)
-   cp $(MANFILE) $(MANDIR)
+   install -d $(BINDIR)
+   install -c $(EXEC) $(BINDIR)/$(EXEC)
+   install -d $(MANDIR)
+   install -c $(MANFILE) $(MANDIR)/$(MANFILE)

--- NEW FILE: xwit.info ---
Package: xwit
Version: 3.4
Revision: 1

Depends: x11
BuildDepends: x11-dev

Source: mirror:debian:pool/main/x/%n/%n_%v.orig.tar.gz
Source-MD5: bac527aab86715fcd76f44d9cf970ade
SourceDirectory: %n-%v.orig

PatchScript: <<
  perl -pi -e 
's/\Qselect(0,(int*)0,(int*)0,(int*)0,&tv)\E/select(0,0,0,0,&tv)/' xwit.c
<<

CompileScript: <<
  #!/bin/sh -ev
  for f in xwit dsimple ClientWin ; do
gcc -c -I. -I/usr/X11/include -I/usr/X11R6/include $f.c -o $f.o
  done
  gcc *.o -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -o xwit
  cp xwit.man xwit.1
<<

InstallScript: <<
  mkdir -p %i/bin %i/share/man/man1
  install -m755 xwit %i/bin
  install -m644 xwit.1 %i/share/man/man1
<<
DocFiles: README

DescPort: <<
  xmkmf is dead so we'll just build this simple thing manually.
<<
DescDetail: <<
xwit ("x window interface tool") is a hodge-podge collection of simple
routines to call some of those X11 functions that don't already have any
utility commands built around them.  The reasoning behind this is that
loosely every X function should be accessible from a shell script.

For example, XWarpPointer() will move the X pointer, but no utility program
exists to do so on those rare occasions when you could really use it.  xwit
will also resize, iconify, pop, and move windows given by name or id,
change an icon, title or name, set the screen saver going, and change
individual key autorepeat settings, etc.
<<

Description: Command-line access for x11 functions
Homepage: http://packages.debian.org/unstable/x11/xwit
License: Public Domain
Maintainer: Daniel Macks 


--- NEW FILE: parcellite.info ---
Package: parcellite
Version: 0.9.2
Revision: 4
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a650f6fe0fec96827b30ca3218a2b4df
BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.8.8-3),
fink (>= 0.24.12),
fink-package-precedence,
fontconfig2-dev (>= 2.8.0-4),
freetype219 (>= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (>= 2.22.0-1),
glitz,
gtk+2-dev (>= 2.18.0-1),
intltool40,
libgettext8-dev,
libiconv-dev,
pango1-xft2-ft219-dev (>= 1.24.5-4),
pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
x11-dev
<<
Depends: <<
atk1-shlibs (>= 1.28.0-1),
cairo-shlibs (>= 1.8.8-3),
fontconfig2-shlibs (>= 2.8.0-4),
freetype219-shlibs (>= 2.3.12-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
x11
<<
PatchFile: %n.patch
PatchFile-MD5: 0301bdd94133e6d1d9d8900b1ecc2002
ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
CompileScript: <<
./configure %c
make
fink-package-precedence .
<<
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README TODO
DescPort: <<
Seems to expect gtk+2 to publish -lX11 flag or that indirect
symbol resolution works. No and no.

Recent glib doesn't publish -lintl, so pass it directly.
<<
Description: Lightweight x11 clipboard manager
Homepage: http://parcellite.s

[cvs] dists/10.4/unstable/main/finkinfo/x11 parcellite.info, 1.2, NONE parcellite.patch, 1.2, NONE xpenguins-themes.info, 1.1, NONE xpenguins.info, 1.2, NONE xrootconsole.info, 1.4, NONE xrootconsole.

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3156/unstable/main/finkinfo/x11

Removed Files:
parcellite.info parcellite.patch xpenguins-themes.info 
xpenguins.info xrootconsole.info xrootconsole.patch xsnow.info 
xwit.info 
Log Message:
bunch of stuff to stable


--- xrootconsole.patch DELETED ---

--- xwit.info DELETED ---

--- parcellite.info DELETED ---

--- xpenguins-themes.info DELETED ---

--- xrootconsole.info DELETED ---

--- parcellite.patch DELETED ---

--- xpenguins.info DELETED ---

--- xsnow.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 gerbv-gtk2.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3274/stable/main/finkinfo/x11

Added Files:
gerbv-gtk2.info 
Log Message:
gerbv-gtk2 to stable


--- NEW FILE: gerbv-gtk2.info ---
Package: gerbv-gtk2
Version: 1.0.3
Revision: 11
Type: bundle
Depends: gerbv (>= 1.0.3-0), fink-obsolete-packages
Description: OBSOLETE use package 'gerbv' instead
Maintainer: Charles Lepple 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 gerbv-gtk2.info,1.3,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3274/unstable/main/finkinfo/x11

Removed Files:
gerbv-gtk2.info 
Log Message:
gerbv-gtk2 to stable


--- gerbv-gtk2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 qt3-mysql.info, NONE, 1.1 qt3-postgresql.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3402/stable/main/finkinfo/x11

Added Files:
qt3-mysql.info qt3-postgresql.info 
Log Message:
qt3 database plugins to stable


--- NEW FILE: qt3-postgresql.info ---
Package: qt3-postgresql
Version: 3.3.8
Revision: 2000
Description: PostgreSQL Plugin for the Qt Toolkit
License: GPL
Maintainer: Benjamin Reed 

Depends: <<
postgresql90-shlibs,
qt3-shlibs (>= 3.3.8-2000)
<<
BuildDepends: <<
fink-package-precedence (>= 0.7-1),
postgresql90-dev,
qt3 (>= 3.3.8-2000)
<<
Replaces: <<
qt3,
qt3-shlibs
<<
GCC: 4.0

CustomMirror: <<
Primary: ftp://ftp.trolltech.com/qt/source
aus-AU: http://public.ftp.planetmirror.com.au/pub/trolltech/qt/source
eur-DE: ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source
eur-DE: http://wftp.tu-chemnitz.de/pub/Qt/source
eur-ES: http://sunsite.rediris.es/mirror/Qt/source
eur-GR: http://ftp.ntua.gr/pub/X11/Qt/qt/source
eur-NO: ftp://ftp.trolltech.com/qt/source
eur-RO: http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources
nam-US: http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source
<<
Source: mirror:custom:qt-x11-free-%v.tar.bz2
Source-MD5: cf3c43a7dfde5bfb76f8001102fe6e85
SourceDirectory: qt-x11-free-%v
PatchScript:perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro

UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ex

if [ -x /usr/bin/gcc-4.2 ]; then
export CC="gcc-4.2 -MD" CXX="g++-4.2 -MD"
else
export CC="gcc -MD" CXX="g++ -MD"
fi

export PATH="%p/opt/postgresql-9.0/bin:$PATH"
pushd plugins/src/sqldrivers/psql
qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.0/include 
%p/opt/postgresql-9.0/include/server" psql.pro 
perl -pi -e 's,-L%p/lib,-L%p/opt/postgresql-9.0/lib -L%p/lib,g' Makefile
make CC="$CC" CXX="$CXX"
fink-package-precedence --depfile-ext=.d .
<<

InstallScript: <<
#!/bin/sh -ex

mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/qt3-postgresql

install -d -m 755 %i/lib/qt3/plugins/sqldrivers
install -c -m 755 plugins/sqldrivers/*.so %i/lib/qt3/plugins/sqldrivers/
<<
DocFiles: FAQ INSTALL LICENSE* MANIFEST PLATFORMS README*

Homepage: http://www.trolltech.com/


--- NEW FILE: qt3-mysql.info ---
Package: qt3-mysql
Version: 3.3.8
Revision: 2000
Description: MySQL Plugin for the Qt Toolkit
License: GPL
Maintainer: Benjamin Reed 

Depends: <<
mysql-unified-shlibs,
qt3-shlibs (>= 3.3.8-2000)
<<
BuildDepends: <<
fink-package-precedence (>= 0.7-1),
mysql-unified-dev,
qt3 (>= 3.3.8-2000)
<<
Replaces: <<
qt3,
qt3-shlibs
<<
GCC: 4.0

CustomMirror: <<
Primary: ftp://ftp.trolltech.com/qt/source
aus-AU: http://public.ftp.planetmirror.com.au/pub/trolltech/qt/source
eur-DE: ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source
eur-DE: http://wftp.tu-chemnitz.de/pub/Qt/source
eur-ES: http://sunsite.rediris.es/mirror/Qt/source
eur-GR: http://ftp.ntua.gr/pub/X11/Qt/qt/source
eur-NO: ftp://ftp.trolltech.com/qt/source
eur-RO: http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources
nam-US: http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source
<<
Source: mirror:custom:qt-x11-free-%v.tar.bz2
Source-MD5: cf3c43a7dfde5bfb76f8001102fe6e85
SourceDirectory: qt-x11-free-%v
PatchScript:perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro

UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ex

if [ -x /usr/bin/gcc-4.2 ]; then
export CC="gcc-4.2 -MD" CXX="g++-4.2 -MD"
else
export CC="gcc -MD" CXX="g++ -MD"
fi

pushd plugins/src/sqldrivers/mysql
qmake -o Makefile "INCLUDEPATH += %p/include/mysql" "LIBS += -L%p/lib" 
mysql.pro 
make CC="$CC" CXX="$CXX"
fink-package-precedence --depfile-ext=.d .
<<

InstallScript: <<
#!/bin/sh -ex

mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/qt3-mysql

install -d -m 755 %i/lib/qt3/plugins/sqldrivers
install -c -m 755 plugins/sqldrivers/*.so %i/lib/qt3/plugins/sqldrivers/
<<
DocFiles: FAQ INSTALL LICENSE* MANIFEST PLATFORMS README*

Homepage: http://www.trolltech.com/



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.so

[cvs] dists/10.4/unstable/main/finkinfo/x11 qt3-mysql.info, 1.9, NONE qt3-postgresql.info, 1.9, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3402/unstable/main/finkinfo/x11

Removed Files:
qt3-mysql.info qt3-postgresql.info 
Log Message:
qt3 database plugins to stable


--- qt3-postgresql.info DELETED ---

--- qt3-mysql.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xwrits.info,1.1,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3581/unstable/main/finkinfo/x11

Removed Files:
xwrits.info 
Log Message:
xwrits to stable with buildfix


--- xwrits.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xwrits.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3581/stable/main/finkinfo/x11

Added Files:
xwrits.info 
Log Message:
xwrits to stable with buildfix


--- NEW FILE: xwrits.info ---
Package: xwrits
Version: 2.21
Revision: 1
Maintainer: Mike Akers 
BuildDepends: x11-dev
Depends: x11
Source: http://www.lcdf.org/xwrits/%n-%v.tar.gz
Source-MD5: cb51e789f0e0c1e6ca147caee8e537da
ConfigureParams: --mandir=%p/share/man
SetLDFLAGS: -L/usr/X11R6/lib
InstallScript: make install DESTDIR=%d
DocFiles: NEWS README
Description: Reminds you to take wrist breaks
DescDetail: <<
Xwrits reminds you to take wrist breaks for prevention or management
of repetitive stress injuries. When you should take a break, it pops up an
X window, the warning window. You click on the warning window, then take a
break. The window changes appearance while you take the break. It changes
again when your break is over. Then you just resume typing. Xwrits hides
itself until you should take another break.
<<
License: GPL
Homepage: http://www.lcdf.org/xwrits/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xcb.info, NONE, 1.1 xclip.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3721/stable/main/finkinfo/x11

Added Files:
xcb.info xclip.info 
Log Message:
some stuff to stable


--- NEW FILE: xclip.info ---
Package: xclip
Version: 0.11
Revision: 1

Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 4caf3a2b03c36981f9af36a8e8582951

BuildDepends: x11-dev
Depends: x11

ConfigureParams: --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include
InstallScript: make install DESTDIR=%d

DescDetail: <<
Similar to pbcopy/pbpaste (manipulate the OS X clipboard)
<<
Description: Command-line interface to x11 clipboard
License: GPL
Homepage: http://sourceforge.net/projects/xclip
Maintainer: Daniel Macks 

--- NEW FILE: xcb.info ---
Package: xcb
Version: 2.4
Revision: 1
Description: Pigeon holes for x11 copy/selection buffers
License: BSD
Maintainer: Daniel Macks 
Source: mirror:debian:pool/main/x/xcb/%n_%v.orig.tar.gz
Source-MD5: bc791ccefd9260394a8f30733adc42e4
SourceDirectory: %n-%v 
Depends: x11, app-defaults
BuildDepends: x11-dev
PatchScript: <<
  sed -n -e '/^\.SH COPYRIGHT/,/^\.SH/ {' -e 's/^\..*//' -e 'p' -e '}' xcb.man 
> Copyright
  sed -e 's/\(Xcb.ad.base\) \($(GUI)\)/\2 \1/' Makefile.std > Makefile
<<
SetCPPFLAGS: -I/usr/X11R6/include
CompileScript: <<
  make CPP="cpp" LDFLAGS=-L/usr/X11R6/lib xcb Xcb.ad
  mv Xcb.ad Xcb.ad.orig
  sed -e '/^#pragma/d' Xcb.ad.orig > Xcb.ad
<<
InstallScript: <<
  mkdir -p -m 0755 %i/bin %i/etc/app-defaults %i/share/man/man1
  install  -m 0755 xcb %i/bin
  install  -m 0644 Xcb.ad  %i/etc/app-defaults/Xcb
  install  -m 0644 xcb.man %i/share/man/man1/xcb.1
<<
DocFiles: Changes Copyright README
DescDetail: <<
Do you ever wish you could cut two or more separate pieces of text
at once from a window?  Do you ever need to save the output from one
command for reuse in several subsequent tasks?  Do you ever find
yourself wanting some easy means of globally exporting data, e.g.
to a parent shell, to another xterm or application, or to another
machine or user?  If you answer yes to any of these questions, then
xcb is for you.

Xcb provides access to the cut buffers built into every X server.
It allows the buffers to be manipulated either via the command line,
or with the mouse in a point and click manner.  The buffers can be
used as holding pens to store and retrieve arbitrary data fragments,
so any number of different pieces of data can be saved and recalled later.
The program is designed primarily for use with textual data.
<<
DescPort: <<
Using the (default) Athena widgets, not Motif.

Imakefile + xmkmf is painful to fix paths, so skip it and use
Makefile.std in tarball. Makefile's install* targets hard-code paths
so just do the install manually instead of patching the targets.

Darwin cpp requires -D flag come before source file.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xcb.info, 1.2, NONE xclip.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3721/unstable/main/finkinfo/x11

Removed Files:
xcb.info xclip.info 
Log Message:
some stuff to stable


--- xclip.info DELETED ---

--- xcb.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 qwt.info, 1.8, NONE qwt.patch, 1.1, NONE qwtplot3d.info, 1.10, NONE qwtplot3d.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3782/unstable/main/finkinfo/x11

Removed Files:
qwt.info qwt.patch qwtplot3d.info qwtplot3d.patch 
Log Message:
qwt to stable


--- qwtplot3d.info DELETED ---

--- qwt.patch DELETED ---

--- qwt.info DELETED ---

--- qwtplot3d.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 qwt.info, NONE, 1.1 qwt.patch, NONE, 1.1 qwtplot3d.info, NONE, 1.1 qwtplot3d.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3782/stable/main/finkinfo/x11

Added Files:
qwt.info qwt.patch qwtplot3d.info qwtplot3d.patch 
Log Message:
qwt to stable


--- NEW FILE: qwtplot3d.info ---
Package: qwtplot3d
Version: 0.2.6
Revision: 6

Description: Qt/OpenGL-based C++ programming library

License: OSI-Approved

Maintainer: None 

Depends: %N-shlibs ( = %v-%r )
BuildDepends: fink (>= 0.24.12), qt3, x11-dev
BuildDependsOnly: true

Source: mirror:sourceforge:%n/%n-%v.tgz
Source-MD5: 7ef960d7874f78162d6c9d241de2843e
SourceDirectory: %n

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

GCC: 4.0

CompileScript: <<
qmake %n.pro
make
<<

InstallScript: <<
mkdir -p %i/lib/qt3/qwtplot3d
cp -R lib %i/lib/qt3/qwtplot3d/

cp -R include %i/lib/qt3/qwtplot3d/
<<

DocFiles: license.txt

DescDetail: <<
QwtPlot3D is not a  program, but a feature-rich 
Qt/OpenGL-based C++ programming library, providing 
essentially a  bunch of 3D-widgets for programmers.
<<
Splitoff: <<
 Package: %N-shlibs
 Depends: qt3-shlibs, x11
 Replaces: %N ( << 0.2.6-2 )
 Files: lib/qt3/%N/lib/libqwtplot3d.0*.dylib
 Shlibs: %p/lib/qt3/%N/lib/libqwtplot3d.0.dylib 0.2.0 %n (>= 0.2.6-6)
 Description: Qt/OpenGL-based C++ programming library -- shared library
DocFiles: license.txt
<<
DescPackaging:  Previously maintained by Murali Vadivelu
 

 

--- NEW FILE: qwt.patch ---
diff -urN qwt-5.0.0rc1.orig/qwt.pro qwt-5.0.0rc1/qwt.pro
--- qwt-5.0.0rc1.orig/qwt.pro   2006-11-06 20:34:48.0 +
+++ qwt-5.0.0rc1/qwt.pro2006-12-04 23:51:38.0 +
@@ -201,11 +201,13 @@
 src/qwt_wheel.cpp

 

 unix {

-INSTALLBASE= /usr/local/qwt

+INSTALLBASE= @PREFIX@/lib/qt3/qwt

 target.path= $$INSTALLBASE/lib

 headers.path   = $$INSTALLBASE/include

 headers.files  = $$HEADERS

-doc.path   = $$INSTALLBASE/doc

-doc.files  = doc/html doc/man

+doc.path   = @PREFIX@/share/doc/qwt

+doc.files  = doc/html 
+man.path   = @PREFIX@/share/man
+man.files  = doc/man

 INSTALLS   = target headers doc

 }

diff -urN qwt-5.0.0rc1.orig/qwt.pro qwt-5.0.0rc1/qwt.pro
--- qwt-5.0.0rc1.orig/qwt.pro   2006-11-06 20:34:48.0 +
+++ qwt-5.0.0rc1/qwt.pro2006-12-06 21:33:30.0 +
@@ -17,7 +17,8 @@
 # interested in QwtPlot only, you can remove

 # the lists at the end of this file.

 

-TARGET= qwt

+TARGET= qwt
+QMAKE_LFLAGS_SHLIB = -prebind -dynamiclib -single_module 
-headerpad_max_install_names -install_name @PREFIX@/lib/qt3/qwt/lib/$(TARGET1)

 TEMPLATE  = lib

 

 VERSION  = 5.0.0
 

--- NEW FILE: qwt.info ---
Package: qwt
Version: 5.0.0rc1
Revision: 5
Description: Qt Widgets for Technical Applications
License: LGPL
Maintainer: None 
Depends: %N-shlibs ( = %v-%r )
BuildDepends: fink (>= 0.24.12), qt3
BuildDependsOnly: true

Source: mirror:sourceforge:%n/%n-%v.zip
Source-MD5: 253cf9d98d5afa01f0293a6a355d9235

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

GCC: 4.0

CompileScript: <<
qmake %n.pro
make
cd designer; qmake qwtplugin.pro; make
cd examples; qmake examples.pro; make
<<

InstallScript: <<
mkdir -p %i/lib/qt3/qwt
cp -R %b/include %i/lib/qt3/qwt/
cp -R %b/lib %i/lib/qt3/qwt/
cp -R %b/examples %i/lib/qt3/qwt/

mkdir -p %i/share/doc/qwt
cp -R %b/doc/html %i/share/doc/qwt/

cp -R designer/plugins %i/lib/qt3/
<<

DocFiles: COPYING CHANGES README INSTALL TODO

SplitOff: <<
 Package: qwt-designer-plugin
 Depends: %N-shlibs ( =%v-%r ), qt3-designer
 Files: lib/qt3/plugins/designer/libqwtplugin.so
 DocFiles: COPYING CHANGES README INSTALL TODO
<<

Splitoff2: <<
 Package: %N-shlibs
 Depends: qt3-shlibs
 Replaces: %N ( << 5.0.0rc2-1 )
 Files: lib/qt3/%N/lib/libqwt.5*.dylib
 Shlibs: %p/lib/qt3/%N/lib/libqwt.5.dylib 5.0.0 %n (>= 5.0.0rc1-2)
 Description: Qt Widgets for Technical Applications -- shared library
DocFiles: COPYING CHANGES README INSTALL TODO
<<

DescDetail: <<
Qwt is a graphics extension to the Qt GUI application 
framework from Trolltech AS of Norway. It provides a 
2D plotting widget and more.
<<
DescPackaging:  Previously maintained by Murali Vadivelu 

 

--- NEW FILE: qwtplot3d.patch ---
diff -urN qwtplot3d.orig/qwtplot3d.pro qwtplot3d/qwtplot3d.pro
--- qwtplot3d.orig/qwtplot3d.pro2005-07-21 18:00:46.0 +0100
+++ qwtplot3d/qwtplot3d.pro 2006-12-06 21:37:00.0 +
@@ -3,6 +3,7 @@
 
 
 TARGET= qwtplot3d
+QMAKE_LFLAGS_SHLIB = -prebind -dynamiclib -single_module 
-headerpad_max_install_names -install_name 
@PREFIX@/lib/qt3/qwtplot3d/lib/$(TARGET1)
 TEMPLATE  = lib
 CONFIG   += qt warn_on opengl thread zlib
 MOC_DIR   = tmp
dif

[cvs] dists/10.4/stable/main/finkinfo/x11 vroot-h.info, NONE, 1.1 vroot-h.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3833/stable/main/finkinfo/x11

Added Files:
vroot-h.info vroot-h.patch 
Log Message:
vroot.h to stable


--- NEW FILE: vroot-h.patch ---
diff -Nurd -x'*~' vroot-h-1.4.1jwz.orig/vroot.h vroot-h-1.4.1jwz/vroot.h
--- vroot-h-1.4.1jwz.orig/vroot.h   1969-12-31 19:00:00.0 -0500
+++ vroot-h-1.4.1jwz/vroot.h2003-03-17 09:23:54.0 -0500
@@ -0,0 +1,126 @@
+/*/
+/**   Copyright 1991 by Andreas Stolcke **/
+/**   Copyright 1990 by Solbourne Computer Inc. **/
+/**  Longmont, Colorado **/
+/** **/
+/**   All Rights Reserved   **/
+/** **/
+/**Permission to use, copy, modify, and distribute this software and**/
+/**its documentation  for  any  purpose  and  without  fee is hereby**/
+/**granted, provided that the above copyright notice appear  in  all**/
+/**copies and that both  that  copyright  notice  and  this  permis-**/
+/**sion  notice appear in supporting  documentation,  and  that  the**/
+/**name of Solbourne not be used in advertising **/
+/**in publicity pertaining to distribution of the  software  without**/
+/**specific, written prior permission.  **/
+/** **/
+/**ANDREAS STOLCKE AND SOLBOURNE COMPUTER INC. DISCLAIMS ALL WARRANTIES **/
+/**WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF**/
+/**MERCHANTABILITY  AND  FITNESS,  IN  NO  EVENT SHALL ANDREAS STOLCKE  **/
+/**OR SOLBOURNE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL**/
+/**DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA   **/
+/**OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER**/
+/**TORTIOUS ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE**/
+/**OR PERFORMANCE OF THIS SOFTWARE. **/
+/*/
+/*
+ * vroot.h -- Virtual Root Window handling header file
+ *
+ * This header file redefines the X11 macros RootWindow and DefaultRootWindow,
+ * making them look for a virtual root window as provided by certain `virtual'
+ * window managers like swm and tvtwm. If none is found, the ordinary root
+ * window is returned, thus retaining backward compatibility with standard
+ * window managers.
+ * The function implementing the virtual root lookup remembers the result of
+ * its last invocation to avoid overhead in the case of repeated calls
+ * on the same display and screen arguments. 
+ * The lookup code itself is taken from Tom LaStrange's ssetroot program.
+ *
+ * Most simple root window changing X programs can be converted to using
+ * virtual roots by just including
+ *
+ * #include 
+ *
+ * after all the X11 header files.  It has been tested on such popular
+ * X clients as xphoon, xfroot, xloadimage, and xaqua.
+ * It also works with the core clients xprop, xwininfo, xwd, and editres
+ * (and is necessary to get those clients working under tvtwm).
+ * It does NOT work with xsetroot; get the xsetroot replacement included in
+ * the tvtwm distribution instead.
+ *
+ * Andreas Stolcke , 9/7/90
+ * - replaced all NULL's with properly cast 0's, 5/6/91
+ * - free children list (suggested by Mark Martin ), 5/16/91
+ * - include X11/Xlib.h and support RootWindowOfScreen, too 9/17/91
+ */
+
+#ifndef _VROOT_H_
+#define _VROOT_H_
+
+#if !defined(lint) && !defined(SABER)
+static const char vroot_rcsid[] = "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 
stolcke Exp stolcke #";
+#endif
+
+#include 
+#include 
+#include 
+
+static Window
+#ifdef __STDC__ /* ANSIfication added by jwz, to avoid superfluous warnings. */
+VirtualRootWindowOfScreen(Screen *screen)
+#else /* !__STDC__ */
+VirtualRootWindowOfScreen(screen) Screen *screen;
+#endif /* !__STDC__ */
+{
+   static Screen *save_screen = (Screen *)0;
+   static Window root = (Window)0;
+
+   if (screen != save_screen) {
+   Display *dpy = DisplayOfScreen(screen);
+   Atom __SWM_VROOT = None;
+   int i;
+   Window rootReturn, parentReturn, *children;
+   unsigned int numChildren;
+
+   root = RootWindowOfScreen(screen);
+
+   /* go look for a virtual root */
+   __SWM_VROOT = XInternAtom(dpy, "__SWM_VROOT", False);
+   if (XQueryTree(dpy, root, &rootReturn, &parentReturn,
+  

[cvs] dists/10.4/unstable/main/finkinfo/x11 vroot-h.info, 1.2, NONE vroot-h.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3833/unstable/main/finkinfo/x11

Removed Files:
vroot-h.info vroot-h.patch 
Log Message:
vroot.h to stable


--- vroot-h.patch DELETED ---

--- vroot-h.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 tint2.info,1.3,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3956/unstable/main/finkinfo/x11

Removed Files:
tint2.info 
Log Message:
tint2 to stable with small dep upgrades


--- tint2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 tint2.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3956/stable/main/finkinfo/x11

Added Files:
tint2.info 
Log Message:
tint2 to stable with small dep upgrades


--- NEW FILE: tint2.info ---
Package: tint2
Version: 0.7
Revision: 6
Depends: x11, x11-shlibs, cairo-shlibs (>= 1.8.6-3), expat1-shlibs (>= 
2.0.1-1), fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-2), 
glib2-shlibs (>= 2.20.3-1), glitz-shlibs (>= 0.5.6-3), imlib2-shlibs (>= 
1.4.2-2), libgettext8-shlibs, libiconv (>= 1.12-3), libpng14-shlibs, 
pango1-xft2-ft219-shlibs (>= 1.24.2-1), pixman-shlibs (>= 0.14.0-1)
BuildDepends: x11-dev, pkgconfig (>= 0.9.0-1), cairo (>= 1.8.6-3), expat1 (>= 
2.0.1-1), fontconfig2-dev (>= 2.4.1-6), freetype219 (>= 2.3.8-2), glib2-dev (>= 
2.20.3-1), glitz (>= 0.5.6-3), imlib2 (>= 1.4.2-2), libgettext8-dev, 
libiconv-dev (>= 1.12-3), libpng14, pango1-xft2-ft219-dev (>= 1.24.2-1), pixman 
(>= 0.14.0-1)
Source: http://tint2.googlecode.com/files/%n-%v.tar.gz
Source-MD5: 03851e10d848ec35641d531c47e352ac
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-examples 
X11_CFLAGS="-I/usr/X11R6/include" X11_LIBS="-L/usr/X11R6/lib -lX11" 
XINERAMA_CFLAGS="-I/usr/X11R6/include" XINERAMA_LIBS="-L/usr/X11R6/lib 
-lXinerama"
PatchScript: perl -pi -e "s|-Wl,--as-needed||" src/Makefile.in
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README*
ConfFiles: %p/etc/xdg/tint2/tint2rc
License: GPL
Homepage: http://tint2.googlecode.com
Maintainer: Jack Fink 
Description: Lightweight X11 panel/taskbar
DescDetail: <<
tint2 is a simple panel/taskbar intentionally made for openbox3,
but should also work with other window managers. It's based on
ttm code (http://code.google.com/p/ttm)
The goal is to keep tint2 unintrusive and light (memory / cpu / 
aestetic).
We follow freedesktop specifications. We also try to get 'virtual 
desktop'
and 'multi-monitor' easier to use.
<<



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 wmcpuload.patch, 1.1, NONE wmcpuload.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5247/unstable/main/finkinfo/x11

Removed Files:
wmcpuload.patch wmcpuload.info 
Log Message:
wmcpuload to stable with build-fix


--- wmcpuload.patch DELETED ---

--- wmcpuload.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 wmcpuload.patch, NONE, 1.1 wmcpuload.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5247/stable/main/finkinfo/x11

Added Files:
wmcpuload.patch wmcpuload.info 
Log Message:
wmcpuload to stable with build-fix


--- NEW FILE: wmcpuload.patch ---
diff -rwub wmcpuload-1.0.0/configure wmcpuload-1.0.0-darwin/configure
--- wmcpuload-1.0.0/configure   Sun Jul 14 03:47:19 2002
+++ wmcpuload-1.0.0/configure   Tue Sep 24 07:53:44 2002
@@ -4376,6 +4376,9 @@
 cygwin*)
   OS=cygwin
   ;;
+darwin*)
+  OS=darwin
+  ;;
 *)
   echo ""
   echo "Sorry, ${target_os} is not supported yet"
Only in wmcpuload-1.0.0-darwin/src: cpu_darwin.c
diff -rwubN wmcpuload-1.0.0/src/cpu_darwin.c 
wmcpuload-1.0.0-darwin/src/cpu_darwin.c
--- wmcpuload-1.0.0/src/cpu_darwin.cWed Dec 31 16:00:00 1969
+++ wmcpuload-1.0.0/src/cpu_darwin.cTue Sep 24 08:55:27 2002
@@ -0,0 +1,59 @@
+/*
+ * cpu_darwin - module to get cpu usage, for Darwin
+ *
+ * Copyright (C) 2002 Landon J. Fuller 
+ * Copyright (C) 2001, 2002 Seiichi SATO 
+ *
+ * Licensed under the GPL
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include 
+#include 
+#include 
+#include 
+#include "cpu.h"
+
+#include 
+#include 
+#include 
+
+static host_cpu_load_info_data_t prevcount, curcount;
+static mach_port_t host_priv_port;
+
+static
+getload(host_cpu_load_info_t cpucounters)
+{
+mach_msg_type_number_t count;
+kern_return_t kr;
+count = HOST_CPU_LOAD_INFO_COUNT;
+kr = host_statistics (host_priv_port, HOST_CPU_LOAD_INFO, (host_info_t) 
cpucounters, &count);
+return (kr);
+}
+
+void
+cpu_init(void)
+{
+host_priv_port = mach_host_self();
+getload(&prevcount);
+return;
+}
+
+/* Returns the current CPU usage in percent */
+int
+cpu_get_usage(cpu_options *opts)
+{
+double userticks, systicks, idleticks, totalticks, usedticks;
+getload(&curcount);
+
+userticks = curcount.cpu_ticks[CPU_STATE_USER] - 
prevcount.cpu_ticks[CPU_STATE_USER];
+systicks = curcount.cpu_ticks[CPU_STATE_SYSTEM] - 
prevcount.cpu_ticks[CPU_STATE_SYSTEM];
+idleticks = curcount.cpu_ticks[CPU_STATE_IDLE] - 
prevcount.cpu_ticks[CPU_STATE_IDLE];
+prevcount = curcount;
+usedticks = userticks + systicks;
+totalticks = usedticks + idleticks;
+return ((100 * (double) usedticks) / totalticks);
+}

--- NEW FILE: wmcpuload.info ---
Package: wmcpuload
Version: 1.0.0
Revision: 1
Source: http://www.sh.rim.or.jp/~ssato/src/%n-%v.tar.gz
Source-MD5: cf1184c563e141e4d311c393b40207f1
BuildDepends: fink (>= 0.24.12-1), x11-dev
Depends: x11
PatchFile: %n.patch
PatchFile-MD5: cd614ec5d371d6f1e913c26d4c104d74
SetLDFLAGS: -L/usr/X11R6/lib
ConfigureParams: --prefix=%p --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
Description: Dock applet to display the current cpu load
DescDetail: <<
WMCPULoad is a program to monitor CPU usage. It is a dockapp that is supported
by X window managers such as Window Maker, AfterStep, BlackBox, and
Enlightenment
<<
DescPort: <<
The patch to support Darwin has been accepted for the next release
<<
Homepage: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml
License: GPL
Maintainer: Landon Fuller 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 wmsun.patch, 1.1, NONE wmsun.info, 1.2, NONE wmglobe.patch, 1.1, NONE wmglobe.info, 1.3, NONE wmspaceweather.patch, 1.1, NONE wmspaceweather.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5299/unstable/main/finkinfo/x11

Removed Files:
wmsun.patch wmsun.info wmglobe.patch wmglobe.info 
wmspaceweather.patch wmspaceweather.info 
Log Message:
some wm stuff to stable


--- wmsun.info DELETED ---

--- wmsun.patch DELETED ---

--- wmspaceweather.patch DELETED ---

--- wmglobe.patch DELETED ---

--- wmspaceweather.info DELETED ---

--- wmglobe.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 wmsun.patch, NONE, 1.1 wmsun.info, NONE, 1.1 wmglobe.patch, NONE, 1.1 wmglobe.info, NONE, 1.1 wmspaceweather.patch, NONE, 1.1 wmspaceweather.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5299/stable/main/finkinfo/x11

Added Files:
wmsun.patch wmsun.info wmglobe.patch wmglobe.info 
wmspaceweather.patch wmspaceweather.info 
Log Message:
some wm stuff to stable


--- NEW FILE: wmsun.info ---
Package: wmsun
Version: 1.03
Revision: 2
###
BuildDepends: fink (>= 0.24.12-1), x11-dev
Depends: x11
Recommends: windowmaker
###
Source: http://nis-www.lanl.gov/~mgh/WindowMaker/wmSun-%v.tar.gz
Source-MD5: defc6747ebdb64b5d3afe91f916d3acc
SourceDirectory: wmSun-%v/wmSun
###
PatchFile: %n.patch
PatchFile-MD5: 600d734cad3d954f6e0213637dde9e84
###
CompileScript: <<
  make clean
  make
<<
InstallScript: <<
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install DESTDIR=%i
<<
###
DocFiles: ../BUGS ../COPYING ../TODO README
###
Description: Sun Info dock app 
DescDetail: <<
  Sun Info dock app
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml

--- NEW FILE: wmsun.patch ---
diff -ru wmSun/Makefile wmSun-patched/Makefile
--- wmSun/Makefile  Tue Jan  5 19:28:39 1999
+++ wmSun-patched/Makefile  Wed Dec 12 09:50:47 2001
@@ -1,6 +1,6 @@
-CC = gcc
+CC = cc
 CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11
+INCDIR = -I/usr/X11R6/include
 DESTDIR= /usr/X11R6
 LIBDIR = -L/usr/X11R6/lib
 
@@ -39,5 +39,5 @@
 
 install:: wmSun
install -s -m 0755 wmSun $(DESTDIR)/bin
-   install-m 0644 wmSun.1 $(DESTDIR)/man/man1 
+   install-m 0644 wmSun.1 $(DESTDIR)/share/man/man1 
 

--- NEW FILE: wmspaceweather.patch ---
diff -ru wmSpaceWeather/Makefile wmSpaceWeather-patched/Makefile
--- wmSpaceWeather/Makefile Mon Jan  4 14:20:45 1999
+++ wmSpaceWeather-patched/Makefile Wed Dec 12 10:08:11 2001
@@ -1,6 +1,6 @@
-CC = gcc
+CC = cc
 CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11
+INCDIR = -I/usr/X11R6/include
 DESTDIR= /usr/X11R6
 LIBDIR = -L/usr/X11R6/lib
 # for linux
@@ -30,5 +30,5 @@
 install:: wmSpaceWeather
install -s -m 0755 wmSpaceWeather $(DESTDIR)/bin
install-m 0755 GetKp $(DESTDIR)/bin
-   install-m 0644 wmSpaceWeather.1 $(DESTDIR)/man/man1 
+   install-m 0644 wmSpaceWeather.1 $(DESTDIR)/share/man/man1 
 

--- NEW FILE: wmglobe.patch ---
diff -bur wmglobe-1.3/ wmglobe-1.3-patched/
--- wmglobe-1.3/MakefileSun Aug 12 08:41:22 2001
+++ wmglobe-1.3-patched/MakefileSat Sep  7 01:04:03 2002
@@ -1,12 +1,12 @@
-INC=   -I/usr/X11R6/include
+CC = cc
+INC= -I$(prefix)/include -I/usr/X11R6/include
 LIBS   =   -lXext -lX11 -lm -L/usr/X11R6/lib \
-   -ltiff  -lXpm -lpng -lz -ljpeg -lungif -lwraster
+ -L$(prefix)/lib -ltiff -lXpm -lpng -lz -ljpeg -lgif -lwraster
 OBJS   =   src/wmglobe.o src/rend.o src/wmgutil.o \
src/sunpos.o src/myconvert.o src/mycontext.o 
 
-
 .c.o :
-   gcc -c -O2 -Wall $(INC) $< -o $*.o
+   $(CC) -c -O2 -Wall $(INC) $< -o $@
 
 all:  wmglobe
 
@@ -14,9 +14,8 @@
rm -f src/*.o wmglobe

 wmglobe :  $(OBJS)
-   gcc -O2 -Wall $(OBJS) -o wmglobe $(LIBS)
-   strip wmglobe 
+   $(CC) -O2 -Wall $(OBJS) -o wmglobe $(LIBS)
 
-install :  
+install : wmglobe
install wmglobe /usr/local/bin
install wmglobe.1 /usr/local/man/man1

--- NEW FILE: wmspaceweather.info ---
Package: wmspaceweather
Version: 1.04
Revision: 1
###
BuildDepends: fink (>= 0.24.12-1), x11-dev
Depends: x11
Recommends: windowmaker
###
Source: http://nis-www.lanl.gov/~mgh/WindowMaker/wmSpaceWeather-%v.tar.gz
Source-MD5: b91415bc9e234d3e6fcd93d34c7fd680
SourceDirectory: wmSpaceWeather-%v/wmSpaceWeather
###
PatchFile: %n.patch
PatchFile-MD5: 6d7ca6c8819d3b31106f597d524eea5c
###
CompileScript: <<
  make clean
  make
<<
InstallScript: <<
  mkdir -p %i/bin
  mkdir -p %i/share/man/man1
  make install DESTDIR=%i
<<
###
DocFiles: ../BUGS ../CHANGES ../COPYING ../HINTS ../INSTALL ../README
###
Description: Space Weather dock app 
DescDetail: <<
  Space Weather dock app
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml

--- NEW FILE: wmglobe.info ---
Package: wmglobe
Version: 1.3
Revision: 2
Source: http://perso.linuxfr.org/jdumont/wmg/%n-%v.tar.gz
Source-MD5: e8907d7458ed0df226102afb3ea02e27
Depends: windowmaker-shlibs
BuildDepends: windowmaker-dev, giflib, libpng14, libjpeg8, libtiff, x11-dev, 
fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 3962066067e9df912f21ebe20f0a321e
CompileScript: <<
 make prefix=%p
<<
InstallScript: <<
 install -d -m 755 %i/bin
 install -c -m 755 wmglobe %i/bin/wmglobe
 install -d -m 755 %i/share/man/man1/
 install -c -m 644 wmglobe.1 %i/share/man/man1/wmglobe.1
<<
DocFiles: COPYING README CHANGES
#
Description: Applet for WindowMaker with revolving earth
DescDetail: <<
WMGlobe displays a rotating image of the earth in a dock ap

[cvs] dists/10.4/unstable/main/finkinfo/x11 wmmp3.info,1.1,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5501/unstable/main/finkinfo/x11

Removed Files:
wmmp3.info 
Log Message:
wmmp3 to stable with build-fixes


--- wmmp3.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 wmmp3.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5501/stable/main/finkinfo/x11

Added Files:
wmmp3.info 
Log Message:
wmmp3 to stable with build-fixes


--- NEW FILE: wmmp3.info ---
Package: wmmp3
Version: 0.12 
Revision: 1
###
Depends: x11, mpg123
BuildDepends: audiofile, esound, x11-dev
###
Source: http://www.dotfiles.com/software/%n/%n-%v.tar.gz
Source-MD5: 4bbc839c48cb13680f94b2fa133ca423
###
ConfigureParams: --with-x --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: Dock App mpg123 front end for Window Maker
DescDetail: <<
  wmmp3 is a frontend for the mpg123 mp3 player. It is an X11 application
  designed to work in the WindowMaker dock
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://www.dotfiles.com/software/wmmp3/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 x11-ssh-askpass.info, NONE, 1.1 xearth.info, NONE, 1.1 xkeycaps.info, NONE, 1.1 xlockmore.info, NONE, 1.1 xlockmore.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5875/stable/main/finkinfo/x11

Added Files:
x11-ssh-askpass.info xearth.info xkeycaps.info xlockmore.info 
xlockmore.patch 
Log Message:
bunch of stuff to stable


--- NEW FILE: xlockmore.patch ---
--- xlockmore-5.03.orig/xlock/random.h  Mon Feb 12 06:22:39 2001
+++ xlockmore-5.03/xlock/random.h   Thu May 16 09:49:04 2002
@@ -49,7 +49,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-extern void srandom(unsigned int);
+extern void srandom(unsigned long);
 extern long int random(void);
 #ifdef __cplusplus
 }

--- NEW FILE: x11-ssh-askpass.info ---
Package: x11-ssh-askpass
Version: 1.2.4.1
Revision: 3
Homepage: http://www.jmknoble.net/software/x11-ssh-askpass/
Description: X11-based SSH passphrase dialog
Maintainer: Mark Gardner 
License: BSD
Depends: app-defaults, x11
BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
DocFiles: ChangeLog README TODO
Source: mirror:debian:pool/main/s/ssh-askpass/ssh-askpass_%v.orig.tar.gz
Source-MD5: 8f2e41f3f7eaa8543a2440454637f3c3
SourceRename: %n-%v.tar.gz
SourceDirectory: %n-%v
ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man 
--with-app-defaults-dir=%p/etc/app-defaults --enable-installing-app-defaults
DescDetail: <<
This is an X11-based passphrase dialog for use with OpenSSH.  It is
intended to replace the Perl/Tk-based ssh-askpass dialog and
GNOME-based ssh-askpass dialog which formerly accompanied OpenSSH-1.2.
These dialogs are intended to be called from the ssh-add program and
not invoked directly.

The features of x11-ssh-askpass are as follows:

  - Configurable via the standard X resource mechanism
(/usr/lib/X11/etc/app-defaults, ~/.Xdefaults, xrdb, etc.).

  - Requires only stock X11 libraries (libXt, libX11, libSM, libICE).
  
  - Can be configured to grab the keyboard and/or pointer (grabs the
keyboard by default, not the pointer).
<<
DescUsage: <<
The user interface is somewhat different than most password/passphrase
dialogs and more similar to the X11-based passphrase dialog that
accompanies the regular SSH distribution.  Instead of a text field that
fills with asterisks or some other character as the user enters the
passphrase, a series of LED-like areas light up one-by-one with each
passphrase character entered, beginning from the lefthand edge of the
dialog. When they reach the righthand edge, they go dark one-by-one
again, and so on.  This gives the user feedback that passphrase
characters have been entered, but does not provide onlookers with a cue
as to the length of the passphrase.

Pressing the `OK' button accepts the passphrase (even if it is empty),
which is printed on the standard output, and the dialog exits with a
status of zero (success).  Pressing the `Cancel' button discards the
passphrase, and the dialog exits with non-zero status.

The following keystrokes work as expected:

  [Backspace] or [Delete]   Erase previous character
  [Control+U] or [Control+X]Erase entire passphrase
  [Enter], [Control+M], or [Control+J]  Accept passphrase (OK)
  [Escape]  Discard passphrase (Cancel)
<<
CompileScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
./configure %c
xmkmf
sed -e 's|^[[:space:]]*DOCDIR[[:space:]]=.*|DOCDIR = %p/share/doc/%n|' Makefile 
>Makefile.tmp
mv Makefile.tmp Makefile
make includes
make
<< 
InstallScript: <<
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
make install DESTDIR=%d INSTALLFLAGS=-c
make install.man DESTDIR=%d INSTALLFLAGS=-c
<<


--- NEW FILE: xkeycaps.info ---
Package: xkeycaps
Version: 2.46
Revision: 3
Source: http://www.jwz.org/%n/%n-%v.tar.Z
Source-MD5: 6792f828db6538f44f7696a8783b44ac
BuildDepends: x11-dev
Depends: x11, app-defaults
PatchScript: <<
head -n 12 xkeycaps.c > License
<<
SetCPPFLAGS: -I/usr/X11/include -I/usr/X11R6/include
SetLDFLAGS:  -L/usr/X11/lib -L/usr/X11R6/lib
CompileScript: <<
#!/bin/sh -ex
for src in *.c; do
gcc ${CFLAGS} -Ikbds ${CPPFLAGS} -c ${src}
done
gcc ${CFLAGS} ${LDFLAGS} -lXaw -lXt -lXmu -lX11 -o xkeycaps *.o
<<
InstallScript: <<
  mkdir -p %i/bin
  /usr/bin/install -c   xkeycaps %i/bin/xkeycaps

  mkdir -p %i/share/man/man1
  /usr/bin/install -c -m 0444 xkeycaps.man %i/share/man/man1/xkeycaps.1

  mkdir -p %i/etc/app-defaults
  /usr/bin/install -c -m 0444 XKeyCaps.ad %i/etc/app-defaults/XKeyCaps
<<
DocFiles: README License 
License: BSD
Description: Graphical front-end to xmodmap
Maintainer: None 
Homepage: http://www.jwz.org/xkeycaps

--- NEW FILE: xlockmore.info ---
Package: xlockmore
Version: 5.05
Revision: 1001
GCC: 4.0
Maintainer: Mike Newton 
BuildDepends: fink (>= 0.24.12), x11-dev
Depends: x11,app-defaults
Source: mirror:custom:xlockmore-%v.tar.bz2
Source-MD5: 7fa5d477d0abf6abe6819ece0e7ea01f
PatchScript: <<
%{default_script}
head -n 25 xloc

[cvs] dists/10.4/unstable/main/finkinfo/x11 x11-ssh-askpass.info, 1.4, NONE xearth.info, 1.2, NONE xkeycaps.info, 1.3, NONE xlockmore.info, 1.2, NONE xlockmore.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5875/unstable/main/finkinfo/x11

Removed Files:
x11-ssh-askpass.info xearth.info xkeycaps.info xlockmore.info 
xlockmore.patch 
Log Message:
bunch of stuff to stable


--- xlockmore.patch DELETED ---

--- x11-ssh-askpass.info DELETED ---

--- xkeycaps.info DELETED ---

--- xlockmore.info DELETED ---

--- xearth.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xbae.info, 1.6, NONE xbae.patch, 1.3, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5958/unstable/main/finkinfo/x11

Removed Files:
xbae.info xbae.patch 
Log Message:
xbae to stable


--- xbae.patch DELETED ---

--- xbae.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xbae.info, NONE, 1.1 xbae.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv5958/stable/main/finkinfo/x11

Added Files:
xbae.info xbae.patch 
Log Message:
xbae to stable


--- NEW FILE: xbae.patch ---
diff -Nurd -x'*~' xbae-4.60.4.orig/Makefile.in xbae-4.60.4/Makefile.in
--- xbae-4.60.4.orig/Makefile.in2006-05-29 10:02:12.0 -0400
+++ xbae-4.60.4/Makefile.in 2007-06-25 22:05:14.0 -0400
@@ -230,14 +230,14 @@
 x_includes = @x_includes@
 x_libraries = @x_libraries@
 MAINTAINERCLEANFILES = Makefile.in configure libtool config.guess config.sub 
ltconfig ltmain.sh aclocal.m4 config.h.in install-sh missing mkinstalldirs
-SUBDIRS = include src examples doc scripts
+SUBDIRS = include src doc scripts
 EXTRA_DIST = configure ac_find_xbae.m4 Imakefile Xbae.tmpl Xbae.rules \
CVSMake
 
 aclocaldir = @ACLOCALDIR@
 @Aclocal_TRUE@aclocal_DATA = ac_find_xbae.m4
-docdir = $(datadir)/Xbae
-doc_DATA = NEWS README
+docdir = $(datadir)/xbae
+doc_DATA = AUTHORS ChangeLog COPYING NEWS README
 
 #
 # Some convenient targets for users of Exuberant ctags
diff -Nurd -x'*~' xbae-4.60.4.orig/configure xbae-4.60.4/configure
--- xbae-4.60.4.orig/configure  2006-05-29 10:02:05.0 -0400
+++ xbae-4.60.4/configure   2007-06-25 22:06:04.0 -0400
@@ -21986,10 +21986,8 @@
 
 fi
 
-if (aclocal --print-ac-dir) /dev/null 2>&1 && test -w `aclocal 
--print-ac-dir`; then
-ACLOCALDIR=`aclocal --print-ac-dir`
+ACLOCALDIR="${prefix}/share/aclocal"
 
-fi
 
 
 if test x$ACLOCALDIR != x ; then
diff -Nurd -x'*~' xbae-4.60.4.orig/doc/Makefile.in xbae-4.60.4/doc/Makefile.in
--- xbae-4.60.4.orig/doc/Makefile.in2006-05-29 10:02:06.0 -0400
+++ xbae-4.60.4/doc/Makefile.in 2007-06-25 22:45:01.0 -0400
@@ -224,7 +224,7 @@
 # Lets put the informational stuff in a sub directory to avoid 
 # polluting /usr/local for default installs.
 #
-docdir = $(datadir)/Xbae
+docdir = $(datadir)/xbae
 doc_DATA = \
   contents.html coverplus.html difffonts.html \
   index.html main.html morelines.html \
diff -Nurd -x'*~' xbae-4.60.4.orig/doc/images/Makefile.in 
xbae-4.60.4/doc/images/Makefile.in
--- xbae-4.60.4.orig/doc/images/Makefile.in 2006-05-29 10:02:06.0 
-0400
+++ xbae-4.60.4/doc/images/Makefile.in  2007-06-25 22:52:28.0 -0400
@@ -213,7 +213,7 @@
 # Lets put the informational stuff in a sub directory to avoid 
 # polluting /usr/local for default installs.
 #
-imagedir = $(datadir)/Xbae/images
+imagedir = $(datadir)/xbae/images
 
 #
 # Cut the distribution size, don't distribute these in a source

--- NEW FILE: xbae.info ---
Package: xbae
Version: 4.60.4
Revision: 3
Maintainer: None 
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 9690059474bb05191dccd041ff5052bd
BuildDepends: fink (>= 0.24.12-1), openmotif4, x11-dev
Depends: %N-shlibs (= %v-%r) 
PatchFile: %n.patch
PatchFile-MD5: 6b87fc6ec61b66a41b30b5c4cfe4f314
ConfigureParams: --mandir=%p/share/man --enable-static 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InstallScript: make install DESTDIR=%d
BuildDependsOnly: True
SplitOff: <<
 Package: %N-shlibs
 Replaces: xbae (<< 4.9.1-3)
 Depends: openmotif4-shlibs, x11
 Files: lib/*.*.dylib
 Shlibs: %p/lib/libXbae.4.dylib 5.0.0 %n (>= 4.9.5-1)
 DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<
Description: Set of motif based widgets
DescDetail: <<
Xbae consists of three widgets:
1.XbaeMatrix: The XbaeMatrix widget which displays a grid of cells in the
same manner as a spreadsheet.

2.XbaeCaption: XbaeCaption is a simple Manager widget used to associate an
XmLabel (caption) with it's single child.

3.XbaeInput: XbaeInput is a widget subclassed from XmText widget and allows
keystrokes to be validated as well as the final string.
<<
DescPackaging: <<
 DocFiles not used as all documentation installed with everything else.

Patched configure to use fink's aclocal path without needing
BuildDepends:automaken

Originally packaged by Matt Stephenson.

fangism bumped dep to openmotif4.
<<
License: BSD
Homepage: http://xbae.sourceforge.net


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xmhtml.info, NONE, 1.1 xmhtml.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv6133/stable/main/finkinfo/x11

Added Files:
xmhtml.info xmhtml.patch 
Log Message:
xmhtml to stable


--- NEW FILE: xmhtml.patch ---
diff -Nurd '-x*~' XmHTML-1.1.7.orig/Makefile XmHTML-1.1.7/Makefile
--- XmHTML-1.1.7.orig/Makefile  1999-02-03 19:43:27.0 -0500
+++ XmHTML-1.1.7/Makefile   2011-09-07 07:06:56.0 -0400
@@ -40,7 +40,7 @@
 # remove the examples directory from this line.
 # If you want to build the XmHTML tutorial examples, add the book directory.
 
-SUBDIRS= lib http examples tools
+SUBDIRS= lib
 
 # some common definitions
 #
@@ -64,8 +64,8 @@
 # Compiler Settings #
 #   #
 #
-CC   = gcc
-CFLAGS   = -g -funroll-loops -Wall -pipe -ansi 
+CC   = cc -fno-common
+CFLAGS   = -g -funroll-loops -Wall -pipe -ansi -MD
 LDFLAGS  = 
 
 # The following flags are *very* usefull if you are getting unresolved
@@ -115,7 +115,7 @@
 # HAVE_LIBZ => zlib.h
 
 ZLIBINC   =
-IMAGEINCLUDES = $(ZLIBINC)
+IMAGEINCLUDES = -I@prefix@/include $(ZLIBINC)
 
 # Image libraries
 # No need to add -lXpm if you need to include it with LIBS below
@@ -166,14 +166,14 @@
 # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more
 # info).
 #
-CPPFLAGS = -DDEBUG -D_GNU_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DHAVE_REGEX_H 
$(IMAGEDEFINES) 
+CPPFLAGS = -DHAVE_STRINGS_H -DDEBUG -D_GNU_SOURCE -D_BSD_SOURCE 
-D_POSIX_SOURCE -DHAVE_REGEX_H $(IMAGEDEFINES) 
 
 # Various include directories
 LIBINC=-I. -I../include -I../include/common -I../../include 
-I../../include/common
 
 # Platform specific includes
 ifeq ($(PLATFORM),Motif)
-PLATFORMINC=-I../../include/XmHTML -I/usr/X11R6/include
+PLATFORMINC=-I../../include/XmHTML -I@prefix@/include -I/usr/X11R6/include
 else
 ifeq ($(PLATFORM),gtk)
 PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include
@@ -192,7 +192,7 @@
 # Motif version (default)
 ifeq ($(PLATFORM),Motif)
 
-LIBDIR = -L/usr/X11R6/lib
+LIBDIR = -L@prefix@/lib -L/usr/X11R6/lib
 # This is what is required under Linux (Motif 2.0.1).
 # Your mileage may vary.
 LIBS   = -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/Motif/XmHTML.c 
XmHTML-1.1.7/lib/Motif/XmHTML.c
--- XmHTML-1.1.7.orig/lib/Motif/XmHTML.c1999-01-11 19:42:36.0 
-0500
+++ XmHTML-1.1.7/lib/Motif/XmHTML.c 2011-09-07 07:14:23.0 -0400
@@ -112,6 +112,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include /* Fast macros */
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/Motif/forms.c 
XmHTML-1.1.7/lib/Motif/forms.c
--- XmHTML-1.1.7.orig/lib/Motif/forms.c 1998-10-13 18:14:56.0 -0400
+++ XmHTML-1.1.7/lib/Motif/forms.c  2011-09-07 07:21:21.0 -0400
@@ -73,6 +73,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /* motif includes */
 #include 
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/Motif/frames.c 
XmHTML-1.1.7/lib/Motif/frames.c
--- XmHTML-1.1.7.orig/lib/Motif/frames.c1998-11-16 17:04:12.0 
-0500
+++ XmHTML-1.1.7/lib/Motif/frames.c 2011-09-07 07:15:56.0 -0400
@@ -77,6 +77,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "toolkit.h"
 #include XmHTMLPrivateHeader
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/common/LZWStream.c 
XmHTML-1.1.7/lib/common/LZWStream.c
--- XmHTML-1.1.7.orig/lib/common/LZWStream.c1998-11-16 11:38:26.0 
-0500
+++ XmHTML-1.1.7/lib/common/LZWStream.c 2011-09-07 07:38:24.0 -0400
@@ -725,10 +725,12 @@
 #ifdef DEBUG
char *chPtr = getenv("LZW_DEBUG");
 
-   if(chPtr == '1')
+   if(chPtr) {
+ if(*chPtr == '1')
lzw_debug = 1;
-   else if(chPtr == '2')
+ else if(*chPtr == '2')
lzw_debug = 2;
+   }
 #endif
/* no error */
lzw->err_msg = NULL;
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/common/StringUtil.c 
XmHTML-1.1.7/lib/common/StringUtil.c
--- XmHTML-1.1.7.orig/lib/common/StringUtil.c   1998-12-10 18:21:46.0 
-0500
+++ XmHTML-1.1.7/lib/common/StringUtil.c2011-09-07 07:18:00.0 
-0400
@@ -84,6 +84,7 @@
 #include 
 #include 
 #include 
+#include 
 #include  /* toupper, tolower, isspace */
 #include 
 
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/common/callbacks.c 
XmHTML-1.1.7/lib/common/callbacks.c
--- XmHTML-1.1.7.orig/lib/common/callbacks.c1998-12-13 06:59:41.0 
-0500
+++ XmHTML-1.1.7/lib/common/callbacks.c 2011-09-07 07:17:50.0 -0400
@@ -90,6 +90,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 /* Local includes */
diff -Nurd '-x*~' XmHTML-1.1.7.orig/lib/common/colors.c 
XmHTML-1.1.7/lib/common/colors.c
--- XmHTML-1.1.7.orig/lib/common/colors.c   1998-11-16 12:22:29.0 
-0500
+++ XmHTML-1.1.7/lib/common/colors.c2011-09-07 07:17:01.0 -0400
@@ -90,6 +90,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include "toolkit.h"
diff -Nurd '-x*~' XmHTM

[cvs] dists/10.4/unstable/main/finkinfo/x11 xmhtml.info, 1.6, NONE xmhtml.patch, 1.4, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv6133/unstable/main/finkinfo/x11

Removed Files:
xmhtml.info xmhtml.patch 
Log Message:
xmhtml to stable


--- xmhtml.patch DELETED ---

--- xmhtml.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xspim.info, 1.3, NONE xspim.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv7322/unstable/main/finkinfo/x11

Removed Files:
xspim.info xspim.patch 
Log Message:
xspim to stable


--- xspim.patch DELETED ---

--- xspim.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xspim.info, NONE, 1.1 xspim.patch, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv7322/stable/main/finkinfo/x11

Added Files:
xspim.info xspim.patch 
Log Message:
xspim to stable


--- NEW FILE: xspim.patch ---
diff -Nurd spim-7.4.ori/COPYING spim-7.4/COPYING
--- spim-7.4.ori/COPYING1969-12-31 21:00:00.0 -0300
+++ spim-7.4/COPYING2009-04-08 07:18:25.0 -0300
@@ -0,0 +1,18 @@
+SPIM is copyrighted by James R. Larus and distributed under the
+following conditions:
+
+You may make copies of SPIM for your own use and modify those copies.
+
+All copies of SPIM must retain my name and copyright notice.
+
+You may not sell SPIM or distribute SPIM in conjunction with a
+commercial product or service without the expressed written consent of
+James Larus.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
[...1501 lines suppressed...]
-   @echo "install in $(CURRENT_DIR) done"
-
-install.man::
-   @echo "install.man in $(CURRENT_DIR) done"
-
-install.sdk::
-   @echo "install.sdk in $(CURRENT_DIR) done"
-
-Makefiles::
-
-includes::
-
-depend::
-
-distclean::
-   $(RM) Makefile Makefile.dep
-
-# --
-# dependencies generated by makedepend
-

--- NEW FILE: xspim.info ---
Package: xspim
Version: 7.4
Revision: 1
Description: MIPS simulator
License: Restrictive
Homepage: http://pages.cs.wisc.edu/~larus/spim.html
Maintainer: Monic Polynomial 

Source: http://www.cs.wisc.edu/~larus/SPIM/spim-%v.tar.gz
Source-MD5: 4aae83509d47a5a98d37db5b469cbe9e
SourceDirectory: spim-%v

PatchFile: %n.patch
PatchFile-MD5: 5ed5834886c959a2ba5cba86d49c184c

Depends: x11
BuildDepends: fink (>= 0.24.12), x11-dev

CompileScript: <<
#!/bin/bash -ev
cd xspim
./Configure
make EXCEPTION_DIR=%p/lib/xspim
<<

InstallScript: <<
#!/bin/bash -ev
cd xspim
make BIN_DIR=%i/bin EXCEPTION_DIR=%i/lib/xspim MAN_DIR=%i/share/man/man1 
install install-man
/usr/bin/install -d -m 755 %i/share/xspim
/bin/cp -R ../Tests %i/share/xspim
/bin/chmod -R go=u-w %i/share/xspim
<<

DocFiles: ChangeLog README VERSION COPYING Documentation/BLURB 
Documentation/SPIM.html Documentation/TeX

DescDetail: <<
spim is a self-contained simulator that will run MIPS32 assembly language
programs. It reads and executes assembly language programs written for this
processor. spim also provides a simple debugger and minimal set of operating
system services. spim does not execute binary (compiled) programs.

spim implements almost the entire MIPS32 assembler-extended instruction set.
(It omits most floating point comparisons and rounding modes and the memory
system page tables.) The MIPS architecture has several variants that differ in
various ways (e.g., the MIPS64 architecture supports 64-bit integers and
addresses), which means that spim will not run programs compiled for all types
of MIPS processors. MIPS compilers also generate a number of assembler
directives that spim cannot process. These directives usually can be safely
deleted.

Earlier versions of spim (before 7.0) implemented the MIPS-I instruction set
used on the MIPS R2000/R3000 computers. This architecture is obsolete (though,
has never been surpassed for its simplicity and elegance). spim now supports
the more modern MIPS32 architecture, which is the MIPS-I instruction set
augmented with a large number of occasionally useful instructions. MIPS code
from earlier versions of SPIM should run without changes, except code that
handles exceptions and interrupts. This part of the architecture changed over
time (and was poorly implemented in earlier versions of spim). Code of this
sort need to be updated. Examples of the new code are in
%p/lib/spim/exceptions.s and
%p/share/spim/Tests/tt.io.s.

spim implements both a simple, terminal-style interface and a window interface.
The spim program provides a simple terminal interface and the xspim program
provides the windowing interface.
<<

DescPackaging: <<
In order to get rid of xmkmf/imake, the patch script was actually based on the
Makefile from ../spim (the console version), adding the appropriate
X11 header/library flags.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xpa.info,1.2,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv7512/unstable/main/finkinfo/x11

Removed Files:
xpa.info 
Log Message:
xpa to stable


--- xpa.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xpa.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv7512/stable/main/finkinfo/x11

Added Files:
xpa.info 
Log Message:
xpa to stable


--- NEW FILE: xpa.info ---
Package: xpa
Version: 2.1.12
Revision: 3
Source: http://hea-www.harvard.edu/saord/download/%n/%n-%v.tar.gz
Source-MD5: 93946daf7789431aa1308374a6df5c7d
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install INSTALL_ROOT=%d && mv %i/ma? %i/share/
DocFiles: COPYING README
Splitoff: <<
Package: %N-dev
BuildDependsOnly: true
Files: lib include
DocFiles: COPYING
<<
License: LGPL
Homepage: http://hea-www.harvard.edu/RD/xpa
Maintainer: Jack Fink 
Description: Messaging System



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xosd.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv8022/stable/main/finkinfo/x11

Added Files:
xosd.info 
Log Message:
xosd to stable with build-fix


--- NEW FILE: xosd.info ---
Package: xosd
Version: 2.2.12
Revision: 12
Distribution: 10.4, 10.5
###
Depends: x11, x11-shlibs, libxosd2-shlibs (>= %v-%r)
BuildDepends: x11-dev, gtk+, gdk-pixbuf (>= 0.22.0-1), xmms, libiconv-dev, 
glib, gettext-dev
###
Source: http://www.ignavus.net/%n-%v.tar.gz
Source-MD5: 7cc90bdaf267cdc996643de193c9689a
###
SetLDFLAGS: -L/usr/X11R6/lib
ConfigureParams: --with-x --disable-dependency-tracking --with-pic 
--enable-static --enable-shared --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
###
InstallScript: <<
  make install DESTDIR=%d
<<
###
SplitOff: <<
  Package: libxosd2-dev
  Depends: libxosd2-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: <<
bin/xosd-config
include
lib/libxosd.a
lib/libxosd.la
lib/libxosd.dylib
share/aclocal
share/man/man1/xosd-config.1
share/man/man3
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
SplitOff2: <<
  Package: libxosd2-shlibs
  Depends: x11-shlibs
  Shlibs: <<
%p/lib/libxosd.2.dylib 5.0.0 libxosd5-shlibs (>= 2.2.12-10)
  <<
  Files: <<
lib/libxosd.*.dylib
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
SplitOff3: <<
  Package: xmms-osd
  Depends: xmms-shlibs, libxosd2-shlibs (>= %v-%r), gtk+-shlibs, 
gdk-pixbuf-shlibs (>= 0.22.0-1), libiconv, x11, glib-shlibs, gettext
  Files: <<
lib/xmms
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: X11 onscreen display library
DescDetail: <<
  XOSD is a simple library to display shaped text on your X display, like a
  TV on-screen display. It also contains an XMMS plugin and a simple example
  program that can display system logs overlaid on your desktop.
<<
###
License: GPL
Maintainer: Justin F. Hallett 
Homepage: http://www.ignavus.net/software.html


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 xosd.info,1.4,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv8022/unstable/main/finkinfo/x11

Removed Files:
xosd.info 
Log Message:
xosd to stable with build-fix


--- xosd.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 fuse.info,1.30,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9692/unstable/main/finkinfo/libs

Removed Files:
fuse.info 
Log Message:
sync new version (with 10.6 goodness) to stable. NB: changed install_name!


--- fuse.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 fuse.info,1.4,1.5

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv9692/stable/main/finkinfo/libs

Modified Files:
fuse.info 
Log Message:
sync new version (with 10.6 goodness) to stable. NB: changed install_name!


Index: fuse.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/fuse.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fuse.info   26 Aug 2009 07:14:21 -  1.4
+++ fuse.info   31 Jan 2012 17:57:49 -  1.5
@@ -1,9 +1,8 @@
 Package: fuse
-Version: 1.5
-Revision: 3
-Distribution: 10.4, 10.5
+Version: 2.0.3.2
+Revision: 1
 Source: http://dev.kublai.com/macfuse-%v.tar.bz2
-Source-MD5: 7f8508588da07bd4f9d396467fac324f
+Source-MD5: 16ade07b11ac60d5f86fa2faf71d1322
 
 # Broken with xcode 2.2, reported working with 2.4.0
 BuildDepends: gcc4.0 (>= 4.0.1-5363)
@@ -11,12 +10,14 @@
 PatchScript: <<
 #!/bin/sh -ev
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
+fi
+FUSEVER=2.7.3
 if test $MACOSVER = 10.4
 then
-   FUSEVER=2.7.1
-   FSPFX=/System/Library/Filesystems/
+  FSPFX=/System/Library/Filesystems/
 else
-  FUSEVER=2.7.3
   FSPFX=/Library/Filesystems/
 fi
 sed -i.bak -e "s,$FSPFX,%p/lib/%n/," core/$MACOSVER/fusefs/common/fuse_param.h
@@ -26,12 +27,11 @@
 CompileScript: <<
 #!/bin/sh -ev
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
-if test $MACOSVER = 10.4
-then
-   FUSEVER=2.7.1
-else
-  FUSEVER=2.7.3
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
 fi
+FUSEVER=2.7.3
+# even on 64-bit, build kext as 32-bit. 64-bit kext is not yet ready
 if test "%m" = "powerpc"; then ARCHS=ppc; else ARCHS=i386; fi
 cd core/$MACOSVER/fusefs
 for target in fusefs mount_fusefs load_fusefs fusefs.fs
@@ -39,25 +39,26 @@
   xcodebuild -target $target SDKROOT= ARCHS=$ARCHS
 done
 cd %b/fuse-$FUSEVER
-CFLAGS="-D__FreeBSD__=10 -O -g -I%b/core/$MACOSVER/fusefs/common" 
LDFLAGS="-framework CoreFoundation" ./configure --prefix=%p 
--disable-dependency-tracking
+CFLAGS="-D__FreeBSD__=10 -D_POSIX_C_SOURCE -O -g 
-I%b/core/$MACOSVER/fusefs/common" LDFLAGS="-framework CoreFoundation" 
./configure --prefix=%p --disable-dependency-tracking
 make
 <<
 InstallScript: <<
 #!/bin/sh -ev
 # TODO: figure out how to install this in /System/Library/Filesystems
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
-if test $MACOSVER = 10.4
-then
-   FUSEVER=2.7.1
-else
-  FUSEVER=2.7.3
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
 fi
+FUSEVER=2.7.3
 mkdir -p %i/lib/%n
 cp -R core/$MACOSVER/fusefs/build/Release/fusefs.fs %i/lib/%n
 mkdir %i/lib/%n/fusefs.fs/Support
 cp -R core/$MACOSVER/fusefs/build/Release/fusefs.kext 
%i/lib/%n/fusefs.fs/Support
 cp core/$MACOSVER/fusefs/build/Release/*_fusefs %i/lib/%n/fusefs.fs/Support
 cd %b/fuse-$FUSEVER && make install DESTDIR=%d
+# backward compatibility symlinks (requested by Daniel Johnson)
+ln -s libfuse.2.dylib %i/lib/libfuse.0.dylib
+ln -s libulockmgr.1.dylib %i/lib/libulockmgr.0.dylib
 <<
 PreRmScript: /sbin/kextunload -q %p/lib/fuse/fusefs.fs/Support/fusefs.kext || 
true
 PostInstScript: <<
@@ -65,7 +66,7 @@
 #chown -R root:wheel /System/Library/Filesystems/fusefs.fs
 chmod u+s %p/lib/%n/fusefs.fs/Support/load_fusefs
 <<
-DocFiles: COPYING.txt CHANGELOG.txt HOWTO.txt README.txt
+DocFiles: ABOUT.txt COPYING.txt CHANGELOG.txt
 
 SplitOff: <<
   Package: fuse-dev
@@ -90,11 +91,16 @@
   DocFiles: COPYING.txt
   Files: <<
 lib/libfuse.0.dylib
+lib/libfuse.2.dylib
 lib/libulockmgr.0.dylib
+lib/libulockmgr.1.dylib
   <<
   Shlibs: <<
-%p/lib/libfuse.0.dylib 1.0.0 fuse (>= 0.1.0b006-1)
-%p/lib/libulockmgr.0.dylib 1.0.0 fuse (>= 0.1.0b006-2)
+%p/lib/libfuse.2.dylib 10.0.0 fuse (>= 2.0-1)
+%p/lib/libulockmgr.1.dylib 10.0.0 fuse (>= 2.0-1)
+  <<
+  DescDetail: <<
+These are the shared libraries required by fuse applications.
   <<
 <<
 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net libcurl3-unified.info, 1.16, 1.17 libcurl3-unified.patch, 1.2, 1.3

2012-01-31 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv9773

Added Files:
libcurl3-unified.info libcurl3-unified.patch 
Log Message:
Only a couple of really old and crufty packages in unstable still use libcurl3.
Nothing in stable does and never should. If those packages ever migrate, use 
libcurl4 instead since 3 has security issues.


--- NEW FILE: libcurl3-unified.patch ---
diff -ru curl-7.15.1.orig/curl-config.in curl-7.15.1/curl-config.in
--- curl-7.15.1.orig/curl-config.in 2005-09-04 14:15:24.0 -0400
+++ curl-7.15.1/curl-config.in  2005-12-22 16:34:46.0 -0500
@@ -143,7 +143,7 @@
;;
 
 --libs)
-   echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
+   echo @LDFLAGS@ -L@libdir@ -lcurl @LIBS@
;;
 
 *)
diff -ru curl-7.15.1.orig/libcurl.pc.in curl-7.15.1/libcurl.pc.in
--- curl-7.15.1.orig/libcurl.pc.in  2005-12-22 16:31:06.0 -0500
+++ curl-7.15.1/libcurl.pc.in   2005-12-22 16:34:20.0 -0500
@@ -6,5 +6,5 @@
 Name: libcurl
 Description: Library to transfer files with ftp, http, etc.
 Version: @VERSION@
-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
+Libs: @LDFLAGS@ -L${libdir} -lcurl @LIBS@
 Cflags: -I${includedir}

--- NEW FILE: libcurl3-unified.info ---
Package: libcurl3-unified
Version: 7.15.5
Revision: 8
Description: Lib. for transferring files with URL syntax
DescUsage: <<
This version is obsolete and has security flaws.
Please use libcurl4 instead.
<<
DescPackaging: <<
  Now use System's OpenSSL.
  
  Packages that also use the system's OpenSSL and link to this
  should be careful to link to the proper libssl and libcrypto.
  Either make sure -L%p/lib/system-openssl/lib comes before -L%p/lib
  when linking, or use a BuildConflicts: openssl-dev, openssl097-dev
  
  No longer need --mandir. Private symbols now hidden with gcc 4.
  
  Versions of curl before 7.11.1-11 were maintained by Max Horn.
<<
Maintainer: Daniel Johnson 
Homepage: http://curl.haxx.se/
License: OSI-Approved

Source: http://curl.haxx.se/download/curl-%v.tar.bz2
Source-MD5: 594142c7d53bbdd988e8cef6354eeeff

Depends: %N-shlibs (= %v-%r)
BuildDepends: system-openssl-dev, fink (>= 0.24.12)
Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4, libcurl4-64bit
Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3 (<< %n-%r), 
libcurl3-ssl (<< %n-%r), libcurl4, libcurl4-64bit
BuildDependsOnly: True

PatchFile: %n.patch
PatchFile-MD5: f26aea7a8e7e3ab40b7ece789203a89c

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-ssl=%p/lib/system-openssl --without-gnutls 
--without-libidn --disable-dependency-tracking 
--with-ldap-lib=/usr/lib/libldap.dylib --with-lber-lib=/usr/lib/liblber.dylib 
--enable-hidden-symbols
InstallScript: <<
  make install DESTDIR=%d
  /bin/mkdir -p %I/share/doc/%N
  /bin/cp docs/*.html %I/share/doc/%N
  /bin/mkdir -p %I/share/doc/%N/libcurl
  /bin/cp docs/libcurl/*.html %I/share/doc/%N/libcurl
  /bin/mkdir -p %I/share/aclocal
  /bin/cp docs/libcurl/libcurl.m4 %I/share/aclocal
  #No longer install curl binary.
  rm -rf %i/bin/curl %i/share/man/man1/curl.1 %i/share/curl/curl-ca-bundle.crt
<<
DocFiles: CHANGES COPYING README RELEASE-NOTES

SplitOff: <<
  Package: %N-shlibs
  Description: Lib. for transferring files with URL syntax
  DescUsage: <<
This version is obsolete and has security flaws.
Please use libcurl4 instead.
  <<
  
  Replaces: libcurl3-shlibs (<< %n-%r), libcurl3-ssl-shlibs (<< %n-%r)
  
  Files: lib/libcurl.3.0.0.dylib lib/libcurl.3.dylib
  Shlibs: %p/lib/libcurl.3.dylib 4.0.0 %n (>= 7.14.0-1)
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<

SplitOff3: <<
  Package: libcurl3
  Description: OBSOLETE use package 'libcurl3-unified' instead
  BuildDependsOnly: true
  Depends: %N (= %v-%r), fink-obsolete-packages
  Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff4: <<
  Package: libcurl3-shlibs
  Description: OBSOLETE use package 'libcurl3-unified-shlibs' instead
  Depends: %N-shlibs (= %v-%r), fink-obsolete-packages
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff6: <<
  Package: libcurl3-ssl
  Description: OBSOLETE use package 'libcurl3-unified' instead
  BuildDependsOnly: true
  Depends: %N (= %v-%r), fink-obsolete-packages
  Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff7: <<
  Package: libcurl3-ssl-shlibs
  Description: OBSOLETE use package 'libcurl3-unified-shlibs' instead
  Depends: %N-shlibs (= %v-%r), fink-obsolete-packages
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<

# tests currently broken on Mac OS X
#InfoTest: <<
#  TestDepends: stunnel4
#  TestScript: make check || exit 2
#<<


-

[cvs] dists/10.4/stable/main/finkinfo/net libcurl3-unified.info, 1.9, NONE libcurl3-unified.patch, 1.1, NONE

2012-01-31 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv11321

Removed Files:
libcurl3-unified.info libcurl3-unified.patch 
Log Message:
Only a couple of really old and crufty packages in unstable still use libcurl3.
Nothing in stable does and never should. If those packages ever migrate, use 
libcurl4 instead since 3 has security issues.


--- libcurl3-unified.patch DELETED ---

--- libcurl3-unified.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 fuse.info,1.5,1.6

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11726

Modified Files:
fuse.info 
Log Message:
fix Shlibs policy problems (wrong package-name in Shlibs field, compile-time 
linker libs not in the BDO pkg)


Index: fuse.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/fuse.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fuse.info   31 Jan 2012 17:57:49 -  1.5
+++ fuse.info   31 Jan 2012 18:05:33 -  1.6
@@ -1,6 +1,6 @@
 Package: fuse
 Version: 2.0.3.2
-Revision: 1
+Revision: 2
 Source: http://dev.kublai.com/macfuse-%v.tar.bz2
 Source-MD5: 16ade07b11ac60d5f86fa2faf71d1322
 
@@ -71,12 +71,13 @@
 SplitOff: <<
   Package: fuse-dev
   Depends: fuse-shlibs (= %v-%r), pkgconfig
+  Replaces: %N (<< 2.0.3.2-1)
   BuildDependsOnly: True
   DocFiles: COPYING.txt
   Files: <<
 include 
-lib/libfuse.dylib lib/libfuse.a lib/libfuse.la
-lib/libulockmgr.dylib lib/libulockmgr.a lib/libulockmgr.la
+lib/libfuse.*.*.dylib lib/libfuse.dylib lib/libfuse.a lib/libfuse.la
+lib/libulockmgr.*.*.dylib lib/libulockmgr.dylib lib/libulockmgr.a 
lib/libulockmgr.la
 lib/pkgconfig
   <<
   Description: Filesystem in Userspace (development resources)
@@ -96,8 +97,8 @@
 lib/libulockmgr.1.dylib
   <<
   Shlibs: <<
-%p/lib/libfuse.2.dylib 10.0.0 fuse (>= 2.0-1)
-%p/lib/libulockmgr.1.dylib 10.0.0 fuse (>= 2.0-1)
+%p/lib/libfuse.2.dylib 10.0.0 %n (>= 2.0.3.2-2)
+%p/lib/libulockmgr.1.dylib 10.0.0 %n (>= 2.0.3.2-2)
   <<
   DescDetail: <<
 These are the shared libraries required by fuse applications.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/pythonmods fuse-py.info, 1.11, 1.12

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv12178/unstable/main/finkinfo/libs/pythonmods

Modified Files:
fuse-py.info 
Log Message:
versioned dependency on fuse-{dev,shlibs} to overcome Shlibs Policy goof in 
that package


Index: fuse-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/fuse-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fuse-py.info21 Jan 2012 22:06:42 -  1.11
+++ fuse-py.info31 Jan 2012 18:12:48 -  1.12
@@ -1,13 +1,13 @@
 Info2: <<
 Package: fuse-py%type_pkg[python]
 Version: 0.2.1
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python (2.3 2.4 2.5 2.6 2.7)
 Source: mirror:sourceforge:fuse/fuse-python/%v/fuse-python-%v.tar.gz
 Source-MD5: 9d9c5c2311ac04291ce822dfece108f8
-Depends: python%type_pkg[python], fuse-shlibs
-BuildDepends: fuse-dev, pkgconfig
+Depends: python%type_pkg[python], fuse-shlibs (>= 2.0-1)
+BuildDepends: fuse-dev (>= 2.0-1), pkgconfig
 
 PatchScript: <<
   sed -i.bak -e'/ cflags =/s|$|.replace("-D__FreeBSD__=10", "")|' setup.py


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils fuse-zip.info, 1.2, 1.3 fusepod.info, 1.2, 1.3 ntfs-3g.info, 1.2, 1.3 ntfsprogs.info, 1.4, 1.5 procfs.info, 1.2, 1.3 spotlightfs.info, 1.3, 1.4

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv12178/stable/main/finkinfo/utils

Modified Files:
fuse-zip.info fusepod.info ntfs-3g.info ntfsprogs.info 
procfs.info spotlightfs.info 
Log Message:
versioned dependency on fuse-{dev,shlibs} to overcome Shlibs Policy goof in 
that package


Index: spotlightfs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/spotlightfs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- spotlightfs.info10 Jan 2010 21:52:28 -  1.3
+++ spotlightfs.info31 Jan 2012 18:12:48 -  1.4
@@ -1,7 +1,7 @@
 Package: spotlightfs
 Epoch: 1
 Version: 0.1.1
-Revision: 1
+Revision: 2
 Distribution: 10.5
 
 Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
@@ -9,10 +9,10 @@
 SourceDirectory: filesystems-objc
 
 BuildDepends: <<
-   fuse-dev
+   fuse-dev (>= 2.0-1)
 <<
 Depends: <<
-   fuse-shlibs,
+   fuse-shlibs (>= 2.0-1),
macosx (>= 10.5.0-1)
 <<
 

Index: procfs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/procfs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- procfs.info 10 Jan 2010 22:30:39 -  1.2
+++ procfs.info 31 Jan 2012 18:12:48 -  1.3
@@ -1,19 +1,19 @@
 Package: procfs
 Version: 2.0
-Revision: 1
+Revision: 2
 Distribution: 10.5
 
 Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
 Source-MD5: 4a68d202afccea49892ec15e215c1757
 
 BuildDepends: <<
-   fuse-dev (>= 1.1-1),
+   fuse-dev (>= 2.0-1),
pcre (>= 7.6-2),
system-sdk-10.5
 <<
 Depends: <<
daemonic,
-   fuse-shlibs (>= 1.1-1),
+   fuse-shlibs (>= 2.0-1),
macosx (>= 10.5.0-1),
pcre-shlibs (>= 7.6-2)
 <<

Index: ntfs-3g.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/ntfs-3g.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ntfs-3g.info27 Aug 2009 08:01:46 -  1.2
+++ ntfs-3g.info31 Jan 2012 18:12:48 -  1.3
@@ -1,14 +1,14 @@
 Package: ntfs-3g
 Version: 1.2531
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 
 Source: http://www.ntfs-3g.org/%n-%v.tgz
 Source-MD5: 69374cd09803c5fdbb5dabd1d704b9fe
 
-BuildDepends: fink (>= 0.24.12), fuse-dev, pkgconfig
+BuildDepends: fink (>= 0.24.12), fuse-dev (= 2.0-1), pkgconfig
 
-Depends: fuse-shlibs
+Depends: fuse-shlibs (= 2.0-1)
 
 PatchScript: <<
perl -pi -e 's,/sbin,/\$\(sbindir\),g; 
s,mount\.ntfs-3g,mount_ntfs-3g,g' src/Makefile.in

Index: ntfsprogs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/ntfsprogs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ntfsprogs.info  27 Aug 2009 08:01:46 -  1.4
+++ ntfsprogs.info  31 Jan 2012 18:12:48 -  1.5
@@ -1,13 +1,13 @@
 Package: ntfsprogs
 Version: 2.0.0
-Revision: 5
+Revision: 6
 Distribution: 10.4, 10.5
 
 Source: mirror:sourceforge:linux-ntfs/%n-%v.tar.bz2
 Source-MD5: 2b39dece8897bc748f4ab4c40ec7699e
 
-Depends: libntfs10-shlibs (= %v-%r), fuse-shlibs, libiconv
-BuildDepends: fuse-dev, libiconv-dev, pkgconfig
+Depends: libntfs10-shlibs (= %v-%r), fuse-shlibs (>= 2.0-1), libiconv
+BuildDepends: fuse-dev (>= 2.0-1), libiconv-dev, pkgconfig
 
 # Mac OS X has uuid_generate in libSystem instead of a seperate libuuid.
 # Fool configure into realizing this.

Index: fuse-zip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/fuse-zip.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fuse-zip.info   27 Aug 2009 08:01:46 -  1.2
+++ fuse-zip.info   31 Jan 2012 18:12:48 -  1.3
@@ -1,6 +1,6 @@
 Package: fuse-zip
 Version: 0.2.3
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 Description: FUSE filesystem for zip archives
 DescDetail: <<
@@ -35,8 +35,8 @@
 Source: http://%n.googlecode.com/files/%n-%v.tar.gz
 Source-MD5: 7a4a78d146fb36ae5adf9a3628be2cf2
 
-Depends: fuse-shlibs, libzip1-shlibs, libiconv
-BuildDepends: fuse-dev, libzip1, libiconv-dev, pkgconfig
+Depends: fuse-shlibs (= 2.0-1), libzip1-shlibs, libiconv
+BuildDepends: fuse-dev (= 2.0-1), libzip1, libiconv-dev, pkgconfig
 
 GCC: 4.0
 

Index: fusepod.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/fusepod.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fusepod.info27 Aug 2009 08:01:46 -  1.2
+++ fusepod.info31 Jan 2012 18:12:48 -  1.3
@@ -1,13 +1,13 @@
 Package: fusepod
 Ver

[cvs] dists/10.4/unstable/main/finkinfo/utils encfs.info, 1.2, 1.3 funionfs.info, 1.1, 1.2 sshfs.info, 1.8, 1.9

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv12178/unstable/main/finkinfo/utils

Modified Files:
encfs.info funionfs.info sshfs.info 
Log Message:
versioned dependency on fuse-{dev,shlibs} to overcome Shlibs Policy goof in 
that package


Index: sshfs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/sshfs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sshfs.info  18 Dec 2008 01:47:25 -  1.8
+++ sshfs.info  31 Jan 2012 18:12:48 -  1.9
@@ -1,12 +1,12 @@
 Package: sshfs
 Version: 2.2
-Revision: 1
+Revision: 2
 Source: mirror:sourceforge:fuse/%n-fuse-%v.tar.gz
 Source-MD5: 26e9206eb5169e87e6f95f54bc005a4f
 PatchFile: %n.patch
 PatchFile-MD5: 08330f4c10e25052b3a5c26d180e4752
-BuildDepends: fuse-dev, glib2-dev, pkgconfig, libgettext3-dev, fink (>= 
0.24.12)
-Depends: fuse-shlibs, glib2-shlibs, libgettext3-shlibs
+BuildDepends: fuse-dev (>= 2.0-1), glib2-dev, pkgconfig, libgettext3-dev, fink 
(>= 0.24.12)
+Depends: fuse-shlibs (>= 2.0-1), glib2-shlibs, libgettext3-shlibs
 
 ConfigureParams: --disable-dependency-tracking
 # pick up fuse_opt_parse

Index: encfs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/encfs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- encfs.info  7 Dec 2008 20:47:21 -   1.2
+++ encfs.info  31 Jan 2012 18:12:48 -  1.3
@@ -1,6 +1,6 @@
 Package: encfs
 Version: 1.5
-Revision: 1
+Revision: 2
 Source: http://encfs.googlecode.com/files/%n-%v-2.tgz
 Source-md5: b07008545545b4a57cf2bf65f08a14ad
 SourceDirectory: %n-%v
@@ -10,12 +10,13 @@
 Shlibs: !%p/lib/libencfs.4.dylib
 Depends: <<
  fuse,
+ fuse-shlibs (>= 2.0-1),
  rlog-shlibs,
  boost1.34.nopython-shlibs,
  libgettext3-shlibs
 <<
 BuildDepends: <<
- fuse-dev,
+ fuse-dev (>= 2.0-1),
  rlog,
  boost1.34.nopython,
  system-openssl-dev,

Index: funionfs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/funionfs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- funionfs.info   26 Mar 2008 01:14:26 -  1.1
+++ funionfs.info   31 Jan 2012 18:12:48 -  1.2
@@ -1,12 +1,12 @@
 Package: funionfs
 Version: 0.4.3
-Revision: 3
+Revision: 4
 Source: http://funionfs.apiou.org/file/%n-%v.tar.gz
 Source-md5: 0cc320624b335a68847c447c9625410b
 PatchFile: %n.patch
 PatchFile-md5: c4621840879740b113e1387241037589
-Depends: fuse
-BuildDepends: fuse-dev, fink (>= 0.24.12)
+Depends: fuse, fuse-shlibs (>= 2.0-1)
+BuildDepends: fuse-dev (>= 2.0-1), fink (>= 0.24.12)
 
 SetCPPFLAGS: -D__FreeBSD__=10 -DPATH_MAX=1024
 DocFiles: AUTHORS BUGS COPYING ChangeLog NEWS README TODO


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo llvm30.info,1.21,1.22

2012-01-31 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv13349

Modified Files:
llvm30.info 
Log Message:
fixed-up bootstrap script, currently fails stage2,3-comparison


Index: llvm30.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/llvm30.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- llvm30.info 29 Jan 2012 19:57:37 -  1.21
+++ llvm30.info 31 Jan 2012 18:15:19 -  1.22
@@ -53,7 +53,9 @@
 PatchScript: <<
#!/bin/sh -ev
# relocated a few auxiliary directories where they are expected
-   mv ../clang-%v.src tools/clang
+   pushd tools
+   ln -s ../../clang-%v.src ./clang
+   popd
 #  mv ../test-suite-%v.src projects/test-suite
%{default_script}
pushd ..
@@ -171,6 +173,7 @@
 #  CMAKE_OPTIONS="$CMAKE_OPTIONS -DLLVM_LIT_ARGS="-s -v --max-time=14400"
 
build_workaround () {
+   # pwd: builddir
# hack away some Makefiles: clangSerialization folded into clangFrontend
pushd ../../llvm-%v.src
for d in tools/clang/{lib,include/clang}
@@ -187,67 +190,74 @@
fi
}
 
+   build_workaround_undo() {
+   # pwd: builddir
+   # undo our hack from before...
+   for d in tools/clang/{lib,include/clang}
+   do mv -f $d/CMakeLists.txt{.orig,}
+   done
+   }
+
echo " START of BOOTSTRAP STAGE 1: building llvm/clang with the 
system compiler"
+   # wd: %b
mkdir -p ../build/stage1
pushd ../build/stage1
# Technically, we only need the native back-end...
-   cmake $CMAKE_OPTIONS ../llvm-%v.src
+   cmake $CMAKE_OPTIONS ../../llvm-%v.src
# this will fail, but we have to run it first and then fix some deps
make -k || :
build_workaround
make || make VERBOSE=1
cd ..
-   ln -s -f stage1 last
+   ln -s stage1 last
popd
+   # wd: %b
# link stage1 compilers into opt-bin for next stage
pushd ../opt-bin
ln -s ../build/stage1/bin/clang st1-clang
ln -s ../build/stage1/bin/clang++ st1-clang++
popd
+   # wd: %b
echo " END of BOOTSTRAP STAGE 1: built llvm/clang with the 
system compiler"
 
echo " START of BOOTSTRAP STAGE 2: building llvm/clang with 
stage 1 clang"
export CCACHE_COMPILERCHECK=content
export CC=cc-st1-clang
export CXX=cc-st1-clang++
-   pushd ../llvm-%v.src
-   # undo our hack from before...
-   for d in tools/clang/{lib,include/clang}
-   do mv -f $d/CMakeLists.txt{.orig,}
-   done
-   popd
+   build_workaround_undo
mkdir -p ../build/stage2
pushd ../build/stage2
-   cmake $CMAKE_OPTIONS ../llvm-%v.src
+   cmake $CMAKE_OPTIONS ../../llvm-%v.src
make -k || :
build_workaround
make || make VERBOSE=1
cd ..
-   ln -s -f stage2 last
+   rm -f last
+   ln -s stage2 last
popd
+   # wd: %b
pushd ../opt-bin
ln -s ../build/stage2/bin/clang st2-clang
ln -s ../build/stage2/bin/clang++ st2-clang++
popd
+   # wd: %b
echo " END of BOOTSTRAP STAGE 2: built llvm/clang with stage 1 
clang"
echo " START of BOOTSTRAP STAGE 3: building llvm/clang with 
stage 2 clang"
export CC=cc-st2-clang
export CXX=cc-st2-clang++
-   pushd ../llvm-%v.src
-   # undo our hack from before...
-   for d in tools/clang/{lib,include/clang}
-   do mv -f $d/CMakeLists.txt{.orig,}
-   done
-   popd
+   export CCACHE_DISABLE=1
+   build_workaround_undo
mkdir -p ../build/stage3
pushd ../build/stage3
-   cmake $CMAKE_OPTIONS ../llvm-%v.src
+   cmake $CMAKE_OPTIONS ../../llvm-%v.src
make -k || :
build_workaround
make || make VERBOSE=1
cd ..
-   ln -s -f stage3 last
+   rm -f last
+   ln -s stage3 last
popd
+   # wd: %b
echo " END of BOOTSTRAP STAGE 3: built llvm/clang with stage 2 
clang"
# comparison!
pushd ../build


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils avfs.info,1.5,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv13409/unstable/main/finkinfo/utils

Removed Files:
avfs.info 
Log Message:
avfs to stable


--- avfs.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils avfs.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv13409/stable/main/finkinfo/utils

Added Files:
avfs.info 
Log Message:
avfs to stable


--- NEW FILE: avfs.info ---
Package: avfs
Version: 0.9.8
Revision: 6
Maintainer: Jack Fink 
Depends: fuse-shlibs (>= 0.4.0-3), %n-shlibs (= %v-%r)
BuildDepends: fuse-dev (>= 0.4.0-3)
Source: http://www.boomerangsworld.de/cms/worker/downloads/%n-%v.tar.bz2
Source-MD5: 5281b990251c8c3a15366ad40e4818db
ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--enable-library --disable-dependency-tracking --enable-fuse --with-ssl=/usr 
--with-expat=%p --with-included-neon
SetCFLAGS: -I%p/include
SetCPPFLAGS: -Os
SetLDFLAGS: -L%p/lib
InstallScript: make install DESTDIR=%d && mv %i/bin/avfsd %i/sbin/
DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO
Description: Virtual filesystem
Homepage: http://www.boomerangsworld.de/cms/avfs/index?lang=en
License: GPL/LGPL
SplitOff: <<
Package: %N-shlibs
Depends: fuse-shlibs (>= 0.4.0-3)
Description: a virtual filesystem, shared libs
Files: <<
lib/avfs
lib/libavfs.0*dylib
<<
Shlibs: <<
%p/lib/libavfs.0.dylib 1.0.0 %n (>= 0.9.8-6)
<<
DocFiles: COPYING.LIB
<<
Splitoff2: <<
Package: %N-dev
Description: a virtual filesystem, development files
Depends: %N-shlibs (= 0.9.8-6)
BuildDependsOnly: True
Files: <<
bin/avfs-config
lib/libavfs.dylib
lib/*a
include
<<
DocFiles: COPYING
<<



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 worker.info,1.17,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv13543/unstable/main/finkinfo/x11

Removed Files:
worker.info 
Log Message:
worker to stable, with BDep fix


--- worker.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/x11 worker.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv13543/stable/main/finkinfo/x11

Added Files:
worker.info 
Log Message:
worker to stable, with BDep fix


--- NEW FILE: worker.info ---
Package: worker
Version: 2.17.8
Revision: 1002
Maintainer: Jack Fink 
BuildDepends: avfs-dev (>= 0.9.8-6), file-dev (>= 4.26-1), freetype219 (>= 
2.3.7-7), x11-dev, libhal1-dev (>= 0.5.11-2), glib2-dev (>= 2.20.5-1), 
libgettext8-dev (>= 0.17-12), dbus-glib1.2-dev (>= 0.84-1), dbus1.3-dev (>= 
1.2.16-101)
Depends: avfs-shlibs (>= 0.9.8-6), file-shlibs (>= 5.03-1), freetype219-shlibs 
(>= 2.3.8-2), glib2-shlibs (>= 2.20.5-1), libgettext8-shlibs (>= 0.17-12), 
libhal1-shlibs (>= 0.5.11-2), x11, x11-shlibs, dbus-glib1.2-shlibs (>= 0.84-1), 
dbus1.3-shlibs (>= 1.2.16-101)
Source: http://www.boomerangsworld.de/cms/worker/downloads/%n-%v.tar.bz2
Source-MD5: e41cad7cf3d3ca058611d5f43ab3ffdc
SetCXXFLAGS: -Os
SetCPPFLAGS: -I%p/lib/freetype219/include
SetLDFLAGS: -L%p/lib/freetype219/lib
ConfigureParams: --mandir=%p/share/man --enable-xft 
--disable-dependency-tracking --with-extra-includes=%p/include 
--with-extra-libraries=%p/lib --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib
GCC: 4.0
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README* 
catalogs/README:README.catalogs THANKS
DescUsage: <<
  Just run 'worker' to start the file manager.

  This program uses many external programs to support various
  file-types. You can edit the .worker/config file in your home
  directory to suit your tastes and what you have available.
<<
Description: File-manager for X-Windows
DescPackaging: <<
 Previous versions by Sylvain Cuaz.
<<
Homepage: http://www.boomerangsworld.de/cms/worker
License: GPL
DescDetail: <<
You don't want to click on the /home path button that is installed
by the default configuration file. Particularly not on MacOS X 10.5.
Configure that path button to contain /Users instead.
You have been warned.
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils fuse-zip.info,1.3,1.4

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv15618/stable/main/finkinfo/utils

Modified Files:
fuse-zip.info 
Log Message:
latest fuse-zip to stable


Index: fuse-zip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/fuse-zip.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fuse-zip.info   31 Jan 2012 18:12:48 -  1.3
+++ fuse-zip.info   31 Jan 2012 18:44:02 -  1.4
@@ -1,7 +1,8 @@
 Package: fuse-zip
-Version: 0.2.3
-Revision: 2
-Distribution: 10.4, 10.5
+#Note that 0.2.9 appears to need a newer fuse than fink has.
+#fuse-zip.cpp:657: error: 'struct fuse_operations' has no member named 
'flag_nullpath_ok'
+Version: 0.2.8
+Revision: 1
 Description: FUSE filesystem for zip archives
 DescDetail: <<
fuse-zip is a FUSE file system to navigate, extract, create and modify
@@ -33,14 +34,14 @@
 License: LGPL
 
 Source: http://%n.googlecode.com/files/%n-%v.tar.gz
-Source-MD5: 7a4a78d146fb36ae5adf9a3628be2cf2
+Source-MD5: 6c285506d9f39aaf2e02db85dbb73089
 
-Depends: fuse-shlibs (= 2.0-1), libzip1-shlibs, libiconv
-BuildDepends: fuse-dev (= 2.0-1), libzip1, libiconv-dev, pkgconfig
+Depends: fuse-shlibs (>= 2.0-1), libzip1-shlibs, libiconv
+BuildDepends: fuse-dev (>= 2.0-1), libzip1, libiconv-dev, pkgconfig, fink (>= 
0.24.12)
 
 GCC: 4.0
 
-CompileScript: make CXX=g++
+CompileScript: make CXX='g++ -Os'
 
 InstallScript: make install INSTALLPREFIX=%i
 


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils fuse-zip.info, 1.13, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv15618/unstable/main/finkinfo/utils

Removed Files:
fuse-zip.info 
Log Message:
latest fuse-zip to stable


--- fuse-zip.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils fusepod.info,1.4,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv15675/unstable/main/finkinfo/utils

Removed Files:
fusepod.info 
Log Message:
latest fusepod to stable


--- fusepod.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/utils fusepod.info,1.3,1.4

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv15675/stable/main/finkinfo/utils

Modified Files:
fusepod.info 
Log Message:
latest fusepod to stable


Index: fusepod.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/fusepod.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fusepod.info31 Jan 2012 18:12:48 -  1.3
+++ fusepod.info31 Jan 2012 18:45:07 -  1.4
@@ -1,25 +1,26 @@
 Package: fusepod
 Version: 0.5.2
-Revision: 3
-Distribution: 10.4, 10.5
+Revision: 4
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Source-MD5: 35347e87ad01b17990ff2be6f9d696cd
 
 BuildDepends: <<
-   fuse-dev (= 2.0-1),
+   fuse-dev (>= 2.0-1),
glib2-dev,
+   gtk+2-dev,
libgettext3-dev,
-   libgpod1,
+   libgpod4,
libiconv-dev,
pkgconfig,
taglib
 <<
 Depends: <<
-   fuse-shlibs (= 2.0-1),
+   fuse-shlibs (>= 2.0-1),
glib2-shlibs,
+   gtk+2-shlibs,
libgettext3-shlibs,
-   libgpod1-shlibs,
+   libgpod4-shlibs,
libiconv,
taglib-shlibs
 <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/pythonmods fuse-py.info, 1.12, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15788/unstable/main/finkinfo/libs/pythonmods

Removed Files:
fuse-py.info 
Log Message:
fuse-pyXC to stable


--- fuse-py.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/pythonmods fuse-py.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15788/stable/main/finkinfo/libs/pythonmods

Added Files:
fuse-py.info 
Log Message:
fuse-pyXC to stable


--- NEW FILE: fuse-py.info ---
Info2: <<
Package: fuse-py%type_pkg[python]
Version: 0.2.1
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4, 
(%type_pkg[python] = 24) 10.5
Type: python (2.3 2.4 2.5 2.6 2.7)
Source: mirror:sourceforge:fuse/fuse-python/%v/fuse-python-%v.tar.gz
Source-MD5: 9d9c5c2311ac04291ce822dfece108f8
Depends: python%type_pkg[python], fuse-shlibs (>= 2.0-1)
BuildDepends: fuse-dev (>= 2.0-1), pkgconfig

PatchScript: <<
  sed -i.bak -e'/ cflags =/s|$|.replace("-D__FreeBSD__=10", "")|' setup.py
<<
CompileScript: <<
python%type_raw[python] setup.py build
<<
InstallScript: <<
  python%type_raw[python] setup.py install --prefix %p --root %d
  mkdir -p %i/share/doc/%n
  cp -R example %i/share/doc/%n
<<
DocFiles: AUTHORS COPYING FAQ README.historic README.new_fusepy_api

Description: FUSE python bindings
DescDetail: <<
These bindings make it possible to write file systems in python.
<<
License: GPL
Homepage: 
http://apps.sourceforge.net/mediawiki/fuse/index.php?title=FUSE_Python_tutorial
Maintainer: Brendan Cully 
<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net libcurl3-unified.info, 1.10, 1.11 libcurl3-unified.patch, 1.2, 1.3

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv18220/stable/main/finkinfo/net

Added Files:
libcurl3-unified.info libcurl3-unified.patch 
Log Message:
libcurl3 to stable (some stuff still uses it:(


--- NEW FILE: libcurl3-unified.patch ---
diff -ru curl-7.15.1.orig/curl-config.in curl-7.15.1/curl-config.in
--- curl-7.15.1.orig/curl-config.in 2005-09-04 14:15:24.0 -0400
+++ curl-7.15.1/curl-config.in  2005-12-22 16:34:46.0 -0500
@@ -143,7 +143,7 @@
;;
 
 --libs)
-   echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@
+   echo @LDFLAGS@ -L@libdir@ -lcurl @LIBS@
;;
 
 *)
diff -ru curl-7.15.1.orig/libcurl.pc.in curl-7.15.1/libcurl.pc.in
--- curl-7.15.1.orig/libcurl.pc.in  2005-12-22 16:31:06.0 -0500
+++ curl-7.15.1/libcurl.pc.in   2005-12-22 16:34:20.0 -0500
@@ -6,5 +6,5 @@
 Name: libcurl
 Description: Library to transfer files with ftp, http, etc.
 Version: @VERSION@
-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
+Libs: @LDFLAGS@ -L${libdir} -lcurl @LIBS@
 Cflags: -I${includedir}

--- NEW FILE: libcurl3-unified.info ---
Package: libcurl3-unified
Version: 7.15.5
Revision: 8
Description: Lib. for transferring files with URL syntax
DescUsage: <<
This version is obsolete and has security flaws.
Please use libcurl4 instead.
<<
DescPackaging: <<
  Now use System's OpenSSL.
  
  Packages that also use the system's OpenSSL and link to this
  should be careful to link to the proper libssl and libcrypto.
  Either make sure -L%p/lib/system-openssl/lib comes before -L%p/lib
  when linking, or use a BuildConflicts: openssl-dev, openssl097-dev
  
  No longer need --mandir. Private symbols now hidden with gcc 4.
  
  Versions of curl before 7.11.1-11 were maintained by Max Horn.
<<
Maintainer: Daniel Johnson 
Homepage: http://curl.haxx.se/
License: OSI-Approved

Source: http://curl.haxx.se/download/curl-%v.tar.bz2
Source-MD5: 594142c7d53bbdd988e8cef6354eeeff

Depends: %N-shlibs (= %v-%r)
BuildDepends: system-openssl-dev, fink (>= 0.24.12)
Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4, libcurl4-64bit
Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3 (<< %n-%r), 
libcurl3-ssl (<< %n-%r), libcurl4, libcurl4-64bit
BuildDependsOnly: True

PatchFile: %n.patch
PatchFile-MD5: f26aea7a8e7e3ab40b7ece789203a89c

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-ssl=%p/lib/system-openssl --without-gnutls 
--without-libidn --disable-dependency-tracking 
--with-ldap-lib=/usr/lib/libldap.dylib --with-lber-lib=/usr/lib/liblber.dylib 
--enable-hidden-symbols
InstallScript: <<
  make install DESTDIR=%d
  /bin/mkdir -p %I/share/doc/%N
  /bin/cp docs/*.html %I/share/doc/%N
  /bin/mkdir -p %I/share/doc/%N/libcurl
  /bin/cp docs/libcurl/*.html %I/share/doc/%N/libcurl
  /bin/mkdir -p %I/share/aclocal
  /bin/cp docs/libcurl/libcurl.m4 %I/share/aclocal
  #No longer install curl binary.
  rm -rf %i/bin/curl %i/share/man/man1/curl.1 %i/share/curl/curl-ca-bundle.crt
<<
DocFiles: CHANGES COPYING README RELEASE-NOTES

SplitOff: <<
  Package: %N-shlibs
  Description: Lib. for transferring files with URL syntax
  DescUsage: <<
This version is obsolete and has security flaws.
Please use libcurl4 instead.
  <<
  
  Replaces: libcurl3-shlibs (<< %n-%r), libcurl3-ssl-shlibs (<< %n-%r)
  
  Files: lib/libcurl.3.0.0.dylib lib/libcurl.3.dylib
  Shlibs: %p/lib/libcurl.3.dylib 4.0.0 %n (>= 7.14.0-1)
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<

SplitOff3: <<
  Package: libcurl3
  Description: OBSOLETE use package 'libcurl3-unified' instead
  BuildDependsOnly: true
  Depends: %N (= %v-%r), fink-obsolete-packages
  Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff4: <<
  Package: libcurl3-shlibs
  Description: OBSOLETE use package 'libcurl3-unified-shlibs' instead
  Depends: %N-shlibs (= %v-%r), fink-obsolete-packages
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff6: <<
  Package: libcurl3-ssl
  Description: OBSOLETE use package 'libcurl3-unified' instead
  BuildDependsOnly: true
  Depends: %N (= %v-%r), fink-obsolete-packages
  Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl4
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<
SplitOff7: <<
  Package: libcurl3-ssl-shlibs
  Description: OBSOLETE use package 'libcurl3-unified-shlibs' instead
  Depends: %N-shlibs (= %v-%r), fink-obsolete-packages
  DocFiles: CHANGES COPYING README RELEASE-NOTES
<<

# tests currently broken on Mac OS X
#InfoTest: <<
#  TestDepends: stunnel4
#  TestScript: make check || exit 2
#<<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Mic

[cvs] dists/10.4/unstable/main/finkinfo/net libcurl3-unified.info, 1.17, NONE libcurl3-unified.patch, 1.3, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv18220/unstable/main/finkinfo/net

Removed Files:
libcurl3-unified.info libcurl3-unified.patch 
Log Message:
libcurl3 to stable (some stuff still uses it:(


--- libcurl3-unified.patch DELETED ---

--- libcurl3-unified.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net icecast2.info,1.3,NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv18284/unstable/main/finkinfo/net

Removed Files:
icecast2.info 
Log Message:
icecast2 to stable


--- icecast2.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net icecast2.info,NONE,1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv18284/stable/main/finkinfo/net

Added Files:
icecast2.info 
Log Message:
icecast2 to stable


--- NEW FILE: icecast2.info ---
Package: icecast2
Version: 2.3.1
Revision: 1
Depends: <<
  daemonic, passwd (>= 20051118-1), libcurl3-unified-shlibs,
  libtheora0-shlibs (>= 1.0-0.alpha4), speex3-shlibs, libvorbis0-shlibs,
  libogg-shlibs, libxml2-shlibs, libxslt-shlibs
<<
BuildDepends: <<
  libcurl3-unified, libtheora0, speex3, libvorbis0, libogg, libxml2,
  libxslt, pkgconfig, libiconv-dev
<<
Source: http://downloads.xiph.org/releases/icecast/icecast-%v.tar.gz
Source-MD5: 2d80a249fa8529f82d018c6216108ea8
ConfigureParams: --sysconfdir=%p/etc/icecast2 --program-suffix=2
PatchScript: <<
#!/bin/sh -ev

sed -e 's/PACKAGE=icecast/PACKAGE=icecast2/' -i.orig configure
sed -e 's|/doc/icecast|/doc/icecast2|' -i.orig doc/Makefile.in

sed -e '//,/<\/security>/{//d
s/no\(body\|group\)/icecast/
}' -i.orig conf/icecast.xml.in
<<
InstallScript: <<
  ./mkinstalldirs %i/var/log/icecast2
  make install DESTDIR=%d
<< 
PostInstScript: <<
  echo "Changing ownership of %p/var/log/icecast2 and 
%p/etc/icecast2/icecast.xml"
  chown icecast:icecast %p/var/log/icecast2 %p/etc/icecast2/icecast.xml
  daemonic update %n
<<
PreRmScript: <<
  # clean up
  [ -f %p/var/run/%n.pid ] && kill `cat %p/var/run/%n.pid`
  if [ $1 != "upgrade" ]; then
daemonic remove %n
  fi
<<
ConfFiles: %p/etc/icecast2/icecast.xml
DaemonicName: icecast2
DaemonicFile: <<

Icecast Streaming Media Server
Icecast Streaming Media Server


%p/bin/icecast2
 -c %p/etc/icecast2/icecast.xml

%p/etc/icecast2/icecast.xml
%p/var/run/icecast2.pid



<<
###
Description: Media streaming server
DescDetail: <<
Icecast2 is a multi-format streaming media server, currently capabale of
broadcasting Vorbis, MP3 and AAC audio and theora video. It is an advanced
shoutcast replacement with support for multiple streams on the same server,
authentication, and relaying, just to name a few features.
<<
DescPort: <<
Use "sudo daemonic enable icecast2" to start icecast2 automatically on boot.
<<
DescUsage: <<
Note to users upgrading from icecast 1.3: icecast 2 was rewritten from scratch
and features a completely different administration interface and configuration
file format. See %p/share/doc/icecast2/index.html for more information.
<<
###
License: GPL
Maintainer: Brendan Cully 
Homepage: http://www.icecast.org/
# Based on Keith Conger's original icecast package


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/libs/perlmods encode-pm.info, 1.1, NONE http-date-pm.info, 1.1, NONE lwp-mediatypes-pm.info, 1.1, NONE

2012-01-31 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv19600

Removed Files:
encode-pm.info http-date-pm.info lwp-mediatypes-pm.info 
Log Message:
relocated to stable


--- lwp-mediatypes-pm.info DELETED ---

--- encode-pm.info DELETED ---

--- http-date-pm.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net icecast2.info,NONE,1.1

2012-01-31 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv19769

Added Files:
icecast2.info 
Log Message:
Update to latest upstream version with maintainer's permission
and switch to libcurl4 and libspeex1.


--- NEW FILE: icecast2.info ---
Package: icecast2
Version: 2.3.2
Revision: 1
Depends: <<
  daemonic, passwd-icecast, libcurl4-shlibs,
  libtheora0-shlibs (>= 1.0-0.alpha4), libspeex1-shlibs, libvorbis0-shlibs,
  libogg-shlibs, libxml2-shlibs, libxslt-shlibs
<<
BuildDepends: <<
  libcurl4, libtheora0, libspeex1, libvorbis0, libogg, libxml2,
  libxslt, pkgconfig, libiconv-dev
<<
Source: http://downloads.xiph.org/releases/icecast/icecast-%v.tar.gz
Source-MD5: ff516b3ccd2bcc31e68f460cd316093f
ConfigureParams: --sysconfdir=%p/etc/icecast2 --program-suffix=2
PatchScript: <<
#!/bin/sh -ev

sed -e 's/PACKAGE=icecast/PACKAGE=icecast2/' -i.orig configure
sed -e 's|/doc/icecast|/doc/icecast2|' -i.orig doc/Makefile.in

sed -e '//,/<\/security>/{//d
s/no\(body\|group\)/icecast/
}' -i.orig conf/icecast.xml.in
<<
InstallScript: <<
  ./mkinstalldirs %i/var/log/icecast2
  make install DESTDIR=%d
<< 
PostInstScript: <<
  echo "Changing ownership of %p/var/log/icecast2 and 
%p/etc/icecast2/icecast.xml"
  chown icecast:icecast %p/var/log/icecast2 %p/etc/icecast2/icecast.xml
  daemonic update %n
<<
PreRmScript: <<
  # clean up
  [ -f %p/var/run/%n.pid ] && kill `cat %p/var/run/%n.pid`
  if [ $1 != "upgrade" ]; then
daemonic remove %n
  fi
<<
ConfFiles: %p/etc/icecast2/icecast.xml
DaemonicName: icecast2
DaemonicFile: <<

Icecast Streaming Media Server
Icecast Streaming Media Server


%p/bin/icecast2
 -c %p/etc/icecast2/icecast.xml

%p/etc/icecast2/icecast.xml
%p/var/run/icecast2.pid



<<
###
Description: Media streaming server
DescDetail: <<
Icecast2 is a multi-format streaming media server, currently capabale of
broadcasting Vorbis, MP3 and AAC audio and theora video. It is an advanced
shoutcast replacement with support for multiple streams on the same server,
authentication, and relaying, just to name a few features.
<<
DescPort: <<
Use "sudo daemonic enable icecast2" to start icecast2 automatically on boot.
<<
DescUsage: <<
Note to users upgrading from icecast 1.3: icecast 2 was rewritten from scratch
and features a completely different administration interface and configuration
file format. See %p/share/doc/icecast2/index.html for more information.
<<
###
License: GPL
Maintainer: Brendan Cully 
Homepage: http://www.icecast.org/
# Based on Keith Conger's original icecast package


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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 bidwatcher.info, 1.1, NONE bidwatcher.patch, 1.1, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv19818/unstable/main/finkinfo/10.4-EOL/net

Removed Files:
bidwatcher.info bidwatcher.patch 
Log Message:
nuke older %r from unstable (have newer in stable)


--- bidwatcher.info DELETED ---

--- bidwatcher.patch DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net icecast2.info,1.1,1.2

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv20061/stable/main/finkinfo/net

Modified Files:
icecast2.info 
Log Message:
backport new %v from 10.7


Index: icecast2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/icecast2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- icecast2.info   31 Jan 2012 19:18:20 -  1.1
+++ icecast2.info   31 Jan 2012 19:40:16 -  1.2
@@ -1,17 +1,17 @@
 Package: icecast2
-Version: 2.3.1
+Version: 2.3.2
 Revision: 1
 Depends: <<
-  daemonic, passwd (>= 20051118-1), libcurl3-unified-shlibs,
-  libtheora0-shlibs (>= 1.0-0.alpha4), speex3-shlibs, libvorbis0-shlibs,
+  daemonic, passwd-icecast, libcurl4-shlibs,
+  libtheora0-shlibs (>= 1.0-0.alpha4), libspeex1-shlibs, libvorbis0-shlibs,
   libogg-shlibs, libxml2-shlibs, libxslt-shlibs
 <<
 BuildDepends: <<
-  libcurl3-unified, libtheora0, speex3, libvorbis0, libogg, libxml2,
+  libcurl4, libtheora0, libspeex1, libvorbis0, libogg, libxml2,
   libxslt, pkgconfig, libiconv-dev
 <<
 Source: http://downloads.xiph.org/releases/icecast/icecast-%v.tar.gz
-Source-MD5: 2d80a249fa8529f82d018c6216108ea8
+Source-MD5: ff516b3ccd2bcc31e68f460cd316093f
 ConfigureParams: --sysconfdir=%p/etc/icecast2 --program-suffix=2
 PatchScript: <<
 #!/bin/sh -ev


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/crypto xmlsec-shlibs.info, NONE, 1.1 xmlsec-shlibs.patch, NONE, 1.1 yaz.info, NONE, 1.1 yazpp.info, NONE, 1.1

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv21771/stable/main/finkinfo/crypto

Added Files:
xmlsec-shlibs.info xmlsec-shlibs.patch yaz.info yazpp.info 
Log Message:
some stuff to stable


--- NEW FILE: yazpp.info ---
Package: yazpp
Version: 1.1.1
Revision: 1004
Depends: %N-shlibs (= %v-%r), gnutls26-shlibs, libgcrypt-shlibs, 
libgettext8-shlibs, libgpg-error-shlibs, libiconv, libncurses5-shlibs, 
libxml2-shlibs, libxslt-shlibs, readline5-shlibs, pkgconfig (>= 0.21-1)
BuildDepends: libiconv-dev, libxml2, libxslt, gettext-tools, libgettext8-dev, 
libxml2-bin, libncurses5, readline5, gnutls26, libgcrypt, libgpg-error, yaz
BuildDependsOnly: true
Source: http://ftp.indexdata.dk/pub/%n/%n-%v.tar.gz
Source-MD5: 16f2eee049ca28541ed71051a212373f
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
SetCXXFLAGS: -Os
InstallScript: make install DESTDIR=%d
DocFiles: ChangeLog LICENSE NEWS README TODO
Splitoff: <<
  Package: %N-shlibs
  Files: <<
lib/libyazpp.3.dylib
lib/libyazpp.3.0.0.dylib
lib/libzoompp.3.dylib
lib/libzoompp.3.0.0.dylib
  <<
  Shlibs: <<
%p/lib/libyazpp.3.dylib 4.0.0 %n (>= 1.1.1-1002)
%p/lib/libzoompp.3.dylib 4.0.0 %n (>= 1.1.1-1002)
  <<
  DocFiles: LICENSE
<<
Homepage: http://ftp.indexdata.dk/pub/yazpp
Maintainer: Jack Fink 
GCC: 4.0
License: BSD
Description: C++ bindings for YAZ and ZOOM

--- NEW FILE: xmlsec-shlibs.patch ---
diff -Nurd -x'*~' xmlsec1-1.2.18.orig/configure xmlsec1-1.2.18/configure
--- xmlsec1-1.2.18.orig/configure   2011-05-11 19:02:14.0 -0400
+++ xmlsec1-1.2.18/configure2011-08-07 05:10:48.0 -0400
@@ -14578,7 +14578,7 @@
 ac_fn_c_check_header_mongrel "$LINENO" "ltdl.h" "ac_cv_header_ltdl_h" 
"$ac_includes_default"
 if test "x$ac_cv_header_ltdl_h" = x""yes; then :
 
-   XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_DL_LIBLTDL=1",
+   XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_DL_LIBLTDL=1"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for lt_dlopenext in 
-lltdl" >&5
 $as_echo_n "checking for lt_dlopenext in -lltdl... " >&6; }
 if test "${ac_cv_lib_ltdl_lt_dlopenext+set}" = set; then :

--- NEW FILE: yaz.info ---
Package: yaz
Version: 3.0.50
Revision: 3
Source: http://ftp.indexdata.dk/pub/%n/%n-%v.tar.gz
Depends: %N-shlibs (= %v-%r),gnutls26-shlibs, libgcrypt-shlibs, 
libgettext8-shlibs, libgpg-error-shlibs, libiconv, libncurses5-shlibs, 
libtasn1-3-shlibs, libxml2-shlibs, libxslt-shlibs, readline5-shlibs, pkgconfig 
(>= 0.21-1)
BuildDepends: libiconv-dev, libxml2, libxslt, gettext-tools, libgettext8-dev, 
libxml2-bin, libncurses5, readline5, gnutls26, libgcrypt, libgpg-error, 
libtasn1-3
Maintainer: Jack Fink 
Homepage: http://www.indexdata.dk/yaz
License: BSD
BuildDependsOnly: Yes
Description: C toolkit for Z39.50 applications
Source-MD5: eafff74f0ffc8438dce3fda895dac652
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: ChangeLog LICENSE:COPYING NEWS README
Splitoff: <<
  Package: %N-shlibs
  Description: C toolkit for Z39.50 applications, shared libraries
  Depends: gnutls26-shlibs, libgcrypt-shlibs, libgettext8-shlibs, 
libgpg-error-shlibs, libiconv, libtasn1-3-shlibs, libxml2-shlibs, libxslt-shlibs
  Files: <<
lib/libyaz.3.dylib
lib/libyaz_server.3.dylib
lib/libyaz_icu.3.dylib
share/yaz
  <<
  Shlibs: <<
%p/lib/libyaz.3.dylib 4.0.0 %n (>= 3.0.10-1001)
%p/lib/libyaz_server.3.dylib 4.0.0 %n (>= 3.0.10-1001)
%p/lib/libyaz_icu.3.dylib 4.0.0 %n (>= 3.0.18-1001)
  <<
  DocFiles: LICENSE:COPYING
<<

--- NEW FILE: xmlsec-shlibs.info ---
Package: xmlsec-shlibs
Version: 1.2.18
Revision: 1
###
Source: http://www.aleksey.com/xmlsec/download/xmlsec1-%v.tar.gz
Source-MD5: 8694b4609aab647186607f79e1da7f1a
BuildDepends: <<
  fink (>= 0.24.12), fink-package-precedence,
  libiconv-dev, libgettext8-dev,
  libtool2,
  libxml2 (>= 2.7.8-1), libxslt,
  libgcrypt (>= 1.4.0-1), gnutls26 (>= 2.8.0-1), libgpg-error, libtasn1-3,
  openssl098-dev
<<
Depends: <<
  libiconv, libgettext8-shlibs,
  libtool2-shlibs,
  libxml2-shlibs (>= 2.7.8-1), libxslt-shlibs,
  libgcrypt-shlibs (>= 1.4.0-1), gnutls26-shlibs (>= 2.8.0-1), 
libgpg-error-shlibs,
  openssl098-shlibs
<<
###
GCC: 4.0
###
ConfigureParams: --infodir=%i/share/info --enable-aes --mandir=%i/share/man  
--disable-apps-crypto-dl --with-html-dir=%i/share/doc/xmlsec --with-pic 
--enable-xkms --without-nss --enable-dependency-tracking

PatchFile: %n.patch
PatchFile-MD5: 3648c2b8e25dd89e39a4ac7c43868276
PatchScript: <<
%{default_script}
  mv INSTALL INSTALL.txt
<<

CompileScript: <<
  ./configure %c 
  perl -pi -e 's/-lgnutls/-lgnutls -lgcrypt/' src/gnutls/Makefile
  make
  fink-package-precedence --prohibit-bdep=xmlsec-dev .
<<

InstallScript: <<
  make install prefix=%i
<<

Shlibs: <<
  %p/lib/libxmlsec1.1.dylib 4.0.0 %n (>= 1.2.5-13)

[cvs] dists/10.4/unstable/main/finkinfo/crypto xmlsec-shlibs.info, 1.2, NONE xmlsec-shlibs.patch, 1.1, NONE yaz.info, 1.2, NONE yazpp.info, 1.2, NONE

2012-01-31 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv21771/unstable/main/finkinfo/crypto

Removed Files:
xmlsec-shlibs.info xmlsec-shlibs.patch yaz.info yazpp.info 
Log Message:
some stuff to stable


--- yazpp.info DELETED ---

--- xmlsec-shlibs.patch DELETED ---

--- yaz.info DELETED ---

--- xmlsec-shlibs.info DELETED ---


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo guile20.info,1.14,1.15

2012-01-31 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv24514

Modified Files:
guile20.info 
Log Message:
patch configure(aclocal.m4) to fix -framework flag in guile-2.0.pc


Index: guile20.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/guile20.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- guile20.info31 Jan 2012 01:17:11 -  1.14
+++ guile20.info31 Jan 2012 20:32:07 -  1.15
@@ -43,6 +43,8 @@
 sed -i.orig '/SCM_ARRAY_ELEMENT_TYPE_LAST/s|,$||' libguile/array-handle.h
 # fix typedef for function pointer
 sed -i.orig 's|void.*scm_t_subr|void (*scm_t_subr)()|' libguile/__scm.h
+# fix framework flag for CoreFoundation (defined in aclocal.m4)
+sed -i.orig 's|-Wl,-framework 
-Wl,CoreFoundation|-Wl,-framework,CoreFoundation|g' configure
 {
 echo '#!/bin/sh'
 echo 'export GUILE=guile-2.0'


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/net icecast2.info, NONE, 1.1

2012-01-31 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv25838

Added Files:
icecast2.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: icecast2.info ---
Package: icecast2
Version: 2.3.2
Revision: 1
Depends: <<
  daemonic, passwd-icecast, libcurl4-shlibs,
  libtheora0-shlibs (>= 1.0-0.alpha4), libspeex1-shlibs, libvorbis0-shlibs,
  libogg-shlibs, libxml2-shlibs, libxslt-shlibs
<<
BuildDepends: <<
  libcurl4, libtheora0, libspeex1, libvorbis0, libogg, libxml2,
  libxslt, pkgconfig, libiconv-dev
<<
Source: http://downloads.xiph.org/releases/icecast/icecast-%v.tar.gz
Source-MD5: ff516b3ccd2bcc31e68f460cd316093f
ConfigureParams: --sysconfdir=%p/etc/icecast2 --program-suffix=2
PatchScript: <<
#!/bin/sh -ev

sed -e 's/PACKAGE=icecast/PACKAGE=icecast2/' -i.orig configure
sed -e 's|/doc/icecast|/doc/icecast2|' -i.orig doc/Makefile.in

sed -e '//,/<\/security>/{//d
s/no\(body\|group\)/icecast/
}' -i.orig conf/icecast.xml.in
<<
InstallScript: <<
  ./mkinstalldirs %i/var/log/icecast2
  make install DESTDIR=%d
<< 
PostInstScript: <<
  echo "Changing ownership of %p/var/log/icecast2 and 
%p/etc/icecast2/icecast.xml"
  chown icecast:icecast %p/var/log/icecast2 %p/etc/icecast2/icecast.xml
  daemonic update %n
<<
PreRmScript: <<
  # clean up
  [ -f %p/var/run/%n.pid ] && kill `cat %p/var/run/%n.pid`
  if [ $1 != "upgrade" ]; then
daemonic remove %n
  fi
<<
ConfFiles: %p/etc/icecast2/icecast.xml
DaemonicName: icecast2
DaemonicFile: <<

Icecast Streaming Media Server
Icecast Streaming Media Server


%p/bin/icecast2
 -c %p/etc/icecast2/icecast.xml

%p/etc/icecast2/icecast.xml
%p/var/run/icecast2.pid



<<
###
Description: Media streaming server
DescDetail: <<
Icecast2 is a multi-format streaming media server, currently capabale of
broadcasting Vorbis, MP3 and AAC audio and theora video. It is an advanced
shoutcast replacement with support for multiple streams on the same server,
authentication, and relaying, just to name a few features.
<<
DescPort: <<
Use "sudo daemonic enable icecast2" to start icecast2 automatically on boot.
<<
DescUsage: <<
Note to users upgrading from icecast 1.3: icecast 2 was rewritten from scratch
and features a completely different administration interface and configuration
file format. See %p/share/doc/icecast2/index.html for more information.
<<
###
License: GPL
Maintainer: Brendan Cully 
Homepage: http://www.icecast.org/
# Based on Keith Conger's original icecast package


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/languages guile20.info, 1.1, 1.2

2012-01-31 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv29759

Modified Files:
guile20.info 
Log Message:
upstream update 2.0.5


Index: guile20.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages/guile20.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- guile20.info25 Oct 2011 17:27:41 -  1.1
+++ guile20.info31 Jan 2012 21:18:06 -  1.2
@@ -1,6 +1,6 @@
 Package: guile20
-Version: 2.0.3
-Revision: 1
+Version: 2.0.5
+Revision: 0
 BuildDepends: <<
   readline5 (>= 5.0-1004),
   libffi,
@@ -15,6 +15,7 @@
   fink-package-precedence,
   fink (>= 0.28)
 <<
+# system-libffi ships on newer Mac OS Xs
 Depends: <<
   %N-shlibs (= %v-%r),
   %N-libs (= %v-%r),
@@ -25,8 +26,8 @@
 # BuildConflicts: guile20-dev
 GCC: 4.0
 Source: mirror:gnu:guile/guile-%v.tar.gz
-Source-MD5: 3b8b4e1083037f29d2c4704a6d55f2a8
-# Source-SHA1: 4fde55bbd612adda267420d86d8b395d49031809
+# Source: 
http://hydra.nixos.org/job/gnu/guile-2-0/tarball/latest/download-by-type/file/source-dist
+Source-MD5: bcf70d54b44c99cb9acd3f63c5486b4b
 # PatchFile: %n.patch
 # PatchFile-MD5: 4876e126e4183f61fbf03905d2d39373
 PatchScript: <<
@@ -42,6 +43,8 @@
 sed -i.orig '/SCM_ARRAY_ELEMENT_TYPE_LAST/s|,$||' libguile/array-handle.h
 # fix typedef for function pointer
 sed -i.orig 's|void.*scm_t_subr|void (*scm_t_subr)()|' libguile/__scm.h
+# fix framework flag for CoreFoundation (defined in aclocal.m4)
+sed -i.orig 's|-Wl,-framework 
-Wl,CoreFoundation|-Wl,-framework,CoreFoundation|g' configure
 {
 echo '#!/bin/sh'
 echo 'export GUILE=guile-2.0'
@@ -116,7 +119,7 @@
   <<
   DocFiles: COPYING.LESSER
   Shlibs: <<
-  %p/lib/libguile-2.0.22.dylib 26.0.0 %n (>= 2.0.3-1)
+  %p/lib/libguile-2.0.22.dylib 27.0.0 %n (>= 2.0.5-1)
   <<
   Description: Shared libraries for guile20
 <<


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
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/libs/perlmods dbm-deep-pm.info, NONE, 1.1 devel-globaldestruction-pm.info, NONE, 1.1 dist-checkconflicts-pm.info, NONE, 1.1 eval-closure-pm.info, NONE, 1

2012-01-31 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv27782

Modified Files:
dbd-pg-unified-pm.info package-stash-xs-pm.info 
Added Files:
dbm-deep-pm.info devel-globaldestruction-pm.info 
dist-checkconflicts-pm.info eval-closure-pm.info moose-pm.info 
moose-pm.patch mouse-pm.info mouse-pm.patch 
namespace-clean-pm.info package-deprecationmanager-pm.info 
package-stash-pm.info 
Log Message:
sync. w/ 10.!4/stable, -pm588 validated on powerpc-darwin8


--- NEW FILE: namespace-clean-pm.info ---
Info3: <<
Package: namespace-clean-pm%type_pkg[perl]
Version: 0.21
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
# Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
Description: Keep imports/functions out of namespace
Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
License: Artistic
Maintainer: Benjamin Reed 

Depends: <<
b-hooks-endofscope-pm%type_pkg[perl] (>= 0.07-1),
fink (>= 0.29.7-1),
package-stash-pm%type_pkg[perl] (>= 0.23-1),
perl%type_pkg[perl]-core,
sub-name-pm%type_pkg[perl] (>= 0.04-1),
sub-identify-pm%type_pkg[perl] (>= 0.04-1)
<<
BuildDepends: <<
b-hooks-endofscope-pm%type_pkg[perl] (>= 0.07-1),
fink (>= 0.29.7-1),
perl%type_pkg[perl]-core,
sub-name-pm%type_pkg[perl] (>= 0.04-1),
sub-identify-pm%type_pkg[perl] (>= 0.04-1)
<<

Source: mirror:cpan:modules/by-module/namespace/namespace-clean-%v.tar.gz
Source-MD5: eabf88eec3f5952c4bb87461b69fd1d8

UseMaxBuildJobs: true

PatchScript: <<
#!/bin/bash -ev
darwinvers=`uname -r | cut -f 1 -d .`
if [ $darwinvers = 10 ]; then
perl -pi -e 's|\$\^X|"/usr/bin/arch", "-%m", \$^X|' 
t/10-pure-perl.t
fi
<<

UpdatePOD: true
InstallScript: <<
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: Changes

Homepage: http://search.cpan.org/dist/namespace-clean
DescDetail: <<
When you define a function, or import one, into a Perl package, it
will naturally also be available as a method.  This does not per se
cause problems, but it can complicate subclassing and, for example,
plugin classes that are included via multiple inheritance by loading
them as base classes.

The namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.
<<
<<


--- NEW FILE: moose-pm.info ---
Info3: <<
Package: moose-pm%type_pkg[perl]
Version: 2.0205
Revision: 1
# Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
License: Artistic/GPL
Description: Postmodern object system for Perl 5
Maintainer: Daniel Johnson 
Homepage: http://search.cpan.org/dist/Moose/

#Can't they just pick one?
#Source: mirror:cpan:authors/id/S/ST/STEVAN/Moose-%v.tar.gz
#Source: mirror:cpan:authors/id/F/FL/FLORA/Moose-%v.tar.gz
#Source: mirror:cpan:authors/id/D/DR/DROLSKY/Moose-%v.tar.gz
Source: mirror:cpan:authors/id/D/DO/DOY/Moose-%v.tar.gz
Source-MD5: 0153a7e479a848c8c0d12a7c496dbaa3
PatchFile: %{ni}.patch
PatchFile-MD5: 503d806da26cf7b6e4c8c2b71408ecd9
PatchScript: <<
%{default_script}
# One test started failing here and I don't know why.
rm t/roles/apply_role.t
# this test needs data-visitor-pm which appears busted.
rm t/immutable/inline_close_over.t
<<

Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
UpdatePOD: true

DocFiles: Changes LICENSE README TODO

Depends: <<
data-optlist-pm%type_pkg[perl],
devel-globaldestruction-pm%type_pkg[perl],
eval-closure-pm%type_pkg[perl],
list-moreutils-pm%type_pkg[perl],
mro-compat-pm%type_pkg[perl],
package-deprecationmanager-pm%type_pkg[perl] (>= 0.11-1),
package-stash-pm%type_pkg[perl],
package-stash-xs-pm%type_pkg[perl],
params-util-pm%type_pkg[perl],
scalar-list-utils-pm%type_pkg[perl],
sub-exporter-pm%type_pkg[perl],
sub-name-pm%type_pkg[perl],
task-weaken-pm%type_pkg[perl],
try-tiny-pm,
perl%type_pkg[perl]-core
<<

BuildDepends: <<
dist-checkconflicts-pm%type_pkg[perl],
extutils-makemaker-pm%type_pkg[perl] (>= 6.56-4),
fink (>= 0.24.12-1)
<<

Replaces: class-mop-pm%type_pkg[perl] (<< 1.9900-1)

# Should TestDepend on data-visitor-

  1   2   >