dists/10.3/unstable/main/finkinfo/languages python23.info,1.19,1.20 python23.patch,1.5,1.6

2005-02-19 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10628

Modified Files:
python23.info python23.patch 
Log Message:
New upstream version - idle patch no longer needed.


Index: python23.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/python23.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- python23.info   16 Jan 2005 02:54:57 -  1.19
+++ python23.info   19 Feb 2005 13:12:27 -  1.20
@@ -1,6 +1,6 @@
 Package: python23
-Version: 2.3.4
-Revision: 6
+Version: 2.3.5
+Revision: 1
 Epoch: 1
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Conflicts: python23-nox, python-nox (= 2.2.1-8)
@@ -9,8 +9,8 @@
 BuildDepends: readline (= 4.3-25), db42-ssl | db42, fink (= 0.17.0-1), 
gdbm3, gmp (= 4.1.2-11), tcltk-dev, expat, bzip2-dev, gettext-dev, 
gettext-bin, libncurses5
 Source: http://python.org/ftp/python/%v/Python-%v.tgz
 Source2: http://www.python.org/ftp/python/doc/%v/html-%v.zip
-Source-MD5: b6cf0b19226861a38689d2fabd0931b3
-Source2-MD5: 8247c89d5e1d3d899ca68607c0c6e3ca
+Source-MD5: 7a1ecc1196c5c0e9d4eef90ba684c4e9
+Source2-MD5: 3cbe6e24949b9e8636a266e5115cf25b
 PatchScript: (sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1)
 ConfigureParams: --mandir='${prefix}/share/man' 
 GCC: 3.3

Index: python23.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/python23.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- python23.patch  13 Dec 2004 19:30:38 -  1.5
+++ python23.patch  19 Feb 2005 13:12:28 -  1.6
@@ -164,121 +164,6 @@
  
  # Assume we haven't found any of the libraries or include files
  # The versions with dots are used on Unix, and the versions without
-*** Python2.3.4/Lib/idlelib/EditorWindow.pyTue Mar  2 13:57:08 2004
 Python2.3.4/Lib/idlelib/EditorWindow.pyTue Mar  2 13:58:11 2004
-***
-*** 60,66 
-  basepath = '/usr/share/doc/'  # standard location
-  dochome = os.path.join(basepath, pyver,
- 'Doc', 'index.html')
-! elif sys.platform.count('win') or sys.platform.count('nt'):
-  # Try the HTMLHelp file
-  chmpath = os.path.join(sys.prefix, 'Doc',
- 'Python%d%d.chm' % 
sys.version_info[:2])
 60,66 
-  basepath = '/usr/share/doc/'  # standard location
-  dochome = os.path.join(basepath, pyver,
- 'Doc', 'index.html')
-! elif sys.platform.count('nt'):
-  # Try the HTMLHelp file
-  chmpath = os.path.join(sys.prefix, 'Doc',
- 'Python%d%d.chm' % 
sys.version_info[:2])
-***
-*** 311,330 
-  textView.TextViewer(self.top,'Help',fn)
-  
-  def python_docs(self, event=None):
-! if sys.platform.count('win') or sys.platform.count('nt'):
-! os.startfile(self.help_url)
-! return break
-! else:
-! webbrowser.open(self.help_url)
-! return break
-  
-  def display_docs(self, url):
-! if not (url.startswith('www') or url.startswith('http')):
-! url = os.path.normpath(url)
-! if sys.platform.count('win') or sys.platform.count('nt'):
-! os.startfile(url)
-! else:
-! webbrowser.open(url)
-  
-  def cut(self,event):
-  self.text.event_generate(Cut)
 311,321 
-  textView.TextViewer(self.top,'Help',fn)
-  
-  def python_docs(self, event=None):
-! webbrowser.open(self.help_url)
-! return break
-  
-  def display_docs(self, url):
-! webbrowser.open(url)
-  
-  def cut(self,event):
-  self.text.event_generate(Cut)
-*** Python2.3.4/Lib/idlelib/configHelpSourceEdit.pyTue Mar  2 13:57:09 2004
 Python2.3.3/Lib/idlelib/configHelpSourceEdit.pyTue Mar  2 13:46:59 2004
-***
-*** 1,6 
 1,7 
-  Dialog to specify or edit the parameters for a user configured help source.
-  
-  import os
-+ import sys
-  
-  from Tkinter import *
-  import tkMessageBox
-***
-*** 84,90 
-  dir, base = os.path.split(path)
-  else:
-  base = None
-! if sys.platform.count('win') or sys.platform.count('nt'):
-  dir = os.path.join(os.path.dirname(sys.executable), 'Doc')
-  if not os.path.isdir(dir):
-  dir = os.getcwd()
 85,91 
-  dir, base = os.path.split(path)
-  else:
-  base = None
-! if 

dists/10.3/unstable/main/finkinfo/sci rpy-py.info,1.1,1.2

2005-02-19 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11394

Modified Files:
rpy-py.info 
Log Message:
New upstream version, added py24 variant.


Index: rpy-py.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/rpy-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rpy-py.info 12 Nov 2004 16:49:36 -  1.1
+++ rpy-py.info 19 Feb 2005 13:16:49 -  1.2
@@ -1,15 +1,15 @@
 Info2: 
 
 Package: rpy-py%type_pkg[python]
-Version: 0.4.0
+Version: 0.4.1
 Revision: 1
 GCC: 3.3
-Type: python (2.2 2.3)
+Type: python (2.2 2.3 2.4)
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 BuildDepends: texinfo
 Depends: python%type_pkg[python], numeric-py%type_pkg[python], r-base (= 
2.0.0-1)
 Source: mirror:sourceforge:rpy/rpy-%v.tar.gz
-Source-MD5: b7b61da3f600ef97b3a0443757487e50
+Source-MD5: 679ca5da4a022d74dde14a391a39525d
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 Patch: %{ni}.patch
 InstallScript: 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net dnstop.info,1.2,1.3 dnstop.patch,1.1,1.2

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16502

Modified Files:
dnstop.info dnstop.patch 
Log Message:
New upstream version

Index: dnstop.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/dnstop.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dnstop.patch10 Nov 2003 08:25:58 -  1.1
+++ dnstop.patch19 Feb 2005 13:40:47 -  1.2
@@ -1,6 +1,7 @@
 ./Makefile 2002-12-24 20:17:00.0 +0100
-+++ ./Makefile.patched 2003-02-28 14:50:42.0 +0100
-@@ -9,7 +9,7 @@
+diff -ru dnstop-20050203/Makefile dnstop-20050203-patched/Makefile
+--- dnstop-20050203/Makefile   2005-02-03 19:17:46.0 +0100
 dnstop-20050203-patched/Makefile   2005-02-19 14:35:32.0 +0100
+@@ -12,7 +12,7 @@
  all: $(PROG)
  
  $(PROG): $(PROG).o
@@ -9,8 +10,9 @@
  
  clean:
rm -f $(PROG) $(PROG).o $(PROG).core $(PROG).c~
 ./dnstop.c.origMon Nov 10 00:23:22 2003
-+++ ./dnstop.c Mon Nov 10 00:23:26 2003
+diff -ru dnstop-20050203/dnstop.c dnstop-20050203-patched/dnstop.c
+--- dnstop-20050203/dnstop.c   2005-01-21 21:51:31.0 +0100
 dnstop-20050203-patched/dnstop.c   2005-02-19 14:35:32.0 +0100
 @@ -26,6 +26,9 @@
  #include arpa/inet.h
  #include arpa/nameser.h

Index: dnstop.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/dnstop.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dnstop.info 16 Jan 2005 02:54:59 -  1.2
+++ dnstop.info 19 Feb 2005 13:40:47 -  1.3
@@ -1,13 +1,12 @@
 Package: dnstop
-Version: 20030124
-Revision: 22
+Version: 20050203
+Revision: 21
 Maintainer: Max Horn [EMAIL PROTECTED]
 BuildDepends: libncurses5, libpcap
 Depends: libpcap-shlibs, ncurses, libncurses5-shlibs
 GCC: 3.3
 Source:  http://dnstop.measurement-factory.com/src/%n-%v.tar.gz
-Source-MD5: e2805fe585faa3d0d0f338a383758d21
-NoSourceDirectory: true
+Source-MD5: dcd00a92f5f7b4b97c1808834f98000f
 Patch: %n.patch
 CompileScript: make
 InstallScript: 
@@ -16,7 +15,7 @@
   mkdir -p %i/share/man/man8
   install -m 644 dnstop.8 %i/share/man/man8
 
-DocFiles: LICENSE
-Description: Dsplays various tables of DNS traffic on your network 
+DocFiles: CHANGES LICENSE
+Description: Displays various tables of DNS traffic on your network 
 Homepage: http://dnstop.measurement-factory.com/
 License: BSD



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net dnsmasq.info,NONE,1.1 dnsmasq.patch,NONE,1.1

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16551

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

--- NEW FILE: dnsmasq.info ---
Package: dnsmasq
Version: 2.20
Revision: 1
Maintainer: Max Horn [EMAIL PROTECTED]
Depends: daemonic
Source:  http://www.thekelleys.org.uk/dnsmasq/%n-%v.tar.gz
Source-MD5: a1501ff96a2925d9c1d44388892cd5af
PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
CompileScript: PREFIX=%p make
InstallScript: 
 PREFIX=%i make install

DaemonicFile: 
service
  descriptionDNS forwarder and DHCP server/description
  messageDNS forwarder and DHCP server/message
  startmessageStarting DNS forwarder and DHCP server/startmessage
  stopmessageStopping DNS forwarder and DHCP server/stopmessage
  restartmessageRestarting DNS forwarder and DHCP server/restartmessage
  daemon name=dnsmasq
executable%p/sbin/dnsmasq/executable
pidfile%p/var/run/dnsmasq.pid/pidfile
  /daemon
/service

DaemonicName: dnsmasq
DocFiles: CHANGELOG COPYING FAQ doc.html setup.html dnsmasq.conf.example
Description: Lightweight DNS forwarder and DHCP server
Homepage: http://thekelleys.org.uk/dnsmasq/doc.html
License: GPL

--- NEW FILE: dnsmasq.patch ---
diff -ru dnsmasq-2.20/Makefile dnsmasq-2.20-patched/Makefile
--- dnsmasq-2.20/Makefile   2004-12-17 18:32:13.0 +0100
+++ dnsmasq-2.20-patched/Makefile   2005-02-19 14:22:26.0 +0100
@@ -1,6 +1,6 @@
 PREFIX?=/usr/local
 BINDIR = ${PREFIX}/sbin
-MANDIR = ${PREFIX}/man
+MANDIR = ${PREFIX}/share/man
 
 SRC = src
 
diff -ru dnsmasq-2.20/src/config.h dnsmasq-2.20-patched/src/config.h
--- dnsmasq-2.20/src/config.h   2005-01-16 18:25:56.0 +0100
+++ dnsmasq-2.20-patched/src/config.h   2005-02-14 17:34:09.0 +0100
@@ -31,16 +31,16 @@
 #else
 #  define RESOLVFILE /etc/resolv.conf
 #endif
-#define RUNFILE /var/run/dnsmasq.pid
+#define RUNFILE @PREFIX@/var/run/dnsmasq.pid
 #if defined(__FreeBSD__) || defined (__OpenBSD__)
-#   define LEASEFILE /var/db/dnsmasq.leases
+#   define LEASEFILE @PREFIX@/var/db/dnsmasq.leases
 #else
-#   define LEASEFILE /var/lib/misc/dnsmasq.leases
+#   define LEASEFILE @PREFIX@/var/lib/misc/dnsmasq.leases
 #endif
 #if defined(__FreeBSD__)
 #   define CONFFILE /usr/local/etc/dnsmasq.conf
 #else
-#   define CONFFILE /etc/dnsmasq.conf
+#   define CONFFILE @PREFIX@/etc/dnsmasq.conf
 #endif
 #define DEFLEASE 3600 /* default lease time, 1 hour */
 #define CHUSER nobody



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/crypto/finkinfo ethereal-ssl.info,1.6,1.7 gaim-ssl.info,1.10,1.11

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18661/crypto/finkinfo

Modified Files:
ethereal-ssl.info gaim-ssl.info 
Log Message:
Moved to stable

Index: gaim-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/gaim-ssl.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gaim-ssl.info   31 Dec 2004 18:02:35 -  1.10
+++ gaim-ssl.info   19 Feb 2005 13:51:55 -  1.11
@@ -1,5 +1,5 @@
 Package: gaim-ssl
-Version: 1.1.1
+Version: 1.1.2
 Revision: 11
 BuildDependsOnly: False
 Maintainer: Max Horn [EMAIL PROTECTED]
@@ -8,7 +8,7 @@
 Conflicts: gaim
 Replaces: gaim
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: 5d554be5ccb2064a5b3d43117c7d6d4b
+Source-MD5: d4bb61059214cfdbc75f85fe185b0e01
 Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --disable-perl --enable-gnutls=no 
--enable-nss=yes
 InstallScript: make install DESTDIR=%d

Index: ethereal-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/crypto/finkinfo/ethereal-ssl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ethereal-ssl.info   31 Dec 2004 18:02:35 -  1.6
+++ ethereal-ssl.info   19 Feb 2005 13:51:55 -  1.7
@@ -1,5 +1,5 @@
 Package: ethereal-ssl
