[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.10,1.11

2007-03-01 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10639/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream version.
This changes the download source.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- monotone.info   29 Dec 2006 02:37:08 -  1.10
+++ monotone.info   2 Mar 2007 02:53:37 -   1.11
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.32
+Version: 0.33
 Revision: 1001
-Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 98b7ac7d680c0ba768bf74628fa74de9
+Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
+Source-MD5: bfbc7842c13e9be23299ca0348b2d0c2
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.27,1.28

2007-03-01 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10639/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream version.
This changes the download source.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- monotone.info   29 Dec 2006 02:37:08 -  1.27
+++ monotone.info   2 Mar 2007 02:53:37 -   1.28
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.32
+Version: 0.33
 Revision: 1
-Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 98b7ac7d680c0ba768bf74628fa74de9
+Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
+Source-MD5: bfbc7842c13e9be23299ca0348b2d0c2
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.4/unstable/main/finkinfo/text colordiff.info, NONE, 1.1 colordiff.patch, NONE, 1.1

2007-03-07 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10377/10.4/unstable/main/finkinfo/text

Added Files:
colordiff.info colordiff.patch 
Log Message:
Colordiff, initial revision.


--- NEW FILE: colordiff.patch ---
diff -ru colordiff-1.0.5/Makefile colordiff-1.0.5-patched/Makefile
--- colordiff-1.0.5/Makefile2005-03-28 15:07:03.0 -0600
+++ colordiff-1.0.5-patched/Makefile2005-10-30 13:51:52.0 -0600
@@ -1,8 +1,9 @@
 # $Id: Makefile,v 1.2.2.12 2005/03/28 21:07:03 daveewart Exp $
 
-INSTALL_DIR=/usr/local/bin
-MAN_DIR=/usr/local/man/man1
-ETC_DIR=/etc
+INSTALL_DIR=${PFX}/${SW}/bin
+MAN_DIR=${PFX}/${SW}/share/man/man1
+ETC_DIR=${SW}/etc
+ETC_DIR_INST=${PFX}/${ETC_DIR}
 VERSION=1.0.5
 DIST_FILES=COPYING INSTALL Makefile README \
colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS TODO CHANGES 
colordiff.1
@@ -24,17 +25,19 @@
sed -e "s%/etc%$(ETC_DIR)%g" colordiff.pl > colordiff.pl.for.install
 
 install: etc
+   mkdir -p ${INSTALL_DIR}
+   mkdir -p ${MAN_DIR}
+   mkdir -p ${ETC_DIR_INST}
install -D colordiff.pl.for.install ${INSTALL_DIR}/colordiff
if [ ! -f ${INSTALL_DIR}/cdiff ] ; then \
  install cdiff.sh ${INSTALL_DIR}/cdiff; \
fi
install -D colordiff.1 ${MAN_DIR}/colordiff.1
-   if [ -f ${ETC_DIR}/colordiffrc ]; then \
- mv -f ${ETC_DIR}/colordiffrc ${ETC_DIR}/colordiffrc.old; \
+   if [ -f ${ETC_DIR_INST}/colordiffrc ]; then \
+ mv -f ${ETC_DIR_INST}/colordiffrc ${ETC_DIR_INST}/colordiffrc.old; \
fi
-   cp colordiffrc ${ETC_DIR}/colordiffrc
-   chown root.root ${ETC_DIR}/colordiffrc
-   chmod 644 ${ETC_DIR}/colordiffrc
+   cp colordiffrc ${ETC_DIR_INST}/colordiffrc
+   chmod 644 ${ETC_DIR_INST}/colordiffrc
rm -f colordiff.pl.for.install
 
 dist:
Only in colordiff-1.0.5-patched/: Makefile~

--- NEW FILE: colordiff.info ---
Package: colordiff
Version: 1.0.6
Revision: 1
Depends: system-perl
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a27bfccc24cd9874eb1d1abe40dc2457
PatchScript: <<
 sed -e "s|/etc|%p/etc|g" colordiff.pl > colordiff
 sed -i.bak 's|\(color_patch\)es|\1|g' colordiffrc*
 rm *.bak
 mv cdiff.sh cdiff
<<

CompileScript: echo nothing to do
InstallScript: <<
 install -m 755 -d  %i/bin
 install -m 755 colordiff cdiff %i/bin
 install -m 755 -d  %i/share/man/man1
 install -m 644 colordiff.1 %i/share/man/man1
 install -m 755 -d  %i/etc
 install -m 644 colordiffrc*%i/etc 
<<
Description: Colorized diff wrapper
DescDetail: <<
  colordiff is a wrapper for diff and produces the same output as diff
but with coloured syntax highlighting at the command line to improve
readability. Theoutput is similar to how a diff-generated patch might
appear in Vim or Emacs with the appropriate syntax highlighting
options enabled. The colour schemes can be read from a central
configuration file or from a local user ~/.colordiffrc file.
  colordiff makes use of ANSI colours and as such will only work when
ANSI colours can be used - typical examples are xterms and Eterms, as
well as console sessions.
  colordiff has been tested on various flavours of Linux and under
OpenBSD, but should be broadly portable to other systems.
<<
DocFiles: BUGS CHANGES COPYING INSTALL README TODO
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://colordiff.sourceforge.net/
License: GPL/LGPL

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


[cvs] dists/10.3/unstable/main/finkinfo/text colordiff.info, NONE, 1.1 colordiff.patch, NONE, 1.1

2007-03-07 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10377/10.3/unstable/main/finkinfo/text

Added Files:
colordiff.info colordiff.patch 
Log Message:
Colordiff, initial revision.


--- NEW FILE: colordiff.patch ---
diff -ru colordiff-1.0.5/Makefile colordiff-1.0.5-patched/Makefile
--- colordiff-1.0.5/Makefile2005-03-28 15:07:03.0 -0600
+++ colordiff-1.0.5-patched/Makefile2005-10-30 13:51:52.0 -0600
@@ -1,8 +1,9 @@
 # $Id: Makefile,v 1.2.2.12 2005/03/28 21:07:03 daveewart Exp $
 
-INSTALL_DIR=/usr/local/bin
-MAN_DIR=/usr/local/man/man1
-ETC_DIR=/etc
+INSTALL_DIR=${PFX}/${SW}/bin
+MAN_DIR=${PFX}/${SW}/share/man/man1
+ETC_DIR=${SW}/etc
+ETC_DIR_INST=${PFX}/${ETC_DIR}
 VERSION=1.0.5
 DIST_FILES=COPYING INSTALL Makefile README \
colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS TODO CHANGES 
colordiff.1
@@ -24,17 +25,19 @@
sed -e "s%/etc%$(ETC_DIR)%g" colordiff.pl > colordiff.pl.for.install
 
 install: etc
+   mkdir -p ${INSTALL_DIR}
+   mkdir -p ${MAN_DIR}
+   mkdir -p ${ETC_DIR_INST}
install -D colordiff.pl.for.install ${INSTALL_DIR}/colordiff
if [ ! -f ${INSTALL_DIR}/cdiff ] ; then \
  install cdiff.sh ${INSTALL_DIR}/cdiff; \
fi
install -D colordiff.1 ${MAN_DIR}/colordiff.1
-   if [ -f ${ETC_DIR}/colordiffrc ]; then \
- mv -f ${ETC_DIR}/colordiffrc ${ETC_DIR}/colordiffrc.old; \
+   if [ -f ${ETC_DIR_INST}/colordiffrc ]; then \
+ mv -f ${ETC_DIR_INST}/colordiffrc ${ETC_DIR_INST}/colordiffrc.old; \
fi
-   cp colordiffrc ${ETC_DIR}/colordiffrc
-   chown root.root ${ETC_DIR}/colordiffrc
-   chmod 644 ${ETC_DIR}/colordiffrc
+   cp colordiffrc ${ETC_DIR_INST}/colordiffrc
+   chmod 644 ${ETC_DIR_INST}/colordiffrc
rm -f colordiff.pl.for.install
 
 dist:
Only in colordiff-1.0.5-patched/: Makefile~

--- NEW FILE: colordiff.info ---
Package: colordiff
Version: 1.0.6
Revision: 1
Depends: system-perl
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: a27bfccc24cd9874eb1d1abe40dc2457
PatchScript: <<
 sed -e "s|/etc|%p/etc|g" colordiff.pl > colordiff
 sed -i.bak 's|\(color_patch\)es|\1|g' colordiffrc*
 rm *.bak
 mv cdiff.sh cdiff
<<

CompileScript: echo nothing to do
InstallScript: <<
 install -m 755 -d  %i/bin
 install -m 755 colordiff cdiff %i/bin
 install -m 755 -d  %i/share/man/man1
 install -m 644 colordiff.1 %i/share/man/man1
 install -m 755 -d  %i/etc
 install -m 644 colordiffrc*%i/etc 
<<
Description: Colorized diff wrapper
DescDetail: <<
  colordiff is a wrapper for diff and produces the same output as diff
but with coloured syntax highlighting at the command line to improve
readability. Theoutput is similar to how a diff-generated patch might
appear in Vim or Emacs with the appropriate syntax highlighting
options enabled. The colour schemes can be read from a central
configuration file or from a local user ~/.colordiffrc file.
  colordiff makes use of ANSI colours and as such will only work when
ANSI colours can be used - typical examples are xterms and Eterms, as
well as console sessions.
  colordiff has been tested on various flavours of Linux and under
OpenBSD, but should be broadly portable to other systems.
<<
DocFiles: BUGS CHANGES COPYING INSTALL README TODO
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://colordiff.sourceforge.net/
License: GPL/LGPL

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


[cvs] experimental/crhalpin colordiff.info, 1.1, NONE colordiff.patch, 1.1, NONE

2007-03-07 Thread Corey Halpin
Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19211

Removed Files:
colordiff.info colordiff.patch 
Log Message:
Moved into unstable.


--- colordiff.patch DELETED ---

--- colordiff.info DELETED ---


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


[cvs] dists/10.4/unstable/crypto/finkinfo opencdk.info,1.5,1.6

2007-03-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6711/10.4/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- opencdk.info15 Nov 2006 12:14:55 -  1.5
+++ opencdk.info10 Mar 2007 02:54:35 -  1.6
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.11
+Version: 0.5.13
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
-Source-MD5: de16f52a7f2215e3df9e81067ebae60d
+Source-MD5: 65324874074ba7c67028b93979e6d1d9
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
   libgpg-error, libgcrypt, gettext-dev,


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


[cvs] dists/10.3/unstable/crypto/finkinfo opencdk.info,1.11,1.12

2007-03-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6711/10.3/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- opencdk.info15 Nov 2006 12:14:55 -  1.11
+++ opencdk.info10 Mar 2007 02:54:34 -  1.12
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.11
+Version: 0.5.13
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
-Source-MD5: de16f52a7f2215e3df9e81067ebae60d
+Source-MD5: 65324874074ba7c67028b93979e6d1d9
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
   libgpg-error, libgcrypt, gettext-dev,


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


[cvs] dists/10.4/unstable/crypto/finkinfo libtasn1-3.info,1.4,1.5

2007-03-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10295/10.4/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
New upstream revision.
Fix the shlibs entry in 10.4


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libtasn1-3.info 28 Dec 2006 19:29:53 -  1.4
+++ libtasn1-3.info 10 Mar 2007 03:03:36 -  1.5
@@ -1,12 +1,12 @@
 Package: libtasn1-3
-Version: 0.3.8
-Revision: 2
+Version: 0.3.9
+Revision: 1
 Source: mirror:custom:libtasn1-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/libtasn1/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
 <<
-Source-MD5: 5f83b9660b79dc956688aeae2ed36152
+Source-MD5: 01e23a6b48a762ce88f178267dbb1458
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1
@@ -25,7 +25,7 @@
 %p/lib/libtasn1.3.dylib 4.0.0 %n (>= 0.3.8-1)
   <<
 <<
-DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps doc/*.tex
+DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps
 InfoDocs: libtasn1.info
 Description: ASN.1 library
 DescDetail: <<


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


[cvs] dists/10.3/unstable/crypto/finkinfo libtasn1-3.info,1.4,1.5

2007-03-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10295/10.3/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
New upstream revision.
Fix the shlibs entry in 10.4


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libtasn1-3.info 28 Dec 2006 19:29:53 -  1.4
+++ libtasn1-3.info 10 Mar 2007 03:03:36 -  1.5
@@ -1,12 +1,12 @@
 Package: libtasn1-3
-Version: 0.3.8
-Revision: 2
+Version: 0.3.9
+Revision: 1
 Source: mirror:custom:libtasn1-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/libtasn1/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
 <<
-Source-MD5: 5f83b9660b79dc956688aeae2ed36152
+Source-MD5: 01e23a6b48a762ce88f178267dbb1458
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1
@@ -25,7 +25,7 @@
 %p/lib/libtasn1.3.dylib 4.0.0 %n (>= 0.3.8-1)
   <<
 <<
-DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps doc/*.tex
+DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps
 InfoDocs: libtasn1.info
 Description: ASN.1 library
 DescDetail: <<


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


[cvs] dists/10.4/unstable/crypto/finkinfo opencdk.info,1.6,1.7

2007-03-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14350/10.4/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
Fix problems pointed out by dmacks.
shlibs version was wonky, and I was using an old gettext.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- opencdk.info10 Mar 2007 02:54:35 -  1.6
+++ opencdk.info20 Mar 2007 16:13:41 -  1.7
@@ -1,6 +1,6 @@
 Package: opencdk
 Version: 0.5.13
-Revision: 1
+Revision: 2
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
@@ -9,7 +9,7 @@
 Source-MD5: 65324874074ba7c67028b93979e6d1d9
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
-  libgpg-error, libgcrypt, gettext-dev,
+  libgpg-error, libgcrypt, libgettext3-dev,
   libiconv-dev, pth
 <<
 BuildDependsOnly: True
@@ -25,11 +25,14 @@
 InstallScript:  make -j1 install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libgpg-error-shlibs, libgcrypt-shlibs, gettext, libiconv, pth-shlibs
+  Depends: <<
+libgpg-error-shlibs, libgcrypt-shlibs, libgettext3-shlibs,
+libiconv, pth-shlibs
+  <<
   Files: lib/libopencdk*.8*.dylib
   DocFiles: COPYING* README*
   Shlibs: <<
-%p/lib/libopencdk.8.0.1.dylib 13.0.0 %n (>= 0.5.5-1)
+%p/lib/libopencdk.8.dylib 10.0.0 %n (>= 0.5.13-2)
   <<
 <<
 DocFiles: AUTHORS ChangeLog NEWS THANKS TODO


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


[cvs] dists/10.3/unstable/crypto/finkinfo opencdk.info,1.12,1.13

2007-03-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14350/10.3/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
Fix problems pointed out by dmacks.
shlibs version was wonky, and I was using an old gettext.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- opencdk.info10 Mar 2007 02:54:34 -  1.12
+++ opencdk.info20 Mar 2007 16:13:41 -  1.13
@@ -1,6 +1,6 @@
 Package: opencdk
 Version: 0.5.13
-Revision: 1
+Revision: 2
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
@@ -9,7 +9,7 @@
 Source-MD5: 65324874074ba7c67028b93979e6d1d9
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
-  libgpg-error, libgcrypt, gettext-dev,
+  libgpg-error, libgcrypt, libgettext3-dev,
   libiconv-dev, pth
 <<
 BuildDependsOnly: True
@@ -25,11 +25,14 @@
 InstallScript:  make -j1 install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libgpg-error-shlibs, libgcrypt-shlibs, gettext, libiconv, pth-shlibs
+  Depends: <<
+libgpg-error-shlibs, libgcrypt-shlibs, libgettext3-shlibs,
+libiconv, pth-shlibs
+  <<
   Files: lib/libopencdk*.8*.dylib
   DocFiles: COPYING* README*
   Shlibs: <<
-%p/lib/libopencdk.8.0.1.dylib 13.0.0 %n (>= 0.5.5-1)
+%p/lib/libopencdk.8.dylib 10.0.0 %n (>= 0.5.13-2)
   <<
 <<
 DocFiles: AUTHORS ChangeLog NEWS THANKS TODO


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.28,1.29

2007-04-05 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13144/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- monotone.info   2 Mar 2007 02:53:37 -   1.28
+++ monotone.info   5 Apr 2007 21:41:00 -   1.29
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.33
+Version: 0.34
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: bfbc7842c13e9be23299ca0348b2d0c2
+Source-MD5: b7a3cd2d4fcb17287641ee2e33f660fd
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.11,1.12

2007-04-05 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13144/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- monotone.info   2 Mar 2007 02:53:37 -   1.11
+++ monotone.info   5 Apr 2007 21:41:01 -   1.12
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.33
+Version: 0.34
 Revision: 1001
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: bfbc7842c13e9be23299ca0348b2d0c2
+Source-MD5: b7a3cd2d4fcb17287641ee2e33f660fd
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.3/unstable/main/finkinfo/sci octave-forge.info, 1.25, 1.26

2007-04-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23322/10.3/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
Remove extraneous depend on 'textutils', thanks to AIDA Shinra for finding this.


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- octave-forge.info   22 Nov 2006 16:44:44 -  1.25
+++ octave-forge.info   23 Apr 2007 05:23:06 -  1.26
@@ -1,9 +1,9 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 3
+Revision: 4
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g95, libjpeg, fftw3, textutils,  gsl, pcre,
+  texinfo, g95, libjpeg, fftw3, gsl, pcre,
   hdf5,
   readline5, imagemagick-dev
 <<


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


[cvs] dists/10.4/unstable/main/finkinfo/sci octave-forge.info, 1.11, 1.12

2007-04-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23322/10.4/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
Remove extraneous depend on 'textutils', thanks to AIDA Shinra for finding this.


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- octave-forge.info   13 Jan 2007 20:22:10 -  1.11
+++ octave-forge.info   23 Apr 2007 05:23:06 -  1.12
@@ -1,9 +1,9 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 1003
+Revision: 1004
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g95, libjpeg, fftw3, textutils,  gsl, pcre,
+  texinfo, g95, libjpeg, fftw3, gsl, pcre,
   hdf5 (>= 1.6.5-1002),
   readline5 (>= 5.0-1004), imagemagick-dev
 <<
@@ -18,6 +18,7 @@
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f
 #Patch: %n.patch
 UpdateConfigGuess: true
+#SetCPPFLAGS: -no-cpp-precomp
 SetLDFLAGS:
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: <<


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


[cvs] dists/10.4/unstable/main/finkinfo/devel darcs.info,1.7,1.8

2007-04-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10809/10.4/unstable/main/finkinfo/devel

Modified Files:
darcs.info 
Log Message:
Upstream went and updated the source tarball without changing the name.
Sneaky upstream.


Index: darcs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- darcs.info  10 Feb 2007 21:23:39 -  1.7
+++ darcs.info  23 Apr 2007 06:15:07 -  1.8
@@ -1,9 +1,7 @@
 Package: darcs
 Version: 1.0.8+9rc2
-Revision: 1001
-DescPackaging: <<
-  Needs ghc, which doesn't compile on x86.
-<<
+Revision: 1002
+Architecture: powerpc
 Description: Advanced distributed revision control system
 License: GPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
@@ -24,7 +22,7 @@
 Recommends: bash-completion
 
 Source: http://abridgegame.org/%n/%n-1.0.9rc2.tar.gz
-Source-MD5: dcdab3d51ab33ebf9f44e1ca521347af
+Source-MD5: fe268bc6d030141fc7f92417b96fca16
 
 #Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc


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


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.12,1.13

2007-05-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13308/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- monotone.info   5 Apr 2007 21:41:01 -   1.12
+++ monotone.info   9 May 2007 19:12:12 -   1.13
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.34
+Version: 0.35
 Revision: 1001
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: b7a3cd2d4fcb17287641ee2e33f660fd
+Source-MD5: 9b53046dda8ba7549fa5ce765e14fa65
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.29,1.30

2007-05-09 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13308/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- monotone.info   5 Apr 2007 21:41:00 -   1.29
+++ monotone.info   9 May 2007 19:12:12 -   1.30
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.34
+Version: 0.35
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: b7a3cd2d4fcb17287641ee2e33f660fd
+Source-MD5: 9b53046dda8ba7549fa5ce765e14fa65
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.4/unstable/main/finkinfo/devel darcs.info,1.8,1.9

2007-05-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv10049/10.4/unstable/main/finkinfo/devel

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


Index: darcs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- darcs.info  23 Apr 2007 06:15:07 -  1.8
+++ darcs.info  18 May 2007 00:31:54 -  1.9
@@ -1,6 +1,6 @@
 Package: darcs
-Version: 1.0.8+9rc2
-Revision: 1002
+Version: 1.0.8+9rc3
+Revision: 1001
 Architecture: powerpc
 Description: Advanced distributed revision control system
 License: GPL
@@ -21,8 +21,8 @@
 Conflicts: darcs-bash-completion
 Recommends: bash-completion
 
-Source: http://abridgegame.org/%n/%n-1.0.9rc2.tar.gz
-Source-MD5: fe268bc6d030141fc7f92417b96fca16
+Source: http://abridgegame.org/%n/%n-1.0.9rc3.tar.gz
+Source-MD5: 62bbe70ab647adad5651a82c08b51a3e
 
 #Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc


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


[cvs] experimental/crhalpin pidgin.info, NONE, 1.1 pidgin.patch, NONE, 1.1 silc-toolkit.info, NONE, 1.1

2007-05-26 Thread Corey Halpin
Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs17:/tmp/cvs-serv6657

Added Files:
pidgin.info pidgin.patch silc-toolkit.info 
Log Message:
First swag at pidgin packages, plus silc-toolkit update.


--- NEW FILE: pidgin.info ---
Package: pidgin
Version: 2.0.0
Revision: 1001
BuildDependsOnly: False
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Conflicts: gaim, gaim-ssl
Replaces: gaim, gaim-ssl
BuildDepends: <<
 graphviz,
 doxygen,
 system-openssl-dev,
 aspell-dev (>= 0.50.5-1002),
 atk1,
 gstreamer-0.10-dev,
 gettext-bin,
 libgettext3-dev,
 gettext-tools,
 glib2-dev (>= 2.6.6-),
 gtk+2-dev,
 gtkspell2-dev (>= 2.0.4-1),
 libao2,
 libiconv-dev,
 pango1-xft2-dev,
 pkgconfig,
 startup-notification-dev,
 dbus-dev,
 libgcrypt-dev,
 gnutls12,
 libgpg-error-dev,
 libhowl-dev,
 pth2-dev,
 cyrus-sasl2-dev,
 silc-toolkit,
 sqlite3-dev
<<
Depends: <<
 aspell-shlibs,
 atk1-shlibs,
 audiofile-shlibs,
 libgettext3-shlibs,
 glib2-shlibs,
 gtk+2-shlibs,
 gtkspell2-shlibs (>= 2.0.4-1),
 gstreamer-0.10-shlibs,
 libiconv,
 pango1-xft2-shlibs,
 startup-notification-shlibs,
 dbus-shlibs,
 libgcrypt-shlibs,
 gnutls12-shlibs,
 libgpg-error-shlibs,
 libhowl-shlibs,
 pth2-shlibs,
 cyrus-sasl2-shlibs,
 silc-toolkit-shlibs,
 libpurple-shlibs,
 sqlite3-shlibs
<<
Source: mirror:sourceforge:pidgin/%n-%v.tar.bz2
Source-MD5: 132355d7e236d9c2820a2668621eef43
Patch: %n.patch
PatchScript: <<
  perl -pi -e 
's/__GG_LIBGADU_HAVE_OPENSSL/__GG_LIBGADU_HAVE_OPENSSL_BUT_I_DONT_CARE_PFFT/' 
configure
  perl -pi -e 's/need_relink=yes/need_relink=no/' ltmain.sh
#  patch -p0 < patches/perl_link_fix.patch
<<
ConfigureParams: <<
 --mandir=%p/share/man \
 --disable-dependency-tracking \
 --enable-gnutls=yes \
 --enable-nss=no \
 --enable-cyrus-sasl \
 --enable-cap=yes \
 --with-x \
 --disable-tcl \
 --disable-tk  \
 --disable-perl
<<
InstallScript: make install DESTDIR=%d
SetCFLAGS: -Os -I%p/include/silc/
SetSQLITE3_LIBS: -lsqlite3
DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README
SplitOff: <<
  Package: libpurple
  Description: Multi-protocol IM client library (dev files)
  Depends: libpurple-shlibs
  Files: <<
bin/purple-client-example
bin/purple-remote
bin/purple-send
bin/purple-send-async
bin/purple-url-handler
etc/gconf/schemas/purple.schemas
include/libpurple
lib/libpurple-client.dylib
lib/libpurple-client.la
lib/libpurple.dylib
lib/libpurple.la
lib/pkgconfig/purple.pc
share/aclocal/purple.m4
share/pixmaps/purple
  <<
<<
SplitOff2: <<
  Package: libpurple-shlibs
  Description: Multi-protocol IM client library
  Depends: <<
   audiofile-shlibs,
   libgettext3-shlibs,
   glib2-shlibs,
   libao2-shlibs,
   libiconv,
   startup-notification-shlibs,
   dbus-shlibs,
   libgcrypt-shlibs,
   gnutls12-shlibs,
   libgpg-error-shlibs,
   libhowl-shlibs,
   pth2-shlibs,
   cyrus-sasl2-shlibs,
   silc-toolkit-shlibs
  <<
  Files: <<
lib/libpurple-client.0.0.0.dylib
lib/libpurple-client.0.dylib
lib/libpurple.0.0.0.dylib
lib/libpurple.0.dylib
lib/purple-2
  <<
  Shlibs: <<
%p/lib/libpurple-client.0.0.0.dylib 14.0.0 %n (>= 1.4.4-1)
%p/lib/libpurple.0.0.0.dylib 14.0.0 %n (>= 1.4.4-1)
  <<
<<
SplitOff3: <<
  Package: finch
  Depends: libpurple-shlibs
  Description: Command-line IM client
  Files: <<
bin/finch
include/finch
lib/finch
share/man/man1/finch.1
  <<
<<

Description: Instant Messaging client
DescDetail: <<
Gaim is a clone of AOL's Instant Messenger client. It features
nearly all of the functionality of the official AIM client while
also being smaller and faster. Gaim also has plugins that let
you use ICQ, Yahoo, MSN, IRC, Jabber, Napster, and Zephyr.
<<
DescPackaging: <<
BuildDependsOnly is false because plugins may need the headers.
<<
Homepage: http://pidgin.im/
License: GPL

--- NEW FILE: silc-toolkit.info ---
Package: silc-toolkit
Version: 1.0.2
Revision: 1
Maintainer: William Dell Wisner <[EMAIL PROTECTED]>
Source: http://silcnet.org/download/toolkit/sources/%n-%v.tar.bz2
Source-MD5: 869ce01349444a28fbace3c1bfe745ff
Depends: glib-shlibs, %n-shlibs (= %v-%r)
BuildDepends: glib
BuildDependsOnly: True
SetCFLAGS: -no-cpp-precomp
SetCPPFLAGS: -I/usr/include
SetLDFLAGS: -L/usr/lib
#Patch: %n.patch
ConfigureParams: <<
 --with-iconv --without-pthreads --with-perl=no --with-logsdir=%p/var/log \
 --enable-shared --datadir=%p/share/silc-toolkit --includedir=%p/include/silc \
 --mandir=%p/share/man --with-docdir=%p/share/doc/silc-toolkit\
 --with-etcdir=%p/etc --with-helpdir=%p/share/silc-toolkit/help   \
 --with-simdir=%p/lib/silc-toolkit/modules
<<
CompileScript: <<
  ./configure %c
  make
<<
InstallScript: <<
  install -d -m 755 

[cvs] experimental/crhalpin sqlite3.info, NONE, 1.1 sqlite3.patch, NONE, 1.1 pidgin.info, 1.1, 1.2

2007-05-26 Thread Corey Halpin
Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs17:/tmp/cvs-serv22481

Modified Files:
pidgin.info 
Added Files:
sqlite3.info sqlite3.patch 
Log Message:
Sqlite3 update, fix pidgin.info to detect sqlite3.


--- NEW FILE: sqlite3.patch ---
##
## This patch was taken from Ubuntu's sqlite-2.8.16-1 package.
##
diff -ruN sqlite/tool/lemon.c sqlite-new/tool/lemon.c
--- sqlite-2.8.16.orig/tool/lemon.c 2004-04-24 14:59:13.0 +0200
+++ sqlite-2.8.16/tool/lemon.c  2004-07-27 15:31:40.0 +0200
@@ -1272,15 +1272,15 @@
   va_start(ap, format);
   /* Prepare a prefix to be prepended to every output line */
   if( lineno>0 ){
-sprintf(prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno);
+snprintf(prefix,sizeof prefix,"%.*s:%d: ",PREFIXLIMIT-10,filename,lineno);
   }else{
-sprintf(prefix,"%.*s: ",PREFIXLIMIT-10,filename);
+snprintf(prefix,sizeof prefix,"%.*s: ",PREFIXLIMIT-10,filename);
   }
   prefixsize = strlen(prefix);
   availablewidth = LINEWIDTH - prefixsize;
 
   /* Generate the error message */
-  vsprintf(errmsg,format,ap);
+  vsnprintf(errmsg,sizeof errmsg,format,ap);
   va_end(ap);
   errmsgsize = strlen(errmsg);
   /* Remove trailing '\n's from the error message. */
@@ -2675,7 +2675,7 @@
 while( cfp ){
   char buf[20];
   if( cfp->dot==cfp->rp->nrhs ){
-sprintf(buf,"(%d)",cfp->rp->index);
+snprintf(buf,sizeof buf,"(%d)",cfp->rp->index);
 fprintf(fp,"%5s ",buf);
   }else{
 fprintf(fp,"  ");
@@ -2721,7 +2721,7 @@
 c = *cp;
 *cp = 0;
 path = (char *)malloc( strlen(argv0) + strlen(name) + 2 );
-if( path ) sprintf(path,"%s/%s",argv0,name);
+if( path ) snprintf(path,sizeof path,"%s/%s",argv0,name);
 *cp = c;
   }else{
 extern char *getenv();
@@ -2734,7 +2734,7 @@
 if( cp==0 ) cp = &pathlist[strlen(pathlist)];
 c = *cp;
 *cp = 0;
-sprintf(path,"%s/%s",pathlist,name);
+snprintf(path,sizeof path,"%s/%s",pathlist,name);
 *cp = c;
 if( c==0 ) pathlist = "";
 else pathlist = &cp[1];
@@ -2814,14 +2814,16 @@
 
   cp = strrchr(lemp->filename,'.');
   if( cp ){
-sprintf(buf,"%.*s.lt",(int)(cp-lemp->filename),lemp->filename);
+snprintf(buf,sizeof buf,"%.*s.lt",(int)(cp-lemp->filename),lemp->filename);
   }else{
-sprintf(buf,"%s.lt",lemp->filename);
+snprintf(buf,sizeof buf,"%s.lt",lemp->filename);
   }
   if( access(buf,004)==0 ){
 tpltname = buf;
   }else if( access(templatename,004)==0 ){
 tpltname = templatename;
+  }else if( access("/usr/share/lemon/lempar.c",004)==0 ){
+tpltname = "/usr/share/lemon/lempar.c";
   }else{
 tpltname = pathsearch(lemp->argv0,templatename,0);
   }
@@ -2833,7 +2835,7 @@
   }
   in = fopen(tpltname,"r");
   if( in==0 ){
-fprintf(stderr,"Can't open the template file \"%s\".\n",templatename);
+fprintf(stderr,"Can't open the template file \"%s\".\n",tpltname);
 lemp->errorcnt++;
 return 0;
   }
@@ -3447,7 +3449,7 @@
   /* Generate a table containing the symbolic name of every symbol
   */
   for(i=0; insymbol; i++){
-sprintf(line,"\"%s\",",lemp->symbols[i]->name);
+snprintf(line,sizeof line,"\"%s\",",lemp->symbols[i]->name);
 fprintf(out,"  %-15s",line);
 if( (i&3)==3 ){ fprintf(out,"\n"); lineno++; }
   }
@@ -3562,7 +3564,7 @@
   in = file_open(lemp,".h","r");
   if( in ){
 for(i=1; interminal && fgets(line,LINESIZE,in); i++){
-  sprintf(pattern,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i);
+  snprintf(pattern,sizeof pattern,"#define %s%-30s 
%2d\n",prefix,lemp->symbols[i]->name,i);
   if( strcmp(line,pattern) ) break;
 }
 fclose(in);

Index: pidgin.info
===
RCS file: /cvsroot/fink/experimental/crhalpin/pidgin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pidgin.info 26 May 2007 18:33:05 -  1.1
+++ pidgin.info 26 May 2007 20:37:04 -  1.2
@@ -70,15 +70,17 @@
  --enable-gnutls=yes \
  --enable-nss=no \
  --enable-cyrus-sasl \
- --enable-cap=yes \
  --with-x \
  --disable-tcl \
  --disable-tk  \
  --disable-perl
 <<
-InstallScript: make install DESTDIR=%d
 SetCFLAGS: -Os -I%p/include/silc/
-SetSQLITE3_LIBS: -lsqlite3
+CompileScript: <<
+  ./configure %c SQLITE3_LIBS="-lsqlite3" SQLITE3_CFLAGS=""
+  make
+<<
+InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README
 SplitOff: <<
   Package: libpurple

--- NEW FILE: sqlite3.info ---
Package: sqlite3
Version: 3.3.17
Revision: 1001

Description: Embedded SQL database, version 3
DescDetail: <<
SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process. The distribution comes with a
standalone command-line access program ( sqlite ) that can be used to
administer a

[cvs] experimental/crhalpin pidgin.info,1.2,1.3

2007-05-27 Thread Corey Halpin
Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs17:/tmp/cvs-serv4215

Modified Files:
pidgin.info 
Log Message:
Update to 2.0.1
Remove doxygen/graphviz depends and disable doc building.
Move the libgnt stuff into 'finch', it can move into a splitoff if
other programs start to use it.


Index: pidgin.info
===
RCS file: /cvsroot/fink/experimental/crhalpin/pidgin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pidgin.info 26 May 2007 20:37:04 -  1.2
+++ pidgin.info 27 May 2007 20:50:07 -  1.3
@@ -1,14 +1,11 @@
 Package: pidgin
-Version: 2.0.0
+Version: 2.0.1
 Revision: 1001
 BuildDependsOnly: False
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Conflicts: gaim, gaim-ssl
 Replaces: gaim, gaim-ssl
 BuildDepends: <<
- graphviz,
- doxygen,
- system-openssl-dev,
  aspell-dev (>= 0.50.5-1002),
  atk1,
  gstreamer-0.10-dev,
@@ -18,14 +15,13 @@
  glib2-dev (>= 2.6.6-),
  gtk+2-dev,
  gtkspell2-dev (>= 2.0.4-1),
- libao2,
  libiconv-dev,
  pango1-xft2-dev,
  pkgconfig,
  startup-notification-dev,
  dbus-dev,
  libgcrypt-dev,
- gnutls12,
+ gnutls14,
  libgpg-error-dev,
  libhowl-dev,
  pth2-dev,
@@ -47,7 +43,7 @@
  startup-notification-shlibs,
  dbus-shlibs,
  libgcrypt-shlibs,
- gnutls12-shlibs,
+ gnutls14-shlibs,
  libgpg-error-shlibs,
  libhowl-shlibs,
  pth2-shlibs,
@@ -57,12 +53,11 @@
  sqlite3-shlibs
 <<
 Source: mirror:sourceforge:pidgin/%n-%v.tar.bz2
-Source-MD5: 132355d7e236d9c2820a2668621eef43
+Source-MD5: 51062e232c1ba5429d8be43623983fdf
 Patch: %n.patch
 PatchScript: <<
   perl -pi -e 
's/__GG_LIBGADU_HAVE_OPENSSL/__GG_LIBGADU_HAVE_OPENSSL_BUT_I_DONT_CARE_PFFT/' 
configure
   perl -pi -e 's/need_relink=yes/need_relink=no/' ltmain.sh
-#  patch -p0 < patches/perl_link_fix.patch
 <<
 ConfigureParams: <<
  --mandir=%p/share/man \
@@ -73,13 +68,10 @@
  --with-x \
  --disable-tcl \
  --disable-tk  \
- --disable-perl
+ --disable-perl \
+ --disable-doxygen
 <<
 SetCFLAGS: -Os -I%p/include/silc/
-CompileScript: <<
-  ./configure %c SQLITE3_LIBS="-lsqlite3" SQLITE3_CFLAGS=""
-  make
-<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README
 SplitOff: <<
@@ -123,9 +115,9 @@
silc-toolkit-shlibs
   <<
   Files: <<
-lib/libpurple-client.0.0.0.dylib
+lib/libpurple-client.0.0.1.dylib
 lib/libpurple-client.0.dylib
-lib/libpurple.0.0.0.dylib
+lib/libpurple.0.0.1.dylib
 lib/libpurple.0.dylib
 lib/purple-2
   <<
@@ -141,7 +133,13 @@
   Files: <<
 bin/finch
 include/finch
+include/gnt
 lib/finch
+lib/libgnt.0.0.0.dylib
+lib/libgnt.0.dylib
+lib/libgnt.dylib
+lib/libgnt.la
+lib/pkgconfig/gnt.pc
 share/man/man1/finch.1
   <<
 <<


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


[cvs] dists/10.4/unstable/crypto/finkinfo libgcrypt.info,1.3,1.4

2007-05-30 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv24853/10.4/unstable/crypto/finkinfo

Modified Files:
libgcrypt.info 
Log Message:
New upstream version.
Switch from old to new gettext libraries.


Index: libgcrypt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libgcrypt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libgcrypt.info  12 Jan 2007 18:47:38 -  1.3
+++ libgcrypt.info  30 May 2007 14:25:11 -  1.4
@@ -1,21 +1,22 @@
 Package: libgcrypt
-Version: 1.2.3
+Version: 1.2.4
 Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.gz
-Source-MD5: 64304da2d9e21239246c66f1d449b2c6
+Source-MD5: be20ee47778ff90703afd58c090f07b9
 Depends: %N-shlibs (= %v-%r)
 #Patch: %n.patch
-BuildDepends: gettext-dev, libgpg-error, libiconv-dev, pth
+BuildDepends: libgettext3-dev, libgpg-error, libiconv-dev, pth
 BuildDependsOnly: True
 Conflicts: %N-dev
 Replaces: %N-dev
 Provides: %N-dev
+SetCPPFLAGS: -no-cpp-precomp
 SetLDFLAGS: -lpth
 ConfigureParams: --disable-asm --infodir=%p/share/info
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gettext, libgpg-error-shlibs, libiconv, pth-shlibs
+  Depends: libgettext3-shlibs, libgpg-error-shlibs, libiconv, pth-shlibs
   DocFiles: COPYING* README*
   Files: <<
 lib/libgcrypt.11*.dylib


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


[cvs] dists/10.3/unstable/crypto/finkinfo libgcrypt.info,1.12,1.13

2007-05-30 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv24853/10.3/unstable/crypto/finkinfo

Modified Files:
libgcrypt.info 
Log Message:
New upstream version.
Switch from old to new gettext libraries.


Index: libgcrypt.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libgcrypt.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- libgcrypt.info  17 Sep 2006 20:54:39 -  1.12
+++ libgcrypt.info  30 May 2007 14:25:11 -  1.13
@@ -1,11 +1,11 @@
 Package: libgcrypt
-Version: 1.2.3
+Version: 1.2.4
 Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.gz
-Source-MD5: 64304da2d9e21239246c66f1d449b2c6
+Source-MD5: be20ee47778ff90703afd58c090f07b9
 Depends: %N-shlibs (= %v-%r)
 #Patch: %n.patch
-BuildDepends: gettext-dev, libgpg-error, libiconv-dev, pth
+BuildDepends: libgettext3-dev, libgpg-error, libiconv-dev, pth
 BuildDependsOnly: True
 Conflicts: %N-dev
 Replaces: %N-dev
@@ -16,7 +16,7 @@
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gettext, libgpg-error-shlibs, libiconv, pth-shlibs
+  Depends: libgettext3-shlibs, libgpg-error-shlibs, libiconv, pth-shlibs
   DocFiles: COPYING* README*
   Files: <<
 lib/libgcrypt.11*.dylib


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


[cvs] experimental/crhalpin pidgin.info,1.3,1.4

2007-06-06 Thread Corey Halpin
Update of /cvsroot/fink/experimental/crhalpin
In directory sc8-pr-cvs17:/tmp/cvs-serv20593

Modified Files:
pidgin.info 
Log Message:
Update pidgin.info
include some DescPackaging info.
Remove some extraneous things.


Index: pidgin.info
===
RCS file: /cvsroot/fink/experimental/crhalpin/pidgin.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pidgin.info 27 May 2007 20:50:07 -  1.3
+++ pidgin.info 7 Jun 2007 04:17:48 -   1.4
@@ -1,7 +1,6 @@
 Package: pidgin
 Version: 2.0.1
 Revision: 1001
-BuildDependsOnly: False
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Conflicts: gaim, gaim-ssl
 Replaces: gaim, gaim-ssl
@@ -56,7 +55,6 @@
 Source-MD5: 51062e232c1ba5429d8be43623983fdf
 Patch: %n.patch
 PatchScript: <<
-  perl -pi -e 
's/__GG_LIBGADU_HAVE_OPENSSL/__GG_LIBGADU_HAVE_OPENSSL_BUT_I_DONT_CARE_PFFT/' 
configure
   perl -pi -e 's/need_relink=yes/need_relink=no/' ltmain.sh
 <<
 ConfigureParams: <<
@@ -71,11 +69,12 @@
  --disable-perl \
  --disable-doxygen
 <<
-SetCFLAGS: -Os -I%p/include/silc/
+SetCFLAGS: -I%p/include/silc/
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README
 SplitOff: <<
   Package: libpurple
+  BuildDependsOnly: true
   Description: Multi-protocol IM client library (dev files)
   Depends: libpurple-shlibs
   Files: <<
@@ -143,7 +142,6 @@
 share/man/man1/finch.1
   <<
 <<
-
 Description: Instant Messaging client
 DescDetail: <<
 Gaim is a clone of AOL's Instant Messenger client. It features
@@ -152,7 +150,16 @@
 you use ICQ, Yahoo, MSN, IRC, Jabber, Napster, and Zephyr.
 <<
 DescPackaging: <<
-BuildDependsOnly is false because plugins may need the headers.
+ * libgnt is an ncurses display library.  Currently it lives in the finch
+   package.  If anything else ever starts to use it, I can move it into a
+   separate package.
+ * It's built with --disable-perl because I don't want to make separate pidgin
+   packages for each perl version out there.  If enough people want perl
+   scripting, I can be persuaded to change this.
+ * Documentation is not built, it can be found here:
+   http://www.pidgin.im/documentation.php/
+   Building the html docs would require doxygen and dot, and that's quite a bit
+   of build time.
 <<
 Homepage: http://pidgin.im/
 License: GPL


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


[cvs] dists/10.4/unstable/main/finkinfo/devel darcs.info,1.9,1.10

2007-06-12 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv32726/10.4/unstable/main/finkinfo/devel

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


Index: darcs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- darcs.info  18 May 2007 00:31:54 -  1.9
+++ darcs.info  11 Jun 2007 18:39:37 -  1.10
@@ -1,7 +1,6 @@
 Package: darcs
-Version: 1.0.8+9rc3
+Version: 1.0.9
 Revision: 1001
-Architecture: powerpc
 Description: Advanced distributed revision control system
 License: GPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
@@ -21,8 +20,8 @@
 Conflicts: darcs-bash-completion
 Recommends: bash-completion
 
-Source: http://abridgegame.org/%n/%n-1.0.9rc3.tar.gz
-Source-MD5: 62bbe70ab647adad5651a82c08b51a3e
+Source: http://abridgegame.org/%n/%n-%v.tar.gz
+Source-MD5: 077420eec437ecdd45d8dc6682ee61fa
 
 #Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.30,1.31

2007-08-08 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv19576/10.3/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- monotone.info   9 May 2007 19:12:12 -   1.30
+++ monotone.info   8 Aug 2007 18:24:42 -   1.31
@@ -1,9 +1,9 @@
 Package: monotone
-Version: 0.35
+Version: 0.36
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: 9b53046dda8ba7549fa5ce765e14fa65
-PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+Source-MD5: ba6733ebd9992c8c7b48b9e2226f9fb7
+#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev
 <<


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.13,1.14

2007-08-08 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv19576/10.4/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- monotone.info   9 May 2007 19:12:12 -   1.13
+++ monotone.info   8 Aug 2007 18:24:43 -   1.14
@@ -1,9 +1,9 @@
 Package: monotone
-Version: 0.35
-Revision: 1001
+Version: 0.36
+Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: 9b53046dda8ba7549fa5ce765e14fa65
-PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+Source-MD5: ba6733ebd9992c8c7b48b9e2226f9fb7
+#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev
 <<


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo opencdk.info,1.13,1.14

2007-10-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv12478/10.3/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
Add pkgconfig dep at dmacks request.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- opencdk.info20 Mar 2007 16:13:41 -  1.13
+++ opencdk.info23 Oct 2007 02:51:51 -  1.14
@@ -1,13 +1,13 @@
 Package: opencdk
 Version: 0.5.13
-Revision: 2
+Revision: 3
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
 Source-MD5: 65324874074ba7c67028b93979e6d1d9
-Depends: %N-shlibs (= %v-%r)
+Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDepends: <<
   libgpg-error, libgcrypt, libgettext3-dev,
   libiconv-dev, pth


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo opencdk.info,1.7,1.8

2007-10-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv12478/10.4/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
Add pkgconfig dep at dmacks request.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- opencdk.info20 Mar 2007 16:13:41 -  1.7
+++ opencdk.info23 Oct 2007 02:51:51 -  1.8
@@ -1,13 +1,13 @@
 Package: opencdk
 Version: 0.5.13
-Revision: 2
+Revision: 3
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
 Source-MD5: 65324874074ba7c67028b93979e6d1d9
-Depends: %N-shlibs (= %v-%r)
+Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDepends: <<
   libgpg-error, libgcrypt, libgettext3-dev,
   libiconv-dev, pth


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo libtasn1-3.info,1.6,1.7

2007-10-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv14815/10.4/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
Add pkgconfig request at dmacks request.


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libtasn1-3.info 3 Jul 2007 05:33:21 -   1.6
+++ libtasn1-3.info 23 Oct 2007 02:57:37 -  1.7
@@ -8,7 +8,7 @@
 <<
 Source-MD5: 01e23a6b48a762ce88f178267dbb1458
 PatchScript: perl -pi -e 's/-no-install//' tests/Makefile.in
-Depends: %N-shlibs (= %v-%r)
+Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1
 Conflicts: %N-dev, libtasn1


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/unstable/crypto/finkinfo libtasn1-3.info,1.6,1.7

2007-10-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv14815/10.3/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
Add pkgconfig request at dmacks request.


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libtasn1-3.info 3 Jul 2007 05:33:21 -   1.6
+++ libtasn1-3.info 23 Oct 2007 02:57:36 -  1.7
@@ -8,7 +8,7 @@
 <<
 Source-MD5: 01e23a6b48a762ce88f178267dbb1458
 PatchScript: perl -pi -e 's/-no-install//' tests/Makefile.in
-Depends: %N-shlibs (= %v-%r)
+Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1
 Conflicts: %N-dev, libtasn1


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.31,1.32

2007-10-25 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv17394/10.3/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- monotone.info   8 Aug 2007 18:24:42 -   1.31
+++ monotone.info   26 Oct 2007 02:20:30 -  1.32
@@ -1,15 +1,15 @@
 Package: monotone
-Version: 0.36
+Version: 0.37
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: ba6733ebd9992c8c7b48b9e2226f9fb7
+Source-MD5: d06193f2738626570692bed2173144c1
 #PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.33-shlibs, libgettext3-shlibs, libiconv
+  libgettext3-shlibs, libiconv
 <<
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
@@ -20,22 +20,6 @@
 InfoTest: <<
 TestScript: make check || exit 2
 <<
-PreInstScript:<<
-if( test "x`which monotone`" != "x" ); then
-VERSION=`monotone --version | cut -d " " -f 2 | sed -e 's/\.//g' `;
-if( test $VERSION -lt 017 ); then
-echo -e "\n\n\n ATTENTION 
-Monotone has changed its database format.
-If you're upgrading from version 0.16 or previous, you'll need to migrate to
-the new format.  The instructions to do that are here:
-http://www.venge.net/monotone/UPGRADE
-Step 1-3 of the migration REQUIRES the old version of monotone.
-If you have not already performed steps 1-3 of the migration procedure,
-hit ctrl-C NOW and do so.  Otherwise, hit enter to continue.\n\n"
-read
-fi
-fi
-<<
 Description: Distributed version control system
 DescDetail: <<
 Monotone is a free distributed version control system. It provides a simple,
@@ -47,6 +31,10 @@
 dependencies, runs on linux, solaris, OSX, and windows, and is licensed under
 the GNU GPL.
 <<
+DescPackaging: <<
+  boost is required at build-time for some header-only boost components.
+  No shared boost shlibs linked, so boost-shlibs is *not* a dependency.
+<<
 License: GPL/LGPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Homepage: http://www.venge.net/monotone/


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.14,1.15

2007-10-25 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv17394/10.4/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- monotone.info   8 Aug 2007 18:24:43 -   1.14
+++ monotone.info   26 Oct 2007 02:20:31 -  1.15
@@ -1,15 +1,15 @@
 Package: monotone
-Version: 0.36
+Version: 0.37
 Revision: 1
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
-Source-MD5: ba6733ebd9992c8c7b48b9e2226f9fb7
+Source-MD5: d06193f2738626570692bed2173144c1
 #PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.33-shlibs, libgettext3-shlibs, libiconv
+  libgettext3-shlibs, libiconv
 <<
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
@@ -20,22 +20,6 @@
 InfoTest: <<
 TestScript: make check || exit 2
 <<
-PreInstScript:<<
-if( test "x`which monotone`" != "x" ); then
-VERSION=`monotone --version | cut -d " " -f 2 | sed -e 's/\.//g' `;
-if( test $VERSION -lt 017 ); then
-echo -e "\n\n\n ATTENTION 
-Monotone has changed its database format.
-If you're upgrading from version 0.16 or previous, you'll need to migrate to
-the new format.  The instructions to do that are here:
-http://www.venge.net/monotone/UPGRADE
-Step 1-3 of the migration REQUIRES the old version of monotone.
-If you have not already performed steps 1-3 of the migration procedure,
-hit ctrl-C NOW and do so.  Otherwise, hit enter to continue.\n\n"
-read
-fi
-fi
-<<
 Description: Distributed version control system
 DescDetail: <<
 Monotone is a free distributed version control system. It provides a simple,
@@ -47,6 +31,10 @@
 dependencies, runs on linux, solaris, OSX, and windows, and is licensed under
 the GNU GPL.
 <<
+DescPackaging: <<
+  boost is required at build-time for some header-only boost components.
+  No shared boost shlibs linked, so boost-shlibs is *not* a dependency.
+<<
 License: GPL/LGPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Homepage: http://www.venge.net/monotone/


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo libtasn1-3.info,1.2,1.3

2006-11-19 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17933/10.4/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
New upstream revision.


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libtasn1-3.info 14 Nov 2006 06:02:27 -  1.2
+++ libtasn1-3.info 19 Nov 2006 20:08:45 -  1.3
@@ -1,12 +1,12 @@
 Package: libtasn1-3
-Version: 0.3.7
+Version: 0.3.8
 Revision: 1
 Source: mirror:custom:libtasn1-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/libtasn1/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
 <<
-Source-MD5: 31a304b6fcdd6c6af2ee6edae11bedae
+Source-MD5: 5f83b9660b79dc956688aeae2ed36152
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1


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


[cvs] dists/10.3/unstable/crypto/finkinfo libtasn1-3.info,1.2,1.3

2006-11-19 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17933/10.3/unstable/crypto/finkinfo

Modified Files:
libtasn1-3.info 
Log Message:
New upstream revision.


Index: libtasn1-3.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libtasn1-3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libtasn1-3.info 14 Nov 2006 06:02:27 -  1.2
+++ libtasn1-3.info 19 Nov 2006 20:08:44 -  1.3
@@ -1,12 +1,12 @@
 Package: libtasn1-3
-Version: 0.3.7
+Version: 0.3.8
 Revision: 1
 Source: mirror:custom:libtasn1-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/libtasn1/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
 <<
-Source-MD5: 31a304b6fcdd6c6af2ee6edae11bedae
+Source-MD5: 5f83b9660b79dc956688aeae2ed36152
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Replaces: %N-dev, libtasn1


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


[cvs] dists/10.4/unstable/crypto/finkinfo libgpg-error.info,1.1,1.2

2006-12-04 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23302/10.4/unstable/crypto/finkinfo

Modified Files:
libgpg-error.info 
Log Message:
Looks like I missed a few upstream versions.  Somehow I didn't end up
subscribed to the right -announce for libgpg-error.  Ah well, it
should be remidied now.
Thanks to Roland Kuhn for sending me an updated .info.


Index: libgpg-error.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libgpg-error.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgpg-error.info   20 Jan 2006 20:16:56 -  1.1
+++ libgpg-error.info   5 Dec 2006 01:08:28 -   1.2
@@ -1,9 +1,9 @@
 #$Id$
 Package: libgpg-error
-Version: 1.0
+Version: 1.5
 Revision: 1
-Source: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.gz
-Source-MD5: ff409db977e4a4897aa09ea420a28a2f
+Source: http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.bz2
+Source-MD5: 8599b96c911b1df1be24a6ff4ec3c364
 Depends: %N-shlibs (= %v-%r)
 Replaces: %N-dev
 Conflicts: %N-dev
@@ -26,6 +26,9 @@
   <<
 <<
 DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog NEWS README 
+InfoTest: <<
+TestScript: make check || exit 2
+<<
 Description: GPG error reporting library
 DescDetail: <<
 This is a library that defines common error values for all GnuPG


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


[cvs] dists/10.3/unstable/crypto/finkinfo libgpg-error.info,1.6,1.7

2006-12-04 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23302/10.3/unstable/crypto/finkinfo

Modified Files:
libgpg-error.info 
Log Message:
Looks like I missed a few upstream versions.  Somehow I didn't end up
subscribed to the right -announce for libgpg-error.  Ah well, it
should be remidied now.
Thanks to Roland Kuhn for sending me an updated .info.


Index: libgpg-error.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libgpg-error.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libgpg-error.info   8 Oct 2004 01:51:19 -   1.6
+++ libgpg-error.info   5 Dec 2006 01:08:28 -   1.7
@@ -1,9 +1,9 @@
 #$Id$
 Package: libgpg-error
-Version: 1.0
+Version: 1.5
 Revision: 1
-Source: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.gz
-Source-MD5: ff409db977e4a4897aa09ea420a28a2f
+Source: http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.bz2
+Source-MD5: 8599b96c911b1df1be24a6ff4ec3c364
 Depends: %N-shlibs (= %v-%r)
 Replaces: %N-dev
 Conflicts: %N-dev
@@ -26,6 +26,9 @@
   <<
 <<
 DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog NEWS README 
+InfoTest: <<
+TestScript: make check || exit 2
+<<
 Description: GPG error reporting library
 DescDetail: <<
 This is a library that defines common error values for all GnuPG


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


[cvs] dists/10.4/unstable/crypto/finkinfo libgpg-error.info,1.2,1.3

2006-12-04 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23586/10.4/unstable/crypto/finkinfo

Modified Files:
libgpg-error.info 
Log Message:
Fix a number of silly mistakes, pointed out by dmacks.


Index: libgpg-error.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libgpg-error.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgpg-error.info   5 Dec 2006 01:08:28 -   1.2
+++ libgpg-error.info   5 Dec 2006 06:28:59 -   1.3
@@ -1,14 +1,14 @@
 #$Id$
 Package: libgpg-error
 Version: 1.5
-Revision: 1
+Revision: 2
 Source: http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.bz2
 Source-MD5: 8599b96c911b1df1be24a6ff4ec3c364
 Depends: %N-shlibs (= %v-%r)
 Replaces: %N-dev
 Conflicts: %N-dev
 Provides: %N-dev
-BuildDepends: gettext-dev, libiconv-dev
+BuildDepends: libgettext3-dev, libiconv-dev
 BuildDependsOnly: True
 CompileScript: <<
 perl -pi.bak -e "s;allow_undefined_flag='-flat_namespace -undefined 
suppress';allow_undefined_flag='-twolevel_namespace -undefined 
dynamic_lookup';" configure
@@ -18,11 +18,11 @@
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gettext, libiconv
+  Depends: libgettext3-shlibs, libiconv
   Files: lib/libgpg-error.0*.dylib
   DocFiles: COPYING README
   Shlibs: <<
-%p/lib/libgpg-error.0.1.2.dylib 2.0.0 %n (>= 0.7-2)
+%p/lib/libgpg-error.0.3.1.dylib 4.0.0 %n (>= 1.5-2)
   <<
 <<
 DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog NEWS README 


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


[cvs] dists/10.3/unstable/crypto/finkinfo libgpg-error.info,1.7,1.8

2006-12-04 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23586/10.3/unstable/crypto/finkinfo

Modified Files:
libgpg-error.info 
Log Message:
Fix a number of silly mistakes, pointed out by dmacks.


Index: libgpg-error.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libgpg-error.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libgpg-error.info   5 Dec 2006 01:08:28 -   1.7
+++ libgpg-error.info   5 Dec 2006 06:28:59 -   1.8
@@ -1,14 +1,14 @@
 #$Id$
 Package: libgpg-error
 Version: 1.5
-Revision: 1
+Revision: 2
 Source: http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%v.tar.bz2
 Source-MD5: 8599b96c911b1df1be24a6ff4ec3c364
 Depends: %N-shlibs (= %v-%r)
 Replaces: %N-dev
 Conflicts: %N-dev
 Provides: %N-dev
-BuildDepends: gettext-dev, libiconv-dev
+BuildDepends: libgettext3-dev, libiconv-dev
 BuildDependsOnly: True
 CompileScript: <<
 perl -pi.bak -e "s;allow_undefined_flag='-flat_namespace -undefined 
suppress';allow_undefined_flag='-twolevel_namespace -undefined 
dynamic_lookup';" configure
@@ -18,11 +18,11 @@
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gettext, libiconv
+  Depends: libgettext3-shlibs, libiconv
   Files: lib/libgpg-error.0*.dylib
   DocFiles: COPYING README
   Shlibs: <<
-%p/lib/libgpg-error.0.1.2.dylib 2.0.0 %n (>= 0.7-2)
+%p/lib/libgpg-error.0.3.1.dylib 4.0.0 %n (>= 1.5-2)
   <<
 <<
 DocFiles: AUTHORS COPYING COPYING.LIB ChangeLog NEWS README 


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


[cvs] dists/10.4/unstable/main/finkinfo/devel darcs.info, 1.5, 1.6 darcs.patch, 1.1, 1.2

2006-12-07 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25073/10.4/unstable/main/finkinfo/devel

Modified Files:
darcs.info darcs.patch 
Log Message:
Package 1.0.9rc2.  1.0.8 doesn't build under ghc6.6, and disentangling
the patches relating to ghc-6.6 from the rest of the new stuff in the
darcs history is non-trivial.



Index: darcs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- darcs.info  20 Jun 2006 17:59:13 -  1.5
+++ darcs.info  8 Dec 2006 00:57:12 -   1.6
@@ -1,5 +1,5 @@
 Package: darcs
-Version: 1.0.8
+Version: 1.0.8+9rc2
 Revision: 1001
 Architecture: powerpc
 DescPackaging: <<
@@ -24,9 +24,10 @@
 Conflicts: darcs-bash-completion
 Recommends: bash-completion
 
-Source: http://abridgegame.org/%n/%n-%v.tar.gz
-Source-MD5: a7a26d1a98c5675dcab4c2cc30eba59d
+Source: http://abridgegame.org/%n/%n-1.0.9rc2.tar.gz
+Source-MD5: dcdab3d51ab33ebf9f44e1ca521347af
 
+#Patch: %n.patch
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc
 
 InstallScript: make install DESTDIR=%d

Index: darcs.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- darcs.patch 20 Jan 2006 20:23:12 -  1.1
+++ darcs.patch 8 Dec 2006 00:57:12 -   1.2
@@ -1,14 +1,75 @@
-diff -Naur darcs.orig/GNUmakefile darcs/GNUmakefile
 darcs.orig/GNUmakefile 2004-07-26 05:22:34.0 -0700
-+++ darcs/GNUmakefile  2004-07-27 10:28:10.0 -0700
-@@ -91,8 +91,8 @@
-   $(INSTALL) -d $(DESTDIR)/$(bindir)
-   $(INSTALL) darcs $(DESTDIR)/$(bindir)
+diff -ru darcs-1.0.8/Lcs.lhs darcs-1.0.8-patched/Lcs.lhs
+--- darcs-1.0.8/Lcs.lhs2006-06-16 13:59:28.0 -0500
 darcs-1.0.8-patched/Lcs.lhs2006-12-07 17:12:55.0 -0600
+@@ -358,7 +358,8 @@
+ -- | goto next unchanged line, return the given line if unchanged
+ nextUnchanged :: BSTArray s -> Int -> ST s Int
+ nextUnchanged c i = do
+-  if i == (aLen c) + 1 then return i
++  len <- aLenM c
++  if i == len + 1 then return i
+  else do b <- readArray c i
+  if b then nextUnchanged c (i+1)
+ else return i
+@@ -367,7 +368,8 @@
+ --   behind the last line
+ skipOneUnChanged :: BSTArray s -> Int -> ST s Int
+ skipOneUnChanged c i = do
+-  if i == (aLen c) + 1 then return i
++  len <- aLenM c
++  if i == len + 1 then return i
+  else do b <- readArray c i
+  if not b then return (i+1)
+ else skipOneUnChanged c (i+1)
+@@ -381,8 +383,9 @@
  
--  $(INSTALL) -d $(DESTDIR)/$(sysconfdir)/bash_completion.d/
--  $(INSTALL) -m 0644 darcs_completion 
$(DESTDIR)/$(sysconfdir)/bash_completion.d/darcs
-+# $(INSTALL) -d $(DESTDIR)/$(sysconfdir)/bash_completion.d/
-+# $(INSTALL) -m 0644 darcs_completion 
$(DESTDIR)/$(sysconfdir)/bash_completion.d/darcs
+ -- | goto next changed line, return the given line if changed
+ nextChanged :: BSTArray s -> Int -> ST s (Maybe Int)
+-nextChanged c i =
+-  if i <= aLen c
++nextChanged c i = do
++  len <- aLenM c
++  if i <= len
+ then do b <- readArray c i
+ if not b then nextChanged c (i+1)
+else return $ Just i
+@@ -430,8 +433,17 @@
+ initP :: [PackedString] -> PArray
+ initP a = listArray (0, length a) (nilPS:a)
  
-   $(INSTALL) -d $(DESTDIR)/$(mandir)/man1
-   $(INSTALL) -m 0644 darcs.1 $(DESTDIR)/$(mandir)/man1/
++#if __GLASGOW_HASKELL__ > 604
++aLen :: (IArray a e) => a Int e -> Int
++aLen a = snd $ bounds a
++aLenM :: (MArray a e m) => a Int e -> m Int
++aLenM a = getBounds a >>= return . snd
++#else
+ aLen :: HasBounds a => a Int e -> Int
+ aLen a = snd $ bounds a
++aLenM :: (HasBounds a, Monad m) => a Int e -> m Int
++aLenM = return . snd . bounds
++#endif
+ \end{code}
+ 
+ \begin{code}
+diff -ru darcs-1.0.8/configure.ac darcs-1.0.8-patched/configure.ac
+--- darcs-1.0.8/configure.ac   2006-06-16 13:59:29.0 -0500
 darcs-1.0.8-patched/configure.ac   2006-12-07 17:12:39.0 -0600
+@@ -110,6 +110,7 @@
+ dnl Look for Text.Regex
+ 
+ GHC_CHECK_MODULE(Text.Regex( mkRegex, matchRegex, Regex ), text, mkRegex 
undefined)
++GHC_CHECK_MODULE(Text.Regex( mkRegex, matchRegex, Regex ), regex-compat, 
mkRegex undefined)
+ 
+ dnl See if we need a package for QuickCheck
+ 
+@@ -124,6 +125,10 @@
+ 
+ GHC_CHECK_MODULE(Text.ParserCombinators.Parsec, parsec, errorPos undefined)
+ 
++dnl Check if we need package html
++
++GHC_CHECK_MODULE(Text.Html, html, text "foo")
++
+ dnl Deal with systems on which getCurrentDirectory uses '\\' rather than '/':
+ 
+ WORKAROUND_getCurrentDirectory


-
Take Surve

[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.9,1.10

2006-12-28 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18095/10.4/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- monotone.info   15 Nov 2006 11:42:51 -  1.9
+++ monotone.info   29 Dec 2006 02:37:08 -  1.10
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.31
+Version: 0.32
 Revision: 1001
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 5a5feb8d053a5993ab516a1186bb5883
+Source-MD5: 98b7ac7d680c0ba768bf74628fa74de9
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.26,1.27

2006-12-28 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18095/10.3/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- monotone.info   15 Nov 2006 11:42:49 -  1.26
+++ monotone.info   29 Dec 2006 02:37:08 -  1.27
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.31
+Version: 0.32
 Revision: 1
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 5a5feb8d053a5993ab516a1186bb5883
+Source-MD5: 98b7ac7d680c0ba768bf74628fa74de9
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev


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


dists/10.3/unstable/main/finkinfo/gnome lablgtk2.info,1.10,1.11

2006-05-02 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10570/10.3/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Remove the exported LD_LIBRARY_PATH stuff that was breaking some builds.


Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lablgtk2.info   20 Mar 2006 23:15:41 -  1.10
+++ lablgtk2.info   3 May 2006 02:15:55 -   1.11
@@ -1,6 +1,6 @@
 Package: lablgtk2
 Version: 2.6.0
-Revision: 1
+Revision: 2
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2, x11-dev, gettext-tools,
@@ -22,7 +22,6 @@
 <<
 CompileScript:<<
 #!/bin/bash -e
-  export DYLD_FALLBACK_LIBRARY_PATH=%p/lib
   ./configure %c
   make world
 <<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome lablgtk2.info,1.9,1.10

2006-05-02 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10570/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Remove the exported LD_LIBRARY_PATH stuff that was breaking some builds.


Index: lablgtk2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lablgtk2.info   20 Mar 2006 23:15:44 -  1.9
+++ lablgtk2.info   3 May 2006 02:15:55 -   1.10
@@ -1,6 +1,6 @@
 Package: lablgtk2
 Version: 2.6.0
-Revision: 1
+Revision: 2
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2, x11-dev, gettext-tools,
@@ -22,7 +22,6 @@
 <<
 CompileScript:<<
 #!/bin/bash -e
-  export DYLD_FALLBACK_LIBRARY_PATH=%p/lib
   ./configure %c
   make world
 <<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/gnome lablgtk2.info,1.2,1.3

2006-05-02 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10570/10.4/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Remove the exported LD_LIBRARY_PATH stuff that was breaking some builds.


Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lablgtk2.info   3 Feb 2006 16:41:50 -   1.2
+++ lablgtk2.info   3 May 2006 02:15:55 -   1.3
@@ -1,6 +1,6 @@
 Package: lablgtk2
-Version: 2.4.0
-Revision: 1003
+Version: 2.6.0
+Revision: 2
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2 (>= 2.6.6-), x11-dev, gettext-tools,
@@ -22,13 +22,12 @@
 <<
 CompileScript:<<
 #!/bin/bash -e
-  export DYLD_FALLBACK_LIBRARY_PATH=%p/lib
   ./configure %c
   make world
 <<
 InstallScript: make install DESTDIR=%d
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
-Source-MD5: faa7b28c3ad97a1a76d983d24f26f567
+Source-MD5: 47319aacbbb761323bdfab67513829df
 ConfigureParams: --with-gnomecanvas
 DocFiles: CHANGES COPYING README
 Description: Objective Caml interface to gtk+2



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/gnome lablgtk2.info,1.3,1.4

2006-05-25 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11429/10.4/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
After being gone for too long, fix the issues I know about with lablgtk2.


Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lablgtk2.info   3 May 2006 02:15:55 -   1.3
+++ lablgtk2.info   25 May 2006 20:46:08 -  1.4
@@ -1,6 +1,6 @@
 Package: lablgtk2
 Version: 2.6.0
-Revision: 2
+Revision: 3
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2 (>= 2.6.6-), x11-dev, gettext-tools,
@@ -14,7 +14,7 @@
 Depends: <<
   gtk+2-shlibs, glib2-shlibs (>= 2.6.6-), x11, ocaml (>=3.08),
   libgnomecanvas2-shlibs, atk1-shlibs, pango1-xft2-shlibs, libiconv,
-  gtkglarea2-shlibs, lablgl, gconf2-shlibs, gnome-panel-shlibs,
+  gtkglarea2-shlibs, lablgl-x11, gconf2-shlibs, gnome-panel-shlibs,
   gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs , libart2-shlibs,
   libbonobo2-shlibs, libbonoboui2-shlibs, libgettext3-shlibs,
   libglade2-shlibs, libgnome2-shlibs, libgnomeui2-shlibs, librsvg2-shlibs,
@@ -29,6 +29,7 @@
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
 Source-MD5: 47319aacbbb761323bdfab67513829df
 ConfigureParams: --with-gnomecanvas
+SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome lablgtk2.info,1.11,1.12

2006-05-25 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11429/10.3/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
After being gone for too long, fix the issues I know about with lablgtk2.


Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- lablgtk2.info   3 May 2006 02:15:55 -   1.11
+++ lablgtk2.info   25 May 2006 20:46:07 -  1.12
@@ -1,6 +1,6 @@
 Package: lablgtk2
 Version: 2.6.0
-Revision: 2
+Revision: 3
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2, x11-dev, gettext-tools,
@@ -14,7 +14,7 @@
 Depends: <<
   gtk+2-shlibs, glib2-shlibs, x11, ocaml (>=3.08),
   libgnomecanvas2-shlibs, atk1-shlibs, pango1-xft2-shlibs, libiconv,
-  gtkglarea2-shlibs, lablgl, gconf2-shlibs, gnome-panel-shlibs,
+  gtkglarea2-shlibs, lablgl-x11, gconf2-shlibs, gnome-panel-shlibs,
   gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs , libart2-shlibs,
   libbonobo2-shlibs, libbonoboui2-shlibs, libgettext3-shlibs,
   libglade2-shlibs, libgnome2-shlibs, libgnomeui2-shlibs, librsvg2-shlibs,
@@ -29,6 +29,7 @@
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
 Source-MD5: 47319aacbbb761323bdfab67513829df
 ConfigureParams: --with-gnomecanvas
+SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome lablgtk2.info, 1.10, 1.11

2006-05-25 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11429/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
After being gone for too long, fix the issues I know about with lablgtk2.


Index: lablgtk2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- lablgtk2.info   3 May 2006 02:15:55 -   1.10
+++ lablgtk2.info   25 May 2006 20:46:08 -  1.11
@@ -1,6 +1,6 @@
 Package: lablgtk2
 Version: 2.6.0
-Revision: 2
+Revision: 3
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
   gtk+2, glib2, x11-dev, gettext-tools,
@@ -14,7 +14,7 @@
 Depends: <<
   gtk+2-shlibs, glib2-shlibs, x11, ocaml (>=3.08),
   libgnomecanvas2-shlibs, atk1-shlibs, pango1-xft2-shlibs, libiconv,
-  gtkglarea2-shlibs, lablgl, gconf2-shlibs, gnome-panel-shlibs,
+  gtkglarea2-shlibs, lablgl-x11, gconf2-shlibs, gnome-panel-shlibs,
   gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs , libart2-shlibs,
   libbonobo2-shlibs, libbonoboui2-shlibs, libgettext3-shlibs,
   libglade2-shlibs, libgnome2-shlibs, libgnomeui2-shlibs, librsvg2-shlibs,
@@ -29,6 +29,7 @@
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
 Source-MD5: 47319aacbbb761323bdfab67513829df
 ConfigureParams: --with-gnomecanvas
+SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/gnome lablgtk2.info,1.4,1.5

2006-05-26 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11625/10.4/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Add two notes to DescPackaging:
  one describing how to upgrade from 2.6.0-2 to 2.6.0-3
  one documenting the binary incompatibility issue that sometimes happens
with ocaml-built binaries.



Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lablgtk2.info   25 May 2006 20:46:08 -  1.4
+++ lablgtk2.info   26 May 2006 22:37:51 -  1.5
@@ -31,6 +31,19 @@
 ConfigureParams: --with-gnomecanvas
 SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
+DescPackaging:<<
+  Between 2.6.0-2 and 2.6.0-3 it was necessary to change one of the
+dependancies of this package from labl to lablgl-x11.
+Unfortunately, because of this change, the upgrade between lablgtk2
+2.6.0-2 and lablgtk2 2.6.0-3 is a bit bumpy.  You'll need to run 
+'fink remove lablgtk2 lablgl' and then 'fink install lablgtk2'.
+
+  If your build dies with an error complaining about a particular file
+ending in .gmx not being a compilation unit, this can probably be
+fixed by running 'fink rebuild lablgl-x11 lablgtk2'.  This situation
+sometimes happens after ocaml has been upgraded, but ocaml-built
+libraries have not.
+<<
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 License: LGPL



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome lablgtk2.info, 1.11, 1.12

2006-05-26 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11625/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Add two notes to DescPackaging:
  one describing how to upgrade from 2.6.0-2 to 2.6.0-3
  one documenting the binary incompatibility issue that sometimes happens
with ocaml-built binaries.



Index: lablgtk2.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- lablgtk2.info   25 May 2006 20:46:08 -  1.11
+++ lablgtk2.info   26 May 2006 22:37:51 -  1.12
@@ -31,6 +31,19 @@
 ConfigureParams: --with-gnomecanvas
 SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
+DescPackaging:<<
+  Between 2.6.0-2 and 2.6.0-3 it was necessary to change one of the
+dependancies of this package from labl to lablgl-x11.
+Unfortunately, because of this change, the upgrade between lablgtk2
+2.6.0-2 and lablgtk2 2.6.0-3 is a bit bumpy.  You'll need to run 
+'fink remove lablgtk2 lablgl' and then 'fink install lablgtk2'.
+
+  If your build dies with an error complaining about a particular file
+ending in .gmx not being a compilation unit, this can probably be
+fixed by running 'fink rebuild lablgl-x11 lablgtk2'.  This situation
+sometimes happens after ocaml has been upgraded, but ocaml-built
+libraries have not.
+<<
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 License: LGPL



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome lablgtk2.info,1.12,1.13

2006-05-26 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11625/10.3/unstable/main/finkinfo/gnome

Modified Files:
lablgtk2.info 
Log Message:
Add two notes to DescPackaging:
  one describing how to upgrade from 2.6.0-2 to 2.6.0-3
  one documenting the binary incompatibility issue that sometimes happens
with ocaml-built binaries.



Index: lablgtk2.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/lablgtk2.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- lablgtk2.info   25 May 2006 20:46:07 -  1.12
+++ lablgtk2.info   26 May 2006 22:37:51 -  1.13
@@ -31,6 +31,19 @@
 ConfigureParams: --with-gnomecanvas
 SetLIBRARY_PATH: %b/src
 DocFiles: CHANGES COPYING README
+DescPackaging:<<
+  Between 2.6.0-2 and 2.6.0-3 it was necessary to change one of the
+dependancies of this package from labl to lablgl-x11.
+Unfortunately, because of this change, the upgrade between lablgtk2
+2.6.0-2 and lablgtk2 2.6.0-3 is a bit bumpy.  You'll need to run 
+'fink remove lablgtk2 lablgl' and then 'fink install lablgtk2'.
+
+  If your build dies with an error complaining about a particular file
+ending in .gmx not being a compilation unit, this can probably be
+fixed by running 'fink rebuild lablgl-x11 lablgtk2'.  This situation
+sometimes happens after ocaml has been upgraded, but ocaml-built
+libraries have not.
+<<
 Description: Objective Caml interface to gtk+2
 Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
 License: LGPL



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/devel darcs.info, 1.9, 1.10

2006-06-16 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8656/10.4-transitional/unstable/main/finkinfo/devel

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


Index: darcs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- darcs.info  14 Mar 2006 16:01:10 -  1.9
+++ darcs.info  16 Jun 2006 13:17:09 -  1.10
@@ -1,15 +1,19 @@
 Package: darcs
-Version: 1.0.6
+Version: 1.0.7
 Revision: 1
 Description: Advanced distributed revision control system
 License: GPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Depends: <<
-  libncurses5-shlibs, readline5-shlibs, libcurl3-unified-shlibs,
+  libncurses5-shlibs ,
+  readline5-shlibs ,
+  libcurl3-unified-shlibs,
   gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs
 <<
 BuildDepends: <<
-  libncurses5, readline5,  libcurl3-unified, ghc-dev (>= 6.2),
+  libncurses5 ,
+  readline5 ,
+  libcurl3-unified, ghc-dev (>= 6.2),
   tetex-base | system-tetex, latex2html, gmp
 <<
 Replaces: darcs-bash-completion
@@ -17,7 +21,7 @@
 Recommends: bash-completion
 
 Source: http://abridgegame.org/%n/%n-%v.tar.gz
-Source-MD5: 8f3a1ee21b7bfbcca11bf4f9f0042cfd
+Source-MD5: 5fe4e4e7b049c095995b9a57ea6aeece
 
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc
 
@@ -29,7 +33,7 @@
 Darcs is a revision control system, along the lines of CVS and arch.
 That means that it keeps track of various revisions and branches of
 your project, allows for changes to propagate from one branch to
-another. Darcs is intended to be an ``advanced'' revision control
+another. Darcs is intended to be an `advanced' revision control
 system.  Darcs has two particularly distinctive features which differ
 from other revision control systems: 1) each copy of the source is a
 fully functional branch, and 2) underlying darcs is a consistent and



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/devel darcs.info, 1.10, 1.11

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27821/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
darcs.info 
Log Message:
New upstream revision.


Index: darcs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- darcs.info  16 Jun 2006 13:17:09 -  1.10
+++ darcs.info  20 Jun 2006 17:59:13 -  1.11
@@ -1,6 +1,10 @@
 Package: darcs
-Version: 1.0.7
+Version: 1.0.8
 Revision: 1
+
+DescPackaging: <<
+  Needs ghc, which doesn't compile on x86.
+<<
 Description: Advanced distributed revision control system
 License: GPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
@@ -21,7 +25,7 @@
 Recommends: bash-completion
 
 Source: http://abridgegame.org/%n/%n-%v.tar.gz
-Source-MD5: 5fe4e4e7b049c095995b9a57ea6aeece
+Source-MD5: a7a26d1a98c5675dcab4c2cc30eba59d
 
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc
 



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel darcs.info,1.4,1.5

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27821/10.4/unstable/main/finkinfo/devel

Modified Files:
darcs.info 
Log Message:
New upstream revision.


Index: darcs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/darcs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- darcs.info  23 Apr 2006 17:56:24 -  1.4
+++ darcs.info  20 Jun 2006 17:59:13 -  1.5
@@ -1,17 +1,23 @@
 Package: darcs
-Version: 1.0.5
-Revision: 1002
+Version: 1.0.8
+Revision: 1001
 Architecture: powerpc
-DescPackaging: needs ghc, which doesn't compile on intel
+DescPackaging: <<
+  Needs ghc, which doesn't compile on x86.
+<<
 Description: Advanced distributed revision control system
 License: GPL
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 Depends: <<
-  libncurses5-shlibs (>= 5.4-20041023-1006), readline5-shlibs (>= 5.0-1004), 
libcurl3-unified-shlibs,
+  libncurses5-shlibs (>= 5.4-20041023-1006),
+  readline5-shlibs (>= 5.0-1004),
+  libcurl3-unified-shlibs,
   gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs
 <<
 BuildDepends: <<
-  libncurses5 (>= 5.4-20041023-1006), readline5 (>= 5.0-1004),  
libcurl3-unified, ghc-dev (>= 6.2),
+  libncurses5 (>= 5.4-20041023-1006),
+  readline5 (>= 5.0-1004),
+  libcurl3-unified, ghc-dev (>= 6.2),
   tetex-base | system-tetex, latex2html, gmp
 <<
 Replaces: darcs-bash-completion
@@ -19,7 +25,7 @@
 Recommends: bash-completion
 
 Source: http://abridgegame.org/%n/%n-%v.tar.gz
-Source-MD5: 9a9a4f84ed5b6258f7ab321713adf20b
+Source-MD5: a7a26d1a98c5675dcab4c2cc30eba59d
 
 ConfigureParams: --mandir=%p/share/man --sysconfdir=%p/etc
 
@@ -31,7 +37,7 @@
 Darcs is a revision control system, along the lines of CVS and arch.
 That means that it keeps track of various revisions and branches of
 your project, allows for changes to propagate from one branch to
-another. Darcs is intended to be an ``advanced'' revision control
+another. Darcs is intended to be an `advanced' revision control
 system.  Darcs has two particularly distinctive features which differ
 from other revision control systems: 1) each copy of the source is a
 fully functional branch, and 2) underlying darcs is a consistent and



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info, 1.2, 1.3 monotone.patch, 1.1, 1.2

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30281/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone.info   14 Feb 2006 19:24:13 -  1.2
+++ monotone.info   20 Jun 2006 20:12:55 -  1.3
@@ -1,16 +1,20 @@
 Package: monotone
-Version: 0.25
+Version: 0.27
 Revision: 1001
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: fb0ad449cd0093854c55dbd5c6fc07e2
-#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+Source-MD5: cf3d8f26b7570d0d65834c3949913e2d
+PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
-  boost1.32-py23 (>= 1.32.0-1002) | boost1.32-py24 (>= 1.32.0-1002), 
libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.32-py23 (>= 1.32.0-1002) |
+  boost1.32-py24 (>= 1.32.0-1002),
+  libgettext3-dev, libiconv-dev, gcc3.3
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.32-py23-shlibs (>= 1.32.0-1002) | boost1.32-py24-shlibs (>= 
1.32.0-1002), libgettext3-shlibs, libiconv
+  boost1.32-py23-shlibs (>= 1.32.0-1002)|
+  boost1.32-py24-shlibs (>= 1.32.0-1002),
+  libgettext3-shlibs, libiconv
 <<
 GCC: 3.3
 SetCXX: g++-3.3

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- monotone.patch  20 Jan 2006 20:16:56 -  1.1
+++ monotone.patch  20 Jun 2006 20:12:55 -  1.2
@@ -1,11923 +1,46 @@
-diff -druPX ignore monotone-0.18/.mt-attrs monotone-new/.mt-attrs
 monotone-0.18/.mt-attrsWed Dec 31 18:00:00 1969
-+++ monotone-new/.mt-attrs Tue Apr 12 21:39:26 2005
-@@ -0,0 +1,8 @@
-+   file "contrib/Notify.pl"
-+execute "true"
-+
-+   file "contrib/ciabot_monotone.py"
-+execute "true"
-+
-+   file "debian/rules"
[...11930 lines suppressed...]
-+bool have_smart_terminal()
-+{
-+  return true;
-+}
-+
-+unsigned int terminal_width()
-+{
-+  HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE);
-+  if (h != INVALID_HANDLE_VALUE)
-+{
-+  CONSOLE_SCREEN_BUFFER_INFO ci;
-+  if (GetConsoleScreenBufferInfo(h, &ci) != 0)
-+{
-+  return static_cast(ci.dwSize.X);
-+}
-+}
-+  
-+  // default to 80 columns if the width query failed.
-+  return 80;
-+}



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/crypto/finkinfo monotone.info, 1.14, 1.15 monotone.patch, 1.1, 1.2

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30281/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- monotone.info   14 Mar 2006 15:59:36 -  1.14
+++ monotone.info   20 Jun 2006 20:12:55 -  1.15
@@ -1,16 +1,20 @@
 Package: monotone
-Version: 0.25.2
+Version: 0.27
 Revision: 1
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 108c18666ce6ff9c05643f923027de8e
-#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+Source-MD5: cf3d8f26b7570d0d65834c3949913e2d
+PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
-  boost1.32-py23 | boost1.32-py24, libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.32-py23  |
+  boost1.32-py24 ,
+  libgettext3-dev, libiconv-dev, gcc3.3
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.32-py23-shlibs | boost1.32-py24-shlibs, libgettext3-shlibs, libiconv
+  boost1.32-py23-shlibs |
+  boost1.32-py24-shlibs ,
+  libgettext3-shlibs, libiconv
 <<
 GCC: 3.3
 SetCXX: g++-3.3

Index: monotone.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- monotone.patch  27 Apr 2005 03:07:10 -  1.1
+++ monotone.patch  20 Jun 2006 20:12:55 -  1.2
@@ -1,11923 +1,46 @@
-diff -druPX ignore monotone-0.18/.mt-attrs monotone-new/.mt-attrs
 monotone-0.18/.mt-attrsWed Dec 31 18:00:00 1969
-+++ monotone-new/.mt-attrs Tue Apr 12 21:39:26 2005
-@@ -0,0 +1,8 @@
-+   file "contrib/Notify.pl"
-+execute "true"
-+
-+   file "contrib/ciabot_monotone.py"
-+execute "true"
-+
-+   file "debian/rules"
[...11930 lines suppressed...]
-+bool have_smart_terminal()
-+{
-+  return true;
-+}
-+
-+unsigned int terminal_width()
-+{
-+  HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE);
-+  if (h != INVALID_HANDLE_VALUE)
-+{
-+  CONSOLE_SCREEN_BUFFER_INFO ci;
-+  if (GetConsoleScreenBufferInfo(h, &ci) != 0)
-+{
-+  return static_cast(ci.dwSize.X);
-+}
-+}
-+  
-+  // default to 80 columns if the width query failed.
-+  return 80;
-+}



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info, 1.19, 1.20 monotone.patch, 1.4, 1.5

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30281/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- monotone.info   14 Mar 2006 15:59:35 -  1.19
+++ monotone.info   20 Jun 2006 20:12:55 -  1.20
@@ -1,16 +1,20 @@
 Package: monotone
-Version: 0.25.2
+Version: 0.27
 Revision: 1
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 108c18666ce6ff9c05643f923027de8e
-#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+Source-MD5: cf3d8f26b7570d0d65834c3949913e2d
+PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
-  boost1.32-py23 | boost1.32-py24, libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.32-py23  |
+  boost1.32-py24 ,
+  libgettext3-dev, libiconv-dev, gcc3.3
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.32-py23-shlibs | boost1.32-py24-shlibs, libgettext3-shlibs, libiconv
+  boost1.32-py23-shlibs |
+  boost1.32-py24-shlibs ,
+  libgettext3-shlibs, libiconv
 <<
 GCC: 3.3
 SetCXX: g++-3.3

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- monotone.patch  13 Apr 2005 13:27:06 -  1.4
+++ monotone.patch  20 Jun 2006 20:12:55 -  1.5
@@ -1,11923 +1,46 @@
-diff -druPX ignore monotone-0.18/.mt-attrs monotone-new/.mt-attrs
 monotone-0.18/.mt-attrsWed Dec 31 18:00:00 1969
-+++ monotone-new/.mt-attrs Tue Apr 12 21:39:26 2005
-@@ -0,0 +1,8 @@
-+   file "contrib/Notify.pl"
-+execute "true"
-+
-+   file "contrib/ciabot_monotone.py"
-+execute "true"
-+
-+   file "debian/rules"
[...11930 lines suppressed...]
-+bool have_smart_terminal()
-+{
-+  return true;
-+}
-+
-+unsigned int terminal_width()
-+{
-+  HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE);
-+  if (h != INVALID_HANDLE_VALUE)
-+{
-+  CONSOLE_SCREEN_BUFFER_INFO ci;
-+  if (GetConsoleScreenBufferInfo(h, &ci) != 0)
-+{
-+  return static_cast(ci.dwSize.X);
-+}
-+}
-+  
-+  // default to 80 columns if the width query failed.
-+  return 80;
-+}



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone-viz.info,1.5,1.6

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11643/10.3/unstable/crypto/finkinfo

