[cvs] dists/10.4/unstable/main/finkinfo/kde smb4k.info,1.6,1.7

2008-07-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27397/unstable/main/finkinfo/kde

Modified Files:
smb4k.info 
Log Message:
leopard fix #1

Index: smb4k.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/smb4k.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- smb4k.info  24 Jun 2008 08:20:59 -  1.6
+++ smb4k.info  6 Jul 2008 09:27:05 -   1.7
@@ -1,6 +1,6 @@
 Package: smb4k
 Version: 0.9.6
-Revision: 1003
+Revision: 1004
 CustomMirror: <<
 nam-EUR: http://download.berlios.de
 nam-EUR: http://download2.berlios.de
@@ -18,6 +18,7 @@
 PatchScript: <<
perl -pi -e "s,doc/HTML,doc/kde,;s,-g -O,-O,g;s,-O2,-Os,g;" configure
perl -pi -e "s,FreeBSD,lalala,g" smb4k/core/smb4kmounter.cpp 
utilities/smb4k_umount.cpp
+   perl -pi -e 's,\#include \,\#include \\n\#include 
\,g' utilities/smb4k_mount.cpp
perl -pi -e 's,-L\S+,,g' plugin/Makefile.in
 <<
 InstallScript: make install DESTDIR=%d


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4 ChangeLog,1.4,1.5 inject.pl,1.1,1.2

2008-07-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7450

Modified Files:
ChangeLog inject.pl 
Log Message:
adapt inject.pl so that, if passed the flag "-updates", it will 
correctly inject an -updates tarball


Index: inject.pl
===
RCS file: /cvsroot/fink/dists/10.4/inject.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- inject.pl   20 Jan 2006 00:51:43 -  1.1
+++ inject.pl   6 Jul 2008 09:58:37 -   1.2
@@ -5,7 +5,7 @@
 #
 # Fink - a package manager that downloads source and installs it
 # Copyright (c) 2001 Christoph Pfisterer
-# Copyright (c) 2001-2004 The Fink Package Manager Team
+# Copyright (c) 2001-2008 The Fink Package Manager Team
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
 #
 
 $| = 1;
@@ -131,9 +131,21 @@
 exit 1;
 }
 
-### parse config file for root method
+# can't use Fink::Bootstrap::find_rootmethod because the optional arguments
+# are not passed
+
+ parse config file for root method
+#
+#&find_rootmethod($basepath);
+
+### re-execute as root 
 
+unshift(@ARGV, $basepath);
+
+if ($> != 0) {
+exit &execute("sudo ./inject.pl @ARGV");
+}
+umask oct("022");
 
-&find_rootmethod($basepath);
 
 ### determine the distribution
 
@@ -178,6 +190,27 @@
 }
 }
 
+
+$param = shift;
+
+my ($second, $third);
+
+if (defined $ARGV[0]) {
+$second = shift;
+} else {
+$second = "";
+}
+
+if (defined $ARGV[0]) {
+$third = shift;
+} else {
+$third = "";
+}
+
+my $updates = 0;
+
+$updates = 1 unless (not ($second eq "-updates"));
+
 ### copy description files
 
 print "Copying...\n";
@@ -186,21 +219,27 @@
   &execute("/bin/mkdir -p -m755 $basepath/fink/debs");
 }
 
+if (not $updates){
 if (&execute("/bin/cp -f README $basepath/fink/$dists/; /bin/chmod 644 
$basepath/fink/$dists/README")) {
   print "ERROR: Can't copy README file.\n";
   exit 1;
-}
+}}
 
+if (not $updates){
 if (&execute("/bin/cp -f VERSION $basepath/fink/$dists/; /bin/chmod 644 
$basepath/fink/$dists/VERSION")) {
   print "ERROR: Can't copy VERSION file.\n";
   exit 1;
-}
+}}
 
+# in the case of updates, we needed the file DISTRIBUTION in the tarball in
+# order to check correctness, but we do *not* install it
+if (not $updates){
 if (&execute("/bin/cp -f DISTRIBUTION $basepath/fink/$dists/; /bin/chmod 644 
$basepath/fink/$dists/DISTRIBUTION")) {
   print "ERROR: Can't copy DISTRIBUTION file.\n";
   exit 1;
-}
+}}
 