-Version: 0.10.8
+Version: 0.10.9
 Revision: 11
 Maintainer: Max Horn [EMAIL PROTECTED]
 BuildDepends: pkgconfig, libpcap, gtk+2-dev, glib2-dev, pcre, gettext-dev, 
gettext-bin, libiconv-dev, openssl097-dev
@@ -7,7 +7,7 @@
 Conflicts: ethereal
 Replaces: ethereal
 Source: mirror:custom:ethereal-%v.tar.bz2
-Source-MD5: aa1f1470f7f8bd301c92dd199a4ae60e
+Source-MD5: f8b7a2c2dcf273e7fd755f972167dacb
 CustomMirror: 
  Primary: ftp://ftp.ethereal.com/pub/ethereal/all-versions/
  aus-AU: ftp://ftp.planetmirror.com/pub/ethereal/all-versions/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/net ethereal.info,1.7,1.8 gaim.info,1.12,1.13

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18661/main/finkinfo/net

Modified Files:
ethereal.info gaim.info 
Log Message:
Moved to stable

Index: gaim.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/gaim.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gaim.info   31 Dec 2004 18:02:37 -  1.12
+++ gaim.info   19 Feb 2005 13:51:55 -  1.13
@@ -1,5 +1,5 @@
 Package: gaim
-Version: 1.1.1
+Version: 1.1.2
 Revision: 11
 BuildDependsOnly: False
 Maintainer: Max Horn [EMAIL PROTECTED]
@@ -8,7 +8,7 @@
 Conflicts: gaim-ssl
 Replaces: gaim-ssl
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: 5d554be5ccb2064a5b3d43117c7d6d4b
+Source-MD5: d4bb61059214cfdbc75f85fe185b0e01
 Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --disable-perl --enable-gnutls=no 
--enable-nss=no
 InstallScript: make install DESTDIR=%d

Index: ethereal.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/net/ethereal.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ethereal.info   31 Dec 2004 18:02:37 -  1.7
+++ ethereal.info   19 Feb 2005 13:51:55 -  1.8
@@ -1,5 +1,5 @@
 Package: ethereal
-Version: 0.10.8
+Version: 0.10.9
 Revision: 11
 Maintainer: Max Horn [EMAIL PROTECTED]
 BuildDepends: pkgconfig, libpcap, gtk+2-dev, glib2-dev, pcre, gettext-dev, 
gettext-bin, libiconv-dev
@@ -7,7 +7,7 @@
 Conflicts: ethereal-ssl
 Replaces: ethereal-ssl
 Source: mirror:custom:ethereal-%v.tar.bz2
-Source-MD5: aa1f1470f7f8bd301c92dd199a4ae60e
+Source-MD5: f8b7a2c2dcf273e7fd755f972167dacb
 CustomMirror: 
  Primary: ftp://ftp.ethereal.com/pub/ethereal/all-versions/
  aus-AU: ftp://ftp.planetmirror.com/pub/ethereal/all-versions/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net gaim.info,1.21,1.22

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23891/main/finkinfo/net

Modified Files:
gaim.info 
Log Message:
New upstream version

Index: gaim.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/gaim.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- gaim.info   24 Jan 2005 10:25:35 -  1.21
+++ gaim.info   19 Feb 2005 14:14:25 -  1.22
@@ -1,5 +1,5 @@
 Package: gaim
-Version: 1.1.2
+Version: 1.1.3
 Revision: 11
 BuildDependsOnly: False
 Maintainer: Max Horn [EMAIL PROTECTED]
@@ -8,7 +8,7 @@
 Conflicts: gaim-ssl
 Replaces: gaim-ssl
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: d4bb61059214cfdbc75f85fe185b0e01
+Source-MD5: 4934cf3e45c763a6f71d03f59db935e2
 Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --disable-perl --enable-gnutls=no 
--enable-nss=no
 InstallScript: make install DESTDIR=%d



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo gaim-ssl.info,1.19,1.20

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23891/crypto/finkinfo

Modified Files:
gaim-ssl.info 
Log Message:
New upstream version

Index: gaim-ssl.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gaim-ssl.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gaim-ssl.info   24 Jan 2005 10:25:34 -  1.19
+++ gaim-ssl.info   19 Feb 2005 14:14:26 -  1.20
@@ -1,5 +1,5 @@
 Package: gaim-ssl
-Version: 1.1.2
+Version: 1.1.3
 Revision: 11
 BuildDependsOnly: False
 Maintainer: Max Horn [EMAIL PROTECTED]
@@ -8,7 +8,7 @@
 Conflicts: gaim
 Replaces: gaim
 Source: mirror:sourceforge:gaim/gaim-%v.tar.bz2
-Source-MD5: d4bb61059214cfdbc75f85fe185b0e01
+Source-MD5: 4934cf3e45c763a6f71d03f59db935e2
 Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --disable-perl --enable-gnutls=no 
--enable-nss=yes
 InstallScript: make install DESTDIR=%d



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/net slrn.info,NONE,1.1 slrn-0.9.7.4-1.info,1.2,NONE

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23992/main/finkinfo/net

Added Files:
slrn.info 
Removed Files:
slrn-0.9.7.4-1.info 
Log Message:
New upstream version