Modified Files:
monotone-viz.info 
Log Message:
Don't forget to update the monotone-viz in the 10.4 distribution.
Bring everything else in to use the same m4 template.


Index: monotone-viz.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monotone-viz.info   21 Mar 2006 03:32:32 -  1.5
+++ monotone-viz.info   20 Jun 2006 21:50:50 -  1.6
@@ -6,13 +6,14 @@
 SourceDirectory: monotone-viz-%v
 BuildDepends: <<
   ocaml, lablgtk2, gettext-dev, libiconv-dev, sqlite3-dev,
-  libart2, atk1, pango1-xft2, glib2-dev, gtk+2-dev, libgnomecanvas2-dev,
-  pkgconfig, pango1-xft2-dev, openssl097-dev
+  libart2, atk1, pango1-xft2, glib2-dev ,
+  gtk+2-dev, libgnomecanvas2-dev, pkgconfig, pango1-xft2-dev, openssl097-dev
 <<
 Depends: <<
   monotone (>=0.25-1), graphviz,
   libart2-shlibs, libiconv, gettext, atk1-shlibs, pango1-xft2-shlibs,
-  sqlite3-shlibs, glib2-shlibs, gtk+2-shlibs, libgnomecanvas2-shlibs
+  sqlite3-shlibs, glib2-shlibs ,
+  gtk+2-shlibs, libgnomecanvas2-shlibs
 <<
 Patch: %n.patch
 DocFiles: NEWS README COPYING



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/crypto/finkinfo monotone-viz.info, 1.5, 1.6

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11643/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
monotone-viz.info 
Log Message:
Don't forget to update the monotone-viz in the 10.4 distribution.
Bring everything else in to use the same m4 template.