+if (not $updates) {
 &execute("rm -f $basepath/fink/$dists/stamp-*");
 if (-f "stamp-cvs-live") {
   my @now = gmtime(time);
@@ -211,6 +250,7 @@
 } else {
   &execute("cp stamp-* $basepath/fink/$dists/");
 }
+}
 
 sub wanted {
   my ($dir);
@@ -237,7 +277,7 @@
 
 ### inform the user
 
-unless (defined $ARGV[0] and $ARGV[0] eq "-quiet") {
+unless ($second eq "-quiet" or $third eq "-quiet") {
   print "\n";
   &print_breaking("Your Fink installation in '$basepath' was updated with ".
  "new package description files. Please update the package ".

Index: ChangeLog
===
RCS file: /cvsroot/fink/dists/10.4/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ChangeLog   22 Jun 2008 00:09:19 -  1.4
+++ ChangeLog   6 Jul 2008 09:58:37 -   1.5
@@ -1,3 +1,8 @@
+2008-07-06  Dave Morrison  <[EMAIL PROTECTED]>
+
+   * inject.pl: adapt the script so that, if passed the flag "-updates",
+   it will correctly inject an -updates tarball
+   
 2008-06-21  Dave Morrison  <[EMAIL PROTECTED]>
 
* DISTRIBUTION: value needs to be 10.5 for the 0.9.0 distribution


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde smb4k.info,1.7,1.8

2008-07-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6964/unstable/main/finkinfo/kde

Modified Files:
smb4k.info 
Log Message:
leopard fix #2

Index: smb4k.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/smb4k.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- smb4k.info  6 Jul 2008 09:27:05 -   1.7
+++ smb4k.info  6 Jul 2008 13:39:16 -   1.8
@@ -1,6 +1,6 @@
 Package: smb4k
 Version: 0.9.6
-Revision: 1004
+Revision: 1005
 CustomMirror: <<
 nam-EUR: http://download.berlios.de
 nam-EUR: http://download2.berlios.de
@@ -18,7 +18,7 @@
 PatchScript: <<
perl -pi -e "s,doc/HTML,doc/kde,;s,-g -O,-O,g;s,-O2,-Os,g;" configure
perl -pi -e "s,FreeBSD,lalala,g" smb4k/core/smb4kmounter.cpp 
utilities/smb4k_umount.cpp
-   perl -pi -e 's,\#include \,\#include \\n\#include 
\,g' utilities/smb4k_mount.cpp
+   perl -pi -e 's,\#include \,\#include \\n\#include 
\,g' utilities/smb4k_mount.cpp utilities/smb4k_kill.cpp
perl -pi -e 's,-L\S+,,g' plugin/Makefile.in
 <<
 InstallScript: make install DESTDIR=%d


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/web trac-py.info,1.10,1.11

2008-07-06 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv10363

Modified Files:
trac-py.info 
Log Message:
New upstream Trac (0.11)

Here are some of the features you can expect from this version:

  * New template engine for generating content (Genshi)
  * New configurable workflow in the ticket subsystem
  * Finer-grained control of permissions
  * Support for Pygments as the default syntax highlighter
  * Improved repository browser ("blame" support, dynamic in-place
expansion of folders)
  * Improved user preferences subsystem, among which the possibility
for any user to select their time zone and disable access keys
  * The WebAdmin plugin is now an integral part of Trac

You can find a more detailed release note at:
http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11


Index: trac-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/trac-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- trac-py.info22 Jun 2008 16:59:22 -  1.10
+++ trac-py.info6 Jul 2008 17:37:25 -   1.11
@@ -1,35 +1,60 @@
 Info2: <<
 Package: trac-py%type_pkg[python]
-Version: 0.10.5
+Version: 0.11
 Revision: 1000
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
 Type: python(2.3 2.4 2.5)
+
 Maintainer: Charles Lepple <[EMAIL PROTECTED]>
+
 Depends: <<
-sqlite3, 
-python%type_pkg[python]-shlibs | python%type_pkg[python]-nox-shlibs,
-pysqlite2-py%type_pkg[python] (>= 2.4.1-1) | mysql-python-py%type_pkg[python] 
| psycopg2-py%type_pkg[python],
-clearsilver-py%type_pkg[python],
-svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
+   sqlite3, 
+   python%type_pkg[python]-shlibs,
+   pysqlite2-py%type_pkg[python] (>= 2.4.1-1) | 
mysql-python-py%type_pkg[python] | psycopg2-py%type_pkg[python],
+   genshi-py%type_pkg[python] (>= 0.5-1),
+   svn-swig-py%type_pkg[python] (>= 1.2.3-1012)
 <<
+
 BuildDepends: <<
-python%type_pkg[python] | python%type_pkg[python]-nox
+   python%type_pkg[python]
 <<
 
-Conflicts: trac-py22, trac-py23, trac-py24, trac-py25
-Replaces: trac-py22, trac-py23, trac-py24, trac-py25
-Recommends: silvercity-py%type_pkg[python]
+# For some plugins (otherwise, genshi is used):
+Suggests: silvercity-py%type_pkg[python]
 
-Source: http://ftp.edgewall.com/pub/trac/trac-%v.tar.gz
-Source-MD5: 614aa61af201b33f8cd292344f434dbb
+Source: http://ftp.edgewall.com/pub/trac/Trac-%v.tar.gz
+Source-MD5: 5d51f7f9a85b57e8e69bfad9ad68ee07
 
 CompileScript: <<
   %p/bin/python%type_raw[python] setup.py build
 <<
+
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
+  mv %i/bin/trac-admin %i/bin/trac-admin%type_raw[python]
+  mv %i/bin/tracd %i/bin/tracd%type_raw[python]
 <<
-DocFiles: AUTHORS COPYING ChangeLog README README.tracd RELEASE THANKS
+
+PostInstScript: <<
+ if [ $1 = "configure" ]; then
+   if dpkg --compare-versions "$2" lt %v; then
+ echo
+ echo "Remember to run 'trac-admin /path/to/environment upgrade'."
+ echo
+   fi
+ fi
+ update-alternatives --install %p/bin/trac-admin trac-admin 
%p/bin/trac-admin%type_raw[python] %type_pkg[python] \
+ --slave   %p/bin/tracd  tracd  
%p/bin/tracd%type_raw[python]
+<<
+
+PreRmScript: <<
+ if [ $1 != "upgrade" ]; then
+   update-alternatives --remove trac-admin %p/bin/trac-admin%type_raw[python]
+ fi
+<<
+
+
+DocFiles: AUTHORS COPYING ChangeLog README RELEASE THANKS UPGRADE
 Description: Web-based software project management sytem
 DescDetail: <<
 Trac is an enhanced wiki and issue tracking system for software development 
@@ -40,8 +65,10 @@
 way.
 <<
 DescUsage: <<
+*** Remember to run 'trac-admin /path/to/environment upgrade' after upgrading
+to a new version of Trac.
 
-Trac will use pysqlite2 in preference to pysqlite.  If you install 
+*** Trac will use pysqlite2 in preference to pysqlite.  If you install 
 pysqlite2 after creating a pysqlite trac database, you will need to
 update your trac database:
 
@@ -89,6 +116,10 @@
 
 *** In order to have syntax highlighting in the Trac web pages, the
 silvercity-py22|23|24 package needs to be installed.
+
+*** The clearsilver templating language is no longer used (Genshi is used
+instead). You may remove the clearsilver-py* package if nothing else is using
+it.
 <<
 
 DescPort: <<
@@ -97,7 +128,7 @@
 <<
 
 DescPackaging:<<
-$LastChangedRevision: 512 $ in my local repository.
+$LastChangedRevision: 517 $ in my local repository.
 <<
 
 License: BSD


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

[cvs] dists/10.4/unstable/main/finkinfo/utils gnuit.info, NONE, 1.1.2.1

2008-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11164

Added Files:
  Tag: pangocairo-branch
gnuit.info 
Log Message:
New package.

--- NEW FILE: gnuit.info ---
Package: gnuit
Version: 4.9.4
Revision: 1
Description: GNU interactive tools
DescDetail: <<
gnuit (GNU Interactive Tools) is a set of interactive text-mode tools,
closely integrated with the shell. It contains an extensible file
system browser, an ascii/hex file viewer, a process viewer/killer and
some other related utilities and shell scripts.

It can be used to increase the speed and efficiency of most of the
daily tasks such as copying and moving files and directories, invoking
editors, compressing and uncompressing files, creating and expanding
archives, compiling programs, sending mail, etc. It looks nice, has
colors (if the standard ANSI color sequences are supported) and is
user-friendly.

One of the main advantages of gnuit is its flexibility. It is not
limited to a given set of commands. The configuration file can be
easily enhanced, allowing the user to add new commands or file
operations, depending on its needs or preferences.
<<
Homepage: http://www.gnu.org/software/gnuit/
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
License: GPL

Source: gnu
Source-MD5: 7f87f5b80b824cdc94de4ca71d7e5201

BuildDepends: libncursesw5
Depends: libncursesw5-shlibs

ConfigureParams: --disable-transition --disable-dependency-tracking

InstallScript: <<
make install DESTDIR=%d
/bin/rm -r %i/lib
<<

InfoDocs: gnuit.info

DocFiles: AUTHORS ChangeLog COPYING NEWS PROBLEMS README


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils gnuit.info,1.1,1.2

2008-07-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11997

Added Files:
gnuit.info 
Log Message:
New package.

--- NEW FILE: gnuit.info ---
Package: gnuit
Version: 4.9.4
Revision: 1
Description: GNU interactive tools
DescDetail: <<
gnuit (GNU Interactive Tools) is a set of interactive text-mode tools,
closely integrated with the shell. It contains an extensible file
system browser, an ascii/hex file viewer, a process viewer/killer and
some other related utilities and shell scripts.

It can be used to increase the speed and efficiency of most of the
daily tasks such as copying and moving files and directories, invoking
editors, compressing and uncompressing files, creating and expanding
archives, compiling programs, sending mail, etc. It looks nice, has
colors (if the standard ANSI color sequences are supported) and is
user-friendly.

One of the main advantages of gnuit is its flexibility. It is not
limited to a given set of commands. The configuration file can be
easily enhanced, allowing the user to add new commands or file
operations, depending on its needs or preferences.
<<
Homepage: http://www.gnu.org/software/gnuit/
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
License: GPL

Source: gnu
Source-MD5: 7f87f5b80b824cdc94de4ca71d7e5201

BuildDepends: libncursesw5
Depends: libncursesw5-shlibs

ConfigureParams: --disable-transition --disable-dependency-tracking

InstallScript: <<
make install DESTDIR=%d
/bin/rm -r %i/lib
<<

InfoDocs: gnuit.info

DocFiles: AUTHORS ChangeLog COPYING NEWS PROBLEMS README


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci cctbx.info, 1.9.2.2, 1.9.2.3 cctbx-10.5.info, 1.1.2.2, 1.1.2.3 cctbx-10.4.info, 1.1.2.2, 1.1.2.3

2008-07-06 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28118

Modified Files:
  Tag: pangocairo-branch
cctbx.info cctbx-10.5.info cctbx-10.4.info 
Log Message:
cctbx version upgrade

Index: cctbx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cctbx.info,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -d -r1.9.2.2 -r1.9.2.3
--- cctbx.info  19 Jan 2008 18:26:40 -  1.9.2.2
+++ cctbx.info  6 Jul 2008 22:07:03 -   1.9.2.3
@@ -1,8 +1,8 @@
 Package:cctbx
-Version: 71118
+Version: 80525
 # 2007_11_18_2203
 Revision: 2
-Depends: cctbx-10.5 | cctbx-10.4
+Depends: cctbx-10.5 (>= 80525-1) | cctbx-10.4 (>= 80525-1)
 GCC: 4.0
 BuildDependsOnly: false
 NoSourceDirectory: true

Index: cctbx-10.4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cctbx-10.4.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cctbx-10.4.info 19 Jan 2008 18:26:39 -  1.1.2.2
+++ cctbx-10.4.info 6 Jul 2008 22:07:04 -   1.1.2.3
@@ -1,17 +1,17 @@
 Package: cctbx-10.4
-Version: 71118
+Version: 80525
 # 2007_11_18_2203
-Revision: 2
+Revision: 1
 Distribution: 10.4
-Conflicts: cctbx (<= 71118-1), cctbx-10.5
-Replaces: cctbx (<= 71118-1), cctbx-10.5
+Conflicts: cctbx (<= 80524-1), cctbx-10.5
+Replaces: cctbx (<= 80524-1), cctbx-10.5
 GCC: 4.0
 BuildDependsOnly: false
 NoSourceDirectory: true
 NoSetLDFLAGS: true
 NoSetCPPFLAGS: true
 Source: 
http://cci.lbl.gov/cctbx_build/results/2007_11_18_2203/cctbx_bundle.tar.gz
-Source-MD5: d6d4ce016a438c502436e8b8699fc163
+Source-MD5: 568d1650d59de2cdce1cc44b6180f474
 SourceRename: cctbx-%v.tar.gz
 Description: Computational Crystallography Toolbox
 DescDetail: <<

Index: cctbx-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cctbx-10.5.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- cctbx-10.5.info 19 Jan 2008 18:26:40 -  1.1.2.2
+++ cctbx-10.5.info 6 Jul 2008 22:07:03 -   1.1.2.3
@@ -1,17 +1,17 @@
 Package: cctbx-10.5
-Version: 71118
-# 2007_11_18_2203
-Revision: 2
+Version: 80525
+# 2008_05_25_1144
+Revision: 1
 Distribution: 10.5
-Conflicts: cctbx (<= 71118-1), cctbx-10.4
-Replaces: cctbx (<= 71118-1),  cctbx-10.4
+Conflicts: cctbx (<= 80524-1), cctbx-10.4
+Replaces: cctbx (<= 80524-1),  cctbx-10.4
 GCC: 4.0
 BuildDependsOnly: false
 NoSourceDirectory: true
 NoSetLDFLAGS: true
 NoSetCPPFLAGS: true
-Source: 
http://cci.lbl.gov/cctbx_build/results/2007_11_18_2203/cctbx_bundle.tar.gz
-Source-MD5: d6d4ce016a438c502436e8b8699fc163
+Source: 
http://cci.lbl.gov/cctbx_build/results/2008_05_25_1144/cctbx_bundle.tar.gz
+Source-MD5: 568d1650d59de2cdce1cc44b6180f474
 SourceRename: cctbx-%v.tar.gz
 Description: Computational Crystallography Toolbox
 DescDetail: <<


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci ccp4-onlylibs-dev.info, 1.11.2.6, 1.11.2.7 pointless.patch, 1.1.2.2, 1.1.2.3 pointless.info, 1.4.2.5, 1.4.2.6 coot.info, 1.23.2.55, 1.23.2.56

2008-07-06 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29219

Modified Files:
  Tag: pangocairo-branch
ccp4-onlylibs-dev.info pointless.patch pointless.info 
coot.info 
Log Message:
version update for pangocairo

Index: pointless.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pointless.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- pointless.patch 19 Jan 2008 18:26:42 -  1.1.2.2
+++ pointless.patch 6 Jul 2008 23:27:09 -   1.1.2.3
@@ -18,10 +18,10 @@
  # Clipper location
 -CLPR=${CLIB}/clipper
 +# CLPR=${CLIB}/clipper
-+CLPR=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.2/lib/clipper
++CLPR=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.99/lib/clipper
  
-+CLIB=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.2/lib
-+CCP4=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.2
++CLIB=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.99/lib
++CCP4=/@prefix@/share/xtal/ccp4-onlylibs-dev-6.0.99
  #< Includes
  # CCP4
  ICCP4=-I${CLIBS}

Index: pointless.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pointless.info,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -u -d -r1.4.2.5 -r1.4.2.6
--- pointless.info  23 Apr 2008 05:19:11 -  1.4.2.5
+++ pointless.info  6 Jul 2008 23:27:09 -   1.4.2.6
@@ -1,6 +1,6 @@
 Package: pointless
 Version: 1.2.10
-Revision: 1
+Revision: 2
 Source: ftp://ftp.ccp4.ac.uk/ccp4/current/prerelease/%n-%v-src.tar.gz
 Source-MD5: d2115796ea0aeaa42b2fe8f4ae16bcfd
 Source2: ftp://ftp.ccp4.ac.uk/ccp4/6.0.2/prerelease/%n.html
@@ -9,15 +9,12 @@
 Source3-MD5: e4d9a43059ad3981ea7eda165c5ba5aa
 NoSourceDirectory: yes
 Depends: ccp4 (>= 6.0.2), fftw-shlibs
-BuildDepends: fftw, ccp4-onlylibs-dev (>= 6.0.2-8) , cctbx-10.4 | cctbx-10.5
+BuildDepends: fftw, ccp4-onlylibs-dev (>= 6.0.99-1) , cctbx-10.4 | cctbx-10.5
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 PatchScript: <<
  sed 's|@prefix@|%p|g' <%a/%n.patch | patch -p1
  mv pointless pointless-ccp4i
-#cp Makefile.linux Makefile
-#perl -pi -e 's|CCTBX\=\${CLIB}/cctbx|CCTBX\=ccp4-6.0.2/lib/cctbx|g' Makefile
-#perl -pi -e 's|lm|lm -L%p/lib -ldrfftw -lfftw|' Makefile
 <<
 CompileScript: << 
 #!/bin/bash -efv
@@ -40,8 +37,6 @@
 cp templates/pointless.com %i/share/xtal/ccp4-6.0.2/ccp4i/templates/. 
 mkdir -p %i/share/xtal/ccp4-6.0.2/ccp4i/scripts
 cp scripts/pointless_centre.script scripts/pointless_index.script 
scripts/pointless_laue.script %i/share/xtal/ccp4-6.0.2/ccp4i/scripts/. 
-#mkdir -p %i/share/xtal/ccp4-6.0.2/ccp4i/help
-# cppointless-ccp4i/help/* %i/share/xtal/ccp4-6.0.2/ccp4i/help/. 
 mkdir -p %i/share/xtal/ccp4-6.0.2/ccp4i/tasks
 cp tasks/pointless.def  tasks/pointless_index.def tasks/pointless_laue.tcl 
tasks/pointless_centre.def tasks/pointless_index.tcl tasks/pointless_utils.tcl 
tasks/pointless_centre.tcl tasks/pointless_laue.def  
%i/share/xtal/ccp4-6.0.2/ccp4i/tasks/. 
 <<

Index: ccp4-onlylibs-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ccp4-onlylibs-dev.info,v
retrieving revision 1.11.2.6
retrieving revision 1.11.2.7
diff -u -d -r1.11.2.6 -r1.11.2.7
--- ccp4-onlylibs-dev.info  1 May 2008 17:37:51 -   1.11.2.6
+++ ccp4-onlylibs-dev.info  6 Jul 2008 23:27:09 -   1.11.2.7
@@ -1,17 +1,17 @@
 Package: ccp4-onlylibs-dev
 # Use version numbering to sync with the current CCP4 release:
-Version: 6.0.2
-Revision: 11
+Version: 6.0.99
+Revision: 1
 GCC: 4.0
-Source: http://xanana.ucsc.edu/xtal/%n/%n-%v.tar.gz
+Source: http://xanana.ucsc.edu/xtal/%n/%n-%v.tgz
 #Source: ftp://ftp.ccp4.ac.uk/prerelease/ccp4-onlylibs-dev.tar.gz
 # Source-MD5: 67de45f1d718627ab96939f5443937ae
 #Source-MD5: e778478de628c75792d2401248c63350
-Source-MD5: f3d7e391dfc5f03667d8d4504d61f92d
+Source-MD5: 04d79e0c72544ec1ba447bb1e91b4b54
 #
 SourceDirectory: %n
-Source2: http://chemistry.ucsc.edu/~wgscott/xtal/%n/%n-extras-0.1.tgz
-Source2-MD5: ea307964e3786bef0868ea560471
+#Source2: http://chemistry.ucsc.edu/~wgscott/xtal/%n/%n-extras-0.1.tgz
+#Source2-MD5: ea307964e3786bef0868ea560471
 #
 Depends:  gcc43-shlibs
 BuildDepends: gcc43
@@ -20,12 +20,12 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 ###
-Patch: %n.patch
+#Patch: %n.patch
 PatchScript: <<
 #!/bin/zsh -efv
 umask 0022
 # Use my patched configure and ccp4.setup-zsh files
-cp ../ccp4.setup-zsh include/.
+#cp ../ccp4.setup-zsh include/.
 # cp ../configure .
 # setup scripts for tcsh, zsh and bash users
 export TEMPXTAL=$PWD:h
@@ -64,9 +64,10 @@
 source include/ccp4.setup-zsh
 export DYLD_LIBRARY_PATH=$CLIB
 #
-FC="gfortran"  ./configure --with-ssm --with-mmdb --onlylibs Darwin
+ ./con