--- NEW FILE: slrn.info ---
Package: slrn
Version: 0.9.8.1
Revision: 1
Maintainer: Max Horn [EMAIL PROTECTED]
BuildDepends: gettext-dev, gettext-bin, libiconv-dev
Depends: slang
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 9b613007df537444a5f8a4a2994fadb7
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: 
 COPYING COPYRIGHT README changes.txt doc/FAQ doc/FIRST_STEPS doc/README*
 doc/THANKS doc/*.txt

Description: NNTP / spool based newsreader
Homepage: http://slrn.sourceforge.net/
License: GPL

--- slrn-0.9.7.4-1.info DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/crypto/finkinfo libtasn1.info,1.4,1.5

2005-02-19 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6389/crypto/finkinfo

Modified Files:
libtasn1.info 
Log Message:
Man pages go in %p/share/man, not %p/man.


Index: libtasn1.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libtasn1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libtasn1.info   18 Dec 2004 01:15:55 -  1.4
+++ libtasn1.info   19 Feb 2005 15:20:29 -  1.5
@@ -1,7 +1,7 @@
 # $Id$
 Package: libtasn1
 Version: 0.2.13
-Revision: 1
+Revision: 2
 Source: ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/libtasn1-%v.tar.gz
 Source-MD5: d124b11908cfb3fe71472c25d53a
 Depends: %N-shlibs (= %v-%r)
@@ -10,10 +10,7 @@
 Replaces: %N-dev
 Conflicts: %N-dev
 Provides: %N-dev
-CompileScript: 
-  ./configure %c
-  make
-
+ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/base ncurses.info,1.2,1.3 libncurses5.info,1.2,NONE ncurses.patch,1.1,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10109

Modified Files:
ncurses.info 
Removed Files:
libncurses5.info ncurses.patch 
Log Message:
libncurses5: name change for info file, now conflict/replaces ncurses-dev


--- ncurses.patch DELETED ---

--- libncurses5.info DELETED ---

Index: ncurses.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/base/ncurses.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ncurses.info1 Jan 2004 22:03:06 -   1.2
+++ ncurses.info19 Feb 2005 15:33:20 -  1.3
@@ -1,86 +1,99 @@
 Package: ncurses
-Version: 5.3
-Revision: 12
+Version: 5.4-20041023
+Revision: 5
 GCC: 3.3
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 5dcc9faa93157eafa572494bffed131a
-PatchScript: perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
-Patch: %n.patch
-Essential: yes
-Depends: %N-shlibs (= %v-%r)
+Source: mirror:sourceforge:fink/ncurses-5.4.tar.gz
+Source-MD5: 069c8880072060373290a4fefff43520
+Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
+Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
+Source2ExtractDir: ncurses-5.4
+Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
+Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
+Source3ExtractDir: ncurses-5.4
+PatchScript: 
+  #!/bin/sh -e
+  bunzip2 ncurses-5.4-20040711-patch.sh.bz2
+  chmod +x ncurses-5.4-20040711-patch.sh
+  ./ncurses-5.4-20040711-patch.sh
+  echo 
***
+  bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
+  perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
+  echo 
***
+
 BuildDepends: fink (= 0.13.0), fink-prebinding
-ConfigureParams: --with-libtool --without-ada --with-shared --without-debug 
--enable-termcap --mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo
+Depends: libncurses5-shlibs (= %v-%r)
+Replaces: libncurses5 ( 5.4-20041023-4)
+Essential: true
+ConfigureParams: --without-ada --with-shared --with-debug --enable-termcap 
--mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs --enable-overwrite
 NoSetCFLAGS: true
 NoSetLDFLAGS: true
-SetCFLAGS: -Wno-deprecated -isystem %p/include/ncurses
-NoSetCPPFLAGS: true
-SetCPPFLAGS: -no-cpp-precomp
+SetLDFLAGS: -Wl,-search_paths_first
+#NoSetCPPFLAGS: true
+#SetCPPFLAGS: -no-cpp-precomp
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: 
-  LIBTOOL=/usr/bin/glibtool ./configure %c
+  #!/bin/sh -e
+  ./configure %c --libdir=%p/lib/ncurses
   make
 
-
 InstallScript: 
-  make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib
-  mkdir -p %i/share/doc/%n
-  cp tack/README %i/share/doc/%n/README.tack
-  cp tack/COPYING %i/share/doc/%n/COPYING.tack
-
-ln -s %p/lib/libform.5.dylib %i/lib/libform.dylib.5
-ln -s %p/lib/libmenu.5.dylib %i/lib/libmenu.dylib.5
-ln -s %p/lib/libncurses.5.dylib %i/lib/libncurses.dylib.5
-ln -s %p/lib/libpanel.5.dylib %i/lib/libpanel.dylib.5
-
+#!/bin/sh -e
+  make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/ncurses
+# add extra symlinks in the main lib directory
+  ln -s ncurses/libform.5.dylib %i/lib/libform.dylib
+  ln -s ncurses/libmenu.5.dylib %i/lib/libmenu.dylib
+  ln -s ncurses/libncurses.5.dylib %i/lib/libncurses.dylib
+  ln -s ncurses/libpanel.5.dylib %i/lib/libpanel.dylib
+  ln -s ncurses/libncurses.5.dylib %i/lib/libcurses.dylib
 
-DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
 SplitOff: 
- Package: %N-shlibs
- Replaces: %N (= 5.3-1)
+ Package: libncurses5-shlibs
  Depends: base-files
  Essential: true
  Files: 
-  lib/libform.*.dylib
-  lib/libmenu.*.dylib
-  lib/libncurses++.*.dylib
-  lib/libncurses.*.dylib
-  lib/libpanel.*.dylib
-  lib/libform.dylib.5
-  lib/libmenu.dylib.5
-  lib/libncurses.dylib.5
-  lib/libpanel.dylib.5
+  lib/ncurses/libform.*.dylib
+  lib/ncurses/libmenu.*.dylib
+  lib/ncurses/libncurses.*.dylib
+  lib/ncurses/libpanel.*.dylib
  
+ DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
  Shlibs: 
-  %p/lib/libform.5.dylib 6.0.0 %n (= 5.3-12)
-  %p/lib/libmenu.5.dylib 6.0.0 %n (= 5.3-12)
-  %p/lib/libncurses++.5.dylib 6.0.0 %n (= 5.3-12)
-  %p/lib/libncurses.5.dylib 6.0.0 %n (= 5.3-12)
-  %p/lib/libpanel.5.dylib 6.0.0 %n (= 5.3-12)
-  %p/lib/libform.dylib.5 6.0.0 %n (= 5.3-12)
-  %p/lib/libmenu.dylib.5 6.0.0 %n (= 5.3-12)
-  %p/lib/libncurses.dylib.5 6.0.0 %n (= 5.3-12)
-  %p/lib/libpanel.dylib.5 6.0.0 %n (= 5.3-12)
+  %p/lib/ncurses/libform.5.dylib 5.0.0 %n (= 5.4-20041023-1)
+  %p/lib/ncurses/libmenu.5.dylib 5.0.0 %n (= 5.4-20041023-1)
+  

dists/10.3/stable/main/finkinfo/utils grep.info,NONE,1.1 grep-2.4.2-3.info,1.1,NONE

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10278/utils

Added Files:
grep.info 
Removed Files:
grep-2.4.2-3.info 
Log Message:
Moved to stable

--- grep-2.4.2-3.info DELETED ---

--- NEW FILE: grep.info ---
Package: grep
Version: 2.5.1
Revision: 1
Source: gnu
Source-MD5: 85df024edc9f9689035f6b3de28c7731
BuildDepends: pcre, gettext-dev, gettext-bin, libiconv-dev
Depends: pcre-shlibs
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
DocFiles: README COPYING AUTHORS NEWS THANKS
InfoDocs: grep.info
#
Description: Search text files for patterns
DescDetail: 
GNU grep lets you search for specific words or patterns in text
files.

License: GPL
Homepage: http://www.gnu.org/software/grep/grep.html
Maintainer: Max Horn [EMAIL PROTECTED]



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/web dillo.info,1.2,1.3

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10278/web

Modified Files:
dillo.info 
Log Message:
Moved to stable

Index: dillo.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/web/dillo.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dillo.info  9 Jan 2005 03:41:46 -   1.2
+++ dillo.info  19 Feb 2005 15:33:22 -  1.3
@@ -1,10 +1,10 @@
 Package: dillo
-Version: 0.8.0
+Version: 0.8.4
 Revision: 1
 BuildDepends: libjpeg, libpng3, glib, gettext-dev, gettext-bin, gcc3.3
-Depends: gtk+, libjpeg-shlibs, libpng3-shlibs
+Depends: gtk+, libjpeg-shlibs, libpng3-shlibs, glib-shlibs
 Source: http://www.dillo.org/download/%n-%v.tar.bz2
-Source-MD5: fa4bdedcd7e76135257d70104efb13db
+Source-MD5: ebf17d6cca1fccc8bc80acdf05e736a3
 ConfigureParams: --enable-ipv6
 SetCC: gcc-3.3
 SetCXX: g++-3.3



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/base ncurses.info,1.8,1.9 libncurses5.info,1.8,NONE ncurses.patch,1.4,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10446

Modified Files:
ncurses.info 
Removed Files:
libncurses5.info ncurses.patch 
Log Message:
libncurses5: name change for info file, now conflict/replaces ncurses-dev


--- ncurses.patch DELETED ---

--- libncurses5.info DELETED ---

Index: ncurses.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base/ncurses.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ncurses.info16 Aug 2004 02:45:47 -  1.8
+++ ncurses.info19 Feb 2005 15:34:09 -  1.9
@@ -1,93 +1,99 @@
 Package: ncurses
-Version: 5.3-20031018
-Revision: 2
+Version: 5.4-20041023
+Revision: 5
 GCC: 3.3
-Source: mirror:sourceforge:fink/%n-5.3.tar.gz
-Source-MD5: 5dcc9faa93157eafa572494bffed131a
-Source2: mirror:sourceforge:fink/%n-5.3-20031004-patch.sh.bz2
-Source2-MD5: 3c1d1c4c78a4e2b9d99924ba8aa2a608
-Source2ExtractDir: %n-5.3
+Source: mirror:sourceforge:fink/ncurses-5.4.tar.gz
+Source-MD5: 069c8880072060373290a4fefff43520
+Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
+Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
+Source2ExtractDir: ncurses-5.4
+Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
+Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
+Source3ExtractDir: ncurses-5.4
 PatchScript: 
   #!/bin/sh -e
-  bunzip2 %n-5.3-20031004-patch.sh.bz2
-  chmod +x %n-5.3-20031004-patch.sh
-  ./%n-5.3-20031004-patch.sh
+  bunzip2 ncurses-5.4-20040711-patch.sh.bz2
+  chmod +x ncurses-5.4-20040711-patch.sh
+  ./ncurses-5.4-20040711-patch.sh
   echo 
***
-  patch -p1  %a/%n.patch
-  perl -p -i.bak -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
+  bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
+  perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
   echo 
***
 
-Essential: yes
-Depends: %N-shlibs (= %v-%r)
-BuildDepends: fink (= 0.13.0)
-ConfigureParams: --without-ada --without-debug --with-shared --with-debug 
--enable-termcap --mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs
+BuildDepends: fink (= 0.13.0), fink-prebinding
+Depends: libncurses5-shlibs (= %v-%r)
+Replaces: libncurses5 ( 5.4-20041023-4)
+Essential: true
+ConfigureParams: --without-ada --with-shared --with-debug --enable-termcap 
--mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs --enable-overwrite
 NoSetCFLAGS: true
 NoSetLDFLAGS: true
 SetLDFLAGS: -Wl,-search_paths_first
+#NoSetCPPFLAGS: true
+#SetCPPFLAGS: -no-cpp-precomp
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: 
   #!/bin/sh -e
-  ./configure %c
-  make -j1
+  ./configure %c --libdir=%p/lib/ncurses
+  make
 
 InstallScript: 
 #!/bin/sh -e
-  make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib
-  mkdir -p %i/share/doc/%n
-  cp tack/README %i/share/doc/%n/README.tack
-  cp tack/COPYING %i/share/doc/%n/COPYING.tack
-
-ln -s %p/lib/libform.5.dylib %i/lib/libform.dylib.5
-ln -s %p/lib/libmenu.5.dylib %i/lib/libmenu.dylib.5
-ln -s %p/lib/libncurses.5.dylib %i/lib/libncurses.dylib.5
-ln -s %p/lib/libpanel.5.dylib %i/lib/libpanel.dylib.5
-
+  make install DESTDIR=%d DYLD_LIBRARY_PATH=`pwd`/lib:`pwd`/lib/ncurses
+# add extra symlinks in the main lib directory
+  ln -s ncurses/libform.5.dylib %i/lib/libform.dylib
+  ln -s ncurses/libmenu.5.dylib %i/lib/libmenu.dylib
+  ln -s ncurses/libncurses.5.dylib %i/lib/libncurses.dylib
+  ln -s ncurses/libpanel.5.dylib %i/lib/libpanel.dylib
+  ln -s ncurses/libncurses.5.dylib %i/lib/libcurses.dylib
 
 SplitOff: 
- Package: %N-shlibs
- Replaces: %N (= 5.3-1)
+ Package: libncurses5-shlibs
  Depends: base-files
  Essential: true
  Files: 
-  lib/libform.*.dylib
-  lib/libmenu.*.dylib
-  lib/libncurses.*.dylib
-  lib/libpanel.*.dylib
-  lib/libform.dylib.5
-  lib/libmenu.dylib.5
-  lib/libncurses.dylib.5
-  lib/libpanel.dylib.5
+  lib/ncurses/libform.*.dylib
+  lib/ncurses/libmenu.*.dylib
+  lib/ncurses/libncurses.*.dylib
+  lib/ncurses/libpanel.*.dylib
  
+ DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
  Shlibs: 
-  %p/lib/libform.5.dylib 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libmenu.5.dylib 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libncurses.5.dylib 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libpanel.5.dylib 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libform.dylib.5 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libmenu.dylib.5 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libncurses.dylib.5 5.0.0 %n (= 5.3-20030308-1)
-  %p/lib/libpanel.dylib.5 5.0.0 %n (= 

dists/10.3/unstable/crypto/finkinfo python23-socket-ssl.info,1.9,1.10

2005-02-19 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11866

Modified Files:
python23-socket-ssl.info 
Log Message:
New upstream version.


Index: python23-socket-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/python23-socket-ssl.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- python23-socket-ssl.info17 Jun 2004 11:57:27 -  1.9
+++ python23-socket-ssl.info19 Feb 2005 15:39:05 -  1.10
@@ -1,5 +1,5 @@
 Package: python23-socket-ssl
-Version: 2.3.4
+Version: 2.3.5
 Revision: 1
 Epoch: 1
 Description: Socket plugin for python (SSL version)
@@ -8,7 +8,7 @@
 Depends: openssl097-shlibs
 BuildDepends: python23 (= %v-%r) | python23-nox (= %v-%r), readline-shlibs 
(= 4.3-25), expat-shlibs, gdbm3-shlibs, gmp-shlibs (= 4.1.2-11), db42-ssl, 
tcltk-shlibs (= 8.4.1), tcltk (= 8.4.1-1), readline (= 4.3-25), gdbm3 , gmp 
(= 4.1.2-11), tcltk-dev, expat, openssl097-dev
 Source: http://python.org/ftp/python/%v/Python-%v.tgz
-Source-MD5: b6cf0b19226861a38689d2fabd0931b3
+Source-MD5: 7a1ecc1196c5c0e9d4eef90ba684c4e9
 PatchScript: (sed 's|@PREFIX@|%p|g'  %a/%n.patch | patch -p1)
 GCC: 3.3
 CompileScript: 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs/perlmods fribidi-pm.info,1.1,1.2

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17312

Modified Files:
fribidi-pm.info 
Log Message:
add -pm586 variant


Index: fribidi-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods/fribidi-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fribidi-pm.info 13 Jun 2004 14:24:26 -  1.1
+++ fribidi-pm.info 19 Feb 2005 16:04:40 -  1.2
@@ -2,8 +2,8 @@
 
 Package: fribidi-pm%type_pkg[perl]
 Version: 0.05
-Revision: 5
-Replaces: fribidi-pm (= 0.05-2), fribidi-pm560, fribidi-pm580, fribidi-pm581
+Revision: 6
+Replaces: fribidi-pm (= 0.05-2), fribidi-pm560, fribidi-pm580, fribidi-pm581, 
fribidi-pm586
 Conflicts: fribidi-pm (= 0.05-2)
 Description: Free Implementation of the Unicode Bidirectional Algorithm
 Depends: fribidi-shlibs, glib-shlibs, perl%type_pkg[perl]-core
@@ -14,7 +14,7 @@
   sed 's|@PREFIX@|%p|g'  %a/%{ni}.patch | patch -p1
   echo The source of this package contains no information about licensing.  
license.txt
 
-Type: perl (5.6.0 5.8.0 5.8.1)
+Type: perl (5.6.0 5.8.0 5.8.1 5.8.6)
 UpdatePOD: true
 DocFiles: license.txt
 License: Restrictive



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/libs gmp-4.1.2-11.info,1.1,NONE gmp-4.1.2-11.patch,1.1,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18910

Removed Files:
gmp-4.1.2-11.info gmp-4.1.2-11.patch 
Log Message:
obsolete


--- gmp-4.1.2-11.info DELETED ---

--- gmp-4.1.2-11.patch DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/libs gmp.info,NONE,1.1 gmp.patch,NONE,1.1 gmp-4.1.2-11.info,1.1,NONE gmp-4.1.2-11.patch,1.1,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19342

Added Files:
gmp.info gmp.patch 
Removed Files:
gmp-4.1.2-11.info gmp-4.1.2-11.patch 
Log Message:
more to stable, based on positive feedback


--- NEW FILE: gmp.patch ---
--- gmp-4.1/configure.orig  2002-10-13 07:16:32.0 -0700
+++ gmp-4.1/configure   2002-10-13 07:16:43.0 -0700
@@ -10702,6 +10702,28 @@
;;
 esac
 ;;
+  darwin* | rhapsody*)
+  case $host_os in
+  rhapsody* | darwin1.[012])
+   allow_undefined_flag='-undefined suppress'
+   ;;
+  *) # Darwin 1.3 on
+   allow_undefined_flag='-flat_namespace -undefined suppress'
+   ;;
+  esac
+
+  # FIXME: Relying on posixy $() will cause problems for
+  #cross-compilation, but unfortunately the echo tests do not
+  #yet detect zsh echo's removal of \ escapes.  Also zsh mangles
+  #   `' quotes if we put them in here... so don't!
+  archive_cmds_CXX='$CC $(test .$module = .yes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
+  # We need to add '_' to the symbols in $export_symbols first
+  #_LT_AC_TAGVAR(archive_expsym_cmds, )=$_LT_AC_TAGVAR(archive_cmds, )' 
 strip -s $export_symbols'
+  hardcode_direct=yes
+  hardcode_shlibpath_var=no
+  whole_archive_flag_spec='-all_load $convenience'
+  ;;
+
   dgux*)
 case $cc_basename in
   ec++)
--- gmp-4.1/ltmain.sh.orig  2002-10-15 08:27:27.0 -0700
+++ gmp-4.1/ltmain.sh   2002-10-15 08:28:36.0 -0700
@@ -4445,10 +4445,10 @@
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'
- if test $installed = no  test $need_relink = yes; then
-   $echo  $output \
-relink_command=\$relink_command\
- fi
+#if test $installed = no  test $need_relink = yes; then
+#  $echo  $output \
+#relink_command=\$relink_command\
+#fi
done
   fi
 

--- gmp-4.1.2-11.info DELETED ---

--- gmp-4.1.2-11.patch DELETED ---

--- NEW FILE: gmp.info ---
Package: gmp
Version: 4.1.3
Revision: 11
GCC: 3.3
Source: gnu
Source-MD5: bdbb9136fa22a0ccf028d0f87aae1dd2
Patch: %n.patch
Depends: gmp-shlibs (= %v-%r)
BuildDepends: fink (= 0.9.9)
ConfigureParams: --infodir='${prefix}/share/info' --enable-cxx --enable-mpfr
InstallScript: 
 make install prefix=%i
 ranlib %i/lib/libgmp.a
 ranlib %i/lib/libgmpxx.a
 ranlib %i/lib/libmpfr.a

DocFiles: COPYING COPYING.LIB README
BuildDependsOnly: True
SplitOff: 
  Package: %N-shlibs
  Replaces: gmp ( 4.0.1-1)
  Files: lib/libgmp.*.dylib lib/libgmpxx.*.dylib
  Shlibs: 
%p/lib/libgmp.3.dylib 7.0.0 %n (= 4.1-10)
%p/lib/libgmpxx.3.dylib 4.0.0 %n (= 4.1.1-11)
  
  Description: Shared libraries for gmp package
  DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README

License: LGPL
Description: GNU multiple precision arithmetic library
DescDetail: 
 GNU MP is a portable library written in C for arbitrary precision 
 arithmetic on integers, rational numbers, and floating-point numbers.

DescPort: Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2
Maintainer: Dave Morrison [EMAIL PROTECTED]
Homepage: http://www.swox.com/gmp/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text hevea.info,NONE,1.1 hevea-1.06-11.info,1.2,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26041

Added Files:
hevea.info 
Removed Files:
hevea-1.06-11.info 
Log Message:
new upstream version


--- NEW FILE: hevea.info ---
Package: hevea
Version: 1.07
Revision: 11
Source: http://pauillac.inria.fr/hevea/distri/%n-%v.tar.gz
Source-MD5: 561d7a2c10ea9e6a5b352c24d9b65998
Depends: ocaml (= 3.0.7-1), tetex-base
Suggests: ghostscript, netpbm
CompileScript: 
  make LIBDIR=%p/lib/hevea BINDIR=%p/bin CPP='m4 -E -P'

InstallScript: 
  mkdir -p %i/lib
  mkdir -p %i/bin
  make install LIBDIR=%i/lib/hevea BINDIR=%i/bin
  mkdir -p %i/etc/texmf.local/tex/latex/hevea
  mv %i/lib/hevea/hevea.sty %i/etc/texmf.local/tex/latex/hevea

DocFiles: CHANGES LICENSE README
PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
License: OSI-Approved
Description: LaTeX to HTML translator, written in Objective Caml
HomePage: http://pauillac.inria.fr/hevea/
Maintainer: Dave Morrison [EMAIL PROTECTED]

--- hevea-1.06-11.info DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/utils apg.info,NONE,1.1 apg.patch,NONE,1.1

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv735

Added Files:
apg.info apg.patch 
Log Message:
Moved to stable on behalf of Steffen

--- NEW FILE: apg.info ---
Package: apg 
Version: 2.2.3
Revision: 3
Description: Automated Password Generator
Homepage: http://www.adel.nursat.kz/apg/
DescDetail: 
apg generates several random passwords.  It  uses  several
password  generation  algorithms  (currently  two)  and  a
built-in pseudo random number generator.
This package only includes the standalone version.

License: BSD
DocFiles: CHANGES COPYING INSTALL README THANKS TODO
Maintainer: Steffen Prohaska [EMAIL PROTECTED] 

Source: http://www.adel.nursat.kz/apg/download/%n-%v.tar.gz
Source-MD5: 3b3fc4f11e90635519fe627c1137c9ac

Patch: %n.patch

CompileScript: 
make standalone

InstallScript: 
make install INSTALL_PREFIX=%i APG_BIN_DIR=/bin APG_MAN_DIR=/share/man/man1 
APGD_BIN_DIR=/sbin APGD_MAN_DIR=/share/man/man8

DescPort: 
2.2.3-3: fixed install process (no need to change files to root), fixed compile 
warning int/long cast
2.2.3-2: fixed License class, added homepage
Patched Makefile:
- no need for -lcrypt
- fixed install target to be dependent on compile target


--- NEW FILE: apg.patch ---
diff -ru2N apg-2.2.3/Makefile apg-2.2.3-patched/Makefile
--- apg-2.2.3/Makefile  Thu Aug  7 17:40:30 2003
+++ apg-2.2.3-patched/Makefile  Fri Dec 10 08:51:00 2004
@@ -14,5 +14,5 @@
 # You should comment the line below ('LIBS= -lcrypt')for QNX RTP
 # 6.1.0, OpenBSD 2.8 and above, WIN32 (+MinGW)
-LIBS = -lcrypt
+#LIBS = -lcrypt
 LIBM = -lm
 # Use lines below for cygwin
@@ -75,7 +75,4 @@
 
 # == YOU DO NOT NEED TO MODIFY ANYTHING BELOW THIS LINE ==
-# Find group ID for user root
-FIND_GROUP = `grep '^root:' /etc/passwd | awk -F: '{ print $$4 }'`
-
 PROGNAME = apg
 CS_PROGNAME = apgd
@@ -110,9 +107,9 @@
strip ${BFM_PROGNAME}
 
-install:
+install: apg
if test -x ./apg; then \
 ./mkinstalldirs ${INSTALL_PREFIX}${APG_BIN_DIR}; \
 ./mkinstalldirs ${INSTALL_PREFIX}${APG_MAN_DIR}; \
-./install-sh -c -m 0755 -o root -g ${FIND_GROUP} ./apg 
${INSTALL_PREFIX}${APG_BIN_DIR}; \
+./install-sh -c -m 0755 ./apg ${INSTALL_PREFIX}${APG_BIN_DIR}; \
 ./install-sh -c -m 0444 ./doc/man/apg.1 ${INSTALL_PREFIX}${APG_MAN_DIR}; \
 fi
@@ -120,5 +117,5 @@
 ./mkinstalldirs ${INSTALL_PREFIX}${APGD_BIN_DIR}; \
 ./mkinstalldirs ${INSTALL_PREFIX}${APGD_MAN_DIR}; \
-./install-sh -c -m 0755 -o root -g ${FIND_GROUP} ./apgd 
${INSTALL_PREFIX}${APGD_BIN_DIR}; \
+./install-sh -c -m 0755 ./apgd ${INSTALL_PREFIX}${APGD_BIN_DIR}; \
 ./install-sh -c -m 0444 ./doc/man/apgd.8 ${INSTALL_PREFIX}${APGD_MAN_DIR}; \
 fi
@@ -126,5 +123,5 @@
 ./mkinstalldirs ${INSTALL_PREFIX}${APG_BIN_DIR}; \
 ./mkinstalldirs ${INSTALL_PREFIX}${APG_MAN_DIR}; \
-./install-sh -c -m 0755 -o root -g ${FIND_GROUP} ./apgbfm 
${INSTALL_PREFIX}${APG_BIN_DIR}; \
+./install-sh -c -m 0755 ./apgbfm ${INSTALL_PREFIX}${APG_BIN_DIR}; \
 ./install-sh -c -m 0444 ./doc/man/apgbfm.1 ${INSTALL_PREFIX}${APG_MAN_DIR}; \
 fi
diff -ru2N apg-2.2.3/apg.c apg-2.2.3-patched/apg.c
--- apg-2.2.3/apg.c Fri Sep 12 19:46:27 2003
+++ apg-2.2.3-patched/apg.c Fri Dec 10 08:56:49 2004
@@ -572,5 +572,5 @@
  UINT32 prom[2] = { 0L, 0L };
  UINT32 sdres = 0L;
- printf (\nPlease enter some random data (only first %d are significant)\n, 
sizeof(prom));
+ printf (\nPlease enter some random data (only first %d are significant)\n, 
(int)(sizeof(prom)));
  seq = (char *)getpass((eg. your old password):);
  if (strlen(seq)  sizeof(prom))



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/graphics libpng3.info,1.2,1.3

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3435

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


Index: libpng3.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/graphics/libpng3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libpng3.info20 Sep 2004 21:08:55 -  1.2
+++ libpng3.info19 Feb 2005 17:15:39 -  1.3
@@ -1,6 +1,6 @@
 Package: libpng3
-Version: 1.2.7
-Revision: 2
+Version: 1.2.8
+Revision: 1
 Epoch: 1
 Depends: %N-shlibs (= %e:%v-%r), pkgconfig
 BuildDepends: fink (= 0.9.9-1)
@@ -13,7 +13,7 @@
 Conflicts: libpng
 Replaces: libpng
 Source: mirror:sourceforge:libpng/libpng-%v.tar.bz2
-Source-MD5: 21030102f99f81c37276403e5956d198
+Source-MD5: 00cea4539bea4bd34cbf8b82ff9589cd
 CompileScript: 
  ln -s scripts/makefile.darwin Makefile
  make DESTDIR= prefix=%p ZLIBLIB=/usr/lib ZLIBINC=/usr/include 
MANPATH='$(prefix)/share/man'



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/graphics libpng3.info,1.6,1.7

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3522

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


Index: libpng3.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/graphics/libpng3.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libpng3.info6 Nov 2004 16:30:24 -   1.6
+++ libpng3.info19 Feb 2005 17:15:57 -  1.7
@@ -1,6 +1,6 @@
 Package: libpng3
-Version: 1.2.7
-Revision: 2
+Version: 1.2.8
+Revision: 1
 Epoch: 1
 Depends: %N-shlibs (= %e:%v-%r), pkgconfig
 BuildDepends: fink (= 0.9.9-1)
@@ -13,7 +13,7 @@
 Conflicts: libpng
 Replaces: libpng
 Source: mirror:sourceforge:libpng/libpng-%v.tar.bz2
-Source-MD5: 21030102f99f81c37276403e5956d198
+Source-MD5: 00cea4539bea4bd34cbf8b82ff9589cd
 CompileScript: 
  ln -s scripts/makefile.darwin Makefile
  make DESTDIR= prefix=%p ZLIBLIB=/usr/lib ZLIBINC=/usr/include 
MANPATH='$(prefix)/share/man'



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/utils mpack.info,NONE,1.1 mpack-1.5-2.info,1.1,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12527

Added Files:
mpack.info 
Removed Files:
mpack-1.5-2.info 
Log Message:
new upstream version


--- mpack-1.5-2.info DELETED ---

--- NEW FILE: mpack.info ---
Package: mpack
Version: 1.6
Revision: 1
Source: ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-%v.tar.gz
Source-MD5: a70fa5afa76539a9afb70b9d81568fe8
#CompileScript: make 
InstallScript: 
# make install DESTDIR=%i
 make install prefix=%i
 mkdir -p %i/share
 mv %i/man %i/share
 mkdir -p %i/share/doc/mpack
 cp README.unix %i/share/doc/mpack

License: BSD
Description: Encodes and decodes MIME files
DescUsage: See man mpack and man munpack.
Homepage: ftp://ftp.andrew.cmu.edu/pub/mpack/
Maintainer: Dave Morrison [EMAIL PROTECTED]



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/utils align.info,NONE,1.1 align-1.0.0-1.info,1.1,NONE

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150

Added Files:
align.info 
Removed Files:
align-1.0.0-1.info 
Log Message:
Moved to stable

--- NEW FILE: align.info ---
Package: align
Version: 1.7.0
Revision: 1
Maintainer: Max Horn [EMAIL PROTECTED]
Source: http://www.cs.indiana.edu/hyplan/kinzler/align/align-%v.tar.gz
Source-MD5: 63e4cf32890ed6022437e888af686f07
CompileScript: make BINDIR=%p/bin
InstallScript: make install BINDIR=%i/bin
DocFiles: COPYING README
Description: Text filter that vertically aligns columns
Homepage: http://www.cs.indiana.edu/~kinzler/align
License: GPL


--- align-1.0.0-1.info DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/fingolfin/finkinfo/utils sed.info,NONE,1.1

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/experimental/fingolfin/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28374

Added Files:
sed.info 
Log Message:
New upstream version

--- NEW FILE: sed.info ---
Package: sed
Version: 4.1.4
Revision: 10
Maintainer: Sylvain Cuaz [EMAIL PROTECTED]
#
Source: ftp://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
Source-MD5: 2a62ceadcb571d2dac006f81df5ddb48 
#Depends: libiconv, gettext
BuildDepends: gettext-dev, gettext-bin, libiconv-dev
ConfigureParams: --with-libiconv-prefix=%p --mandir=%p/share/man 
--infodir=%p/share/info --program-prefix=g
InstallScript: 
 make install DESTDIR=%d
 mv %i/share/info/sed.info %i/share/info/gsed.info

DocFiles: README COPYING AUTHORS BUGS NEWS THANKS
InfoDocs: gsed.info
#
PostInstScript: 
  update-alternatives --install %p/bin/sed sed %p/bin/gsed 40 --slave 
%p/share/man/man1/sed.1 sed.1 %p/share/man/man1/gsed.1 --slave 
%p/share/info/sed.info sed.info %p/share/info/gsed.info --slave 
%p/share/info/sed.info-1 sed.info-1 %p/share/info/gsed.info-1 --slave 
%p/share/info/sed.info-2 sed.info-2 %p/share/info/gsed.info-2

PreRmScript: 
  if [ $1 != upgrade ]; then
update-alternatives --remove sed %p/bin/gsed
  fi

#
Description: The stream editor, GNU version
DescDetail: 
 Sed is a text stream editor that is commonly used 
 to process text from shell scripts and makefiles.

DescPackaging: 
 Previous revisions by Christoph Pfisterer.

DescUsage: 
 this program intalls as gsed, to use it as sed run 'sudo update-alternatives 
--config sed'

License: GPL
Homepage: http://www.gnu.org/software/sed/sed.html



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/fingolfin/finkinfo/sound lame.info,NONE,1.1

2005-02-19 Thread Max Horn
Update of /cvsroot/fink/experimental/fingolfin/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28622

Added Files:
lame.info 
Log Message:
New upstream version

--- NEW FILE: lame.info ---
Package: lame
Version: 3.96.1
Revision: 11
Maintainer: Sylvain Cuaz [EMAIL PROTECTED]
#
BuildDepends: libogg, audiofile, esound, glib, gtk+, gettext-dev
Depends: libogg-shlibs, audiofile-shlibs, esound-shlibs, glib-shlibs, 
gtk+-shlibs, mpg123, %N-shlibs (=%v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: e1206c46a5e276feca11a7149e2fc6ac
SourceDirectory: %n-%v
#UpdateLibtool: true
ConfigureParams: --enable-mp3x --with-gtk-prefix=%p --enable-mp3rtp 
--mandir=%i/share/man --libexecdir=%p/lib
SetCFLAGS: -Wno-long-double
#
SplitOff: 
 Package: %N-shlibs
 Replaces: %N ( 3.92-2)
 Files: lib/libmp3lame.0.0.0.dylib lib/libmp3lame.0.dylib
 Shlibs: %p/lib/libmp3lame.0.dylib 1.0.0 %n (= 3.92-4)
 DocFiles: COPYING

SplitOff2: 
 Package: %N-dev
 Replaces: %N ( 3.93.1-11)
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
 Files: lib/libmp3lame.dylib lib/libmp3lame.la lib/libmp3lame.a include
 DocFiles: COPYING

#
DocFiles: API ChangeLog COPYING DEFINES HACKING INSTALL* LICENSE README* 
STYLEGUIDE TODO USAGE
Description: MP3 encoder and graphical frame analyzer
DescDetail: 
 LAME (LAME Ain't an MP3 Encoder) is a research project for learning about
 and improving MP3 encoding technoligy. LAME includes an mp3 encoding
 library, simple front end application, a much-improved psycho-acoustic
 model (GPSYCHO), and a graphical frame analyzer (MP3x). Please note that
 any commercial use (including distributing the LAME encoding engine in a
 free encoder) may require a patent license from Thomson Multimedia.

DescPackaging: 
 - set CFLAGS to -Wno-long-double to disable repeated warnings
 - gtk is required for mp3x for brhist (VBR bitrate histogram)
 - without-vorbis for now, because it needs some headers that are not available
 - license has been changed from LGPL to Restrictive, pending further
   clarification of the patent issue

License: Restrictive
Homepage: http://www.mp3dev.org/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text pybliographer.info,1.1,1.2

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15484

Modified Files:
pybliographer.info 
Log Message:
new upstream version


Index: pybliographer.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pybliographer.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pybliographer.info  16 Oct 2004 21:41:48 -  1.1
+++ pybliographer.info  19 Feb 2005 20:13:10 -  1.2
@@ -1,8 +1,8 @@
 Package: pybliographer
-Version: 1.2.4
+Version: 1.2.6
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 5b8d08811ea6a3b2892ab39b4768049c
+Source-MD5: c8de3179a0e2c0a5543eb1e58d4c2b95
 Depends: python-bibtex, python23, scrollkeeper
 DocFiles: AUTHORS COPYING COPYING-DOCS INSTALL NEWS README TODO
 License: GPL/GFDL



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text latex2rtf.info,1.1,1.2

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15735

Modified Files:
latex2rtf.info 
Log Message:
new upstream version


Index: latex2rtf.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/latex2rtf.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- latex2rtf.info  15 Feb 2004 18:40:28 -  1.1
+++ latex2rtf.info  19 Feb 2005 20:14:08 -  1.2
@@ -1,8 +1,8 @@
 Package: latex2rtf
-Version: 1.9.15
+Version: 1.9.16a
 Revision: 11
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 5aa723f290aa745ee3a37c3814901956
+Source-MD5: b1c766baeb645c954fb2454fc51c5f03
 Depends: tetex-base, imagemagick (= 5.5.1-13) | imagemagick-nox (= 5.5.1-13)
 Description: Converts a LaTeX file to an RTF file
 License: GPL



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text texpower.info,NONE,1.1 texpower-0.0.8h-1.info,1.1,NONE

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21312

Added Files:
texpower.info 
Removed Files:
texpower-0.0.8h-1.info 
Log Message:
new upstream version


--- NEW FILE: texpower.info ---
Package: texpower
Version: 0.1b
Revision: 1
Depends: tetex-base
#Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source: mirror:sourceforge:%n/%n-0-1b.tar.gz
Source-MD5: a08c81fbf1951f7390eb4de23fd944d1
CompileScript: 
 make all

InstallScript: 
 mkdir -p %i/etc/texmf.local/tex/latex/texpower
 mv *.cls *.sty *.cfg %i/etc/texmf.local/tex/latex/texpower
 mkdir -p %i/etc/texmf.local/tex/doc/latex/texpower
 mv * %i/etc/texmf.local/tex/doc/latex/texpower
 mkdir -p %i/share/doc/%n
 ln -s %p/etc/texmf.local/tex/latex/%n/00readme.txt %i/share/doc/%n

License: GPL
PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
Maintainer: Dave Morrison [EMAIL PROTECTED]
Description: Creating dynamic online presentations with LaTeX
Homepage: http://texpower.sourceforge.net/

--- texpower-0.0.8h-1.info DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/libs gmp.info,NONE,1.1 gmp.patch,NONE,1.1 libxslt.info,1.7,1.8

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29698

Modified Files:
libxslt.info 
Added Files:
gmp.info gmp.patch 
Log Message:
backport from 10.3


--- NEW FILE: gmp.patch ---
--- gmp-4.1/configure.orig  2002-10-13 07:16:32.0 -0700
+++ gmp-4.1/configure   2002-10-13 07:16:43.0 -0700
@@ -10702,6 +10702,28 @@
;;
 esac
 ;;
+  darwin* | rhapsody*)
+  case $host_os in
+  rhapsody* | darwin1.[012])
+   allow_undefined_flag='-undefined suppress'
+   ;;
+  *) # Darwin 1.3 on
+   allow_undefined_flag='-flat_namespace -undefined suppress'
+   ;;
+  esac
+
+  # FIXME: Relying on posixy $() will cause problems for
+  #cross-compilation, but unfortunately the echo tests do not
+  #yet detect zsh echo's removal of \ escapes.  Also zsh mangles
+  #   `' quotes if we put them in here... so don't!
+  archive_cmds_CXX='$CC $(test .$module = .yes  echo -bundle || echo 
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
-install_name $rpath/$soname $verstring'
+  # We need to add '_' to the symbols in $export_symbols first
+  #_LT_AC_TAGVAR(archive_expsym_cmds, )=$_LT_AC_TAGVAR(archive_cmds, )' 
 strip -s $export_symbols'
+  hardcode_direct=yes
+  hardcode_shlibpath_var=no
+  whole_archive_flag_spec='-all_load $convenience'
+  ;;
+
   dgux*)
 case $cc_basename in
   ec++)
--- gmp-4.1/ltmain.sh.orig  2002-10-15 08:27:27.0 -0700
+++ gmp-4.1/ltmain.sh   2002-10-15 08:28:36.0 -0700
@@ -4445,10 +4445,10 @@
 
 # Directory that this library needs to be installed in:
 libdir='$install_libdir'
- if test $installed = no  test $need_relink = yes; then
-   $echo  $output \
-relink_command=\$relink_command\
- fi
+#if test $installed = no  test $need_relink = yes; then
+#  $echo  $output \
+#relink_command=\$relink_command\
+#fi
done
   fi
 

Index: libxslt.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/libxslt.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libxslt.info7 Jul 2004 23:05:47 -   1.7
+++ libxslt.info19 Feb 2005 21:15:17 -  1.8
@@ -1,21 +1,21 @@
 Package: libxslt
 Version: 1.1.8
-Revision: 1
+Revision: 6
 BuildDependsOnly: true
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]
 BuildDepends: gdbm3, gmp, libxml2 (= 2.6.8-1), libiconv-dev
-Depends: %N-shlibs (= %v-%r)
+Depends: %N-shlibs (= %v-%r), %N-bin (= %v-%r)
 Source: mirror:gnome:sources/%n/1.1/%n-%v.tar.bz2
 Source-MD5: 1ccf127b5a62c5fe475aab36004e913e
 Replaces: %N ( 1.0.15-2)
 Patch: %n.patch
-PatchScript: perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
+PatchScript: perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' 
configure
 NoSetLDFLAGS: true
 SetLDFLAGS: -no-undefined
 SetLIBS: -L%p/lib
 NoSetCFLAGS: true
 SetCPPFLAGS: -I%p/include
-ConfigureParams: --mandir='${prefix}/share/man' --without-python
+ConfigureParams: --mandir='${prefix}/share/man' --without-python 
ac_cv_path_LIBGCRYPT_CONFIG=no
 InstallScript: 
  mkdir -p %i/share/doc
  make install prefix=%i
@@ -25,7 +25,7 @@
 SplitOff: 
  Package: %N-shlibs
  Replaces: %N ( 1.0.15-2)
- Depends: libxml2-shlibs (= 2.6.8-1)
+ Depends: libxml2-shlibs (= 2.6.8-1), libiconv
  Description: XML stylsheet transformation shared libraries
  Files: lib/libexslt.0*.dylib lib/libxslt.1*.dylib
  Shlibs: 
@@ -34,11 +34,28 @@
  
  DocFiles: COPYING AUTHORS Copyright
 
+SplitOff2: 
+ Package: %N-bin
+ Replaces: %N (= 1.1.8-1)
+ Depends: %N-shlibs (= %v-%r), libxml2-shlibs (= 2.6.8-1), libiconv
+ Description: XML stylsheet transformation utility (xsltproc)
+ Files: bin/xsltproc share/man/man1/xsltproc.1
+ DocFiles: COPYING AUTHORS Copyright
+
 Description: XML stylesheet transformation library
 DescPackaging: 
   Uses pkgconfig.
   Any package which BuildDepends on this one must also BuildDepend on:
 libxml2 (= 2.6.8-1)
-  
+
+  xsltproc moved from %N in 1.1.8-1 to %N-bin in 1.1.8-2 because pkgs
+  need it at runtime but %N is the headers and is BuildDepensOnly:true
+  so cannot be listed in a Depends. Added %N:Depends:%N-bin so that
+  pkgs that depended on %N because they need xsltproc don't have to be
+  changed.
+
+  no ./configure flag to disable libgcrypt so pre-cache no for its
+  auto-detection result
+
 License: GPL/LGPL
 Homepage: http://www.xmlsoft.org/XSLT/

--- NEW FILE: gmp.info ---
Package: gmp
Version: 4.1.3
Revision: 11
GCC: 3.3
Source: gnu
Source-MD5: bdbb9136fa22a0ccf028d0f87aae1dd2
Patch: %n.patch
Depends: gmp-shlibs (= %v-%r)
BuildDepends: fink (= 0.9.9)
ConfigureParams: --infodir='${prefix}/share/info' --enable-cxx --enable-mpfr
InstallScript: 
 make install prefix=%i
 

dists/10.2-gcc3.3/unstable/main/finkinfo/text opensp3.info,NONE,1.1 opensp3.patch,NONE,1.1 opensp4.info,NONE,1.1 openjade.info,1.2,1.3

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29932

Modified Files:
openjade.info 
Added Files:
opensp3.info opensp3.patch opensp4.info 
Log Message:
backport from 10.3


--- NEW FILE: opensp3.info ---
Package: opensp3
Version: 1.5
Revision: 15
Maintainer: Peter O'Gorman [EMAIL PROTECTED]
Source: mirror:sourceforge:openjade/OpenSP-%v.tar.gz
Patch: %n.patch
PatchScript: 
for i in `grep -rl '^#pragma implementation' .` ; do perl -pi -e 's/^#pragma 
implementation//' $i; done
for i in `grep -rl '^#pragma interface' .` ; do perl -pi -e 's/^#pragma 
interface//' $i ; done

Source-MD5: 87f56e79ae0c20397f4207d61d154303
NoSetLDFlags: true
SetLibs: -L%p/lib -lintl
GCC: 3.3
Depends: %N-shlibs (= %v-%r)
BuildDepends: gettext-dev, gettext-bin, libiconv-dev, gcc3.3
Replaces: openjade ( 1.3.2-1), opensp, opensp4
Conflicts: opensp, opensp4
ConfigureParams: --enable-http --disable-dependency-tracking 
--enable-default-catalog=%p/share/sgml/catalog --mandir=%p/share/man 
--datadir=%p/share
CompileScript: 
  export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
  make CC=gcc-3.3 CXX=g++-3.3

InstallScript: 
 make install DESTDIR=%d
 rm -f %i/lib/charset.alias
 rm -f %i/share/locale/locale.alias


Splitoff: 
Package: %N-shlibs
Replaces: openjade ( 1.3.2-1), opensp
Conflicts: opensp
Description: Shared Libraries for opensp3
Files: lib/libosp.3.dylib lib/libosp.3.0.0.dylib
Shlibs: 
  %p/lib/libosp.3.dylib 4.0.0 %n (= 1.5-13)

DocFiles: COPYING


Splitoff2: 
Package: %N-dev
BuildDependsOnly: true
Replaces: openjade ( 1.3.2-1), opensp, %N ( 1.5-15), opensp4-dev
Conflicts: opensp, opensp4-dev
Depends: %N-shlibs (= %v-%r), %N (=%v-%r)
Description: Development package for opensp3
Files: lib include
DocFiles: COPYING


DocFiles: COPYING NEWS README
Description: SGML parser
DescDetail: 

DescPackaging: 

DescPort: 
* work around template instantiation problem (thanks, Matthias)
* some other minor problems fixed
* hacks for gcc3 and more

License: BSD
Homepage: http://openjade.sourceforge.net/

--- NEW FILE: opensp3.patch ---
diff -Naur OpenSP-1.5.orig/configure OpenSP-1.5/configure
--- OpenSP-1.5.orig/configure   Mon Nov 25 04:31:25 2002
+++ OpenSP-1.5/configureTue Jan 14 10:08:41 2003
@@ -11240,7 +11240,7 @@
 #include confdefs.h
 #include libintl.h
 extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+/* extern int *_nl_domain_bindings; */
 extern
 #ifdef __cplusplus
 C