Index: monotone-viz.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monotone-viz.info   21 Mar 2006 03:32:32 -  1.5
+++ monotone-viz.info   20 Jun 2006 21:50:50 -  1.6
@@ -6,13 +6,14 @@
 SourceDirectory: monotone-viz-%v
 BuildDepends: <<
   ocaml, lablgtk2, gettext-dev, libiconv-dev, sqlite3-dev,
-  libart2, atk1, pango1-xft2, glib2-dev, gtk+2-dev, libgnomecanvas2-dev,
-  pkgconfig, pango1-xft2-dev, openssl097-dev
+  libart2, atk1, pango1-xft2, glib2-dev ,
+  gtk+2-dev, libgnomecanvas2-dev, pkgconfig, pango1-xft2-dev, openssl097-dev
 <<
 Depends: <<
   monotone (>=0.25-1), graphviz,
   libart2-shlibs, libiconv, gettext, atk1-shlibs, pango1-xft2-shlibs,
-  sqlite3-shlibs, glib2-shlibs, gtk+2-shlibs, libgnomecanvas2-shlibs
+  sqlite3-shlibs, glib2-shlibs ,
+  gtk+2-shlibs, libgnomecanvas2-shlibs
 <<
 Patch: %n.patch
 DocFiles: NEWS README COPYING



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone-viz.info, 1.3, 1.4 monotone-viz.patch, 1.1, 1.2

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11643/10.4/unstable/crypto/finkinfo

