dists/10.4-transitional/unstable/main/finkinfo/languages f2py-py.info,1.2,1.3

2005-10-21 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3185

Modified Files:
f2py-py.info 
Log Message:
patch from Kurt Schwehr


Index: f2py-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/f2py-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- f2py-py.info29 Apr 2005 00:22:06 -  1.2
+++ f2py-py.info21 Oct 2005 11:02:59 -  1.3
@@ -2,7 +2,7 @@
 
 Package: f2py-py%type_pkg[python]
 Version: 2.45.241
-Revision: 2
+Revision: 3
 GCC: 3.3
 Type: python (2.2 2.3 2.4)
 Description: Fortran to Python Interface Generator
@@ -36,6 +36,7 @@
  #!/bin/sh
  %p/bin/python%type_raw[python] setup.py install --root=%d
  mkdir -p %i/share/doc/%n
+ mkdir -p %i/bin
  cp -R docs/ %i/share/doc/%n
  mv %i/bin/f2py %i/bin/f2py%type_raw[python]
  ln -s %p/bin/f2py%type_raw[python] %i/bin/f2py



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


scripts/pdb sections.sql,1.8,1.9

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/scripts/pdb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4039

Modified Files:
sections.sql 
Log Message:
KDE and GNOME version upgrades


Index: sections.sql
===
RCS file: /cvsroot/fink/scripts/pdb/sections.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sections.sql6 Jun 2005 18:32:08 -   1.8
+++ sections.sql21 Oct 2005 15:02:03 -  1.9
@@ -5,9 +5,9 @@
 insert into sections values ('devel', 'Software for software development');
 insert into sections values ('editors', 'Text editors');
 insert into sections values ('games', 'Games and other fun stuff');