@@ -11256,7 +11256,7 @@
 main ()
 {
 bindtextdomain (, );
-return (int) gettext () + _nl_msg_cat_cntr + *_nl_domain_bindings + 
*_nl_expand_alias (0)
+return (int) gettext () + _nl_msg_cat_cntr /* + *_nl_domain_bindings */ + 
*_nl_expand_alias (0)
   ;
   return 0;
 }
@@ -11287,7 +11287,7 @@
 #include confdefs.h
 #include libintl.h
 extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+/*extern int *_nl_domain_bindings;*/
 extern
 #ifdef __cplusplus
 C
@@ -11303,7 +11303,7 @@
 main ()
 {
 bindtextdomain (, );
-return (int) gettext () + _nl_msg_cat_cntr + *_nl_domain_bindings + 
*_nl_expand_alias (0)
+return (int) gettext () + _nl_msg_cat_cntr /* + *_nl_domain_bindings */ + 
*_nl_expand_alias (0)
   ;
   return 0;
 }
@@ -13499,7 +13499,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13558,7 +13557,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13595,7 +13593,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13646,7 +13643,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13683,7 +13679,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13742,7 +13737,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
@@ -13797,7 +13791,6 @@
 #include confdefs.h
 
   #include stdio.h
-  #include wchar.h
 
 long longval () { return (long) (sizeof (wchar_t)); }
 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