Modified Files:
monotone-viz.info monotone-viz.patch 
Log Message:
Don't forget to update the monotone-viz in the 10.4 distribution.
Bring everything else in to use the same m4 template.


Index: monotone-viz.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone-viz.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone-viz.info   28 Feb 2006 19:27:12 -  1.3
+++ monotone-viz.info   20 Jun 2006 21:50:50 -  1.4
@@ -1,17 +1,19 @@
 Package: monotone-viz
-Version: 0.12
-Revision: 1002
-Source: http://oandrieu.nerim.net/monotone-viz/monotone-viz-%v.tar.gz
-Source-MD5: a8d8782734fd0ce470f7d5ea4e7357b6
+Version: 0.14
+Revision: 1
+Source: http://oandrieu.nerim.net/monotone-viz/monotone-viz-%v-nolablgtk.tar.gz
+Source-MD5: f03eba73f7abda3fd45b967f0284922d
+SourceDirectory: monotone-viz-%v
 BuildDepends: <<
   ocaml, lablgtk2, gettext-dev, libiconv-dev, sqlite3-dev,
-  libart2, atk1, pango1-xft2, glib2-dev (>= 2.6.6-), gtk+2-dev, 
libgnomecanvas2-dev,
-  pkgconfig, pango1-xft2-dev, openssl097-dev
+  libart2, atk1, pango1-xft2, glib2-dev (>= 2.6.6-),
+  gtk+2-dev, libgnomecanvas2-dev, pkgconfig, pango1-xft2-dev, openssl097-dev
 <<
 Depends: <<