-insert into sections values ('gnome', 'The GNOME desktop environment (version 
2.6.0)');
+insert into sections values ('gnome', 'The GNOME desktop environment (version 
2.6/2.10/2.12 hybrid)');
 insert into sections values ('graphics', 'Graphics applications and 
libraries');
-insert into sections values ('kde', 'K Desktop Environment (version 3.4.1)');
+insert into sections values ('kde', 'K Desktop Environment (version 3.4.3)');
 insert into sections values ('languages', 'Programming languages (compilers, 
interpreters)');
 insert into sections values ('libs', 'General purpose libraries');
 insert into sections values ('libs/perlmods', 'Perl libraries');



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks/pdb sf-net.patch,NONE,1.1

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/pdb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13085/pdb

Added Files:
sf-net.patch 
Log Message:
repository cleanup


--- NEW FILE: sf-net.patch ---
Index: FinkVersion.pm.in
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
retrieving revision 1.27
diff -u -r1.27 FinkVersion.pm.in
--- FinkVersion.pm.in   29 Jul 2005 16:42:44 -  1.27
+++ FinkVersion.pm.in   21 Oct 2005 15:27:07 -
@@ -70,7 +70,7 @@
 =cut
 
 sub fink_version {
-   return @VERSION@;
+   return 0.24.99.cvs;
 }
 
 
Index: Services.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.174
diff -u -r1.174 Services.pm
--- Services.pm 30 Jul 2005 05:45:27 -  1.174
+++ Services.pm 3 Aug 2005 00:56:29 -
@@ -1138,6 +1138,7 @@
 =cut
 
 sub get_arch {
+   $arch = powerpc;
if(not defined $arch) {
foreach ('/usr/bin/uname', '/bin/uname') {
# check some common places (why aren't we using 
$ENV{PATH}?)
Index: Status.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Status.pm,v
retrieving revision 1.17
diff -u -r1.17 Status.pm
--- Status.pm   2 Jan 2005 15:56:59 -   1.17
+++ Status.pm   3 Aug 2005 00:56:29 -
@@ -76,9 +76,7 @@
$file = $basepath./var/lib/dpkg/status;
$hash = {};
 
-   if (! -f $file) {
-   print WARNING: can't read dpkg status file \$file\.\n;
-
+   {
$self-{_invalid} = 0;
return;
}



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks pdb.sf-net.patch,1.5,1.6

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12321

Modified Files:
pdb.sf-net.patch 
Log Message:
encore:(


Index: pdb.sf-net.patch
===
RCS file: /cvsroot/fink/experimental/dmacks/pdb.sf-net.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pdb.sf-net.patch21 Oct 2005 15:29:55 -  1.5
+++ pdb.sf-net.patch21 Oct 2005 15:31:07 -  1.6
@@ -3,8 +3,8 @@
 RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
 retrieving revision 1.27
 diff -u -r1.27 FinkVersion.pm.in
 FinkVersion.pm.in 29 Jul 2005 16:42:44 -   1.27
-+++ FinkVersion.pm.in 21 Oct 2005 15:27:07 -
+--- FinkVersion.pm.in  29 Jul 2005 16:42:44 -  1.27
 FinkVersion.pm.in  21 Oct 2005 15:27:07 -
 @@ -70,7 +70,7 @@
  =cut
  



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks pdb.sf-net.patch,1.4,1.5

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11983

Modified Files:
pdb.sf-net.patch 
Log Message:
Spacing fix.


Index: pdb.sf-net.patch
===
RCS file: /cvsroot/fink/experimental/dmacks/pdb.sf-net.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pdb.sf-net.patch21 Oct 2005 15:28:35 -  1.4
+++ pdb.sf-net.patch21 Oct 2005 15:29:55 -  1.5
@@ -3,14 +3,14 @@
 RCS file: /cvsroot/fink/fink/perlmod/Fink/FinkVersion.pm.in,v
 retrieving revision 1.27
 diff -u -r1.27 FinkVersion.pm.in
 FinkVersion.pm.in 29 Jul 2005 16:42:44 -  1.27
+--- FinkVersion.pm.in 29 Jul 2005 16:42:44 -   1.27
 +++ FinkVersion.pm.in 21 Oct 2005 15:27:07 -
 @@ -70,7 +70,7 @@
  =cut
  
  sub fink_version {
-- return @VERSION@;
-+ return 0.24.99.cvs;
+-  return @VERSION@;
++  return 0.24.99.cvs;
  }
  
  



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/dmacks pdb.sf-net.patch,1.6,NONE

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13085

Removed Files:
pdb.sf-net.patch 
Log Message:
repository cleanup


--- pdb.sf-net.patch DELETED ---



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/web mhonarc.info,1.2,1.3

2005-10-21 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11229

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


Index: mhonarc.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/web/mhonarc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mhonarc.info28 Apr 2005 14:03:08 -  1.2
+++ mhonarc.info21 Oct 2005 17:34:07 -  1.3
@@ -1,10 +1,10 @@
 Package: mhonarc
-Version: 2.6.10
-Revision: 22
+Version: 2.6.15
+Revision: 1
 Depends: digest-md5-pm586 | perl586-core
 BuildDepends: perl586-core, fink (= 0.20.1-1)
-Source: http://www.mhonarc.org/tar/MHonArc-%v.tar.bz2
-Source-MD5: 337dfa5660fa158e5a4e3fd74b4c2ec1
+Source: http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%v.tar.bz2
+Source-MD5: 4617930d593288d1714c3b1f91029314
 CompileScript: echo Nothing to do
 InstallScript: 
 perl5.8.6 install.me -batch -nodoc -nolib -noman -prefix %i -libpath 
%p/lib/mhonarc -binpath %i/bin
@@ -13,7 +13,7 @@
 cp -r admin contrib examples extras logo %i/share/mhonarc
 cd %i/share/mhonarc  ln -s ../doc/mhonarc doc
 
-DocFiles: ACKNOWLG BUGS CHANGES COPYING FILELIST INSTALL README RELNOTES TODO
+DocFiles: ACKNOWLG BUGS CHANGES COPYING FILELIST INSTALL README.txt RELNOTES 
TODO
 License: GPL
 Description: Converts mail messages to HTML
 DescPackaging: 



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sci cdat.info,1.2,1.3

2005-10-21 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17890

Modified Files:
cdat.info 
Log Message:
added hdf dep


Index: cdat.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sci/cdat.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cdat.info   14 Oct 2005 11:51:28 -  1.2
+++ cdat.info   21 Oct 2005 18:05:07 -  1.3
@@ -1,9 +1,9 @@
 Package: cdat
 Version: 4.0
-Revision: 5
+Revision: 6
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 BuildDepends: x11-dev, tcltk-dev, netcdf, xgks, g77, libdap3 (=3.5.2-1), 
libnc-dap3 (=3.5.2-1)
-Depends: x11, netcdf-shlibs, python24, numeric-py24, pmw-py24, gplot, 
netpbm-bin, gifsicle, ghostscript, scientificpython-py24, pyfort-py24, 
pyfort-py24-bin, python24, python (= 1:2.4-1) | python (= 2.5-1), 
libdap3-shlibs (=3.5.2-1), libnc-dap3-shlibs (=3.5.2-1)
+Depends: x11, netcdf-shlibs, python24, numeric-py24, pmw-py24, gplot, 
netpbm-bin, gifsicle, ghostscript, scientificpython-py24, pyfort-py24, 
pyfort-py24-bin, python24, python (= 1:2.4-1) | python (= 2.5-1), 
libdap3-shlibs (=3.5.2-1), libnc-dap3-shlibs (=3.5.2-1), hdf
 Source: mirror:sourceforge:%n/CDAT-%v.rc1-%n.tar.gz
 Source-MD5: f068050b07a0b0c90959ed89d4a4951f
 SourceDirectory: CDAT-%v.rc1



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/sci cdat.info,1.4,1.5

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

Modified Files:
cdat.info 
Log Message:
Added hdf dep


Index: cdat.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/cdat.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cdat.info   14 Oct 2005 11:52:21 -  1.4
+++ cdat.info   21 Oct 2005 18:06:09 -  1.5
@@ -1,9 +1,9 @@
 Package: cdat
 Version: 4.0
-Revision: 5
+Revision: 6
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 BuildDepends: x11-dev, tcltk-dev, netcdf, xgks, g77, libdap3 (=3.5.2-1), 
libnc-dap3 (=3.5.2-1)
-Depends: x11, netcdf-shlibs, python24, numeric-py24, pmw-py24, gplot, 
netpbm-bin, gifsicle, ghostscript, scientificpython-py24, pyfort-py24, 
pyfort-py24-bin, python24, python (= 1:2.4-1) | python (= 2.5-1), 
libdap3-shlibs (=3.5.2-1), libnc-dap3-shlibs (=3.5.2-1)
+Depends: x11, netcdf-shlibs, python24, numeric-py24, pmw-py24, gplot, 
netpbm-bin, gifsicle, ghostscript, scientificpython-py24, pyfort-py24, 
pyfort-py24-bin, python24, python (= 1:2.4-1) | python (= 2.5-1), 
libdap3-shlibs (=3.5.2-1), libnc-dap3-shlibs (=3.5.2-1), hdf
 Source: mirror:sourceforge:%n/CDAT-%v.rc1-%n.tar.gz
 Source-MD5: f068050b07a0b0c90959ed89d4a4951f
 SourceDirectory: CDAT-%v.rc1



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink ChangeLog,1.1173,1.1174 Engine.pm,1.334,1.335 PkgVersion.pm,1.485,1.486

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3000

Modified Files:
ChangeLog Engine.pm PkgVersion.pm 
Log Message:
buildlock packages are now Essential:yes to prevent accidental or
apt-get (recursive) removal.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -d -r1.485 -r1.486
--- PkgVersion.pm   21 Oct 2005 02:19:28 -  1.485
+++ PkgVersion.pm   21 Oct 2005 19:20:09 -  1.486
@@ -4159,6 +4159,7 @@
 Description: Package compile-time lockfile
 Maintainer: Fink Core Group [EMAIL PROTECTED]
 Provides: fink-buildlock
+Essential: yes
 EOF
 
# buildtime (anti)dependencies of pkg are runtime (anti)dependencies of 
lockpkg
@@ -4226,8 +4227,7 @@
 
# Failure due to depenendecy problems leaves lockpkg in an
# unpacked state, so try to remove it entirely.
-   execute(dpkg_lockwait() .  -r $lockpkg, ignore_INT=1) and
-   print_breaking('You can probably ignore that last 
message from dpkg -r');
+   execute(dpkg_lockwait() .  --force-remove-essential -r 
$lockpkg 2/dev/null, ignore_INT=1);
}
 
# Even if installation fails, no reason to keep this around
@@ -4262,7 +4262,8 @@
if (exists $self-{_lockpkg}) {
print Removing build-lock package...\n;
my $lockpkg = $self-{_lockpkg};
-   if (execute(dpkg_lockwait() .  -r $lockpkg, ignore_INT=1)) {
+
+   if (execute(dpkg_lockwait() .  --force-remove-essential -r 
$lockpkg 2/dev/null, ignore_INT=1)) {
print_breaking(WARNING: Can't remove package .
$lockpkg. .
This is not fatal, but 
you may want to remove .

Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- Engine.pm   17 Oct 2005 16:12:23 -  1.334
+++ Engine.pm   21 Oct 2005 19:20:09 -  1.335
@@ -28,7 +28,7 @@
  execute expand_percent
  count_files get_arch
  call_queue_clear call_queue_add 
lock_wait
- aptget_lockwait store_rename 
get_options
+ dpkg_lockwait aptget_lockwait 
store_rename get_options
  $VALIDATE_HELP);
 use Fink::CLI qw(print_breaking print_breaking_stderr
 prompt_boolean prompt_selection
@@ -1402,7 +1402,10 @@
 
if (@lock_pkgs) {
printf Removing %i dead buildlock package(s)...\n, scalar 
@lock_pkgs;
-   Fink::PkgVersion::phase_deactivate(@lock_pkgs);  # doesn't 
return if failure
+   if (execute(dpkg_lockwait() .  --force-remove-essential -r 
@lock_pkgs 2/dev/null, ignore_INT=1)) {
+   print Warning: could not remove all buildlock 
packages!\n;
+   $locks_left = 1;
+   }
}
 
if (%lock_FHs) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -d -r1.1173 -r1.1174
--- ChangeLog   21 Oct 2005 02:19:28 -  1.1173
+++ ChangeLog   21 Oct 2005 19:20:09 -  1.1174
@@ -1,3 +1,9 @@
+2005-10-21  Daniel Macks  [EMAIL PROTECTED]
+
+   * Engine.pm, PkgVersion.pm: Make buildlock lock-packages
+   Essential:yes to prevent accidental or apt-get removal; use
+   --force-remove-essential to remove them.
+
 2005-10-19  Daniel Macks  [EMAIL PROTECTED]
 
* PkgVersion.pm: Switch get_description API to use named options.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink Engine.pm,1.335,1.336 ChangeLog,1.1174,1.1175

2005-10-21 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4586

Modified Files:
Engine.pm ChangeLog 
Log Message:
Invalidate dpkg caches after running dpkg directly.


Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- Engine.pm   21 Oct 2005 19:20:09 -  1.335
+++ Engine.pm   21 Oct 2005 19:27:54 -  1.336
@@ -1406,6 +1406,7 @@
print Warning: could not remove all buildlock 
packages!\n;
$locks_left = 1;
}
+   Fink::PkgVersion-dpkg_changed;
}
 
if (%lock_FHs) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1174
retrieving revision 1.1175
diff -u -d -r1.1174 -r1.1175
--- ChangeLog   21 Oct 2005 19:20:09 -  1.1174
+++ ChangeLog   21 Oct 2005 19:27:54 -  1.1175
@@ -1,5 +1,10 @@
 2005-10-21  Daniel Macks  [EMAIL PROTECTED]
 
+   * Engine.pm: Remember Fink::PkgVersion-dpkg_changed when calling
+   dpkg directly.
+
+2005-10-21  Daniel Macks  [EMAIL PROTECTED]
+
* Engine.pm, PkgVersion.pm: Make buildlock lock-packages
Essential:yes to prevent accidental or apt-get removal; use
--force-remove-essential to remove them.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/graphics transfig.info,1.3,1.4 transfig.patch,1.1,1.2

2005-10-21 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21377

Modified Files:
transfig.info transfig.patch 
Log Message:
new upstream version


Index: transfig.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/transfig.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- transfig.info   12 Jun 2005 19:35:08 -  1.3
+++ transfig.info   21 Oct 2005 20:45:14 -  1.4
@@ -1,12 +1,12 @@
 Package: transfig
 Version: 3.2.5
-# package for 3.2.5 alpha 5
-Revision: 3
+# package for 3.2.5 alpha 6
+Revision: 4
 Depends: x11, libjpeg-bin, libpng3-shlibs, libtiff-bin, netpbm-bin (= 
10.12-3), x11-shlibs
 BuildDepends: libpng3, x11-dev, gcc3.3
 #Source: http://www.xfig.org/xfigdist/%n.%v.tar.gz
-Source: http://www.xfig.org/alpha/%n.%v-alpha5.tar.gz
-Source-MD5: 33404f6b0c8090926f14ccee731006ca
+Source: http://www.xfig.org/software/xfig/3.2.5-alpha/%n.%v-alpha6.tar.gz
+Source-MD5: 6ec8fc10567f99f33827104b26831e0a
 PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 CompileScript: 
  xmkmf

Index: transfig.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/graphics/transfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- transfig.patch  27 Apr 2005 03:25:46 -  1.1
+++ transfig.patch  21 Oct 2005 20:45:14 -  1.2
@@ -1,7 +1,7 @@
-diff -ruN transfig.3.2.5-alpha5/fig2dev/Imakefile 
transfig.3.2.5-alpha5-patched/fig2dev/Imakefile
 transfig.3.2.5-alpha5/fig2dev/ImakefileMon Jan  5 13:40:42 2004
-+++ transfig.3.2.5-alpha5-patched/fig2dev/ImakefileSat Sep 11 15:33:22 2004
-@@ -34,13 +34,13 @@
+diff -ruN transfig.3.2.5-alpha6/fig2dev/Imakefile 
transfig.3.2.5-alpha6-patched/fig2dev/Imakefile
+--- transfig.3.2.5-alpha6/fig2dev/Imakefile2005-08-18 09:31:05.0 
-0700
 transfig.3.2.5-alpha6-patched/fig2dev/Imakefile2005-10-21 
10:52:18.0 -0700
+@@ -34,7 +34,7 @@
  XCOMM You should point XFIGLIBDIR to the same directory you did when you 
compiled
  XCOMM and installed xfig.
  
@@ -10,13 +10,6 @@
  
  XCOMM **
  XCOMM If your system doesn't have the strerror() function (has sys_errlist) 
then
- XCOMM uncomment NEED_STRERROR.
- 
--NEED_STRERROR = -DNEED_STRERROR
-+XCOMM NEED_STRERROR = -DNEED_STRERROR
- 
- XCOMM The following probably only applies to Windows 9x/NT:
- XCOMM If your system can open files in text and binary modes and has the
 @@ -74,9 +74,9 @@
  XCOMM file are in different places
  
@@ -58,21 +51,9 @@
  I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR=$(FIG2DEV_LIBDIR) 
-DFIG2DEV_LIBDIR_STR=\\\$(FIG2DEV_LIBDIR)\\\
  
  #endif /* I18N */
-diff -ruN transfig.3.2.5-alpha5/transfig/Imakefile 
transfig.3.2.5-alpha5-patched/transfig/Imakefile
 transfig.3.2.5-alpha5/transfig/Imakefile   Tue Mar 25 16:52:37 2003
-+++ transfig.3.2.5-alpha5-patched/transfig/Imakefile   Sat Sep 11 15:34:05 2004
-@@ -32,7 +32,7 @@
- XCOMM \\usepackage{} command for LaTeX2e. 
- XCOMM The default is to use \\documentstyle{} for LaTeX209.
- 
--XCOMM USELATEX2E = -DLATEX2E
-+USELATEX2E = -DLATEX2E
- 
- XCOMM *** DON'T CHANGE ANYTHING BELOW THIS POINT ***
- 
-diff -ruN transfig.3.2.5-alpha5/fig2dev/dev/Imakefile 
transfig.3.2.5-alpha5-patched/fig2dev/dev/Imakefile
 transfig.3.2.5-alpha5/fig2dev/dev/ImakefileTue Sep 30 12:48:08 2003
-+++ transfig.3.2.5-alpha5-patched/fig2dev/dev/ImakefileSat Sep 11 
15:50:30 2004
+diff -ruN transfig.3.2.5-alpha6/fig2dev/dev/Imakefile 
transfig.3.2.5-alpha6-patched/fig2dev/dev/Imakefile
+--- transfig.3.2.5-alpha6/fig2dev/dev/Imakefile2003-09-30 
08:48:08.0 -0700
 transfig.3.2.5-alpha6-patched/fig2dev/dev/Imakefile2005-10-21 
10:45:21.0 -0700
 @@ -50,6 +50,8 @@
  NormalLibraryTarget($(LIB),$(LIBOBJS))
  DependTarget()
@@ -82,3 +63,15 @@
  #ifdef I18N
  install::
InstallNonExecFile(japanese.ps,FIG2DEV_LIBDIR)
+diff -ruN transfig.3.2.5-alpha6/transfig/Imakefile 
transfig.3.2.5-alpha6-patched/transfig/Imakefile
+--- transfig.3.2.5-alpha6/transfig/Imakefile   2003-03-25 12:52:37.0 
-0800
 transfig.3.2.5-alpha6-patched/transfig/Imakefile   2005-10-21 
10:45:21.0 -0700
+@@ -32,7 +32,7 @@
+ XCOMM \\usepackage{} command for LaTeX2e. 
+ XCOMM The default is to use \\documentstyle{} for LaTeX209.
+ 
+-XCOMM USELATEX2E = -DLATEX2E
++USELATEX2E = -DLATEX2E
+ 
+ XCOMM *** DON'T CHANGE ANYTHING BELOW THIS POINT ***
+ 



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Fink-commits mailing