diff -Naur OpenSP-1.5.orig/doc/Makefile.in OpenSP-1.5/doc/Makefile.in
--- OpenSP-1.5.orig/doc/Makefile.in Mon Nov 25 04:31:16 2002
+++ OpenSP-1.5/doc/Makefile.in  Wed Jan  8 22:23:26 2003
@@ -105,8 +105,8 @@
 am__quote = @am__quote@
 install_sh = @install_sh@
 
-docdir = $(prefix)/doc
-pkgdocdir = $(docdir)/@PACKAGE@
+docdir = $(prefix)/share/doc
+pkgdocdir = $(docdir)/opensp3/@PACKAGE@
 
 MAINTAINERCLEANFILES = Makefile.in
 
diff -Naur OpenSP-1.5.orig/include/Text.h OpenSP-1.5/include/Text.h
--- OpenSP-1.5.orig/include/Text.h  Tue Feb 22 04:46:31 2000
+++ OpenSP-1.5/include/Text.h   Wed Jan  8 22:16:19 2003
@@ -52,6 +52,8 @@
 class SP_API Text {
 public:
   Text();
+  // Dummy Destructor
+  ~Text();
   void clear();
   void 

dists/10.2-gcc3.3/unstable/main/finkinfo/devel gtk-doc.info,NONE,1.1

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30121

Added Files:
gtk-doc.info 
Log Message:
backport from 10.3


--- NEW FILE: gtk-doc.info ---
Package: gtk-doc
Version: 1.2
Revision: 13
BuildDepends: libxml2 (= 2.6.0-1), libxslt (= 1.1.0-1)
Depends: libxml2-bin (= 2.6.0-1), libxslt-shlibs (= 1.1.0-1), openjade (= 
1.3.2-25), docbook-dtd (= 4.2.0-2), docbook-xsl (= 1.62.4-2), 
docbook-dsssl-nwalsh (= 1.78-2)
Source: mirror:gnome:sources/%n/%v/%n-%v.tar.bz2
Source-MD5: 7776ad690ca6baaaf071c83b51d2a234
ConfigureParams: --with-xml-catalog=%p/etc/xml/catalog
InstallScript: 
make install DESTDIR=%d
install -d -m 755 %i/share/doc/%n/doc
install -d -m 755 %i/share/doc/%n/examples
install -c -m 644 doc/* %i/share/doc/%n/doc/
install -c -m 644 examples/* %i/share/doc/%n/examples/

DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: GTK+ - API documentation generator
DescDetail: 
gtk-doc is a set of perl scripts that generate API reference documention in
DocBook format.  It can extract documentation from source code comments in a
manner similar to java-doc.  It is used to generate the documentation for
GLib, Gtk+, and GNOME.

License: GPL
Maintainer: None fink-devel@lists.sourceforge.net
DescPackaging: 
 Originally packaged by Masanori Sekino.

Homepage: http://www.gtk.org/rdp/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/text pdfslide-0.50-4.info,1.4,1.5

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31200

Modified Files:
pdfslide-0.50-4.info 
Log Message:
add Homepage


Index: pdfslide-0.50-4.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdfslide-0.50-4.info10 Mar 2004 22:40:26 -  1.4
+++ pdfslide-0.50-4.info19 Feb 2005 21:21:29 -  1.5
@@ -36,5 +36,6 @@
  support automatic zipping of directories.
 
 Maintainer: Dave Morrison [EMAIL PROTECTED]
+Homepage: http://www.river-valley.com/download/
 
 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/text pdfslide-0.50-4.info,1.5,1.6

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31591

Modified Files:
pdfslide-0.50-4.info 
Log Message:
add Homepage


Index: pdfslide-0.50-4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pdfslide-0.50-4.info7 Jan 2005 03:19:46 -   1.5
+++ pdfslide-0.50-4.info19 Feb 2005 21:22:37 -  1.6
@@ -36,5 +36,6 @@
  support automatic zipping of directories.
 
 Maintainer: Dave Morrison [EMAIL PROTECTED]
+Homepage: http://www.river-valley.com/download/
 
 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text pdfslide-0.50-4.info,1.5,1.6

2005-02-19 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31720

Modified Files:
pdfslide-0.50-4.info 
Log Message:
add Homepage


Index: pdfslide-0.50-4.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pdfslide-0.50-4.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pdfslide-0.50-4.info7 Jan 2005 03:19:05 -   1.5
+++ pdfslide-0.50-4.info19 Feb 2005 21:23:04 -  1.6
@@ -36,5 +36,6 @@
  support automatic zipping of directories.
 
 Maintainer: Dave Morrison [EMAIL PROTECTED]
+Homepage: http://www.river-valley.com/download/
 
 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sci emboss.patch,1.2,NONE

2005-02-19 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24431

Removed Files:
emboss.patch 
Log Message:
obsolete

--- emboss.patch DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sci emboss.info,1.6,1.7

2005-02-19 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24592

Modified Files:
emboss.info 
Log Message:
move to stable

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- emboss.info 21 Oct 2004 21:16:38 -  1.6
+++ emboss.info 20 Feb 2005 01:45:08 -  1.7
@@ -1,24 +1,20 @@
 Package: emboss
-Version: 2.8.0
+Version: 2.9.0
 Revision: 3
-Maintainer: Koen van der Drift [EMAIL PROTECTED]
 Depends: %N-shlibs (= %v-%r), x11, libpng3-shlibs, libjpeg-shlibs, gd2-shlibs, 
system-java14
 BuildDepends: libpng3, libjpeg, gd2, libiconv-dev, x11-dev, system-java14-dev
-Replaces: emboss ( 2.7.1-2)
+#Replaces: emboss ( 2.7.1-2)
 Source: mirror:custom:EMBOSS-%v.tar.gz
 CustomMirror: 
-  Primary: ftp://ftp.uk.embnet.org/pub/EMBOSS/old/2.8.0/
-#  Secondary:  ftp://ftp.uk.embnet.org/pub/EMBOSS/old/
+  Primary: ftp://ftp.uk.embnet.org/pub/EMBOSS/old/
 
-Source-MD5: 5692e52632546dfe4103b51dd1eaa3c3
-Patch: %n.patch
-#NoSetLDFLAGS: true
-#SetCFLAGS: -g
-#SetLIBS: -L%p/lib
-#ConfigureParams: 
--with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Home 
--with-javaos=/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Home/include
+Source-MD5: c6facfd1750e88a0c8b7bb7ac826d472
+#Patch: %n.patch
 ConfigureParams: --with-java=/Library/Java/Home 
--with-javaos=/Library/Java/Home/include 
 Installscript: 
- make install DESTDIR=%d
+   make install DESTDIR=%d
+   mkdir -p %i/include/EMBOSS
+   mv %i/include/*.* %i/include/EMBOSS/
 
 SplitOff: 
   Package: %N-shlibs
@@ -53,20 +49,13 @@
 lib/libajaxg.dylib
 lib/libnucleus.dylib
 lib/libplplot.dylib
+include/*:include/EMBOSS
   
   BuildDependsOnly: True
-  InstallScript: 
-mkdir -p %i/include/EMBOSS/nucleus
-mkdir -p %i/include/EMBOSS/ajax
-mkdir -p %i/include/EMBOSS/plplot
-cp %b/nucleus/*.h %i/include/EMBOSS/nucleus/
-cp %b/ajax/*.h %i/include/EMBOSS/ajax/
-cp %b/plplot/*.h %i/include/EMBOSS/plplot/
-  
 
 
 RunTimeVars: 
-  PLPLOT_LIB: %p/share/EMBOSS/
+#  PLPLOT_LIB: %p/share/EMBOSS/
   EMBOSS_DATA: %p/share/EMBOSS/data
 
 
@@ -80,13 +69,17 @@
 web. Also, as extensive libraries are provided with the package, it is a
 platform to allow other scientists to develop and release software in
 true open source spirit. EMBOSS also integrates a range of currently
-available packages and tools for sequence analysis into a seamless whole.
+available packages and tools for sequence analysis into a seamless
+whole.
 
 DescUsage: 
-See the README file for other environment variables you may need to configure. 
-PLPLOT_LIB is already set by fink in /sw/etc/profile.d/.script. 
-See http://emboss.sourceforge.net/Jemboss/ for information on using the 
Jemboss GUI for EMBOSS. 
+See the README file for other environment variables you may need to
+configure. See http://emboss.sourceforge.net/Jemboss/ for
+information on using the Jemboss GUI for EMBOSS. To prevent conflicts,
+the headers are located in /sw/include/EMBOSS instead of /sw/include.
+
 Install emboss-kaptain for a GUI that works with X-Windows.
 
-Homepage: http://emboss.sourceforge.net/
+Maintainer: Koen van der Drift [EMAIL PROTECTED]
+Homepage: http://emboss.sourceforge.net
 License: GPL



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/devel astyle.info,NONE,1.1

2005-02-19 Thread Ben Hines
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31358

Added Files:
astyle.info 
Log Message:
Stable


--- NEW FILE: astyle.info ---
Package: astyle
Version: 1.15.3
Revision: 2
Source: mirror:sourceforge:%n/%n_%v.zip
Source-MD5: 4d8adbcd8703aea00fcd2670be090ddd
SourceDirectory: .
BuildDepends: gcc3.3
GCC: 3.3
SetCC: gcc-3.3
SetCXX: g++-3.3
CompileScript:  
make
strip %n

InstallScript: 
mkdir -p %i/bin
cp astyle %i/bin/%n

DocFiles: astyle.html astyle_release_notes.html license.html INSTALL.TXT
Description: Beautifier/Reformatter of C, C++, C#  Java
DescDetail: 
Artistic Style is a reindenter and reformatter of C, C++, C# and
Java source code.
When indenting source code, we as programmers have a tendency to use
both spaces and tab characters to create the wanted indentation.
Since the NUMBER of space characters showed on screen for each tab
character in the source code changes between editors, one of the
standard problems facing programmers when moving from one source code
editor to another is that code containing both spaces and tabs that was
up to now perfectly indented, suddently becomes a mess to look at when
changing to another editor.
To address this problem Tal Davidson has created Artistic Style - a
series of filters, written in C++, that automatically reindent 
reformat C/C++/C#/Java source files. These can be used from a command
line, or it can be incorporated as classes in another C++ program.

DescUsage: 
Read the options in %p/share/doc/astyle.html or astyle --help. Then
set your preferred astyle flags in .astylerc or the
ARTISTIC_STYLE_OPTIONS environment variable.

If you want to use the class in your own apps, extract the astyle source
from the %p/src dir.

License: GPL
Maintainer: Ben Hines [EMAIL PROTECTED]
Homepage: http://astyle.sf.net/



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sound flac-nox.info,1.3,1.4 flac-nox.patch,1.1,1.2 flac.info,1.3,1.4 flac.patch,1.1,1.2

2005-02-19 Thread Ben Hines
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32364

Modified Files:
flac-nox.info flac-nox.patch flac.info flac.patch 
Log Message:
stable


Index: flac.patch
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/flac.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- flac.patch  7 Mar 2004 22:14:26 -   1.1
+++ flac.patch  20 Feb 2005 02:12:44 -  1.2
@@ -1,295 +1,19 @@
-Index: src/flac/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/flac/Makefile.am,v
-retrieving revision 1.1.1.9
-retrieving revision 1.3
-diff -u -r1.1.1.9 -r1.3
 flac-1.1.0/src/flac/Makefile.am25 Jan 2003 18:14:42 -  1.1.1.9
-+++ flac-1.1.0/src/flac/Makefile.am2 Feb 2003 23:03:33 -   1.3
-@@ -41,10 +41,10 @@
- 
- flac_LDADD = \
-   $(NEED_OGGFLAC_LIB) \
--  $(top_builddir)/src/share/grabbag/libgrabbag.a \
--  $(top_builddir)/src/share/gain_analysis/libgain_analysis.a \
-+  $(top_builddir)/src/share/grabbag/libgrabbag.la \
-+  $(top_builddir)/src/share/gain_analysis/libgain_analysis.la \
-   $(top_builddir)/src/share/getopt/libgetopt.a \
--  $(top_builddir)/src/share/utf8/libutf8.a \
-+  $(top_builddir)/src/share/utf8/libutf8.la \
-   $(top_builddir)/src/libFLAC/libFLAC.la \
-   @OGG_LIBS@ \
-   @LIBICONV@ \
-Index: src/metaflac/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/metaflac/Makefile.am,v
-retrieving revision 1.1.1.5
-retrieving revision 1.2
-diff -u -r1.1.1.5 -r1.2
 flac-1.1.0/src/metaflac/Makefile.am25 Jan 2003 18:14:53 -  
1.1.1.5
-+++ flac-1.1.0/src/metaflac/Makefile.am2 Feb 2003 23:03:34 -   
1.2
-@@ -39,10 +39,10 @@
- metaflac_LDFLAGS = 
- 
- metaflac_LDADD = \
--  $(top_builddir)/src/share/grabbag/libgrabbag.a \
--  $(top_builddir)/src/share/gain_analysis/libgain_analysis.a \
-+  $(top_builddir)/src/share/grabbag/libgrabbag.la \
-+  $(top_builddir)/src/share/gain_analysis/libgain_analysis.la \
-   $(top_builddir)/src/share/getopt/libgetopt.a \
--  $(top_builddir)/src/share/utf8/libutf8.a \
-+  $(top_builddir)/src/share/utf8/libutf8.la \
-   $(top_builddir)/src/libFLAC/libFLAC.la \
-   @LIBICONV@ \
-   -lm
-Index: src/monkeys_audio_utilities/Makefile.am
-===
-RCS file: 
/var/lib/cvs/debian/packages/flac/src/monkeys_audio_utilities/Makefile.am,v
-retrieving revision 1.1.1.3
-retrieving revision 1.4
-diff -u -r1.1.1.3 -r1.4
-Index: src/monkeys_audio_utilities/flac_mac/Makefile.am
-===
-RCS file: 
/var/lib/cvs/debian/packages/flac/src/monkeys_audio_utilities/flac_mac/Makefile.am,v
-retrieving revision 1.1.1.3
-retrieving revision 1.4
-diff -u -r1.1.1.3 -r1.4
-Index: src/monkeys_audio_utilities/flac_ren/Makefile.am
-===
-RCS file: 
/var/lib/cvs/debian/packages/flac/src/monkeys_audio_utilities/flac_ren/Makefile.am,v
-retrieving revision 1.1.1.3
-retrieving revision 1.4
-diff -u -r1.1.1.3 -r1.4
-Index: src/plugin_common/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/plugin_common/Makefile.am,v
-retrieving revision 1.1.1.2
-retrieving revision 1.5
-diff -u -r1.1.1.2 -r1.5
 flac-1.1.0/src/plugin_common/Makefile.am   25 Jan 2003 18:15:48 -  
1.1.1.2
-+++ flac-1.1.0/src/plugin_common/Makefile.am   7 Feb 2003 02:04:04 -   
1.5
-@@ -6,7 +6,7 @@
- 
- INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
- 
--noinst_LIBRARIES = libplugin_common.a
-+noinst_LTLIBRARIES = libplugin_common.la
- 
- noinst_HEADERS = \
-   all.h \
-@@ -20,7 +20,7 @@
-   replaygain_synthesis.h \
-   vorbiscomment.h
- 
--libplugin_common_a_SOURCES = \
-+libplugin_common_la_SOURCES = \
-   canonical_tag.c \
-   charset.c \
-   dither.c \
-Index: src/plugin_winamp2/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/plugin_winamp2/Makefile.am,v
-retrieving revision 1.1.1.4
-retrieving revision 1.4
-diff -u -r1.1.1.4 -r1.4
-Index: src/plugin_winamp3/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/plugin_winamp3/Makefile.am,v
-retrieving revision 1.1.1.5
-retrieving revision 1.4
-diff -u -r1.1.1.5 -r1.4
-Index: src/plugin_xmms/Makefile.am
-===
-RCS file: /var/lib/cvs/debian/packages/flac/src/plugin_xmms/Makefile.am,v
-retrieving 

dists/10.3/stable/main/finkinfo/utils num-utils.info,NONE,1.1 num-utils-0.1-1.info,1.1,NONE

2005-02-19 Thread Ben Hines
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32721

Added Files:
num-utils.info 
Removed Files:
num-utils-0.1-1.info 
Log Message:
Update


--- NEW FILE: num-utils.info ---
Package: num-utils
Version: 0.4
Revision: 1
Source: http://suso.suso.org/programs/num-utils/downloads/%n-%v.tar.gz
Source-MD5: c7ff81b48f7ed90773c96a75115ded38
CompileScript: make RPMDIR=
InstallScript: 
 make install RPMDIR= BINDIR=%i/bin MANDIR=%i/share/man/man1 
DOCDIR=%i/share/doc/%n
 mv %i/bin/normalize %i/bin/normalize-n
 mv %i/share/man/man1/normalize.1.gz %i/share/man/man1/normalize-n.1.gz

DocFiles: CHANGELOG COPYING GOALS LICENSE MANIFEST README VERSION WARNING
Description: Command-line utils for dealing with numbers
DescDetail: 
The 'num-utils' are a set of programs for dealing with numbers from the
Unix command line. Much like the other Unix command line utilities like
grep, awk, sort, cut, etc. these utilities work on data from both
standard in and data from files. The utility set currently includes the
following programs:
*  average: A program for calculating the average of numbers.
*  bound: Finds the boundary numbers (min and max) of input.
*  interval: Shows the numeric intervals between each number in a sequence.
*  normalize-n: Normalizes a set of numbers between 0 and 1 by default.
*  numgrep: Like normal grep, but for sets of numbers.
*  numprocess: Do mathmatical operations on numbers.
*  numsum: Add up all the numbers.
*  random: Generate a random number from a given expression.
*  range: Generate a set of numbers in a range expression.
*  round: Round each number according to it's value.

DescPackaging: 
 Renamed normalize to normalize-n so we don't conflict with normalize pkg.
 
Homepage: http://suso.suso.org/programs/num-utils/
Maintainer: Ben Hines [EMAIL PROTECTED]
License: GPL

--- num-utils-0.1-1.info DELETED ---



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/sound flac-nox.info,1.4,1.5 flac.info,1.4,1.5

2005-02-19 Thread Ben Hines
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1158

Modified Files:
flac-nox.info flac.info 
Log Message:
Don't do this at home.


Index: flac.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/flac.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- flac.info   20 Feb 2005 02:12:44 -  1.4
+++ flac.info   20 Feb 2005 02:19:04 -  1.5
@@ -90,6 +90,9 @@
 the right place.
 libtool relink and bash versioning patches applied.
 patch to enable dynamic_lookup (for prebinding on 10.3) applied.
+
+Incorrect shlib major version corrected w/1.1.1. Next time, will 
+create flacN pkg.
 
 License: GPL
 Maintainer: Ben Hines [EMAIL PROTECTED]

Index: flac-nox.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/flac-nox.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- flac-nox.info   20 Feb 2005 02:12:44 -  1.4
+++ flac-nox.info   20 Feb 2005 02:18:53 -  1.5
@@ -79,6 +79,9 @@
 libtool relink and bash versioning patches applied.
 patch to disable xmms plugin applied.
 patch to enable dynamic_lookup (for prebinding on 10.3) applied.
+
+Incorrect shlib major version corrected w/1.1.1. Next time, will 
+create flacN pkg.
 
 License: GPL
 Maintainer: Ben Hines [EMAIL PROTECTED]



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci emboss.info,1.10,1.11

2005-02-19 Thread Koen van der Drift
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3637

Modified Files:
emboss.info 
Log Message:
new upstream version

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- emboss.info 21 Oct 2004 21:11:03 -  1.10
+++ emboss.info 20 Feb 2005 02:31:13 -  1.11
@@ -1,6 +1,6 @@
 Package: emboss
-Version: 2.9.0
-Revision: 3
+Version: 2.10.0
+Revision: 1
 Depends: %N-shlibs (= %v-%r), x11, libpng3-shlibs, libjpeg-shlibs, gd2-shlibs, 
system-java14
 BuildDepends: libpng3, libjpeg, gd2, libiconv-dev, x11-dev, system-java14-dev
 #Replaces: emboss ( 2.7.1-2)
@@ -8,8 +8,7 @@
 CustomMirror: 
   Primary: ftp://ftp.uk.embnet.org/pub/EMBOSS/
 
-Source-MD5: c6facfd1750e88a0c8b7bb7ac826d472
-#Patch: %n.patch
+Source-MD5: 4a48388ced7021a8ffece5166c40a364
 ConfigureParams: --with-java=/Library/Java/Home 
--with-javaos=/Library/Java/Home/include 
 Installscript: 
make install DESTDIR=%d



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/shells zsh-templates.info,1.16,1.17

2005-02-19 Thread William Scott
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14300

Modified Files:
zsh-templates.info 
Log Message:
zsh-templates version upgrade 10.3 unstable/shells

Index: zsh-templates.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/zsh-templates.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- zsh-templates.info  14 Feb 2005 07:48:17 -  1.16
+++ zsh-templates.info  20 Feb 2005 03:21:51 -  1.17
@@ -1,8 +1,8 @@
 Package: zsh-templates
-Version: 0.6.2
+Version: 0.6.3
 Revision: 1
 Source:  http://chemistry.ucsc.edu/~wgscott/mystuff/%n-%v.tgz
-Source-MD5: 675dc38b7bf11fcf707da448cfe5247b 
+Source-MD5: 24ec660ef46a2a29488e4228d0e74769 
 Depends: macosx, zsh (= 4.2.1-13)
 License: GPL
 Maintainer: W. G. Scott [EMAIL PROTECTED]



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/chrisdolan/lib - New directory

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27595/lib

Log Message:
Directory /cvsroot/fink/experimental/chrisdolan/lib added to the repository




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/chrisdolan/lib/Fink - New directory

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan/lib/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27633/lib/Fink

Log Message:
Directory /cvsroot/fink/experimental/chrisdolan/lib/Fink added to the repository




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/chrisdolan/lib/Fink/CPANPLUS - New directory

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan/lib/Fink/CPANPLUS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27672/lib/Fink/CPANPLUS

Log Message:
Directory /cvsroot/fink/experimental/chrisdolan/lib/Fink/CPANPLUS added to the 
repository




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/chrisdolan/lib/Fink BuildPerlMod.pm,NONE,1.1 CPANPLUS.pm,NONE,1.1

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan/lib/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28013/lib/Fink

Added Files:
BuildPerlMod.pm CPANPLUS.pm 
Log Message:
Overhaul mkpkg.pl script to generalize it.
My next step will be to write an updatepkg.pl script


--- NEW FILE: CPANPLUS.pm ---
package Fink::CPANPLUS;

use warnings;
use strict;
use CPANPLUS::Backend;
use Fink::CPANPLUS::Module;

sub new
{
   my $pkg = shift;
   my %flags = (@_);

   my $self = bless({
  %flags,
  modcache = {},
   }, $pkg);
   $self-{cb} = CPANPLUS::Backend-new();
   print Started CPANPLUS\n if ($self-{verbose});
   $self-{cb}-configure_object-set_conf(verbose = $self-{verbose});
   
   return $self;
}

sub set_host
{
   my $self = shift;
   my $host = shift;

   if ($host  $host =~ m,^(\w+)://([\w\.\-]+)(/.*),)
   {
  $self-{cb}-configure_object-set_conf(hosts, [{
 scheme = $1,
 host = $2,
 path = $3,
  }]);
  return 1;
   }
   else
   {
  return undef;
   }
}

sub module_tree
{
   my $self = shift;
   return $self-{cb}-module_tree(@_);
}

sub get_module
{
   my $self = shift;
   my $modname = shift;

   my $cache = $self-{modcache};
   if (!$cache-{$modname})
   {
  my $mod = Fink::CPANPLUS::Module-new($self, $modname);
  $cache-{$modname} = $mod;
  if ($mod)
  {
 $cache-{$mod-package_name} = $mod;
  }
   }
   return $cache-{$modname};
}

1;

--- NEW FILE: BuildPerlMod.pm ---
package Fink::BuildPerlMod;

use warnings;
use strict;
use Fink::CPANPLUS;
use File::Slurp;

our $VERSION = 1.10;

# Translation from Module::Build license tags to Fink words
#   From: http://search.cpan.org/dist/Module-Build/lib/Module/Build.pm#license
#   To:   http://fink.sourceforge.net/doc/packaging/policy.php#licenses
my %licenses = (
perl = Artistic/GPL,
gpl  = GPL,
lgpl = LGPL,
bsd  = BSD,
artistic = Artistic,
open_source  = OSI-Approved,
unrestricted = Restrictive/Distributable,
restrictive  = Restrictive, 
);

sub new
{
   my $pkg = shift;
   my %flags = (@_);

   my $self = bless({
  %flags,
   }, $pkg);

   $self-{prefix} ||= /sw;
   if (!-d $self-{prefix})
   {
  die No such directory $$self-{prefix} for Fink prefix\n;
   }

   if (!$self-{cpanhost}  -f $self-{prefix}./etc/fink.conf)
   {
  my $conf = read_file(/sw/etc/fink.conf);
  if ($conf =~ /^Mirror-cpan: (.*)$/m)
  {
 $self-{cpanhost} = $1;
 print CPAN mirror: $$self{cpanhost}\n if ($self-{verbose});
  }
   }

   $self-{cp} = Fink::CPANPLUS-new(
 verbose = $self-{verbose},
 prereqs = $self-{prereqs},
 );
   if ($self-{cpanhost})
   {
  unless ($self-{cp}-set_host($self-{cpanhost}))
  {
 die Failed to set CPAN URL\n;
  }
   }

   return $self;
}

sub verbose
{
   my $self = shift;
   return $self-{verbose};
}

sub pkgdir
{
   my $self = shift;
   return 
$self-{prefix}./fink/dists/.$self-{tree}./finkinfo/libs/perlmods;
}

sub buildpkg
{
   my $self = shift;
   my $modname = shift;
   my $overwrite = shift;

   print Search for $modname\n if ($self-verbose);
   my $mod = $self-{cp}-get_module($modname);
   if (!$mod)
   {
  print Not found\n if ($self-verbose);
  return undef;
   }

   my $pkg = lc($mod-package_name).-pm;
   my $file = $self-pkgdir./$pkg.info;
   if (-f $file  !$overwrite)
   {
  print package already exists\n;
  print   $file\n if ($self-verbose);
  return undef;
   }

   if ($self-verbose)
   {
  my $details = $mod-details;
  for my $key (keys %$details)
  {
 print $key: $$details{$key}\n;
  }
   }

   my $bin = $self-{bin} || $mod-bin();
   my $typepkg = $self-{typepkg} || $mod-has_xs();  # TODO extend based on 
depends, etc
   my @perlversions = sort split /\s+/, $self-{perltypes};
   my %libs = (
   depends= $mod-depends(),
   builddepends   = $mod-builddepends(),
   recommends = $mod-recommends(),
   conflicts  = $mod-conflicts(),
   buildconflicts = $mod-buildconflicts(),
   );
   foreach my $type (qw(recommend conflicts buildconflicts))
   {
  my %l;
  foreach my $dep (keys %{$libs{$type}})
  {
 my ($deppkg) = $self-finkify_dep_pkg($dep, @perlversions);
 $l{$deppkg} = $libs{$type}-{$dep};
  }
  $libs{$type} = \%l;
   }
   foreach my $type (qw(depends builddepends))
   {
  my %l;
  foreach my $dep (keys %{$libs{$type}})
  {
 my ($deppkg, $deptypepkg, $depvers) = $self-finkify_dep_pkg($dep, 
@perlversions);
 $l{$deppkg} = $libs{$type}-{$dep};
 $typepkg ||= $deptypepkg;
 if (@perlversions ne @$depvers)
 {
  

experimental/chrisdolan mkpkg.pl,1.4,1.5

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28013

Modified Files:
mkpkg.pl 
Log Message:
Overhaul mkpkg.pl script to generalize it.
My next step will be to write an updatepkg.pl script


Index: mkpkg.pl
===
RCS file: /cvsroot/fink/experimental/chrisdolan/mkpkg.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mkpkg.pl17 Feb 2005 05:14:49 -  1.4
+++ mkpkg.pl20 Feb 2005 04:34:06 -  1.5
@@ -9,13 +9,20 @@
 mkpkg.pl [options] Some::Module ...
 
   Options:
--m --maintainer=s   specify the maintainer
-(e.g. -m Joe Maintainer [EMAIL PROTECTED])
--p --prereqsshow prereq info (not yet finished)
--f --force  force overwrite of .info file
--t --typepkguse %type_pkg[perl] variants
+-m --maintainer=s   specify the maintainer.  This is a required parameter
+  (e.g. -m Joe Maintainer [EMAIL PROTECTED])
+-P --prereqsshow prereq info (not yet finished)
+-t --typepkgforce %type_pkg[perl] variants
 -b --binforce a %N-bin splitoff
--v --verboseprint the internal representation of the PDF
+-f --force  force overwrite of .info file
+-p --prefix=s   specify Fink prefix (defaults to /sw)
+-T --tree=s specify where in Fink to write .info file
+  (defaults to unstable/main)
+-n --perltypes=swhat perl variants (defaults to 5.8.1 5.8.4 5.8.6)
+-c --cpanhost=s what CPAN mirror (defaults to %p/etc/fink.conf value)
+-B --bugurl=s   where to report module bugs (defaults to
+  http://rt.cpan.org/NoAuth/Bugs.html?Dist=;)
+-v --verboseprint diagnostics
 -h --help   verbose help message
 -V --versionprint version
 
@@ -34,11 +41,7 @@
  
 =head1 CAVEATS
 
-Does not do Depends, Recommends, BuildDepends, etc
-
-Just guesses at DocFiles
-
-License may not be right - confirm manually
+Lots of fields are incomplete or are just guesses.  Please confirm all data 
manually.
 
 Does not indicate crypto vs. main dependencies
 
@@ -53,397 +56,85 @@
 =cut
 
 use strict;
+use FindBin qw($Bin);
+use lib $Bin/lib;
 use Getopt::Long;
 use Pod::Usage;
-use CPANPLUS::Backend;
-use CPANPLUS::Internals::Constants;
-use File::Slurp;
 use Carp;
+use Fink::BuildPerlMod;
+
 $SIG{__WARN__} = $SIG{__DIE__} = \Carp::confess;
 
-my $VERSION = 1.00;
 my %opts = (
 verbose= 0,
 help   = 0,
 version= 0,
+
 force  = 0,
-dir= 
/sw/fink/dists/unstable/main/finkinfo/libs/perlmods,
-maintainer = Chris Dolan [EMAIL PROTECTED],
-prereqs= 0, # not finished
-bin= 0, # make a %N-bin splitoff
+prereqs= 0,
 typepkg= 0,
-perltypes  = 5.8.1,
+bin= 0, # make a %N-bin splitoff
+
+prefix = /sw,
+maintainer = undef,
+tree   = unstable/main,
+perltypes  = 5.8.1 5.8.4 5.8.6,
 cpanhost   = undef, # base url for CPAN mirror, or use fink.conf
+bugurl = http://rt.cpan.org/NoAuth/Bugs.html?Dist=;,
 );
 
 Getopt::Long::Configure(bundling);
 GetOptions(v|verbose  = \$opts{verbose},
h|help = \$opts{help},
V|version  = \$opts{version},
+
f|force= \$opts{force},
-   m|maintainer=s = \$opts{maintainer},
-   p|prereqs  = \$opts{prereqs},
+   P|prereqs  = \$opts{prereqs},
t|typepkg  = \$opts{typepkg},
b|bin  = \$opts{bin},
+
+   p|prefix=s = \$opts{prefix},
+   m|maintainer=s = \$opts{maintainer},
+   T|tree=s   = \$opts{tree},
+   n|perltypes=s  = \$opts{perltypes},
+   c|cpanhost=s   = \$opts{cpanhost},
+   B|bugurl=s = \$opts{bugurl},
) or pod2usage(1);
+
 pod2usage(-exitstatus = 0, -verbose = 2) if ($opts{help});
-print($0 v$VERSION\n),exit(0) if ($opts{version});
+print($0 v$Fink::BuildPerlMod::VERSION\n),exit(0) if ($opts{version});
 
-if (@ARGV  1)
+if (!$opts{maintainer})
 {
-   pod2usage(1);
+   print Please specify a maintainer\n;
+   podusage(1);
 }
 
-# This is a translation from CPAN dslip codes to Fink license words
-my %licenses = (
-p   = Artistic/GPL,
-g   = GPL,
-l   = LGPL,
-b   = BSD,
-a   = Artistic,
-o   = Restrictive/Distributable,
-);
-my %yml_licenses = (
-# 
http://search.cpan.org/~kwilliams/Module-Build/lib/Module/Build.pm
-perl = Artistic/GPL,
-gpl   = GPL,
-lgpl   = LGPL,
-

experimental/chrisdolan/lib/Fink/CPANPLUS Module.pm,NONE,1.1

2005-02-19 Thread Chris Dolan
Update of /cvsroot/fink/experimental/chrisdolan/lib/Fink/CPANPLUS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28013/lib/Fink/CPANPLUS

Added Files:
Module.pm 
Log Message:
Overhaul mkpkg.pl script to generalize it.
My next step will be to write an updatepkg.pl script


--- NEW FILE: Module.pm ---
package Fink::CPANPLUS::Module;

use warnings;
use strict;
use CPANPLUS::Internals::Constants;
use File::Slurp;

# TODO: add buildfile() method like makefile()

# This is a translation from CPAN dslip codes to Module::Build YAML codes
#   From: http://cpan.uwinnipeg.ca/htdocs/faqs/dslip.html
#   To:   http://search.cpan.org/dist/Module-Build/lib/Module/Build.pm#license
my %licenses = (
p   = perl,
g   = gpl,
l   = lgpl,
b   = bsd,
a   = artistic,
o   = unrestricted,
);
sub new
{
   my $pkg = shift;
   my $cp = shift;
   my $name = shift;

   my $self = bless({
  cp = $cp,
  name = $name,
  mod = $cp-module_tree($name),
   }, $pkg);
   
   return $self-{mod} ? $self : undef;
}

sub verbose
{
   my $self = shift;
   return $self-{cp}-{verbose};
}

foreach my $fn (qw(
   package_name
   package_version
   package_extension
   path
   details
   ))
{
   eval sub $fn {return shift()-{mod}-$fn();};
}

sub license_filename
{
   my $self = shift;

   # Check files that are for-sure
   my @licenses = grep /^(copyright|copying|license|gpl|lgpl|artistic)/i, 
$self-root_files();
   return $licenses[0] if (@licenses  0);

   # Check doc files that might have copyright inline
   foreach my $file (grep(/^readme/i, $self-root_files()),
 grep({defined $_} $self-makefile-{version_from}))
   {
  my $filename = $self-extract_dir()./.$file;
  if (-f $filename)
  {
 my $content = read_file($filename);
 if ($content =~ /license|copyright/i)
 {
return $file;
 }
  }
   }

   return undef;
}

sub checksum
{
   my $self = shift;

   $self-extract(); # TODO: do we really need to extract first??
   return $self-{mod}-status-checksum_value();
}

sub root_files
{
   my $self = shift;

   # Get list of files in the root of the distro
   my @files = map({$_-[1]}
   grep({-f $_-[0]}
map({[$self-extract_dir()./.$_,$_]} 
read_dir($self-extract_dir();
   return @files;
}
sub doc_files
{
   my $self = shift;
   my @docfiles = grep !/^(
   Build.PL |
   Makefile(\.PL|) |
   MANIFEST\.SKIP |
   test\.pl |
   .*\.(bat|xs|pm|pl)
   )$/x, $self-root_files();
   return @docfiles;
}

sub has_xs
{
   my $self = shift;

   my @xs = grep /\.xs$/, $self-root_files();
   return @xs  0;
}
sub bin
{
   my $self = shift;

   return $self-makefile-{bin};
}

sub license
{
   my $self = shift;

   return $self-yml-{license} || $self-dslip-{license};
}

sub description
{
   my $self = shift;

   my $desc = $self-yml-{abstract} || $self-makefile-{abstract} || 
$self-{mod}-description();
   if (!$desc  
   $self-mainfile() =~ /=head1\s+NAME\s+[\w\-\'\:]+\s+\-\s+([^\r\n]+)/s)
   {
  $desc = $1;
   }
   $desc =~ s/\.$// if (defined $desc);
   return $desc;
}

foreach my $fn (qw(depends
   recommends
   conflicts
   builddepends
   buildconflicts))
{
   eval sub $fn {return shift()-libs-{$fn};};
}

# internal functions

sub libs
{
   my $self = shift;

   if (!$self-{libs})
   {
  $self-{libs} = {};
  foreach my $type (qw(depends recommends conflicts builddepends 
buildconflicts))
  {
 $self-{libs}-{$type} = {};

 my $p = $self-prereqs-{$type};
 if ($p)
 {
$self-{libs}-{$type} = {%{$self-{libs}-{$type}}, %$p};
 }

 my $y = $self-yml-{$type};
 if ($y)
 {
$self-{libs}-{$type} = {%{$self-{libs}-{$type}}, %$y};
 }
  }
   }
   return $self-{libs};
}

sub dslip
{
   my $self = shift;

   if (!$self-{dslip})
   {
  my @d = split , ($self-{mod}-dslip || );
  $self-{dslip} = {
 license = $licenses{$d[4] || },
  };
   }
   return $self-{dslip};
}

sub makefile
{
   my $self = shift;

   if (!$self-{makefile})
   {
  $self-{makefile} = {};
  my $filename = $self-extract_dir()./Makefile.PL;
  if (-f $filename)
  {
 my $makefile = read_file($filename);
 # Get main file from the MakeMaker command
 if ($makefile =~ 
/([\'\]?)VERSION_FROM\1\s*(?:=|,)\s*(\[^\]+|\'[^\']+)/s)
 {
$self-{makefile}-{version_from} = substr($2,1);
 }
 # Get ABSTRACT string from the MakeMaker command
 if