-  monotone (=0.25-1), graphviz,
+  monotone (>=0.25-1), graphviz,
   libart2-shlibs, libiconv, gettext, atk1-shlibs, pango1-xft2-shlibs,
-  sqlite3-shlibs, glib2-shlibs (>= 2.6.6-), gtk+2-shlibs, 
libgnomecanvas2-shlibs
+  sqlite3-shlibs, glib2-shlibs (>= 2.6.6-),
+  gtk+2-shlibs, libgnomecanvas2-shlibs
 <<
 Patch: %n.patch
 DocFiles: NEWS README COPYING

Index: monotone-viz.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone-viz.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- monotone-viz.patch  20 Jan 2006 20:16:56 -  1.1
+++ monotone-viz.patch  20 Jun 2006 21:50:50 -  1.2
@@ -1,12 +1,21 @@
-diff -ru monotone-viz-0.12/Makefile monotone-viz-0.12-patched/Makefile
 monotone-viz-0.12/Makefile 2005-11-06 14:38:39.0 -0600
-+++ monotone-viz-0.12-patched/Makefile 2005-12-27 16:34:41.0 -0600
-@@ -138,7 +138,7 @@
+diff -ru monotone-viz-0.14/Makefile monotone-viz-0.14-patched/Makefile
+--- monotone-viz-0.14/Makefile 2006-02-27 15:35:36.0 -0600
 monotone-viz-0.14-patched/Makefile 2006-03-20 16:55:29.0 -0600
+@@ -99,7 +99,7 @@
+ endif
+ crypto/ocaml-openssl.o   : CINCDIRS = -ccopt "$(CRYPTO_CFLAGS)"
+ gnomecanvas_hack.o   : CINCDIRS = -ccopt "$(GNOMECANVAS_CFLAGS)"
+-$(EXTLIB)/unzip.%: MLFLAGS += -w y
++$(EXTLIB)/unzip.%: MLFLAGS += 
+ 
+ REVISION_FILE := $(shell test -r MT/revision && echo MT/revision)
+ REVISION_ID= $(if $(REVISION_FILE),$(shell cat $(REVISION_FILE)))
+@@ -140,7 +140,7 @@
cd glib   && rm -f *.o *.cm*
cd crypto && rm -f *.o *.cm*
  
 -install :
 +install : $(NAME)
-   install -d $(bindir)
-   install -m 0755 $(NAME) $(bindir)
- 
+   install -d $(DESTDIR)$(bindir)
+   install -m 0755 monotone-viz \
+   $(DESTDIR)$(bindir)/`echo monotone-viz | sed '$(transform)'`



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci octave-forge.info, 1.21, 1.22

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29535/10.3/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
New(er, not really new) upstream version.
Remove contradictary depends on gcc3.3 and gcc4, rely on the SetCC to
bring in the correct parts.  octave proper does this, so I assume it
works. :-)


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- octave-forge.info   10 Jan 2006 05:55:47 -  1.21
+++ octave-forge.info   21 Jun 2006 03:00:07 -  1.22
@@ -1,27 +1,27 @@
 Package: octave-forge
-Version: 2005.06.13
-Revision: 3
+Version: 2006.03.17
+Revision: 1
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g77, libjpeg, fftw3, hdf5, readline, textutils, gcc3.3,
-  gsl
+  texinfo, g77, libjpeg, fftw3, hdf5 ,
+  readline , textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
-  octave (>= 2.1.53-1), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs, qhull, grace, gsl-shlibs
+  octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
+  hdf5-shlibs , qhull, grace,
+  gsl-shlibs, pcre-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
-Source-MD5: cf82a74d27636abf07f1732b4851f2e2
+Source-MD5: d054fa8de6d2494c3efbddaa823da42f
 #Patch: %n.patch
 UpdateConfigGuess: true
-SetCPPFLAGS: -no-cpp-precomp
+#SetCPPFLAGS: -no-cpp-precomp
 SetLDFLAGS:
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: <<
   --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
 <<
-SetCC: gcc-3.3
 SetCXX: g++-3.3
 InstallScript: <<
 #!/bin/bash
@@ -44,12 +44,6 @@
 Contains custom scripts, functions and extensions for GNU Octave. A lot of
 MatLab(TM) compatibility is gained from this package.
 <<
-DescPackaging: <<
- This version is compiled with g++-3.3, even in the 10.4 tree.  If it is
- ever updated to a more recent compiler, the group of packages octave,
- octave-forge, plplot (and any packages which depend on any of them) must
- all be updated at the same time.
-<<
 DescPort: <<
 Install script thanks to the debian package by
   Dirk Eddelbuettel <[EMAIL PROTECTED]>



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci octave-forge.info, 1.6, 1.7

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29535/10.4/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
New(er, not really new) upstream version.
Remove contradictary depends on gcc3.3 and gcc4, rely on the SetCC to
bring in the correct parts.  octave proper does this, so I assume it
works. :-)


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- octave-forge.info   4 Mar 2006 03:59:26 -   1.6
+++ octave-forge.info   21 Jun 2006 03:00:07 -  1.7
@@ -1,24 +1,28 @@
 Package: octave-forge
-Version: 2005.06.13
-Revision: 1005
+Version: 2006.03.17
+Revision: 1001
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, gcc4 (>= 2:4.1.0-1), libjpeg, fftw3, hdf5 (>= 1.6.5-1002), readline 
(>= 4.3-1028), textutils, gsl
+  texinfo, g77, libjpeg, fftw3, hdf5  (>= 1.6.5-1002),
+  readline (>= 4.3-1028), textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs (>= 1.6.5-1002), qhull, grace, gsl-shlibs
+  hdf5-shlibs  (>= 1.6.5-1002), qhull, grace,
+  gsl-shlibs, pcre-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
-Source-MD5: cf82a74d27636abf07f1732b4851f2e2
+Source-MD5: d054fa8de6d2494c3efbddaa823da42f
+#Patch: %n.patch
 UpdateConfigGuess: true
-SetCPPFLAGS: -no-cpp-precomp
+#SetCPPFLAGS: -no-cpp-precomp
 SetLDFLAGS:
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: <<
   --infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
 <<
+SetCXX: g++-4.0
 InstallScript: <<
 #!/bin/bash
 OSD=`%p/bin/octave-config --oct-site-dir`



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/sci octave-forge.info, 1.9, 1.10

2006-06-20 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29535/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
New(er, not really new) upstream version.
Remove contradictary depends on gcc3.3 and gcc4, rely on the SetCC to
bring in the correct parts.  octave proper does this, so I assume it
works. :-)


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- octave-forge.info   2 Mar 2006 13:10:29 -   1.9
+++ octave-forge.info   21 Jun 2006 03:00:07 -  1.10
@@ -1,20 +1,22 @@
 Package: octave-forge
-Version: 2005.06.13
-Revision: 4
+Version: 2006.03.17
+Revision: 1
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, gcc4 (>= 2:4.1.0-1), libjpeg, fftw3, hdf5, readline, textutils, 
gcc3.3,
-  gsl
+  texinfo, g77, libjpeg, fftw3, hdf5 ,
+  readline , textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs, qhull, grace, gsl-shlibs
+  hdf5-shlibs , qhull, grace,
+  gsl-shlibs, pcre-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
-Source-MD5: cf82a74d27636abf07f1732b4851f2e2
+Source-MD5: d054fa8de6d2494c3efbddaa823da42f
+#Patch: %n.patch
 UpdateConfigGuess: true
-SetCPPFLAGS: -no-cpp-precomp
+#SetCPPFLAGS: -no-cpp-precomp
 SetLDFLAGS:
 SetLIBRARY_PATH: %p/lib
 ConfigureParams: <<



___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci octave-forge.info, 1.22, 1.23

2006-06-21 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5620/10.3/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
I should depend on g95, not g77.
Also, bump the readline depend up to readline5


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- octave-forge.info   21 Jun 2006 03:00:07 -  1.22
+++ octave-forge.info   22 Jun 2006 00:04:34 -  1.23
@@ -1,16 +1,16 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 1
+Revision: 2
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g77, libjpeg, fftw3, hdf5 ,
-  readline , textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, hdf5 ,
+  readline5 , textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
   hdf5-shlibs , qhull, grace,
-  gsl-shlibs, pcre-shlibs
+  gsl-shlibs, pcre-shlibs, readline5-shlibs 
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci octave-forge.info, 1.7, 1.8

2006-06-21 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5620/10.4/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
I should depend on g95, not g77.
Also, bump the readline depend up to readline5


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- octave-forge.info   21 Jun 2006 03:00:07 -  1.7
+++ octave-forge.info   22 Jun 2006 00:04:35 -  1.8
@@ -1,16 +1,16 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 1001
+Revision: 1002
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g77, libjpeg, fftw3, hdf5  (>= 1.6.5-1002),
-  readline (>= 4.3-1028), textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, hdf5  (>= 1.6.5-1002),
+  readline5 (>= 5.0-1004), textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
   hdf5-shlibs  (>= 1.6.5-1002), qhull, grace,
-  gsl-shlibs, pcre-shlibs
+  gsl-shlibs, pcre-shlibs, readline5-shlibs (>= 5.0-1004)
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/sci octave-forge.info, 1.10, 1.11

2006-06-21 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5620/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
I should depend on g95, not g77.
Also, bump the readline depend up to readline5


Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- octave-forge.info   21 Jun 2006 03:00:07 -  1.10
+++ octave-forge.info   22 Jun 2006 00:04:35 -  1.11
@@ -1,16 +1,16 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 1
+Revision: 2
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g77, libjpeg, fftw3, hdf5 ,
-  readline , textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, hdf5 ,
+  readline5 , textutils, gsl, pcre
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
   hdf5-shlibs , qhull, grace,
-  gsl-shlibs, pcre-shlibs
+  gsl-shlibs, pcre-shlibs, readline5-shlibs 
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci octave-forge.info, 1.8, 1.9

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27312/10.4/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
More depends cleanups: octave-forge can (and should) use ImageMagick.
Except on 10.4-trans, where octave(-forge) builds with g++-4.0 and
libmagick builds with g++-3.3



Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- octave-forge.info   22 Jun 2006 00:04:35 -  1.8
+++ octave-forge.info   23 Jun 2006 01:44:36 -  1.9
@@ -1,16 +1,18 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 1002
+Revision: 1003
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g95, libjpeg, fftw3, hdf5  (>= 1.6.5-1002),
-  readline5 (>= 5.0-1004), textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, textutils,  gsl, pcre,
+  hdf5 (>= 1.6.5-1002),
+  readline5 (>= 5.0-1004), imagemagick-dev
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs  (>= 1.6.5-1002), qhull, grace,
-  gsl-shlibs, pcre-shlibs, readline5-shlibs (>= 5.0-1004)
+  hdf5-shlibs (>= 1.6.5-1002), qhull, grace,
+  gsl-shlibs, pcre-shlibs,
+  readline5-shlibs (>= 5.0-1004), imagemagick-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/sci octave-forge.info, 1.11, 1.12

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27312/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
More depends cleanups: octave-forge can (and should) use ImageMagick.
Except on 10.4-trans, where octave(-forge) builds with g++-4.0 and
libmagick builds with g++-3.3



Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- octave-forge.info   22 Jun 2006 00:04:35 -  1.11
+++ octave-forge.info   23 Jun 2006 01:44:36 -  1.12
@@ -1,16 +1,18 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 2
+Revision: 3
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g95, libjpeg, fftw3, hdf5 ,
-  readline5 , textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, textutils,  gsl, pcre,
+  hdf5,
+  readline5
 <<
-BuildConflicts: libcdparanoia0-dev
+BuildConflicts: libcdparanoia0-dev, imagemagick-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs , qhull, grace,
-  gsl-shlibs, pcre-shlibs, readline5-shlibs 
+  hdf5-shlibs, qhull, grace,
+  gsl-shlibs, pcre-shlibs,
+  readline5-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci octave-forge.info, 1.23, 1.24

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27312/10.3/unstable/main/finkinfo/sci

Modified Files:
octave-forge.info 
Log Message:
More depends cleanups: octave-forge can (and should) use ImageMagick.
Except on 10.4-trans, where octave(-forge) builds with g++-4.0 and
libmagick builds with g++-3.3



Index: octave-forge.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/octave-forge.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- octave-forge.info   22 Jun 2006 00:04:34 -  1.23
+++ octave-forge.info   23 Jun 2006 01:44:36 -  1.24
@@ -1,16 +1,18 @@
 Package: octave-forge
 Version: 2006.03.17
-Revision: 2
+Revision: 3
 Maintainer: Corey Halpin <[EMAIL PROTECTED]>
 BuildDepends: <<
-  texinfo, g95, libjpeg, fftw3, hdf5 ,
-  readline5 , textutils, gsl, pcre
+  texinfo, g95, libjpeg, fftw3, textutils,  gsl, pcre,
+  hdf5,
+  readline5, imagemagick-dev
 <<
 BuildConflicts: libcdparanoia0-dev
 Depends: << 
   octave (>= 2.1.72-2), x11, libjpeg-shlibs, fftw3-shlibs,
-  hdf5-shlibs , qhull, grace,
-  gsl-shlibs, pcre-shlibs, readline5-shlibs 
+  hdf5-shlibs, qhull, grace,
+  gsl-shlibs, pcre-shlibs,
+  readline5-shlibs, imagemagick-shlibs
 <<
 Source: mirror:sourceforge:octave/%n-%v.tar.gz
 Source-MD5: d054fa8de6d2494c3efbddaa823da42f


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo gnutls12.info,1.4,1.5

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30159/10.3/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
New upstream version, freshen the 10.4 version


Index: gnutls12.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnutls12.info   29 Mar 2006 22:58:34 -  1.4
+++ gnutls12.info   23 Jun 2006 04:08:25 -  1.5
@@ -1,12 +1,12 @@
 Package: gnutls12
-Version: 1.2.10
+Version: 1.2.11
 Revision: 1
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: <<
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/
   nam-US: http://josefsson.org/gnutls/releases/
 <<
-Source-MD5: 523273961e3cca45c92e50b2676b3c83
+Source-MD5: e471ec76791929aa65311c57e0768a6f
 Depends: %N-shlibs (= %v-%r)
 Replaces: gnutls-dev, gnutls
 Conflicts: gnutls-dev, gnutls


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/crypto/finkinfo gnutls12.info, 1.4, 1.5

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30159/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
New upstream version, freshen the 10.4 version


Index: gnutls12.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnutls12.info   29 Mar 2006 22:58:34 -  1.4
+++ gnutls12.info   23 Jun 2006 04:08:25 -  1.5
@@ -1,12 +1,12 @@
 Package: gnutls12
-Version: 1.2.10
+Version: 1.2.11
 Revision: 1
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: <<
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/
   nam-US: http://josefsson.org/gnutls/releases/
 <<
-Source-MD5: 523273961e3cca45c92e50b2676b3c83
+Source-MD5: e471ec76791929aa65311c57e0768a6f
 Depends: %N-shlibs (= %v-%r)
 Replaces: gnutls-dev, gnutls
 Conflicts: gnutls-dev, gnutls


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo gnutls12.info,1.3,1.4

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30159/10.4/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
New upstream version, freshen the 10.4 version


Index: gnutls12.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnutls12.info   29 Mar 2006 22:58:34 -  1.3
+++ gnutls12.info   23 Jun 2006 04:08:25 -  1.4
@@ -1,12 +1,12 @@
 Package: gnutls12
-Version: 1.2.9
-Revision: 3
+Version: 1.2.11
+Revision: 1
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: <<
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/
   nam-US: http://josefsson.org/gnutls/releases/
 <<
-Source-MD5: 9b14bac9202c91dbc89431726dbf6b90
+Source-MD5: e471ec76791929aa65311c57e0768a6f
 Depends: %N-shlibs (= %v-%r)
 Replaces: gnutls-dev, gnutls
 Conflicts: gnutls-dev, gnutls


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo libtasn1.info,1.1,1.2

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20143/10.4/unstable/crypto/finkinfo

Modified Files:
libtasn1.info 
Log Message:
Freshen the 10.4 packages.


Index: libtasn1.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libtasn1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libtasn1.info   20 Jan 2006 20:16:56 -  1.1
+++ libtasn1.info   23 Jun 2006 04:57:38 -  1.2
@@ -1,12 +1,12 @@
 Package: libtasn1
-Version: 0.2.17
-Revision: 2
+Version: 0.2.18
+Revision: 1
 Source: mirror:custom:libtasn1-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/libtasn1/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
 <<
-Source-MD5: 9101e7a033f1431d413fff83bacfbec0
+Source-MD5: e44a58746803de101c55ae8683d677a1
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Replaces: %N-dev


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci yacas.info,1.1,1.2

2006-06-22 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32479/10.4/unstable/main/finkinfo/sci

Modified Files:
yacas.info 
Log Message:
Freshen the 10.4 version.


Index: yacas.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/yacas.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yacas.info  20 Jan 2006 20:30:41 -  1.1
+++ yacas.info  23 Jun 2006 05:25:16 -  1.2
@@ -1,9 +1,9 @@
 Package: yacas
-Version: 1.0.58
-Revision: 2
+Version: 1.0.61
+Revision: 1
 Architecture: powerpc
 Source: http://yacas.sourceforge.net/backups/yacas-%v.tar.gz
-Source-MD5: fd7fa942789fdac8fa363e555c86cae9
+Source-MD5: 792e0fe402e275c2cbc04e4149595c03
 GCC: 3.3
 SetCC: gcc-3.3
 SetCXX: g++-3.3
@@ -12,7 +12,7 @@
   perl -pi~ -e 's/need_relink=yes/need_relink=no/' ltmain.sh
   perl -pi~ -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
 <<
-BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1, gcc3.3
+BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1
 Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, %N-shlibs
 ConfigureParams: --with-numlib=gmp --disable-dependency-tracking 
 CompileScript: <<


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci yacas.info,1.10,1.11

2006-06-24 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23405/10.3/unstable/main/finkinfo/sci

Modified Files:
yacas.info 
Log Message:
Need to BuildDepend on libtool14, thanks to Linc Davis for catching this.


Index: yacas.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/yacas.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- yacas.info  14 Mar 2006 16:02:05 -  1.10
+++ yacas.info  24 Jun 2006 20:35:47 -  1.11
@@ -1,6 +1,6 @@
 Package: yacas
 Version: 1.0.61
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://yacas.sourceforge.net/backups/yacas-%v.tar.gz
 Source-MD5: 792e0fe402e275c2cbc04e4149595c03
@@ -12,7 +12,7 @@
   perl -pi~ -e 's/need_relink=yes/need_relink=no/' ltmain.sh
   perl -pi~ -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
 <<
-BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1
+BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1, libtool14
 Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, %N-shlibs
 ConfigureParams: --with-numlib=gmp --disable-dependency-tracking 
 CompileScript: <<


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/sci yacas.info, 1.11, 1.12

2006-06-24 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23405/10.4-transitional/unstable/main/finkinfo/sci

Modified Files:
yacas.info 
Log Message:
Need to BuildDepend on libtool14, thanks to Linc Davis for catching this.


Index: yacas.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/yacas.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- yacas.info  14 Mar 2006 16:02:06 -  1.11
+++ yacas.info  24 Jun 2006 20:35:47 -  1.12
@@ -1,6 +1,6 @@
 Package: yacas
 Version: 1.0.61
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://yacas.sourceforge.net/backups/yacas-%v.tar.gz
 Source-MD5: 792e0fe402e275c2cbc04e4149595c03
@@ -12,7 +12,7 @@
   perl -pi~ -e 's/need_relink=yes/need_relink=no/' ltmain.sh
   perl -pi~ -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
 <<
-BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1
+BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1, libtool14
 Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, %N-shlibs
 ConfigureParams: --with-numlib=gmp --disable-dependency-tracking 
 CompileScript: <<


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci yacas.info,1.2,1.3

2006-06-24 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23405/10.4/unstable/main/finkinfo/sci

Modified Files:
yacas.info 
Log Message:
Need to BuildDepend on libtool14, thanks to Linc Davis for catching this.


Index: yacas.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/yacas.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- yacas.info  23 Jun 2006 05:25:16 -  1.2
+++ yacas.info  24 Jun 2006 20:35:47 -  1.3
@@ -1,6 +1,6 @@
 Package: yacas
 Version: 1.0.61
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://yacas.sourceforge.net/backups/yacas-%v.tar.gz
 Source-MD5: 792e0fe402e275c2cbc04e4149595c03
@@ -12,7 +12,7 @@
   perl -pi~ -e 's/need_relink=yes/need_relink=no/' ltmain.sh
   perl -pi~ -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
 <<
-BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1
+BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1, libtool14
 Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, %N-shlibs
 ConfigureParams: --with-numlib=gmp --disable-dependency-tracking 
 CompileScript: <<


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info, 1.20, 1.21 monotone.patch, 1.5, 1.6

2006-07-01 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15901/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
Fix building on 10.3.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- monotone.info   20 Jun 2006 20:12:55 -  1.20
+++ monotone.info   2 Jul 2006 02:25:33 -   1.21
@@ -1,6 +1,6 @@
 Package: monotone
 Version: 0.27
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
 Source-MD5: cf3d8f26b7570d0d65834c3949913e2d

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monotone.patch  20 Jun 2006 20:12:55 -  1.5
+++ monotone.patch  2 Jul 2006 02:25:33 -   1.6
@@ -1,6 +1,6 @@
 diff -ru monotone-0.27/cmd_automate.cc monotone-0.27-patched/cmd_automate.cc
 --- monotone-0.27/cmd_automate.cc  2006-06-17 16:50:02.0 -0500
-+++ monotone-0.27-patched/cmd_automate.cc  2006-06-20 14:28:36.0 
-0500
 monotone-0.27-patched/cmd_automate.cc  2006-06-30 09:13:45.0 
-0500
 @@ -12,6 +12,7 @@
  #include 
  
@@ -11,7 +11,7 @@
  
 diff -ru monotone-0.27/configure monotone-0.27-patched/configure
 --- monotone-0.27/configure2006-06-17 16:50:25.0 -0500
-+++ monotone-0.27-patched/configure2006-06-20 14:25:00.0 -0500
 monotone-0.27-patched/configure2006-06-30 09:13:45.0 -0500
 @@ -2914,13 +2914,13 @@
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
@@ -44,3 +44,14 @@
else
  CFLAGS=
fi
+diff -ru monotone-0.27/hash_map.hh monotone-0.27-patched/hash_map.hh
+--- monotone-0.27/hash_map.hh  2006-06-17 16:50:00.0 -0500
 monotone-0.27-patched/hash_map.hh  2006-06-30 09:14:31.0 -0500
+@@ -3,6 +3,7 @@
+ 
+ #include "config.h"
+ 
++#undef _T
+ #include 
+ namespace hashmap {
+ 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/crypto/finkinfo monotone.info, 1.15, 1.16 monotone.patch, 1.2, 1.3

2006-07-01 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15901/10.4-transitional/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
Fix building on 10.3.


Index: monotone.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- monotone.info   20 Jun 2006 20:12:55 -  1.15
+++ monotone.info   2 Jul 2006 02:25:33 -   1.16
@@ -1,6 +1,6 @@
 Package: monotone
 Version: 0.27
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
 Source-MD5: cf3d8f26b7570d0d65834c3949913e2d

Index: monotone.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone.patch  20 Jun 2006 20:12:55 -  1.2
+++ monotone.patch  2 Jul 2006 02:25:33 -   1.3
@@ -1,6 +1,6 @@
 diff -ru monotone-0.27/cmd_automate.cc monotone-0.27-patched/cmd_automate.cc
 --- monotone-0.27/cmd_automate.cc  2006-06-17 16:50:02.0 -0500
-+++ monotone-0.27-patched/cmd_automate.cc  2006-06-20 14:28:36.0 
-0500
 monotone-0.27-patched/cmd_automate.cc  2006-06-30 09:13:45.0 
-0500
 @@ -12,6 +12,7 @@
  #include 
  
@@ -11,7 +11,7 @@
  
 diff -ru monotone-0.27/configure monotone-0.27-patched/configure
 --- monotone-0.27/configure2006-06-17 16:50:25.0 -0500
-+++ monotone-0.27-patched/configure2006-06-20 14:25:00.0 -0500
 monotone-0.27-patched/configure2006-06-30 09:13:45.0 -0500
 @@ -2914,13 +2914,13 @@
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
@@ -44,3 +44,14 @@
else
  CFLAGS=
fi
+diff -ru monotone-0.27/hash_map.hh monotone-0.27-patched/hash_map.hh
+--- monotone-0.27/hash_map.hh  2006-06-17 16:50:00.0 -0500
 monotone-0.27-patched/hash_map.hh  2006-06-30 09:14:31.0 -0500
+@@ -3,6 +3,7 @@
+ 
+ #include "config.h"
+ 
++#undef _T
+ #include 
+ namespace hashmap {
+ 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info, 1.3, 1.4 monotone.patch, 1.2, 1.3

2006-07-01 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15901/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info monotone.patch 
Log Message:
Fix building on 10.3.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone.info   20 Jun 2006 20:12:55 -  1.3
+++ monotone.info   2 Jul 2006 02:25:34 -   1.4
@@ -1,6 +1,6 @@
 Package: monotone
 Version: 0.27
-Revision: 1001
+Revision: 1002
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
 Source-MD5: cf3d8f26b7570d0d65834c3949913e2d

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone.patch  20 Jun 2006 20:12:55 -  1.2
+++ monotone.patch  2 Jul 2006 02:25:34 -   1.3
@@ -1,6 +1,6 @@
 diff -ru monotone-0.27/cmd_automate.cc monotone-0.27-patched/cmd_automate.cc
 --- monotone-0.27/cmd_automate.cc  2006-06-17 16:50:02.0 -0500
-+++ monotone-0.27-patched/cmd_automate.cc  2006-06-20 14:28:36.0 
-0500
 monotone-0.27-patched/cmd_automate.cc  2006-06-30 09:13:45.0 
-0500
 @@ -12,6 +12,7 @@
  #include 
  
@@ -11,7 +11,7 @@
  
 diff -ru monotone-0.27/configure monotone-0.27-patched/configure
 --- monotone-0.27/configure2006-06-17 16:50:25.0 -0500
-+++ monotone-0.27-patched/configure2006-06-20 14:25:00.0 -0500
 monotone-0.27-patched/configure2006-06-30 09:13:45.0 -0500
 @@ -2914,13 +2914,13 @@
CXXFLAGS=$ac_save_CXXFLAGS
  elif test $ac_cv_prog_cxx_g = yes; then
@@ -44,3 +44,14 @@
else
  CFLAGS=
fi
+diff -ru monotone-0.27/hash_map.hh monotone-0.27-patched/hash_map.hh
+--- monotone-0.27/hash_map.hh  2006-06-17 16:50:00.0 -0500
 monotone-0.27-patched/hash_map.hh  2006-06-30 09:14:31.0 -0500
+@@ -3,6 +3,7 @@
+ 
+ #include "config.h"
+ 
++#undef _T
+ #include 
+ namespace hashmap {
+ 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.21,1.22

2006-07-29 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22121/10.3/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- monotone.info   2 Jul 2006 02:25:33 -   1.21
+++ monotone.info   29 Jul 2006 16:17:47 -  1.22
@@ -1,9 +1,9 @@
 Package: monotone
-Version: 0.27
-Revision: 2
+Version: 0.28
+Revision: 1
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: cf3d8f26b7570d0d65834c3949913e2d
+Source-MD5: 8c2e81152e12fed543a8702792232ed3
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.32-py23  |
@@ -17,8 +17,8 @@
   libgettext3-shlibs, libiconv
 <<
 GCC: 3.3
-SetCXX: g++-3.3
-SetCC: gcc-3.3
+#SetCXX: g++-3.3
+#SetCC: gcc-3.3
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
 SetLDFlags: -lintl -liconv


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


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.4,1.5

2006-07-29 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22121/10.4/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- monotone.info   2 Jul 2006 02:25:34 -   1.4
+++ monotone.info   29 Jul 2006 16:17:47 -  1.5
@@ -1,9 +1,9 @@
 Package: monotone
-Version: 0.27
-Revision: 1002
+Version: 0.28
+Revision: 1001
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: cf3d8f26b7570d0d65834c3949913e2d
+Source-MD5: 8c2e81152e12fed543a8702792232ed3
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.32-py23 (>= 1.32.0-1002) |
@@ -17,8 +17,8 @@
   libgettext3-shlibs, libiconv
 <<
 GCC: 3.3
-SetCXX: g++-3.3
-SetCC: gcc-3.3
+#SetCXX: g++-3.3
+#SetCC: gcc-3.3
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
 SetLDFlags: -lintl -liconv


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


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info, 1.22, 1.23 monotone.patch, 1.6, 1.7

2006-09-02 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19980/10.3/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- monotone.info   29 Jul 2006 16:17:47 -  1.22
+++ monotone.info   3 Sep 2006 04:28:17 -   1.23
@@ -1,24 +1,17 @@
 Package: monotone
-Version: 0.28
+Version: 0.29
 Revision: 1
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 8c2e81152e12fed543a8702792232ed3
+Source-MD5: 2261177af47621902c97719b94756994
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
-  boost1.32-py23  |
-  boost1.32-py24 ,
-  libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.33, libgettext3-dev, libiconv-dev, gcc3.3
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.32-py23-shlibs |
-  boost1.32-py24-shlibs ,
-  libgettext3-shlibs, libiconv
+  boost1.33-shlibs, libgettext3-shlibs, libiconv
 <<
-GCC: 3.3
-#SetCXX: g++-3.3
-#SetCC: gcc-3.3
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
 SetLDFlags: -lintl -liconv

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monotone.patch  2 Jul 2006 02:25:33 -   1.6
+++ monotone.patch  3 Sep 2006 04:28:17 -   1.7
@@ -1,34 +1,18 @@
-diff -ru monotone-0.27/cmd_automate.cc monotone-0.27-patched/cmd_automate.cc
 monotone-0.27/cmd_automate.cc  2006-06-17 16:50:02.0 -0500
-+++ monotone-0.27-patched/cmd_automate.cc  2006-06-30 09:13:45.0 
-0500
-@@ -12,6 +12,7 @@
- #include 
+diff -ru monotone-0.29/cmd_automate.cc monotone-0.29-patched/cmd_automate.cc
+--- monotone-0.29/cmd_automate.cc  2006-08-20 20:46:05.0 -0500
 monotone-0.29-patched/cmd_automate.cc  2006-09-02 21:11:50.0 
-0500
+@@ -13,6 +13,7 @@
  
+ #include 
  #include 
 +#include 
  
  #include "cmd.hh"
  
-diff -ru monotone-0.27/configure monotone-0.27-patched/configure
 monotone-0.27/configure2006-06-17 16:50:25.0 -0500
-+++ monotone-0.27-patched/configure2006-06-30 09:13:45.0 -0500
-@@ -2914,13 +2914,13 @@
-   CXXFLAGS=$ac_save_CXXFLAGS
- elif test $ac_cv_prog_cxx_g = yes; then
-   if test "$GXX" = yes; then
--CXXFLAGS="-g -O2"
-+CXXFLAGS="-g -O0"
-   else
- CXXFLAGS="-g"
-   fi
- else
-   if test "$GXX" = yes; then
--CXXFLAGS="-O2"
-+CXXFLAGS="-O0"
-   else
- CXXFLAGS=
-   fi
-@@ -3717,13 +3717,13 @@
+diff -ru monotone-0.29/configure monotone-0.29-patched/configure
+--- monotone-0.29/configure2006-08-20 20:46:30.0 -0500
 monotone-0.29-patched/configure2006-09-02 21:13:49.0 -0500
+@@ -3254,13 +3254,13 @@
CFLAGS=$ac_save_CFLAGS
  elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
@@ -44,9 +28,25 @@
else
  CFLAGS=
fi
-diff -ru monotone-0.27/hash_map.hh monotone-0.27-patched/hash_map.hh
 monotone-0.27/hash_map.hh  2006-06-17 16:50:00.0 -0500
-+++ monotone-0.27-patched/hash_map.hh  2006-06-30 09:14:31.0 -0500
+@@ -4525,13 +4525,13 @@
+   CXXFLAGS=$ac_save_CXXFLAGS
+ elif test $ac_cv_prog_cxx_g = yes; then
+   if test "$GXX" = yes; then
+-CXXFLAGS="-g -O2"
++CXXFLAGS="-g -O0"
+   else
+ CXXFLAGS="-g"
+   fi
+ else
+   if test "$GXX" = yes; then
+-CXXFLAGS="-O2"
++CXXFLAGS="-O0"
+   else
+ CXXFLAGS=
+   fi
+diff -ru monotone-0.29/hash_map.hh monotone-0.29-patched/hash_map.hh
+--- monotone-0.29/hash_map.hh  2006-08-20 20:46:04.0 -0500
 monotone-0.29-patched/hash_map.hh  2006-09-02 21:11:50.0 -0500
 @@ -3,6 +3,7 @@
  
  #include "config.h"


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info, 1.5, 1.6 monotone.patch, 1.3, 1.4

2006-09-02 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19980/10.4/unstable/crypto/finkinfo

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


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- monotone.info   29 Jul 2006 16:17:47 -  1.5
+++ monotone.info   3 Sep 2006 04:28:17 -   1.6
@@ -1,24 +1,17 @@
 Package: monotone
-Version: 0.28
+Version: 0.29
 Revision: 1001
 Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 8c2e81152e12fed543a8702792232ed3
+Source-MD5: 2261177af47621902c97719b94756994
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
-  boost1.32-py23 (>= 1.32.0-1002) |
-  boost1.32-py24 (>= 1.32.0-1002),
-  libgettext3-dev, libiconv-dev, gcc3.3
+  boost1.33, libgettext3-dev, libiconv-dev, gcc3.3
 <<
 BuildConflicts: sqlite3-dev
 Depends: <<
-  boost1.32-py23-shlibs (>= 1.32.0-1002)|
-  boost1.32-py24-shlibs (>= 1.32.0-1002),
-  libgettext3-shlibs, libiconv
+  boost1.33-shlibs, libgettext3-shlibs, libiconv
 <<
-GCC: 3.3
-#SetCXX: g++-3.3
-#SetCC: gcc-3.3
 NoSetCXXFLAGS: true
 SetCPPFlags: -D__unix -Wno-long-double
 SetLDFlags: -lintl -liconv

Index: monotone.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monotone.patch  2 Jul 2006 02:25:34 -   1.3
+++ monotone.patch  3 Sep 2006 04:28:17 -   1.4
@@ -1,34 +1,18 @@
-diff -ru monotone-0.27/cmd_automate.cc monotone-0.27-patched/cmd_automate.cc
 monotone-0.27/cmd_automate.cc  2006-06-17 16:50:02.0 -0500
-+++ monotone-0.27-patched/cmd_automate.cc  2006-06-30 09:13:45.0 
-0500
-@@ -12,6 +12,7 @@
- #include 
+diff -ru monotone-0.29/cmd_automate.cc monotone-0.29-patched/cmd_automate.cc
+--- monotone-0.29/cmd_automate.cc  2006-08-20 20:46:05.0 -0500
 monotone-0.29-patched/cmd_automate.cc  2006-09-02 21:11:50.0 
-0500
+@@ -13,6 +13,7 @@
  
+ #include 
  #include 
 +#include 
  
  #include "cmd.hh"
  
-diff -ru monotone-0.27/configure monotone-0.27-patched/configure
 monotone-0.27/configure2006-06-17 16:50:25.0 -0500
-+++ monotone-0.27-patched/configure2006-06-30 09:13:45.0 -0500
-@@ -2914,13 +2914,13 @@
-   CXXFLAGS=$ac_save_CXXFLAGS
- elif test $ac_cv_prog_cxx_g = yes; then
-   if test "$GXX" = yes; then
--CXXFLAGS="-g -O2"
-+CXXFLAGS="-g -O0"
-   else
- CXXFLAGS="-g"
-   fi
- else
-   if test "$GXX" = yes; then
--CXXFLAGS="-O2"
-+CXXFLAGS="-O0"
-   else
- CXXFLAGS=
-   fi
-@@ -3717,13 +3717,13 @@
+diff -ru monotone-0.29/configure monotone-0.29-patched/configure
+--- monotone-0.29/configure2006-08-20 20:46:30.0 -0500
 monotone-0.29-patched/configure2006-09-02 21:13:49.0 -0500
+@@ -3254,13 +3254,13 @@
CFLAGS=$ac_save_CFLAGS
  elif test $ac_cv_prog_cc_g = yes; then
if test "$GCC" = yes; then
@@ -44,9 +28,25 @@
else
  CFLAGS=
fi
-diff -ru monotone-0.27/hash_map.hh monotone-0.27-patched/hash_map.hh
 monotone-0.27/hash_map.hh  2006-06-17 16:50:00.0 -0500
-+++ monotone-0.27-patched/hash_map.hh  2006-06-30 09:14:31.0 -0500
+@@ -4525,13 +4525,13 @@
+   CXXFLAGS=$ac_save_CXXFLAGS
+ elif test $ac_cv_prog_cxx_g = yes; then
+   if test "$GXX" = yes; then
+-CXXFLAGS="-g -O2"
++CXXFLAGS="-g -O0"
+   else
+ CXXFLAGS="-g"
+   fi
+ else
+   if test "$GXX" = yes; then
+-CXXFLAGS="-O2"
++CXXFLAGS="-O0"
+   else
+ CXXFLAGS=
+   fi
+diff -ru monotone-0.29/hash_map.hh monotone-0.29-patched/hash_map.hh
+--- monotone-0.29/hash_map.hh  2006-08-20 20:46:04.0 -0500
 monotone-0.29-patched/hash_map.hh  2006-09-02 21:11:50.0 -0500
 @@ -3,6 +3,7 @@
  
  #include "config.h"


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.6,1.7

2006-09-11 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24898/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
Report from jfm that monotone builds correctly on x86.  Yay x86.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- monotone.info   3 Sep 2006 04:28:17 -   1.6
+++ monotone.info   11 Sep 2006 22:47:05 -  1.7
@@ -1,7 +1,6 @@
 Package: monotone
 Version: 0.29
 Revision: 1001
-Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
 Source-MD5: 2261177af47621902c97719b94756994
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.23,1.24

2006-09-11 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24898/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
Report from jfm that monotone builds correctly on x86.  Yay x86.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- monotone.info   3 Sep 2006 04:28:17 -   1.23
+++ monotone.info   11 Sep 2006 22:47:05 -  1.24
@@ -1,7 +1,6 @@
 Package: monotone
 Version: 0.29
 Revision: 1
-Architecture: powerpc
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
 Source-MD5: 2261177af47621902c97719b94756994
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo gnutls12.info,1.5,1.6

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4965/10.3/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
Add the appropriate conflicts/replaces so that it'll get along with gnutls14


Index: gnutls12.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gnutls12.info   23 Jun 2006 04:08:25 -  1.5
+++ gnutls12.info   17 Sep 2006 20:49:34 -  1.6
@@ -8,8 +8,8 @@
 <<
 Source-MD5: e471ec76791929aa65311c57e0768a6f
 Depends: %N-shlibs (= %v-%r)
-Replaces: gnutls-dev, gnutls
-Conflicts: gnutls-dev, gnutls
+Replaces: gnutls-dev, gnutls, gnutls14
+Conflicts: gnutls-dev, gnutls, gnutls14
 BuildDepends: <<
   libgettext3-dev, libiconv-dev, lzo, pth, pkgconfig,
   libgcrypt (>= 1.2.2-1), libgpg-error, libtasn1, opencdk (>= 0.5.4-1)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo gnutls12.info,1.4,1.5

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4965/10.4/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
Add the appropriate conflicts/replaces so that it'll get along with gnutls14


Index: gnutls12.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnutls12.info   23 Jun 2006 04:08:25 -  1.4
+++ gnutls12.info   17 Sep 2006 20:49:34 -  1.5
@@ -8,8 +8,8 @@
 <<
 Source-MD5: e471ec76791929aa65311c57e0768a6f
 Depends: %N-shlibs (= %v-%r)
-Replaces: gnutls-dev, gnutls
-Conflicts: gnutls-dev, gnutls
+Replaces: gnutls-dev, gnutls, gnutls14
+Conflicts: gnutls-dev, gnutls, gnutls14
 BuildDepends: <<
   libgettext3-dev, libiconv-dev, lzo, pth, pkgconfig,
   libgcrypt (>= 1.2.2-1), libgpg-error, libtasn1, opencdk (>= 0.5.4-1)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo gnutls14.info,NONE,1.1

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5777/10.4/unstable/crypto/finkinfo

Added Files:
gnutls14.info 
Log Message:
Shiny new gnutls.


--- NEW FILE: gnutls14.info ---
Package: gnutls14
Version: 1.4.1
Revision: 1
Source: mirror:custom:gnutls-%v.tar.bz2
CustomMirror: <<
  nam-US: ftp://ftp.gnutls.org/pub/gnutls/
  nam-US: http://josefsson.org/gnutls/releases/
<<
Source-MD5: 1948be128e8f684da034b32988867a13
Depends: %N-shlibs (= %v-%r)
Replaces: gnutls-dev, gnutls, gnutls12
Conflicts: gnutls-dev, gnutls, gnutls12
BuildDepends: <<
  libgettext3-dev, libiconv-dev, lzo, pth, pkgconfig,
  libgcrypt (>= 1.2.2-1), libgpg-error, libtasn1-3, opencdk (>= 0.5.4-1)
<<
#Patch: %n.patch
BuildDependsOnly: True
SetCPPFLAGS: -no-cpp-precomp
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: <<
  --mandir=%p/share/man --infodir=%p/share/info --disable-dependency-tracking \
  --with-included-lzo
<<
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Replaces: gnutls-shlibs
  Depends: <<
libgettext3-shlibs, libgcrypt-shlibs (>= 1.1.94-1), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, opencdk-shlibs (>= 0.5.4-1),
lzo-shlibs, pth-shlibs
  <<
  DocFiles: COPYING README
  Files: <<
lib/libgnutls-extra.13*.dylib
lib/libgnutls-openssl.13*.dylib
lib/libgnutls.13*.dylib
  <<
  Shlibs: <<
%p/lib/libgnutls-openssl.13.dylib 16.0.0 %n (>= 1.2.9-3)
%p/lib/libgnutls-extra.13.dylib   16.0.0 %n (>= 1.2.9-3)
%p/lib/libgnutls.13.dylib 16.0.0 %n (>= 1.2.9-3)
  <<
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
InfoDocs: gnutls.info
Description: GNU TLS encryption library
DescDetail: <<
GnuTLS is a project that aims to develop a library which provides
a secure layer, over a reliable transport layer. Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working group. 

  Quoting from RFC2246 - the TLS 1.0 protocol specification: 
  "The TLS protocol provides communications privacy over the Internet.
   The protocol allows client/server applications to communicate in a way that
   is designed to prevent eavesdropping, tampering, or message forgery."
<<
License: GPL/LGPL
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://www.gnutls.org/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo gnutls14.info,NONE,1.1

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5777/10.3/unstable/crypto/finkinfo

Added Files:
gnutls14.info 
Log Message:
Shiny new gnutls.


--- NEW FILE: gnutls14.info ---
Package: gnutls14
Version: 1.4.1
Revision: 1
Source: mirror:custom:gnutls-%v.tar.bz2
CustomMirror: <<
  nam-US: ftp://ftp.gnutls.org/pub/gnutls/
  nam-US: http://josefsson.org/gnutls/releases/
<<
Source-MD5: 1948be128e8f684da034b32988867a13
Depends: %N-shlibs (= %v-%r)
Replaces: gnutls-dev, gnutls, gnutls12
Conflicts: gnutls-dev, gnutls, gnutls12
BuildDepends: <<
  libgettext3-dev, libiconv-dev, lzo, pth, pkgconfig,
  libgcrypt (>= 1.2.2-1), libgpg-error, libtasn1-3, opencdk (>= 0.5.4-1)
<<
#Patch: %n.patch
BuildDependsOnly: True
SetCPPFLAGS: -no-cpp-precomp
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: <<
  --mandir=%p/share/man --infodir=%p/share/info --disable-dependency-tracking \
  --with-included-lzo
<<
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Replaces: gnutls-shlibs
  Depends: <<
libgettext3-shlibs, libgcrypt-shlibs (>= 1.1.94-1), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, opencdk-shlibs (>= 0.5.4-1),
lzo-shlibs, pth-shlibs
  <<
  DocFiles: COPYING README
  Files: <<
lib/libgnutls-extra.13*.dylib
lib/libgnutls-openssl.13*.dylib
lib/libgnutls.13*.dylib
  <<
  Shlibs: <<
%p/lib/libgnutls-openssl.13.dylib 16.0.0 %n (>= 1.2.9-3)
%p/lib/libgnutls-extra.13.dylib   16.0.0 %n (>= 1.2.9-3)
%p/lib/libgnutls.13.dylib 16.0.0 %n (>= 1.2.9-3)
  <<
<<
DocFiles: AUTHORS ChangeLog COPYING NEWS README
InfoDocs: gnutls.info
Description: GNU TLS encryption library
DescDetail: <<
GnuTLS is a project that aims to develop a library which provides
a secure layer, over a reliable transport layer. Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working group. 

  Quoting from RFC2246 - the TLS 1.0 protocol specification: 
  "The TLS protocol provides communications privacy over the Internet.
   The protocol allows client/server applications to communicate in a way that
   is designed to prevent eavesdropping, tampering, or message forgery."
<<
License: GPL/LGPL
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://www.gnutls.org/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo libtasn1-3.info,NONE,1.1

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6255/10.3/unstable/crypto/finkinfo

Added Files:
libtasn1-3.info 
Log Message:
Shiny new libtasn1.


--- NEW FILE: libtasn1-3.info ---
Package: libtasn1-3
Version: 0.3.6
Revision: 1
Source: mirror:custom:libtasn1-%v.tar.gz
CustomMirror: <<
  nam-US: http://josefsson.org/gnutls/releases/libtasn1/
  nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
<<
Source-MD5: 1a373457a4e6ad3c1641a847e7c70cf4
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Replaces: %N-dev, libtasn1
Conflicts: %N-dev, libtasn1
Provides: %N-dev
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libtasn1*.3*.dylib
  DocFiles: COPYING* README*
  Shlibs: <<
%p/lib/libtasn1.2.0.6.dylib 0.0.0 %n (>= 0.2.6-1)
  <<
<<
DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps doc/*.tex
InfoDocs: libtasn1.info
Description: ASN.1 library
DescDetail: <<
This is the ASN.1 library used in GNUTLS. 
More up to date information can be found at 
http://www.gnu.org/software/gnutls and http://www.gnutls.org
<<
License: GPL/LGPL
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/gnutls


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo libtasn1-3.info,NONE,1.1

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6255/10.4/unstable/crypto/finkinfo

Added Files:
libtasn1-3.info 
Log Message:
Shiny new libtasn1.


--- NEW FILE: libtasn1-3.info ---
Package: libtasn1-3
Version: 0.3.6
Revision: 1
Source: mirror:custom:libtasn1-%v.tar.gz
CustomMirror: <<
  nam-US: http://josefsson.org/gnutls/releases/libtasn1/
  nam-US: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
<<
Source-MD5: 1a373457a4e6ad3c1641a847e7c70cf4
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Replaces: %N-dev, libtasn1
Conflicts: %N-dev, libtasn1
Provides: %N-dev
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libtasn1*.3*.dylib
  DocFiles: COPYING* README*
  Shlibs: <<
%p/lib/libtasn1.2.0.6.dylib 0.0.0 %n (>= 0.2.6-1)
  <<
<<
DocFiles: COPYING* README* AUTHORS ChangeLog NEWS THANKS doc/*.ps doc/*.tex
InfoDocs: libtasn1.info
Description: ASN.1 library
DescDetail: <<
This is the ASN.1 library used in GNUTLS. 
More up to date information can be found at 
http://www.gnu.org/software/gnutls and http://www.gnutls.org
<<
License: GPL/LGPL
Maintainer: Corey Halpin <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/gnutls


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo libgcrypt.patch, NONE, 1.1 libgcrypt.info, 1.1, 1.2

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7360/10.4/unstable/crypto/finkinfo

Modified Files:
libgcrypt.info 
Added Files:
libgcrypt.patch 
Log Message:
New upstream revision.


--- NEW FILE: libgcrypt.patch ---
diff -ru libgcrypt-1.1.94/src/ath.h libgcrypt-1.1.94-patched/src/ath.h
--- libgcrypt-1.1.94/src/ath.h  Mon Oct 27 12:37:05 2003
+++ libgcrypt-1.1.94-patched/src/ath.h  Tue Dec 16 18:54:47 2003
@@ -31,6 +31,11 @@
 #include 
 #endif
 
+//+crh
+#include 
+#define socklen_t int
+//-crh
+
 
 /* Define _ATH_EXT_SYM_PREFIX if you want to give all external symbols
a prefix.  */

Index: libgcrypt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libgcrypt.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgcrypt.info  20 Jan 2006 20:16:56 -  1.1
+++ libgcrypt.info  17 Sep 2006 20:54:39 -  1.2
@@ -1,8 +1,8 @@
 Package: libgcrypt
-Version: 1.2.2
-Revision: 3
+Version: 1.2.3
+Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.gz
-Source-MD5: 1a4f886e4c1eb9b6908d39831c6f75b3
+Source-MD5: 64304da2d9e21239246c66f1d449b2c6
 Depends: %N-shlibs (= %v-%r)
 #Patch: %n.patch
 BuildDepends: gettext-dev, libgpg-error, libiconv-dev, pth


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo libgcrypt.patch, 1.3, 1.4 libgcrypt.info, 1.11, 1.12

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7360/10.3/unstable/crypto/finkinfo

Modified Files:
libgcrypt.info 
Added Files:
libgcrypt.patch 
Log Message:
New upstream revision.


--- NEW FILE: libgcrypt.patch ---
diff -ru libgcrypt-1.1.94/src/ath.h libgcrypt-1.1.94-patched/src/ath.h
--- libgcrypt-1.1.94/src/ath.h  Mon Oct 27 12:37:05 2003
+++ libgcrypt-1.1.94-patched/src/ath.h  Tue Dec 16 18:54:47 2003
@@ -31,6 +31,11 @@
 #include 
 #endif
 
+//+crh
+#include 
+#define socklen_t int
+//-crh
+
 
 /* Define _ATH_EXT_SYM_PREFIX if you want to give all external symbols
a prefix.  */

Index: libgcrypt.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/libgcrypt.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- libgcrypt.info  5 Jan 2006 05:36:08 -   1.11
+++ libgcrypt.info  17 Sep 2006 20:54:39 -  1.12
@@ -1,8 +1,8 @@
 Package: libgcrypt
-Version: 1.2.2
-Revision: 3
+Version: 1.2.3
+Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.gz
-Source-MD5: 1a4f886e4c1eb9b6908d39831c6f75b3
+Source-MD5: 64304da2d9e21239246c66f1d449b2c6
 Depends: %N-shlibs (= %v-%r)
 #Patch: %n.patch
 BuildDepends: gettext-dev, libgpg-error, libiconv-dev, pth


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo opencdk.info,1.1,1.2

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7774/10.4/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream revision.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opencdk.info20 Jan 2006 20:16:56 -  1.1
+++ opencdk.info17 Sep 2006 20:55:34 -  1.2
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.8
+Version: 0.5.9
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
-Source-MD5: 900c4dee7712845c19d7b2d2a93ea546
+Source-MD5: b692c2dc2cedd1435e2a2ef3f5a2c708
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
   libgpg-error, libgcrypt, gettext-dev,


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo opencdk.info,1.7,1.8

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7774/10.3/unstable/crypto/finkinfo

Modified Files:
opencdk.info 
Log Message:
New upstream revision.


Index: opencdk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/opencdk.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- opencdk.info17 Sep 2005 21:51:53 -  1.7
+++ opencdk.info17 Sep 2006 20:55:34 -  1.8
@@ -1,12 +1,12 @@
 Package: opencdk
-Version: 0.5.8
+Version: 0.5.9
 Revision: 1
 Source: mirror:custom:opencdk-%v.tar.gz
 CustomMirror: <<
   nam-US: http://josefsson.org/gnutls/releases/opencdk/
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/opencdk/
 <<
-Source-MD5: 900c4dee7712845c19d7b2d2a93ea546
+Source-MD5: b692c2dc2cedd1435e2a2ef3f5a2c708
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
   libgpg-error, libgcrypt, gettext-dev,


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo monotone.info,1.7,1.8

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3447/10.4/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- monotone.info   11 Sep 2006 22:47:05 -  1.7
+++ monotone.info   18 Sep 2006 02:19:58 -  1.8
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.29
+Version: 0.30
 Revision: 1001
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 2261177af47621902c97719b94756994
+Source-MD5: 94a1f8369162f7a7df8596b365a1d846
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev, gcc3.3


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo monotone.info,1.24,1.25

2006-09-17 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3447/10.3/unstable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
New upstream revision.


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/monotone.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- monotone.info   11 Sep 2006 22:47:05 -  1.24
+++ monotone.info   18 Sep 2006 02:19:58 -  1.25
@@ -1,8 +1,8 @@
 Package: monotone
-Version: 0.29
+Version: 0.30
 Revision: 1
 Source: http://www.venge.net/monotone/downloads/monotone-%v.tar.gz
-Source-MD5: 2261177af47621902c97719b94756994
+Source-MD5: 94a1f8369162f7a7df8596b365a1d846
 PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev, gcc3.3


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo gnutls12.info,1.5,1.6

2006-09-18 Thread Corey Halpin
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3036/10.4/unstable/crypto/finkinfo

Modified Files:
gnutls12.info 
Log Message:
Forgot to bump the revision.


Index: gnutls12.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnutls12.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gnutls12.info   17 Sep 2006 20:49:34 -  1.5
+++ gnutls12.info   18 Sep 2006 13:29:11 -  1.6
@@ -1,6 +1,6 @@
 Package: gnutls12
 Version: 1.2.11
-Revision: 1
+Revision: 2
 Source: mirror:custom:gnutls-%v.tar.bz2
 CustomMirror: <<
   nam-US: ftp://ftp.gnutls.org/pub/gnutls/


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   3   4   5   >