[cvs] dists/10.4/unstable/main/finkinfo/utils cdrtools.info, 1.15, 1.16

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2235

Modified Files:
cdrtools.info 
Log Message:
robusticate the build; modernize the upgrade path


Index: cdrtools.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/cdrtools.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cdrtools.info   11 Aug 2008 02:39:06 -  1.15
+++ cdrtools.info   5 Apr 2009 08:26:41 -   1.16
@@ -1,13 +1,15 @@
 Package: cdrtools
 Version: 2.01.01
-Revision: 10.4.46
+Revision: 10.4.47
 Source: ftp://ftp.berlios.de/pub/cdrecord/alpha/%n-%va45.tar.bz2
 Source-MD5: 46f97632c942be0669c350a2202d440d
 SourceDirectory: %n-%v
 Replaces: cdrtools-beta
 Conflicts: cdrtools-beta
 PatchScript: <<
-  find %b -type f \! -name "*.tar" -exec perl -p -i -e 
's:/etc/default:%p/etc/default:;' {} \;
+ if [ $UID -ne 0 ]; then echo "%n cannot be built with --build-as-nobody"; 
exit 1; fi
+
+  find . -type f \! -name "*.tar" -exec perl -p -i -e 
's:/etc/default:%p/etc/default:;' {} \;
   #perl -pi -e 's,cc,gcc-3.3,g' RULES/power-macintosh-darwin-cc.rul
   #perl -pi -e 's,cc,gcc-3.3,g' RULES/power-macintosh-darwin-cc.rul.bak
   #perl -pi -e 's,gcc,gcc-3.3,g' RULES/power-macintosh-darwin-gcc.rul
@@ -22,8 +24,7 @@
 #  perl -pi -e 
's,defined\(_POSIX_PRIORITY_SCHEDULING\),defined\(_POSIX_PRIORITY_SCHEDULING\) 
\&\& \!defined\(__APPLE__\),g' cdrecord/cdrecord.c
 
 <<
-BuildDependsOnly: true
-Depends: cdda2wav (>= %v-%r), cdrecord (>= %v-%r), mkisofs (>= %v-%r)
+Depends: cdda2wav (>= %v-%r), cdrecord (>= %v-%r), mkisofs (>= %v-%r), 
fink-obsolete-packages
 CompileScript: make
 InstallScript: <<
   cp README* READMEs/ || true
@@ -36,6 +37,7 @@
   chmod a+s %i/bin/cdrecord
   mkdir -p %i/etc/default
 
+  rm -f %i/etc/default/cdrecord
   echo '# man cdrecord for help' > %i/etc/default/cdrecord
   echo '# Set the default recording device' >> %i/etc/default/cdrecord
   echo '# On OS X the first burner is IOCompactDiscServices' >> 
%i/etc/default/cdrecord
@@ -45,6 +47,9 @@
   echo '# CDR_SPEED = 48 ' >> %i/etc/default/cdrecord
   echo '# Set the default fifo size (memory use)' >> %i/etc/default/cdrecord
   echo 'CDR_FIFOSIZE = 32m' >> %i/etc/default/cdrecord
+
+  mkdir -p %i/share/doc/installed-packages
+  touch %i/share/doc/installed-packages/%n
 <<
 
 SplitOff: <<
@@ -94,7 +99,11 @@
   <<
 <<
 
-Description: Various tools for mastering CD-Rs: Transition Package
+DescPackaging: <<
+   Does some chown/chgrp/chmod, so need to build as root until
+   figure out what's intended and move it to PostInstScript.
+<<
+Description: Various tools for mastering CD-Rs
 DescUsage: <<
   Use this package to ensure a smooth transition to the new splitoffs.
 <<


--
___
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 clamav.info,1.33,1.34

2009-04-05 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10213

Modified Files:
clamav.info 
Log Message:
Put pid file where it is actually found by launch daemon.

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- clamav.info 30 Mar 2009 14:23:30 -  1.33
+++ clamav.info 5 Apr 2009 09:35:05 -   1.34
@@ -1,7 +1,7 @@
 Info3: <<
 Package: clamav
 Version: 0.95
-Revision: 12
+Revision: 13
 
 Description: Clam Anti-Virus scanner
 DescDetail: <<
@@ -77,8 +77,9 @@
  #!/bin/sh -ev
  /usr/bin/make install DESTDIR=%d
 
- for configfile in clamd.conf freshclam.conf ; do
-   /usr/bin/sed 's/^Example/#Example/' etc/$configfile > %i/etc/$configfile
+ for configfile in clamav-milter.conf clamd.conf freshclam.conf ; do
+   /usr/bin/sed -e "s/^Example/#Example/ ; s:^#PidFile /var/run:PidFile 
/var/run:" \
+  etc/$configfile > %i/etc/$configfile
  done
 
  /usr/sbin/chown -R clamav:admin %i/var/db/%n
@@ -93,7 +94,7 @@
  #Remove CVS directories
  /usr/bin/find %i -name "CVS" -type d -depth -exec rm -rf \{\} \;
 <<
-ConfFiles: %p/etc/freshclam.conf
+ConfFiles: %p/etc/clamav-milter.conf %p/etc/freshclam.conf
 DocFiles: AUTHORS BUGS COPYING ChangeLog FAQ NEWS README UPGRADE
 
 SplitOff: <<
@@ -148,7 +149,7 @@

  %p/sbin/clamd
  %p/etc/clamd.conf
- %p/var/run/clamd.pid
+ /var/run/clamd.pid
 
  
   <<
@@ -157,7 +158,9 @@
 /Library/StartupItems/daemonic-clamav/daemonic-clamav start
   << 
   PreRmScript: <<
-/Library/StartupItems/daemonic-clamav/daemonic-clamav stop
+# deamonic knows nothing about 'stop'
+#/Library/StartupItems/daemonic-clamav/daemonic-clamav stop
+kill -s TERM `cat /var/run/clamd.pid`
 if [ $1 != "upgrade" ]; then
   daemonic remove clamav
 fi


--
___
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/gnome libwnck1.22.info, 1.7, 1.8

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12530

Modified Files:
libwnck1.22.info 
Log Message:
fix gtkdoc xlink


Index: libwnck1.22.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libwnck1.22.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libwnck1.22.info27 Nov 2008 16:52:51 -  1.7
+++ libwnck1.22.info5 Apr 2009 09:56:11 -   1.8
@@ -1,6 +1,6 @@
 Package: libwnck1.22
 Version: 2.24.2
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
atk1 (>= 1.24.0-1),
@@ -18,7 +18,7 @@
libgettext3-dev,
libiconv-dev,
libpng3,
-   pango1-xft2-ft219-dev (>= 1.22.0-4),
+   pango1-xft2-ft219-dev (>= 1.22.4-1),
pixman (>= 0.12.0-1),
pkgconfig (>= 0.23),
startup-notification-dev (>= 0.8-1),
@@ -28,7 +28,10 @@
 <<
 Source: mirror:gnome:sources/libwnck/2.24/libwnck-%v.tar.bz2
 Source-MD5: 1c939b1722579e5b7adc37068e77d72a
-PatchScript: perl -pi -e 's/(GETTEXT_PACKAGE=.*)/\1-1.`expr \$LIBWNCK_CURRENT 
- \$LIBWNCK_AGE`/' configure
+PatchScript: <<
+   perl -pi -e 's/(GETTEXT_PACKAGE=.*)/\1-1.`expr \$LIBWNCK_CURRENT - 
\$LIBWNCK_AGE`/' configure
+   perl -pi -e 's,/gnome/usr,%p,' doc/html/*.html
+<<
 SetCPPFLAGS: -I%p/lib/fontconfig2/include
 SetLDFLAGS: -L%p/lib/fontconfig2/lib
 SetCFLAGS: -Os
@@ -57,7 +60,7 @@
libgettext3-shlibs,
libiconv,
libpng3-shlibs,
-   pango1-xft2-ft219-shlibs (>= 1.22.0-4),
+   pango1-xft2-ft219-shlibs (>= 1.22.4-1),
pixman-shlibs (>= 0.12.0-1),
startup-notification-shlibs (>= 0.8-1),
x11-shlibs
@@ -72,6 +75,8 @@
 DescPackaging: <<
renamed gettext catalogs to include libversion and moved them
%N->%N-shlibs in 2.14.2-1
+
+   Fix dangling doc xref instead of redoing actual gtk-doc
 <<
 License: LGPL
 Maintainer: The Gnome Core Team 


--
___
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 xcdroast.info, 1.6, 1.7 xcdroast.patch, 1.1, 1.2

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13350

Modified Files:
xcdroast.info xcdroast.patch 
Log Message:
new version, upgraded to gtk2


Index: xcdroast.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xcdroast.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xcdroast.patch  20 Jan 2006 20:32:32 -  1.1
+++ xcdroast.patch  5 Apr 2009 10:01:44 -   1.2
@@ -1,51 +1,24 @@
 xcdroast-0.98alpha14/src/io.c  2003-05-29 23:14:42.0 +1000
-+++ xcdroast-0.98alpha14-patched/src/io.c  2003-08-10 11:35:54.0 
+1000
-@@ -5507,7 +5507,11 @@
-   }
+diff -Nurd -x'*~' xcdroast-0.98alpha16.orig/src/Makefile.in 
xcdroast-0.98alpha16/src/Makefile.in
+--- xcdroast-0.98alpha16.orig/src/Makefile.in  2008-08-21 05:43:28.0 
-0400
 xcdroast-0.98alpha16/src/Makefile.in   2009-04-05 04:38:09.0 
-0400
+@@ -112,7 +112,7 @@
+ install_sh = @install_sh@
  
-   /* build command line */
--  get_wrap_path_cdrecord(tmp3);
-+  if (curset.isProDVD) {
-+  get_wrap_path("CDRECORDPRODVD", tmp3);
-+  } else {
-+  get_wrap_path("CDRECORD", tmp3);
-+  }
-   g_snprintf(line,MAXLINE,"%s %s -atip 2>&1",
-   tmp3,tmp);
+ localedir = $(datadir)/locale
+-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" $(GTK_CFLAGS)
++INCLUDES = -DLOCALEDIR=\"$(localedir)\" $(GTK_CFLAGS)
  
-@@ -5517,6 +5521,11 @@
- if ((fpin = popen(line,"r")) == NULL) {
- g_error("popen error\n");
- }
-+
-+/* syntax for dvd-atip is different */
-+  if (is_dvdwriter(curset.writer_devnr)) {
-+  found_atip = 1;
-+  }
+ bin_PROGRAMS = xcdroast
+ pkgbin_PROGRAMS = wavplay rmtool vrfytool cddbtool xcdrwrap
+diff -Nurd -x'*~' xcdroast-0.98alpha16.orig/src/main.c 
xcdroast-0.98alpha16/src/main.c
+--- xcdroast-0.98alpha16.orig/src/main.c   2008-08-21 05:45:34.0 
-0400
 xcdroast-0.98alpha16/src/main.c2009-04-05 04:54:46.0 -0400
+@@ -373,7 +373,7 @@
+ #if (defined(__MACH__) && defined(__APPLE__)) 
+   /* dont use xshm on darwin -> its broken */
+   /* from gdk-private */
+-  gdk_use_xshm = FALSE;
++  gdk_set_use_xshm(TRUE);
+ #endif
  
-   errcount = 0;
- for (;;) {
-@@ -6605,7 +6614,7 @@
-   read_output_ctrl = 4;
-   } 
-   /* check Medium error/buffer underrun */
--  if (strncmp(tmp2,"Input/output error",18)) {
-+  if (strncmp(tmp2,"Input/output error",18) == 0) {
-   read_output_ctrl = 5;
-   }
-   }
-@@ -9879,9 +9888,12 @@
-   if (strcmp(ver,"") == 0) {
-   p = strstr(vline,"Cdrecord");
-   if (p != NULL) {
--  p = strtok(p+9, " ");
-+  p = strtok(p+7, " ");
-   if (p != NULL) {
--  strcpy(ver,p);
-+  p = strtok(NULL, " ");
-+if (p) {
-+strcpy(ver,p);
-+}
-   }
-   }
-   }
+   /* get rid of badmatch() errors */

Index: xcdroast.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xcdroast.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xcdroast.info   19 Mar 2009 05:01:58 -  1.6
+++ xcdroast.info   5 Apr 2009 10:01:43 -   1.7
@@ -1,40 +1,64 @@
 Package: xcdroast
-Version: 0.98alpha14
-Revision: 27
+Version: 0.98alpha16
+Revision: 1
 Distribution: 10.4, 10.5
 Maintainer: None 
-Depends: cdrtools (>= 2.0.1-1), gdk-pixbuf-shlibs, libgettext3-shlibs
-BuildDepends: gtk+, glib, gdk-pixbuf, orbit-dev, imlib, esound, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, fink (>= 0.24.12-1)
+Depends: <<
+   atk1-shlibs (>= 1.24.0-1),
+   cairo-shlibs (>= 1.8-1),
+   cdda2wav (>= 2.01.01-10.4.47),
+   cdrecord (>= 2.01.01-10.4.47),
+   freetype219-shlibs (>= 2.3.7-7),
+   glib2-shlibs (>= 2.18.0-1),
+   gtk+2-shlibs (>= 2.14.0-1),
+   libgettext3-shlibs,
+   libiconv,
+   mkisofs (>= 2.01.01-10.4.47),
+   pango1-xft2-ft219-shlibs (>= 1.22.4-1),
+   x11
+<<
+BuildDepends: <<
+   atk1 (>= 1.24.0-1),
+   cairo (>= 1.8-1),
+   fink (>= 0.24.12-1),
+   freetype219 (>= 2.3.7-7),
+   glib2-dev (>= 2.18.0-1),
+   gtk+2-dev (>= 2.14.0-1),
+   libgettext3-dev,
+   libiconv-

[cvs] dists/10.4/unstable/main/finkinfo/utils xcdroast.info,1.7,1.8

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13657

Modified Files:
xcdroast.info 
Log Message:
no longer gnome1 restriction


Index: xcdroast.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/xcdroast.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xcdroast.info   5 Apr 2009 10:01:43 -   1.7
+++ xcdroast.info   5 Apr 2009 10:03:40 -   1.8
@@ -1,7 +1,6 @@
 Package: xcdroast
 Version: 0.98alpha16
 Revision: 1
-Distribution: 10.4, 10.5
 Maintainer: None 
 Depends: <<
atk1-shlibs (>= 1.24.0-1),


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1588, 1.1589 PkgVersion.pm, 1.619, 1.620

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11041

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
use architecture-dependent path-prefix on 


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -d -r1.619 -r1.620
--- PkgVersion.pm   2 Apr 2009 21:55:05 -   1.619
+++ PkgVersion.pm   5 Apr 2009 13:40:40 -   1.620
@@ -4717,7 +4717,7 @@
 =cut
 
 sub ensure_gpp106_prefix {
-   my $vers = shift;
+   my $arch = shift;

my $dir = "$basepath/var/lib/fink/path-prefix-10.6";
unless (-d $dir) {
@@ -4729,7 +4729,7 @@
open GPP, ">$gpp" or die "Path-prefix file $gpp cannot be 
created!\n";
print GPP param("Distribution") lt "10.4") or 
($config->param("Distribution") eq "10.4-transitional")) {
-   $vers = '3.3';
+   my $pathprefix;
+   if  ($config->param("Distribution") lt "10.6") {
+   my $vers;
+   if (($config->param("Distribution") lt "10.4") or 
($config->param("Distribution") eq "10.4-transitional")) {
+   $vers = '3.3';
+   } else {
+   $vers = '4.0';
+   }
+   $pathprefix = ensure_gpp_prefix($vers);
} else {
-   $vers = '4.0';
+   $pathprefix = 
ensure_gpp106_prefix($config->param("Architecture"));
}
-   my $pathprefix = ensure_gpp_prefix($vers);
$script_env{'PATH'} = "$pathprefix:" . $script_env{'PATH'};
-   if (($config->param("Architecture") eq "i386" ) and 
($config->param("Distribution") gt "10.5")) {
-   my $pathprefix = ensure_gpp106_prefix($vers);
-   $script_env{'PATH'} = "$pathprefix:" . 
$script_env{'PATH'};
-   }
}

# special things for Type:java

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1588
retrieving revision 1.1589
diff -u -d -r1.1588 -r1.1589
--- ChangeLog   4 Apr 2009 15:50:27 -   1.1588
+++ ChangeLog   5 Apr 2009 13:40:40 -   1.1589
@@ -1,3 +1,7 @@
+2009-04-05  Dave Morrison  
+
+   * PkgVersion.pm: use architecture-dependent path-prefix on 
+
 2009-04-04  Dave Morrison  
 
* Validation.pm: Allow "new-style" GPL license fields which follow 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink compiler_wrapper.in, NONE, 1.1 setup.sh, 1.35, 1.36 MANIFEST, 1.13, 1.14 ChangeLog, 1.500, 1.501 compiler_wrapper, 1.1, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11215

Modified Files:
setup.sh MANIFEST ChangeLog 
Added Files:
compiler_wrapper.in 
Removed Files:
compiler_wrapper 
Log Message:
use architecture-dependent path-prefix on 


--- NEW FILE: compiler_wrapper.in ---
#!/bin/sh
exec /usr/bin/${0##*/} -arch @ARCHITECTURE@ "$@"

Index: MANIFEST
===
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- MANIFEST30 Mar 2009 06:50:41 -  1.13
+++ MANIFEST5 Apr 2009 13:42:01 -   1.14
@@ -176,6 +176,6 @@
 fink.shlibs
 lockwait.in
 g++-wrapper.in
-compiler_wrapper
+compiler_wrapper.in
 fink-instscripts.in
 fink-scanpackages.in

--- compiler_wrapper DELETED ---

Index: setup.sh
===
RCS file: /cvsroot/fink/fink/setup.sh,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- setup.sh1 Apr 2009 03:06:33 -   1.35
+++ setup.sh5 Apr 2009 13:42:01 -   1.36
@@ -84,4 +84,8 @@
>"g++-wrapper-$gccvers"
 done
 
+echo "Creating compiler_wrapper"
+  sed -e "s|@ARCHITECTURE@|$architecture|g" < compiler_wrapper.in \
+>"compiler_wrapper"
+
 exit 0

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -d -r1.500 -r1.501
--- ChangeLog   1 Apr 2009 04:46:21 -   1.500
+++ ChangeLog   5 Apr 2009 13:42:01 -   1.501
@@ -1,3 +1,8 @@
+2009-04-05  Dave Morrison  
+
+   * compiler_wrapper, compiler_wrapper.in, setup.sh, MANIFEST: use 
+   architecture-dependent path-prefix on 
+
 2009-03-31  Dave Morrison  
 
* setup.sh: FinkVersion.pm.in no longer needs @BASEPATH@ substitution,


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1589, 1.1590 Validation.pm, 1.302, 1.303

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11733

Modified Files:
ChangeLog Validation.pm 
Log Message:
warn if any item in a License field other than the last one is not 
conditionalized


Index: Validation.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- Validation.pm   4 Apr 2009 16:01:08 -   1.302
+++ Validation.pm   5 Apr 2009 13:46:05 -   1.303
@@ -562,6 +562,10 @@
print "Warning: Last license in list must not be 
conditional. ($filename)\n";
$looks_good = 0;
}
+   if ($value =~ /($|,)[^,()]*,/) {
+   print "Warning: Malformed license field.  All but the 
final item should be conditional.  ($filename)\n";
+   $looks_good = 0;
+   }
$value =~ s/\(.*?\)//g;  # remove all conditionals
$value =~ s/^\s*//;  # ...which sometimes leaves leading 
whitespace
foreach (split /\s*,\s*/, $value) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1589
retrieving revision 1.1590
diff -u -d -r1.1589 -r1.1590
--- ChangeLog   5 Apr 2009 13:40:40 -   1.1589
+++ ChangeLog   5 Apr 2009 13:46:05 -   1.1590
@@ -1,6 +1,8 @@
 2009-04-05  Dave Morrison  
 
* PkgVersion.pm: use architecture-dependent path-prefix on 
+   * Validation.pm: warn if any item in a License field other than
+   the last one is not conditionalized
 
 2009-04-04  Dave Morrison  
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1590, 1.1591 PkgVersion.pm, 1.620, 1.621

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27312

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
paradoxically, no special library is required for -64bit variants under 
x86_64 architecture


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -d -r1.620 -r1.621
--- PkgVersion.pm   5 Apr 2009 13:40:40 -   1.620
+++ PkgVersion.pm   5 Apr 2009 15:43:16 -   1.621
@@ -540,6 +540,9 @@
$expand->{"lib"} = "lib/ppc64";
} elsif ($config->param('Architecture') eq "i386" ) {
$expand->{"lib"} = "lib/x86_64";
+   } elsif ($config->param('Architecture') eq "x86_64" ) {
+   # paradoxically, no special library is required 
for -64bit 
+# variants under x86_64 architecture
} else {
print_breaking_stderr "Skipping 
$self->{_filename}\n";
delete $self->{package};

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1590
retrieving revision 1.1591
diff -u -d -r1.1590 -r1.1591
--- ChangeLog   5 Apr 2009 13:46:05 -   1.1590
+++ ChangeLog   5 Apr 2009 15:43:15 -   1.1591
@@ -3,6 +3,8 @@
* PkgVersion.pm: use architecture-dependent path-prefix on 
* Validation.pm: warn if any item in a License field other than
the last one is not conditionalized
+   * PkgVersion.pm: paradoxically, no special library is required for 
+   -64bit variants under x86_64 architecture
 
 2009-04-04  Dave Morrison  
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1591, 1.1592 PkgVersion.pm, 1.621, 1.622

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31321

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
reword


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -d -r1.621 -r1.622
--- PkgVersion.pm   5 Apr 2009 15:43:16 -   1.621
+++ PkgVersion.pm   5 Apr 2009 15:51:04 -   1.622
@@ -541,8 +541,8 @@
} elsif ($config->param('Architecture') eq "i386" ) {
$expand->{"lib"} = "lib/x86_64";
} elsif ($config->param('Architecture') eq "x86_64" ) {
-   # paradoxically, no special library is required 
for -64bit 
-# variants under x86_64 architecture
+   # paradoxically, no special library location is 
required for 
+# -64bit variants under x86_64 architecture
} else {
print_breaking_stderr "Skipping 
$self->{_filename}\n";
delete $self->{package};

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1591
retrieving revision 1.1592
diff -u -d -r1.1591 -r1.1592
--- ChangeLog   5 Apr 2009 15:43:15 -   1.1591
+++ ChangeLog   5 Apr 2009 15:51:04 -   1.1592
@@ -3,8 +3,8 @@
* PkgVersion.pm: use architecture-dependent path-prefix on 
* Validation.pm: warn if any item in a License field other than
the last one is not conditionalized
-   * PkgVersion.pm: paradoxically, no special library is required for 
-   -64bit variants under x86_64 architecture
+   * PkgVersion.pm: paradoxically, no special library location is 
+   required for -64bit variants under x86_64 architecture
 
 2009-04-04  Dave Morrison  
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel dia2pas.info,NONE,1.1

2009-04-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31707

Added Files:
dia2pas.info 
Log Message:
dia2pas: UML Pascal Codegenerator

--- NEW FILE: dia2pas.info ---
Package: dia2pas
Version: 1.0
Revision: 1
Description: UML Pascal Codegenerator
Architecture: powerpc, i386
BuildDepends: fpc
Depends: fpc
Suggests: dia
License: GPL

# Unpack Phase:
Source: http://www.uni-ulm.de/~s_mgerla/dia2pas.tar.gz
Source-MD5: 1408d2c4f20168e9f4bc446ff0c1bcb6

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
fpc dia2pas
<<

# Install Phase:
InstallScript: <<
#!/bin/sh -ev
  mkdir %i/bin
  install -m 755 dia2pas %i/bin/dia2pas
<<
DocFiles: AUTHORS COPYING

DescDetail: <<
This code generator generates Pascal source code from UML diagrams 
as created with "dia". For more details, see the homepage:
http://www.uni-ulm.de/~s_mgerla/dia2pas.html
<<

DescUsage: <<
The program dia2pas is invoked by

  dia2pas   

Example:

  dia2pas diagramm.xml unit1 tForm,tContainer,tFile

Note:

Dia often saves the the xml files compressed with zip.
If so unzip the file with:

  gunzip -f < diagramm.dia > diagramm.xml

<<

DescPort: Nothing special

Homepage: http://www.uni-ulm.de/~s_mgerla/dia2pas.html
Maintainer: Karl-Michael Schindler 


--
___
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/shells mksh.info,1.14,1.15

2009-04-05 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10216

Modified Files:
mksh.info 
Log Message:
Update from upstream.


Index: mksh.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- mksh.info   17 Mar 2009 21:25:36 -  1.14
+++ mksh.info   5 Apr 2009 17:22:36 -   1.15
@@ -1,5 +1,5 @@
 Package: mksh
-Version: 36
+Version: 37
 Revision: 2
 Description: Enhanced version of the Korn shell
 License: BSD
@@ -10,13 +10,13 @@
  Primary: http://www.mirbsd.org/MirOS/dist/mir/%n/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/%n/
 <<
-Source: mirror:custom:%n-R36b.cpio.gz
+Source: mirror:custom:%n-R37b.cpio.gz
 SourceRename: %f.cpio.gz
-Source-md5: e5f4cfbc55b6fe8211f99d231125224d
+Source-md5: 12d8f271ad57593545476c7f0ec35d97
 NoSourceDirectory: true
 PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf %f.cpio.gz -r
-SetCPPFLAGS: -DMKSH_ASSUME_UTF8
-CompileScript: cd %f; /bin/sh ./Build.sh -r
+SetCPPFLAGS: -DMKSH_ASSUME_UTF8 -DMKSH_BINSHREDUCED
+CompileScript: cd %f; /bin/sh ./Build.sh -r -combine -j
 InstallScript: <<
 #!/bin/sh -e -x
  cd %f


--
___
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 h5py-py.info,NONE,1.1

2009-04-05 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13483

Added Files:
h5py-py.info 
Log Message:
initial commit.  reads/writes hdf5


--- NEW FILE: h5py-py.info ---
Info3: <<
Package: h5py-py%type_pkg[python]
Type: python (2.6)
Version: 1.1.0
Revision: 1
Description: HDF5 data interface
DescDetail: <<
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile,
mature scientific software library designed for the fast, flexible
storage of enormous amounts of data.

>From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and
accessed using the tradional POSIX /path/to/resource syntax.  Why
should I use it?

H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.

A major design goal of h5py is interoperability; you can read your
existing data in HDF5 format, and create new files that any HDF5-
aware program can understand. No Python-specific extensions are used;
you're free to implement whatever file structure your application
desires.

Almost all HDF5 features are available from Python, including things
like compound datatypes (as used with Numpy recarray types), HDF5
attributes, hyperslab and point-based I/O, and more recent features in
HDF 1.8 like resizable datasets and recursive iteration over entire
files.

The foundation of h5py is a near-complete wrapping of the HDF5 C
API. HDF5 identifiers are first-class objects which participate in
Python reference counting, and expose the C API via methods. This
low-level interface is also made available to Python programmers, and
is exhaustively documented.

Features

* Runs on Linux, Mac OS-X and Windows
* High-level interface which supports Numpy slicing syntax,
  including ranges, ellipsis objects, recarray indexing of
  compound fields, and auto-conversion between Numpy and HDF5
  datatypes
* Reads and writes standard HDF5 files (with no Python-specific
  extensions) which will work with any other HDF5-aware program
* The complete low-level HDF5 C API is available to Python in an
  intuitive, object-oriented fashion. For example, identifiers are
  full-fledged objects which expose HDF5 API functions as methods,
  and participate in reference counting. No more identifier leaks!
* Every function is documented, including the low-level API
* Error handling uses Python exceptions; the HDF5 library itself
  raises exceptions from a complete and fine-grained exception
  hierarchy.

<<
License: BSD
Homepage: http://code.google.com/p/h5py/
Maintainer: Kurt Schwehr 

Source: http://h5py.googlecode.com/files/h5py-%v.tar.gz
Source-MD5: b49caf6fd79d37a20a4ee1656f72cf30

DocFiles: INSTALL.txt LICENSE.txt README.txt examples

Depends: <<
  python%type_pkg[python],  
  scipy-core-py%type_pkg[python], 
  hdf5-shlibs
<<
BuildDepends: <<
  setuptools-py%type_pkg[python] (>= 0.6c2-1),
  hdf5,
<<

CompileScript: echo Skipping compile stage

InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root=%d
<<




--
___
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 merkaartor.info,NONE,1.1

2009-04-05 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3340/crypto/finkinfo

Added Files:
merkaartor.info 
Log Message:
new package

--- NEW FILE: merkaartor.info ---
Package: merkaartor
Version: 0.13.1
Revision: 1002
Depends: dbus-shlibs (>= 1.2.12-8), fontconfig2-shlibs (>= 2.4.1-6), 
freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs 
(>= 0.14.5-3), libiconv (>= 1.12-3), libpng3-shlibs (>= 1:1.2.33-1), 
openssl098-shlibs (>= 0.9.8h-1), qt4-x11-core-shlibs (>= 4.5.0-2), 
qt4-x11-gui-shlibs (>= 4.5.0-2), x11, x11-shlibs
BuildDepends: dbus-dev (>= 1.2.12-8), fontconfig2-dev (>= 2.4.1-6), freetype219 
(>= 2.3.8-1), glib2-dev (>= 2.18.4-3), libgettext3-dev (>= 0.14.5-2), 
libiconv-dev (>= 1.12-3), libpng3 (>= 1:1.2.33-1), openssl098-dev (>= 
0.9.8h-1), qt4-x11 (>= 4.5.0-2), x11-dev, gettext-tools
Source: http://www.merkaartor.org/downloads/source/%n-%v.tar.bz2
Source-MD5: b3eccc1ccf1534a80258f5a24b13e661
PatchScript: perl -pi -e 's,/usr/local,%p,' Merkaartor.pro
CompileScript: %p/lib/qt4-x11/bin/qmake Merkaartor.pro && make
InstallScript: make install INSTALL_ROOT=%d
DocFiles: AUTHORS LICENSE:COPYING CHANGELOG:ChangeLog HACKING
Homepage: http://www.merkaartor.org
Maintainer: Jack Fink 
GCC: 4.0
Description: Openstreetmap mapping program


--
___
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 merkaartor.info,1.1,1.2

2009-04-05 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4566/crypto/finkinfo

Modified Files:
merkaartor.info 
Log Message:
add license

Index: merkaartor.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/merkaartor.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- merkaartor.info 5 Apr 2009 20:00:49 -   1.1
+++ merkaartor.info 5 Apr 2009 20:07:59 -   1.2
@@ -1,6 +1,6 @@
 Package: merkaartor
 Version: 0.13.1
-Revision: 1002
+Revision: 1003
 Depends: dbus-shlibs (>= 1.2.12-8), fontconfig2-shlibs (>= 2.4.1-6), 
freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs 
(>= 0.14.5-3), libiconv (>= 1.12-3), libpng3-shlibs (>= 1:1.2.33-1), 
openssl098-shlibs (>= 0.9.8h-1), qt4-x11-core-shlibs (>= 4.5.0-2), 
qt4-x11-gui-shlibs (>= 4.5.0-2), x11, x11-shlibs
 BuildDepends: dbus-dev (>= 1.2.12-8), fontconfig2-dev (>= 2.4.1-6), 
freetype219 (>= 2.3.8-1), glib2-dev (>= 2.18.4-3), libgettext3-dev (>= 
0.14.5-2), libiconv-dev (>= 1.12-3), libpng3 (>= 1:1.2.33-1), openssl098-dev 
(>= 0.9.8h-1), qt4-x11 (>= 4.5.0-2), x11-dev, gettext-tools
 Source: http://www.merkaartor.org/downloads/source/%n-%v.tar.bz2
@@ -9,6 +9,7 @@
 CompileScript: %p/lib/qt4-x11/bin/qmake Merkaartor.pro && make
 InstallScript: make install INSTALL_ROOT=%d
 DocFiles: AUTHORS LICENSE:COPYING CHANGELOG:ChangeLog HACKING
+License: GPL
 Homepage: http://www.merkaartor.org
 Maintainer: Jack Fink 
 GCC: 4.0


--
___
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 h5py-py.info,1.1,1.2

2009-04-05 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10017

Modified Files:
h5py-py.info 
Log Message:
Close heredoc to shut fink up


Index: h5py-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/h5py-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- h5py-py.info5 Apr 2009 17:49:26 -   1.1
+++ h5py-py.info5 Apr 2009 20:34:17 -   1.2
@@ -85,5 +85,6 @@
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d
 <<
+<<
 
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink .cvsignore,1.10,1.11 ChangeLog,1.501,1.502

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14634

Modified Files:
.cvsignore ChangeLog 
Log Message:
.cvsignore a generated file


Index: .cvsignore
===
RCS file: /cvsroot/fink/fink/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- .cvsignore  7 Jul 2006 21:49:08 -   1.10
+++ .cvsignore  5 Apr 2009 20:56:33 -   1.11
@@ -1,3 +1,4 @@
+compiler_wrapper
 config*
 fink
 fink-dpkg-status-cleanup

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.501
retrieving revision 1.502
diff -u -d -r1.501 -r1.502
--- ChangeLog   5 Apr 2009 13:42:01 -   1.501
+++ ChangeLog   5 Apr 2009 20:56:33 -   1.502
@@ -1,3 +1,7 @@
+2009-04-05  Daniel Macks  
+
+   * .cvsignore: compiler_wrapper is now a generated file
+
 2009-04-05  Dave Morrison  
 
* compiler_wrapper, compiler_wrapper.in, setup.sh, MANIFEST: use 


--
___
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 merkaartor.info,1.2,1.3

2009-04-05 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18500/crypto/finkinfo

Modified Files:
merkaartor.info 
Log Message:
fix deps

Index: merkaartor.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/merkaartor.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- merkaartor.info 5 Apr 2009 20:07:59 -   1.2
+++ merkaartor.info 5 Apr 2009 21:19:39 -   1.3
@@ -1,7 +1,7 @@
 Package: merkaartor
 Version: 0.13.1
-Revision: 1003
-Depends: dbus-shlibs (>= 1.2.12-8), fontconfig2-shlibs (>= 2.4.1-6), 
freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs 
(>= 0.14.5-3), libiconv (>= 1.12-3), libpng3-shlibs (>= 1:1.2.33-1), 
openssl098-shlibs (>= 0.9.8h-1), qt4-x11-core-shlibs (>= 4.5.0-2), 
qt4-x11-gui-shlibs (>= 4.5.0-2), x11, x11-shlibs
+Revision: 1004
+Depends: dbus-shlibs (>= 1.2.12-8), fontconfig2-shlibs (>= 2.4.1-6), 
freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs 
(>= 0.14.5-2), libiconv (>= 1.12-3), libpng3-shlibs (>= 1:1.2.33-1), 
openssl098-shlibs (>= 0.9.8h-1), qt4-x11-core-shlibs (>= 4.5.0-2), 
qt4-x11-gui-shlibs (>= 4.5.0-2), x11, x11-shlibs
 BuildDepends: dbus-dev (>= 1.2.12-8), fontconfig2-dev (>= 2.4.1-6), 
freetype219 (>= 2.3.8-1), glib2-dev (>= 2.18.4-3), libgettext3-dev (>= 
0.14.5-2), libiconv-dev (>= 1.12-3), libpng3 (>= 1:1.2.33-1), openssl098-dev 
(>= 0.9.8h-1), qt4-x11 (>= 4.5.0-2), x11-dev, gettext-tools
 Source: http://www.merkaartor.org/downloads/source/%n-%v.tar.bz2
 Source-MD5: b3eccc1ccf1534a80258f5a24b13e661


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.502,1.503 bootstrap,1.27,1.28

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24668

Modified Files:
ChangeLog bootstrap 
Log Message:
provide a new option for adventurous developers


Index: bootstrap
===
RCS file: /cvsroot/fink/fink/bootstrap,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- bootstrap   4 Apr 2009 21:51:26 -   1.27
+++ bootstrap   5 Apr 2009 21:50:58 -   1.28
@@ -54,6 +54,8 @@
die "Could not find an 'arch' executable\n";
 }
 
+### uncomment the next line at your own risk
+#$arch = "x86_64";
 
 ### patch FinkVersion.pm.in ###
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.502
retrieving revision 1.503
diff -u -d -r1.502 -r1.503
--- ChangeLog   5 Apr 2009 20:56:33 -   1.502
+++ ChangeLog   5 Apr 2009 21:50:58 -   1.503
@@ -6,6 +6,7 @@
 
* compiler_wrapper, compiler_wrapper.in, setup.sh, MANIFEST: use 
architecture-dependent path-prefix on 
+   * bootstrap: provide a new option for adventurous developers
 
 2009-03-31  Dave Morrison  
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/crypto/finkinfo monotone.info,1.2,1.3

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24818/stable/crypto/finkinfo

Modified Files:
monotone.info 
Log Message:
stop breaking my regex!


Index: monotone.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/monotone.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- monotone.info   18 Aug 2008 21:09:31 -  1.2
+++ monotone.info   5 Apr 2009 21:51:30 -   1.3
@@ -3,7 +3,8 @@
 Revision: 2
 Source: http://www.monotone.ca/downloads/%v/monotone-%v.tar.gz
 Source-MD5: 4d90776beaff7445e7a2d8774378fbba
-#PatchScript: sed -e 's|@SW@|%p|g' < %a/%n.patch | patch -p1
+#PatchFile: %n.patch
+#PatchScript: sed -e 's|@SW@|%p|g' < %{PatchFile} | patch -p1
 BuildDepends:<<
   boost1.33, libgettext3-dev, libiconv-dev
 <<


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs gmp.patch, 1.3, 1.4 gmp.info, 1.8, 1.9 gmp-64bit.patch, 1.1, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26283

Modified Files:
gmp.info 
Added Files:
gmp.patch 
Removed Files:
gmp-64bit.patch 
Log Message:
switch to PatchFile


--- NEW FILE: gmp.patch ---
--- orig/configure.orig 2008-04-01 08:22:25.0 +0200
+++ patched/configure   2008-04-01 10:00:15.0 +0200
@@ -3454,6 +3454,10 @@
 # duplicate anything.
 #
 gcc_cflags_optlist="cpu arch"
+case $host in
+  pentium3-apple-darwin*)
+host_cpu="core2" ;;
+esac  
 case $host_cpu in
   i386*)
 gcc_cflags_cpu="-mtune=i386 -mcpu=i386 -m386"

Index: gmp.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/gmp.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gmp.info17 Jul 2008 17:08:40 -  1.8
+++ gmp.info5 Apr 2009 21:58:33 -   1.9
@@ -6,6 +6,8 @@
 Type: -64bit (boolean)
 Source: mirror:gnu:gmp/gmp-%v.tar.gz
 Source-MD5: 1def49df60248a08374ecd6cdcaa5d3d
+PatchFile: %{ni}.patch
+PatchFile-MD5: c5029ecea4364237056f9cfc9fe0e81c
 Depends: %N-shlibs (= %v-%r), libgmpxx%type_pkg[-64bit]-shlibs (= %v-%r), ( 
%type_raw[-64bit] = -64bit ) 64bit-cpu
 BuildDepends: fink (>= 0.26.0), gcc4.0 (>= 4.0.1-1)
 Conflicts: gmp, gmp-64bit
@@ -16,7 +18,7 @@
  if [ "%type_raw[-64bit]" == "." ]; then
   ABI=32 ./configure %c  --libdir='${prefix}/%lib'; 
  else
-  patch -p1 < %a/%n.patch
+  patch -p1 < %{PatchFile}
   case "%m" in
 i386) ABI=64 ./configure %c --libdir='${prefix}/%lib';;
 powerpc) ABI=mode64  ./configure %c --libdir='${prefix}/%lib';;

--- gmp-64bit.patch DELETED ---


--
___
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/games ggz-client-libs2.info, NONE, 1.1 libggz2.info, NONE, 1.1

2009-04-05 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31266/main/finkinfo/games

Added Files:
ggz-client-libs2.info libggz2.info 
Log Message:
missing deps for kdegames

--- NEW FILE: ggz-client-libs2.info ---
Package: ggz-client-libs2
Version: 0.0.14.1
Revision: 1
Description: GGZ Gaming Zone (Client)
License: LGPL
Maintainer: Benjamin Reed 

BuildDepends: <<
fink (>= 0.24.12-1),
libggz2
<<
BuildConflicts: libgcrypt
Depends: <<
libggzcore9-shlibs (>= %v-%r),
libggzmod4-shlibs (>= %v-%r)
<<

CustomMirror: <<
eur-BE: http://ftp.belnet.be/packages/ggzgamingzone/
eur-DK: http://mirrors.dotsrc.org/ggzgamingzone/
nam-US: http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/
<<
Source: mirror:custom:ggz/%v/ggz-client-libs-%v.tar.gz
Source-MD5: 299eaa93721b1d867b5bf7dc6ac764b0

SetCPPFLAGS: -fsigned-char -Os
CompileScript: <<
./configure --prefix=%p/lib/ggz2 --mandir=%p/share/man 
--with-ggz-dir=%p/lib/ggz2  --enable-debug-gdb
make
<<
InstallScript: <<
make -j1 install DESTDIR=%d
rm -rf %i/share/man
<<

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README* QuickStart*

Homepage: http://www.ggzgamingzone.org/
DescDetail: This is the GGZ client.

SplitOff: <<
Package: libggzcore9-shlibs
Depends: libggz2-shlibs
Files: lib/ggz2/lib/libggzcore.9*.dylib
Shlibs: %p/lib/ggz2/lib/libggzcore.9.dylib 10.0.0 %n (>= 0.0.14-1)
DocFiles: COPYING
<<
SplitOff2: <<
Package: libggzmod4-shlibs
Depends: libggzcore9-shlibs
Files: lib/ggz2/lib/libggzmod.4*.dylib
Shlibs: %p/lib/ggz2/lib/libggzmod.4.dylib 6.0.0 %n (>= 0.0.14-1)
DocFiles: COPYING
<<
SplitOff3: <<
Package: %N-dev
BuildDependsOnly: true
Depends: %N (>= %v-%r)
Files: <<
lib/ggz2/bin/ggz-config
lib/ggz2/include
lib/ggz2/lib
<<
DocFiles: COPYING
<<

--- NEW FILE: libggz2.info ---
Package: libggz2
Version: 0.0.14.1
Revision: 1
Description: GGZ Gaming Zone base library
License: LGPL
Maintainer: Benjamin Reed 

BuildDependsOnly: true
BuildDepends: fink (>= 0.24.12-1)
BuildConflicts: libgcrypt
Depends: %N-shlibs (= %v-%r)

CustomMirror: <<
eur-BE: http://ftp.belnet.be/packages/ggzgamingzone/
eur-DK: http://mirrors.dotsrc.org/ggzgamingzone/
nam-US: http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/
<<
Source: mirror:custom:ggz/%v/libggz-%v.tar.gz
Source-MD5: 603739504648833779aa13b0327a1c3d

SetCPPFLAGS: -fsigned-char -Os
CompileScript: <<
./configure --prefix=%p/lib/ggz2 --mandir=%p/share/man 
--enable-debug-gdb --with-tls=OpenSSL --enable-anl --with-ssl-dir=/usr 
--disable-dependency-tracking
make
<<
InstallScript: <<
make -j1 install DESTDIR="%d"
rm -rf %i/share/man
perl -pi -e 's,-L.*/src/security,-L%p/lib/ggz2/lib,g' 
%i/lib/ggz2/lib/*.la
<<

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README* QuickStart*

Homepage: http://www.ggzgamingzone.org/
DescDetail: <<
This is the GGZ base library libggz, used by the GGZ Gaming Zone server
(ggzd), the ggzcore library and other components.
<<

SplitOff: <<
Package: %N-shlibs
Files: lib/ggz2/lib/libggz.2*.dylib
Shlibs: %p/lib/ggz2/lib/libggz.2.dylib 6.0.0 %n (>= 0.0.14-1)
DocFiles: COPYING
<<


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.503,1.503.2.1 VERSION,1.94,1.94.2.1

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3548

Modified Files:
  Tag: branch_0_29
ChangeLog VERSION 
Log Message:
releasing 0.29.0


Index: VERSION
===
RCS file: /cvsroot/fink/fink/VERSION,v
retrieving revision 1.94
retrieving revision 1.94.2.1
diff -u -d -r1.94 -r1.94.2.1
--- VERSION 20 Jan 2008 23:32:21 -  1.94
+++ VERSION 5 Apr 2009 22:54:33 -   1.94.2.1
@@ -1 +1 @@
-0.28.99.cvs
+0.29.0.cvs

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.503
retrieving revision 1.503.2.1
diff -u -d -r1.503 -r1.503.2.1
--- ChangeLog   5 Apr 2009 21:50:58 -   1.503
+++ ChangeLog   5 Apr 2009 22:54:33 -   1.503.2.1
@@ -1,3 +1,7 @@
+2009-04-05  Dave Morrison  
+
+   * VERSION: Bumped package manager version to 0.29.0, a new release
+
 2009-04-05  Daniel Macks  
 
* .cvsignore: compiler_wrapper is now a generated file


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.503,1.504 VERSION,1.94,1.95

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6615

Modified Files:
ChangeLog VERSION 
Log Message:
bump HEAD's version number


Index: VERSION
===
RCS file: /cvsroot/fink/fink/VERSION,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- VERSION 20 Jan 2008 23:32:21 -  1.94
+++ VERSION 5 Apr 2009 23:12:52 -   1.95
@@ -1 +1 @@
-0.28.99.cvs
+0.29.99.cvs

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- ChangeLog   5 Apr 2009 21:50:58 -   1.503
+++ ChangeLog   5 Apr 2009 23:12:52 -   1.504
@@ -1,3 +1,8 @@
+2009-04-05  Dave Morrison  
+
+   * VERSION: Make fink HEAD always >> 0.29.x, since that has now
+   branched.
+
 2009-04-05  Daniel Macks  
 
* .cvsignore: compiler_wrapper is now a generated file


--
___
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/base fink-10.4.info, 1.12, 1.13 fink-10.5.info, 1.14, 1.15 fink-10.6.info, 1.1, 1.2

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7136

Modified Files:
fink-10.4.info fink-10.5.info fink-10.6.info 
Log Message:
new version


Index: fink-10.6.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/fink-10.6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fink-10.6.info  19 Feb 2009 16:41:06 -  1.1
+++ fink-10.6.info  5 Apr 2009 23:16:10 -   1.2
@@ -1,6 +1,6 @@
 Info4: <<
 Package: fink
-Version: 0.28.7
+Version: 0.29.0
 Revision: 51
 Distribution: 10.6
 Depends: base-files
@@ -13,14 +13,14 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: ce68d153d991cd6f0a1d7b43251f94b6
+Source-MD5: 1cf573eda304f4f27a2ba7b65d0ffdc5
 NoSetPATH: true
 CompileScript: <<
- make test PREFIX=%p
- ./setup.sh %p
+ make test PREFIX=%p ARCHITECTURE=%m
+ ./setup.sh %p %m
 <<
 InstallScript: <<
- ./install.sh %i
+ ./install.sh %i %m
  install -c -p -m 644 fink.shlibs "%d/DEBIAN/shlibs"
 <<
 PostInstScript: <<

Index: fink-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/fink-10.5.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fink-10.5.info  19 Feb 2009 16:41:06 -  1.14
+++ fink-10.5.info  5 Apr 2009 23:16:10 -   1.15
@@ -1,6 +1,6 @@
 Info4: <<
 Package: fink
-Version: 0.28.7
+Version: 0.29.0
 Revision: 41
 Distribution: 10.5
 Depends: base-files
@@ -13,14 +13,14 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: ce68d153d991cd6f0a1d7b43251f94b6
+Source-MD5: 1cf573eda304f4f27a2ba7b65d0ffdc5
 NoSetPATH: true
 CompileScript: <<
- make test PREFIX=%p
- ./setup.sh %p
+ make test PREFIX=%p ARCHITECTURE=%m
+ ./setup.sh %p %m
 <<
 InstallScript: <<
- ./install.sh %i
+ ./install.sh %i %m
  install -c -p -m 644 fink.shlibs "%d/DEBIAN/shlibs"
 <<
 PostInstScript: <<

Index: fink-10.4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/fink-10.4.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- fink-10.4.info  19 Feb 2009 16:41:06 -  1.12
+++ fink-10.4.info  5 Apr 2009 23:16:10 -   1.13
@@ -1,5 +1,5 @@
 Package: fink
-Version: 0.28.7
+Version: 0.29.0
 Revision: 31
 Distribution: 10.4
 Depends: base-files
@@ -13,14 +13,14 @@
 Replaces: gcc3.1 (= 1175-6)
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: ce68d153d991cd6f0a1d7b43251f94b6
+Source-MD5: 1cf573eda304f4f27a2ba7b65d0ffdc5
 NoSetPATH: true
 CompileScript: <<
- make test PREFIX=%p
- ./setup.sh %p
+ make test PREFIX=%p ARCHITECTURE=%m
+ ./setup.sh %p %m
 <<
 InstallScript: <<
- ./install.sh %i
+ ./install.sh %i %m
  install -c -p -m 644 fink.shlibs "%d/DEBIAN/shlibs"
 <<
 PostInstScript: <<


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods berkeleydb-pm.info, 1.14, 1.15 compress-bzip2-pm.info, 1.3, 1.4 compress-raw-bzip2-pm.info, 1.5, 1.6 compress-raw-zlib-pm.info, 1.6, 1.7 compress-

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10065

Modified Files:
berkeleydb-pm.info compress-bzip2-pm.info 
compress-raw-bzip2-pm.info compress-raw-zlib-pm.info 
compress-zlib-pm.info crypt-ssleay-pm.info curses-pm.info 
data-uuid-pm.info db-file-pm.info file-homedir-pm.info 
html-parser-pm.info html-tree-pm.info http-dav-pm.info 
io-compress-bzip2-pm.info io-compress-zlib-pm.info 
libwww-pm.info libxml-pm.info mac-carbon-pm.info 
mac-propertylist-sax-pm.info module-build-pm.info 
perlio-gzip-pm.info perlio-via-bzip2-pm.info 
pilot-link-pm.info term-readkey-pm.info 
term-readline-gnu-pm.info uri-pm.info www-curl-pm.info 
xml-dom-pm.info xml-libxml-common-pm.info xml-libxml-pm.info 
xml-parser-pm.info xml-sax-expat-pm.info xml-sax-pm.info 
xml-simple-pm.info 
Log Message:
force rebuild of all -pm5100 packages which existed prior to the release of
fink-0.29.0 (since that version of fink changes the way they build)


Index: term-readline-gnu-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/term-readline-gnu-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- term-readline-gnu-pm.info   30 Mar 2009 00:23:50 -  1.10
+++ term-readline-gnu-pm.info   5 Apr 2009 23:41:58 -   1.11
@@ -1,14 +1,14 @@
 Info2: <<
 Package: term-readline-gnu-pm%type_pkg[perl]
 Version: 1.17a
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Source: mirror:cpan:authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-%v.tar.gz
 Source-MD5: acdd3ded64423390824f31149ebfdf5c
 SourceDirectory: Term-ReadLine-Gnu-1.17
 Description: Perl extension for the GNU Readline
-BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), 
perl%type_pkg[perl]-core
+BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006), 
perl%type_pkg[perl]-core, fink (>= 0.29.0)
 Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>= 
5.4-20041023-1006), perl%type_pkg[perl]-core
 Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 NoPerlTests: true

Index: http-dav-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/http-dav-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- http-dav-pm.info30 Mar 2009 00:23:50 -  1.2
+++ http-dav-pm.info5 Apr 2009 23:41:57 -   1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: http-dav-pm%type_pkg[perl]
 Version: 0.36
-Revision: 1
+Revision: 2
 License: Artistic/GPL
 Description: WebDAV client library for Perl5
 Maintainer: Daniel Johnson 
@@ -17,7 +17,7 @@
 DocFiles: Changes README TODO
 
 Depends: perl%type_pkg[perl]-core, libwww-pm%type_pkg[perl], 
xml-dom-pm%type_pkg[perl]
-BuildDepends: fink (>= 0.20.3)
+BuildDepends: fink (>= 0.29.0)
 
 InstallScript: <<
   %{default_script}

Index: berkeleydb-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/berkeleydb-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- berkeleydb-pm.info  30 Mar 2009 00:23:50 -  1.14
+++ berkeleydb-pm.info  5 Apr 2009 23:41:56 -   1.15
@@ -1,10 +1,10 @@
 Info2: <<
 Package: berkeleydb-pm%type_pkg[perl]
 Version: 0.38
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
-BuildDepends: fink (>= 0.24.12), db47-aes | db47
+BuildDepends: fink (>= 0.29.0), db47-aes | db47
 Depends: db47-aes-shlibs | db47-shlibs, perl%type_pkg[perl]-core
 Conflicts: berkeleydb-pm%type_pkg[perl]-man
 Replaces: berkeleydb-pm%type_pkg[perl]-man

Index: html-tree-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/html-tree-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- html-tree-pm.info   30 Mar 2009 00:23:50 -  1.9
+++ html-tree-pm.info   5 Apr 2009 23:41:57 -   1.10
@@ -1,12 +1,12 @@
 Info2: <<
 Package: html-tree-pm%type_pkg[perl]
 version: 3.23
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods test-harness-pm.info, 1.8, 1.9 version-pm.info, 1.8, 1.9

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10443

Modified Files:
test-harness-pm.info version-pm.info 
Log Message:
add -pm5100 variant


Index: test-harness-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-harness-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- test-harness-pm.info4 Mar 2009 07:05:49 -   1.8
+++ test-harness-pm.info5 Apr 2009 23:43:56 -   1.9
@@ -3,8 +3,8 @@
 Version: 3.16
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 
 Depends: perl%type_pkg[perl]-core
 

Index: version-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/version-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- version-pm.info 4 Mar 2009 03:15:05 -   1.8
+++ version-pm.info 5 Apr 2009 23:43:56 -   1.9
@@ -4,8 +4,8 @@
 Revision: 1
 Epoch: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 Description: Version objects as in Perl core >= v5.9.0
 License: Artistic
 Homepage: http://search.cpan.org/dist/version/


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/web mhonarc-10.5.info, 1.2, 1.3 mhonarc-10.6.info, NONE, 1.1 mhonarc.info, 1.4, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20761

Added Files:
mhonarc-10.5.info mhonarc-10.6.info 
Removed Files:
mhonarc.info 
Log Message:
adjustments for different distros


--- NEW FILE: mhonarc-10.6.info ---
Package: mhonarc
Version: 2.6.16
Revision: 3001
Distribution: 10.6
Depends: digest-md5-pm5100 | perl5100-core
BuildDepends: perl5100-core, fink (>= 0.26.0-1)
Source: http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%v.tar.bz2
Source-MD5: 1aae948971869d6fdf3d810d9894b3db
CompileScript: echo "Nothing to do"
InstallScript: <<
/usr/bin/arch -%m perl5.10.0 install.me -batch -nodoc -nolib -noman -prefix %i 
-libpath %p/lib/mhonarc -binpath %i/bin
/usr/bin/arch -%m perl5.10.0 install.me -batch -nobin -prefix %i -docpath 
%i/share/doc/mhonarc -libpath %i/lib/mhonarc -manpath %i/share/man
mkdir -p %i/share/mhonarc
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.txt RELNOTES 
TODO
License: GPL
Description: Converts mail messages to HTML
DescPackaging: <<
Installation is done in two steps: in the first step, the
binaries are installed with the eventual libpath name supplied (this is put
into the perl scripts by the installer); in the second step, everything
else is installed in the fink installation directory.
<<
Homepage: http://www.mhonarc.org
Maintainer:  Dave Morrison 


--- mhonarc.info DELETED ---

--- NEW FILE: mhonarc-10.5.info ---
Package: mhonarc
Version: 2.6.16
Revision: 2001
Distribution: 10.5
Depends: digest-md5-pm588 | perl588-core
BuildDepends: perl588-core, fink (>= 0.26.0-1)
Source: http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%v.tar.bz2
Source-MD5: 1aae948971869d6fdf3d810d9894b3db
CompileScript: echo "Nothing to do"
InstallScript: <<
perl5.8.8 install.me -batch -nodoc -nolib -noman -prefix %i -libpath 
%p/lib/mhonarc -binpath %i/bin
perl5.8.8 install.me -batch -nobin -prefix %i -docpath %i/share/doc/mhonarc 
-libpath %i/lib/mhonarc -manpath %i/share/man
mkdir -p %i/share/mhonarc
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.txt RELNOTES 
TODO
License: GPL
Description: Converts mail messages to HTML
DescPackaging: <<
Installation is done in two steps: in the first step, the
binaries are installed with the eventual libpath name supplied (this is put
into the perl scripts by the installer); in the second step, everything
else is installed in the fink installation directory.
<<
Homepage: http://www.mhonarc.org
Maintainer:  Dave Morrison 



--
___
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 mhonarc-10.5.info, 1.2, 1.3 mhonarc-10.6.info, NONE, 1.1 mhonarc.info, 1.5, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21190

Added Files:
mhonarc-10.5.info mhonarc-10.6.info 
Removed Files:
mhonarc.info 
Log Message:
adjustments for different distros


--- NEW FILE: mhonarc-10.6.info ---
Package: mhonarc
Version: 2.6.16
Revision: 3001
Distribution: 10.6
Depends: digest-md5-pm5100 | perl5100-core
BuildDepends: perl5100-core, fink (>= 0.26.0-1)
Source: http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%v.tar.bz2
Source-MD5: 1aae948971869d6fdf3d810d9894b3db
CompileScript: echo "Nothing to do"
InstallScript: <<
/usr/bin/arch -%m perl5.10.0 install.me -batch -nodoc -nolib -noman -prefix %i 
-libpath %p/lib/mhonarc -binpath %i/bin
/usr/bin/arch -%m perl5.10.0 install.me -batch -nobin -prefix %i -docpath 
%i/share/doc/mhonarc -libpath %i/lib/mhonarc -manpath %i/share/man
mkdir -p %i/share/mhonarc
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.txt RELNOTES 
TODO
License: GPL
Description: Converts mail messages to HTML
DescPackaging: <<
Installation is done in two steps: in the first step, the
binaries are installed with the eventual libpath name supplied (this is put
into the perl scripts by the installer); in the second step, everything
else is installed in the fink installation directory.
<<
Homepage: http://www.mhonarc.org
Maintainer:  Dave Morrison 


--- mhonarc.info DELETED ---

--- NEW FILE: mhonarc-10.5.info ---
Package: mhonarc
Version: 2.6.16
Revision: 2001
Distribution: 10.5
Depends: digest-md5-pm588 | perl588-core
BuildDepends: perl588-core, fink (>= 0.26.0-1)
Source: http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%v.tar.bz2
Source-MD5: 1aae948971869d6fdf3d810d9894b3db
CompileScript: echo "Nothing to do"
InstallScript: <<
perl5.8.8 install.me -batch -nodoc -nolib -noman -prefix %i -libpath 
%p/lib/mhonarc -binpath %i/bin
perl5.8.8 install.me -batch -nobin -prefix %i -docpath %i/share/doc/mhonarc 
-libpath %i/lib/mhonarc -manpath %i/share/man
mkdir -p %i/share/mhonarc
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.txt RELNOTES 
TODO
License: GPL
Description: Converts mail messages to HTML
DescPackaging: <<
Installation is done in two steps: in the first step, the
binaries are installed with the eventual libpath name supplied (this is put
into the perl scripts by the installer); in the second step, everything
else is installed in the fink installation directory.
<<
Homepage: http://www.mhonarc.org
Maintainer:  Dave Morrison 



--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics qt3mac.patch, 1.1, 1.2 qt3mac.info, 1.7, 1.8 qt3mac.patch2, 1.1, NONE

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24310/stable/main/finkinfo/graphics

Modified Files:
qt3mac.patch qt3mac.info 
Removed Files:
qt3mac.patch2 
Log Message:
unify patchfiles so can convert to PatchFile syntax


Index: qt3mac.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/qt3mac.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- qt3mac.info 30 Aug 2008 23:32:27 -  1.7
+++ qt3mac.info 6 Apr 2009 01:29:46 -   1.8
@@ -18,13 +18,14 @@
 SourceDirectory: qt-mac-free-%v
 Description: Aqua version of QT3: Headers and dev tools
 Depends: %N-shlibs (>= %v-%r), pkgconfig
-BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, freetype219, 
libpng3 (>= 1.2.5-4), libjpeg
+BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, freetype219, 
libpng3 (>= 1.2.5-4), libjpeg, fink (>= 0.24.12)
 BuildConflicts: qt3, qt3-designer, qt3-dev, autogen-dev
 BuildDependsOnly: true
+PatchFile: %n.patch
+PatchFile-MD5: 0d8284e13cf042eb52ede81e4a318549
 PatchScript: <<
 #!/bin/sh -ex
- sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- patch -p1 < %a/qt3mac.patch2
+ sed -e 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
  perl -pi.bak -e 's|cp \-P|cp \-Rp|' qmake/Makefile.unix
 <<
 NoSetLDFLAGS: true

--- qt3mac.patch2 DELETED ---

Index: qt3mac.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/qt3mac.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qt3mac.patch31 Oct 2006 09:35:53 -  1.1
+++ qt3mac.patch6 Apr 2009 01:29:44 -   1.2
@@ -96,3 +96,64 @@
unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp
  
SOURCES += $$TOOLS_CPP/qbitarray.cpp \
+diff -ruN qt-mac-free-3.3.8/config.tests/mac/mac_version.test 
qt-mac-free-3.3.8-patched/config.tests/mac/mac_version.test
+--- qt-mac-free-3.3.8/config.tests/mac/mac_version.test2004-04-23 
09:40:40.0 -0700
 qt-mac-free-3.3.8-patched/config.tests/mac/mac_version.test
2007-09-10 09:46:37.0 -0700
+@@ -21,7 +21,7 @@
+ echo "#include " >>$TSTFILE
+ echo "int main() {" >>$TSTFILE
+ echo "  long gestalt_version;" >>$TSTFILE
+-echo "  fprintf(stdout, \"%d\\n\", (Gestalt(gestaltSystemVersion, 
&gestalt_version) == noErr) ? gestalt_version : 0);" >>$TSTFILE
++/bin/echo "  fprintf(stdout, \"%d\\n\", (Gestalt(gestaltSystemVersion, 
&gestalt_version) == noErr) ? gestalt_version : 0);" >>$TSTFILE
+ echo "  return 1;" >>$TSTFILE
+ echo "}" >>$TSTFILE
+ 
+diff -ruN qt-mac-free-3.3.8/src/tools/qglobal.h 
qt-mac-free-3.3.8-patched/src/tools/qglobal.h
+--- qt-mac-free-3.3.8/src/tools/qglobal.h  2007-02-02 06:01:04.0 
-0800
 qt-mac-free-3.3.8-patched/src/tools/qglobal.h  2007-09-10 
09:31:43.0 -0700
+@@ -183,7 +183,10 @@
+ #  if !defined(MAC_OS_X_VERSION_10_4)
+ #   define MAC_OS_X_VERSION_10_4 MAC_OS_X_VERSION_10_3 + 1
+ #  endif
+-#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_4)
++#  if !defined(MAC_OS_X_VERSION_10_5)
++#   define MAC_OS_X_VERSION_10_5 MAC_OS_X_VERSION_10_4 + 1
++#  endif
++#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5)
+ #error "This version of Mac OS X is unsupported"
+ #  endif
+ #endif
+--- qt-mac-free-3.3.8/src/kernel/qt_mac.h  2007-02-02 15:01:13.0 
+0100
 qt-mac-free-3.3.8-patched/src/kernel/qt_mac.h  2007-10-29 
13:14:12.0 +0100
+@@ -54,7 +54,7 @@
+ # define QMAC_DEFAULT_STYLE "QMacStyle" //DefaultStyle
+ #endif
+ 
+-#if !defined(Q_WS_MACX) || QT_MACOSX_VERSION < 0x1020 || QT_MACOSX_VERSION >= 
0x1030
++#if !defined(Q_WS_MACX) || QT_MACOSX_VERSION < 0x1020 || (QT_MACOSX_VERSION 
>= 0x1030 && QT_MACOSX_VERSION <= 0x1040)
+ # define QMAC_NO_FAKECURSOR
+ #endif
+ 
+--- qt-mac-free-3.3.8/src/kernel/qcursor_mac.cpp   2007-02-02 
15:01:16.0 +0100
 qt-mac-free-3.3.8-patched/src/kernel/qcursor_mac.cpp   2007-10-29 
15:02:36.0 +0100
+@@ -177,7 +177,9 @@
+ #ifdef QMAC_USE_BIG_CURSOR_API
+   char *big_cursor_name;
+ #endif
++#ifdef QMAC_NO_FAKECURSOR
+   CursorImageRec *ci;
++#endif
+   struct {
+   QMacAnimateCursor *anim;
+   ThemeCursor curs;
+@@ -257,8 +259,10 @@
+ if(type == TYPE_CursPtr) {
+   if(curs.cp.hcurs && curs.cp.my_cursor)
+   free(curs.cp.hcurs);
++#ifdef QMAC_NO_FAKECURSOR
+ } else if(type == TYPE_CursorImage) {
+   free(curs.ci);
++#endif
+ #ifdef QMAC_USE_BIG_CURSOR_API
+ } else if(type == TYPE_BigCursor) {
+   QDUnregisterNamedPixMapCursur(curs.big_cursor_name);


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
ht

[cvs] dists/10.4/unstable/main/finkinfo/sci ncarg-10.6.info,1.1,1.2

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26133

Modified Files:
ncarg-10.6.info 
Log Message:
convert to PatchFile


Index: ncarg-10.6.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ncarg-10.6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ncarg-10.6.info 29 Mar 2009 03:11:10 -  1.1
+++ ncarg-10.6.info 6 Apr 2009 01:46:05 -   1.2
@@ -5,12 +5,14 @@
 Source-MD5: f62f226acc8b5588ff3537f28ac85a7d
 SourceDirectory: %n-%v
 Conflicts: ralgcm (<= 3.50-1)
-BuildDepends: gcc44, x11-dev
+BuildDepends: gcc44, x11-dev, fink (>= 0.24.12)
 Distribution: 10.6
 Depends: x11
+PatchFile: %n-10.6.patch
+PatchFile-MD5: 67f736ebbfbb20e56e03d790ddd316d5
 PatchScript: <<
   #!/bin/sh -ev
-  sed 's|@FINKPREFIX@|%p|g' < %a/%n-10.6.patch | patch -p1
+  sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
   perl -pi -e 's|uname -m|uname -p|g' config/ymake
   mv config/ymake config/ymake_ori 
 
   sed 's|DARWIN|Darwin|g' < config/ymake_ori > config/ymake
 


--
___
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 ncarg-i386.patch, NONE, 1.1 ncarg-powerpc.patch, NONE, 1.1 ncarg-intel.patch, 1.2, NONE ncarg.info, 1.13, NONE ncarg.patch, 1.6, NONE

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26754

Added Files:
ncarg-i386.patch ncarg-powerpc.patch 
Removed Files:
ncarg-intel.patch ncarg.info ncarg.patch 
Log Message:
Separate .info for separate Architecture so can have separate .patch and 
convert to PatchFile (NB: "%m" in PatchFile breaks val)


--- ncarg.patch DELETED ---

--- ncarg-intel.patch DELETED ---

--- ncarg.info DELETED ---

--- NEW FILE: ncarg-i386.patch ---
--- ncarg-4.3.1/ncarg.csh   Thu May  9 05:55:35 2002
+++ ncarg-4.3.1/ncarg.csh   Thu May  9 05:50:37 2002
@@ -0,0 +1,3 @@
+# ncarg.csh
+
+setenv   NCARG_ROOT   @FINKPREFIX@
--- ncarg-4.3.1/ncarg.shThu May  9 05:55:35 2002
+++ ncarg-4.3.1/ncarg.shThu May  9 05:50:37 2002
@@ -0,0 +1,4 @@
+# ncarg.sh
+
+ncarg_ro...@finkprefix@
+export NCARG_ROOT
--- ncarg-4.3.1/config/Site.local.orig  Thu Oct 31 06:29:10 2002
+++ ncarg-4.3.1/config/Site.local   Thu Oct 31 09:18:57 2002
@@ -0,0 +1,21 @@
+/*
+ * This file was created by the Configure script.
+ */
+
+#ifdef FirstSite
+
+#endif /* FirstSite */
+
+#ifdef SecondSite
+
+#define YmakeRoot $(PREFIX)
+#define ManRoot $(PREFIX)/share/man
+#define LibSearch -...@finkprefix@/lib -L/usr/X11R6/lib
+#define IncSearch -...@finkprefix@/include -I/usr/X11R6/include
+#define BuildRasterHDF FALSE
+#define MakeDepend /usr/X11R6/bin/makedepend
+#define HDFlib -lg95
+#define COptimizeFlag  -O2
+#define FOptimizeFlag  -O2
+
+#endif /* SecondSite */
--- ncarg-4.3.1/ncarg2d/src/bin/scripts/ncargcc.csh.orig Thu May 30 15:04:00 
2002
+++ ncarg-4.3.1/ncarg2d/src/bin/scripts/ncargcc.csh Thu Oct 31 10:38:58 2002
@@ -46,7 +46,7 @@
 set libpath = "-L$libdir $syslibdir"
 set incpath = "-I$incdir"
 
-set libextra = ""
+set libextra = "-lg95"
 
 set newargv = "$cc $defines $loadflags"
 
--- ncarg-4.3.1/config/ymake.orig   Mon Oct 27 11:22:31 2003
+++ ncarg-4.3.1/config/ymakeMon Oct 27 11:22:49 2003
@@ -405,18 +405,10 @@
 caseDarwin:
 set os = $opsys
 
-switch ("$mach[1]")
-casePower:
-set model   = $mach
-set arch= $mach
-set sysincs = DARWIN
-set vendor  = Apple
-breaksw
-default:
-echo "$0 : Unknown machine type" > /dev/tty
-exit 1
-endsw
-
+set model   = $mach
+set arch= $mach
+set sysincs = DARWIN
+set vendor  = Apple
 breaksw
 
 case   CYGWIN:
--- ncarg/config/Darwin.orig2006-01-10 05:39:37.0 -0700
+++ ncarg/config/Darwin 2006-01-10 05:40:03.0 -0700
@@ -22,14 +22,15 @@
  * default setup.
  */
 #define HdfDefines  -DDARWIN
-#define StdDefines  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE
+#define StdDefines  -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE 
-D__UNIXOS2__ -DByteSwapped
+#define ByteSwapped
 #define Cstatic 
 #define Cdynamic 
 #define CppCommand '/usr/bin/cpp -traditional'
 #define CCompiler   gcc
-#define CtoFLibraries   -lg2c -lcc_dynamic
-#define ExtraSysLibraries   -lcc_dynamic
-#define FCompiler   g77
+#define CtoFLibraries   -...@finkprefix@/lib -lg95
+#define ExtraSysLibraries 
+#define FCompiler   g95
 #define CcOptions  -ansi
 #define XToolLibrary-lXt -lSM -lICE
 #define BuildShared NO

--- NEW FILE: ncarg-powerpc.patch ---
--- ncarg-4.3.1/ncarg.csh   Thu May  9 05:55:35 2002
+++ ncarg-4.3.1/ncarg.csh   Thu May  9 05:50:37 2002
@@ -0,0 +1,3 @@
+# ncarg.csh
+
+setenv   NCARG_ROOT   @FINKPREFIX@
--- ncarg-4.3.1/ncarg.shThu May  9 05:55:35 2002
+++ ncarg-4.3.1/ncarg.shThu May  9 05:50:37 2002
@@ -0,0 +1,4 @@
+# ncarg.sh
+
+ncarg_ro...@finkprefix@
+export NCARG_ROOT
--- ncarg-4.3.1/config/Site.local.orig  Thu Oct 31 06:29:10 2002
+++ ncarg-4.3.1/config/Site.local   Thu Oct 31 09:18:57 2002
@@ -0,0 +1,21 @@
+/*
+ * This file was created by the Configure script.
+ */
+
+#ifdef FirstSite
+
+#endif /* FirstSite */
+
+#ifdef SecondSite
+
+#define YmakeRoot $(PREFIX)
+#define ManRoot $(PREFIX)/share/man
+#define LibSearch -...@finkprefix@/lib -L/usr/X11R6/lib
+#define IncSearch -...@finkprefix@/include -I/usr/X11R6/include
+#define BuildRasterHDF FALSE
+#define MakeDepend /usr/X11R6/bin/makedepend
+#define HDFlib -lg95
+#define COptimizeFlag  -O2
+#define FOptimizeFlag  -O2
+
+#endif /* SecondSite */
--- ncarg-4.3.1/ncarg2d/src/bin/scripts/ncargcc.csh.orig Thu May 30 15:04:00 
2002
+++ ncarg-4.3.1/ncarg2d/src/bin/scripts/ncargcc.csh Thu Oct 31 10:38:58 2002
@@ -46,7 +46,7 @@
 set libpath = "-L$libdir $syslibdir"
 set incpath = "-I$incdir"
 
-set libextra = ""
+set libextra = "-lg95"
 
 set newargv = "$cc $defines $loadflags"
 
--- ncarg-4.3.1/config/ymake.orig   Mon Oct 27 11:22:31 2003
+++ ncarg-4.3.1/config/ymakeMon Oct 27 11:22:49 2003
@@ -405,18 +405,10 @@
 caseDarwin:
 set os = $opsys
 
-switch ("$mach[1]")
-casePower:
-  

[cvs] dists/10.4/unstable/main/finkinfo/sci ncarg-i386.info, NONE, 1.1 ncarg-powerpc.info, NONE, 1.1

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26938

Added Files:
ncarg-i386.info ncarg-powerpc.info 
Log Message:
Separate .info for separate Architecture so can have separate .patch and 
convert to PatchFile (NB: "%m" in PatchFile breaks val)


--- NEW FILE: ncarg-powerpc.info ---
Package: ncarg
Version: 4.4.1
Revision: 6
Source: http://ngwww.ucar.edu/ngbin/%n-%v.src.tar.gz
Source-MD5: f62f226acc8b5588ff3537f28ac85a7d
SourceDirectory: %n-%v
Conflicts: ralgcm (<= 3.50-1)
BuildDepends: g95 (>= 0.90-3), x11-dev, fink (>= 0.24.12)
Distribution: 10.4, 10.5
Architecture: powerpc
Depends: x11
PatchFile: %n-powerpc.patch
PatchFile-MD5: 4ed9eb0ffcdf2213e9b99dfa74d925f0
PatchScript: <<
  #!/bin/sh -ev
  sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
  mv config/ymake config/ymake_ori  
  sed 's|DARWIN|Darwin|g' < config/ymake_ori > config/ymake 
  chmod a+x config/ymake
<<
CompileScript: <<
#!/bin/sh -ev
 make -C config -f Makefile.ini
 ./config/ymkmf
 make PREFIX=%p Info Makefiles clean includes depend all
<<
InstallScript: <<
make PREFIX=%i install
mkdir -p %i/etc/profile.d
install -m 755 ncarg.sh %i/etc/profile.d/
install -m 755 ncarg.csh %i/etc/profile.d/
mv %i/bin/ctrans %i/bin/ctrans.ncarg
mv %i/bin/ictrans %i/bin/ictrans.ncarg
mv %i/bin/idt %i/bin/idt.ncarg
mv %i/bin/med %i/bin/med.ncarg
mv %i/bin/ncargpath %i/bin/ncargpath.ncarg
mv %i/bin/ncarlogo2ps %i/bin/ncarlogo2ps.ncarg
mv %i/include/ncarg/c.h %i/include/ncarg/c.h.ncarg
mv %i/include/ncarg/gks.h %i/include/ncarg/gks.h.ncarg
mv %i/include/ncarg/ncargC.h %i/include/ncarg/ncargC.h.ncarg
mv %i/lib/ncarg/database/Earth..1.areas 
%i/lib/ncarg/database/Earth..1.areas.ncarg
mv %i/lib/ncarg/database/Earth..1.lines 
%i/lib/ncarg/database/Earth..1.lines.ncarg
mv %i/lib/ncarg/database/Earth..1.names 
%i/lib/ncarg/database/Earth..1.names.ncarg
mv %i/lib/ncarg/database/Earth..2.areas 
%i/lib/ncarg/database/Earth..2.areas.ncarg
mv %i/lib/ncarg/database/Earth..2.lines 
%i/lib/ncarg/database/Earth..2.lines.ncarg
mv %i/lib/ncarg/database/Earth..2.names 
%i/lib/ncarg/database/Earth..2.names.ncarg
mv %i/lib/ncarg/database/Earth..3.areas 
%i/lib/ncarg/database/Earth..3.areas.ncarg
mv %i/lib/ncarg/database/Earth..3.lines 
%i/lib/ncarg/database/Earth..3.lines.ncarg
mv %i/lib/ncarg/database/Earth..3.names 
%i/lib/ncarg/database/Earth..3.names.ncarg
mv %i/lib/ncarg/database/ezmap_area_ids 
%i/lib/ncarg/database/ezmap_area_ids.ncarg
mv %i/lib/ncarg/database/EzmapAreaInfo.CO 
%i/lib/ncarg/database/EzmapAreaInfo.CO.ncarg
mv %i/lib/ncarg/database/EzmapAreaInfo.PO 
%i/lib/ncarg/database/EzmapAreaInfo.PO.ncarg
mv %i/lib/ncarg/database/EzmapAreaInfo.PS 
%i/lib/ncarg/database/EzmapAreaInfo.PS.ncarg
mv %i/lib/ncarg/database/EzmapAreaInfo.US 
%i/lib/ncarg/database/EzmapAreaInfo.US.ncarg
mv %i/lib/ncarg/database/ezmapdata %i/lib/ncarg/database/ezmapdata.ncarg
mv %i/lib/ncarg/database/EzmapOutlines.CO 
%i/lib/ncarg/database/EzmapOutlines.CO.ncarg
mv %i/lib/ncarg/database/EzmapOutlines.PO 
%i/lib/ncarg/database/EzmapOutlines.PO.ncarg
mv %i/lib/ncarg/database/EzmapOutlines.PS 
%i/lib/ncarg/database/EzmapOutlines.PS.ncarg
mv %i/lib/ncarg/database/EzmapOutlines.US 
%i/lib/ncarg/database/EzmapOutlines.US.ncarg
mv %i/lib/ncarg/database/PlotcharData %i/lib/ncarg/database/PlotcharData.ncarg
mv %i/lib/ncarg/database/pwritdata %i/lib/ncarg/database/pwritdata.ncarg
mv %i/lib/ncarg/database/ranfdata %i/lib/ncarg/database/ranfdata.ncarg
mv %i/lib/ncarg/fontcaps/font1 %i/lib/ncarg/fontcaps/font1.ncarg
mv %i/lib/ncarg/fontcaps/font10 %i/lib/ncarg/fontcaps/font10.ncarg
mv %i/lib/ncarg/fontcaps/font11 %i/lib/ncarg/fontcaps/font11.ncarg
mv %i/lib/ncarg/fontcaps/font12 %i/lib/ncarg/fontcaps/font12.ncarg
mv %i/lib/ncarg/fontcaps/font13 %i/lib/ncarg/fontcaps/font13.ncarg
mv %i/lib/ncarg/fontcaps/font14 %i/lib/ncarg/fontcaps/font14.ncarg
mv %i/lib/ncarg/fontcaps/font15 %i/lib/ncarg/fontcaps/font15.ncarg
mv %i/lib/ncarg/fontcaps/font16 %i/lib/ncarg/fontcaps/font16.ncarg
mv %i/lib/ncarg/fontcaps/font17 %i/lib/ncarg/fontcaps/font17.ncarg
mv %i/lib/ncarg/fontcaps/font18 %i/lib/ncarg/fontcaps/font18.ncarg
mv %i/lib/ncarg/fontcaps/font19 %i/lib/ncarg/fontcaps/font19.ncarg
mv %i/lib/ncarg/fontcaps/font2 %i/lib/ncarg/fontcaps/font2.ncarg
mv %i/lib/ncarg/fontcaps/font20 %i/lib/ncarg/fontcaps/font20.ncarg
mv %i/lib/ncarg/fontcaps/font21 %i/lib/ncarg/fontcaps/font21.ncarg
mv %i/lib/ncarg/fontcaps/font22 %i/lib/ncarg/fontcaps/font22.ncarg
mv %i/lib/ncarg/fontcaps/font25 %i/lib/ncarg/fontcaps/font25.ncarg
mv %i/lib/ncarg/fontcaps/font26 %i/lib/ncarg/fontcaps/font26.ncarg
mv %i/lib/ncarg/fontcaps/font29 %i/lib/ncarg/fontcaps/font29.ncarg
mv %i/lib/ncarg/fontcaps/font3 %i/lib/ncarg/fontcaps/font3.ncarg
mv %i/lib/ncarg/fontcaps/font30 %i/lib/ncarg/fontcaps/font30.ncarg
mv %i/lib/ncarg/fontcaps/font33 %i/lib/ncarg/fontcaps/font33.ncarg
mv %i/lib/ncarg/fontcaps/font34 %i/lib/nc

[cvs] scripts/installer/dmg/doc/bundled install.html,1.36,1.37

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/scripts/installer/dmg/doc/bundled
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28736/bundled

Modified Files:
install.html 
Log Message:
regenerate with updated copyright


Index: install.html
===
RCS file: /cvsroot/fink/scripts/installer/dmg/doc/bundled/install.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- install.html24 Jun 2008 01:50:33 -  1.36
+++ install.html6 Apr 2009 02:08:22 -   1.37
@@ -1,7 +1,7 @@
 http://www.w3.org/TR/html4/loose.dtd";>
 
 
 Fink Documentation - Fink 0.9.0 InstallationFink 0.9.0 Installation
 
@@ -549,4 +549,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.
-Generated from $Fink: install.xml,v 1.26 2008/02/10 23:41:08 alexkhansen 
Exp $
+Generated from $Fink: install.xml,v 1.27 2008/06/27 00:55:33 dmrrsn Exp 
$


--
___
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/graphics qt3mac.patch, 1.2, 1.3 qt3mac.info, 1.17, 1.18 qt3mac.patch2, 1.1, NONE

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24310/unstable/main/finkinfo/graphics

Modified Files:
qt3mac.patch qt3mac.info 
Removed Files:
qt3mac.patch2 
Log Message:
unify patchfiles so can convert to PatchFile syntax


Index: qt3mac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/qt3mac.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- qt3mac.info 30 Aug 2008 23:32:04 -  1.17
+++ qt3mac.info 6 Apr 2009 01:29:44 -   1.18
@@ -18,13 +18,14 @@
 SourceDirectory: qt-mac-free-%v
 Description: Aqua version of QT3: Headers and dev tools
 Depends: %N-shlibs (>= %v-%r), pkgconfig
-BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, freetype219, 
libpng3 (>= 1.2.5-4), libjpeg
+BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, freetype219, 
libpng3 (>= 1.2.5-4), libjpeg, fink (>= 0.24.12)
 BuildConflicts: qt3, qt3-designer, qt3-dev, autogen-dev
 BuildDependsOnly: true
+PatchFile: %n.patch
+PatchFile-MD5: 0d8284e13cf042eb52ede81e4a318549
 PatchScript: <<
 #!/bin/sh -ex
- sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- patch -p1 < %a/qt3mac.patch2
+ sed -e 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
  perl -pi.bak -e 's|cp \-P|cp \-Rp|' qmake/Makefile.unix
 <<
 NoSetLDFLAGS: true

--- qt3mac.patch2 DELETED ---

Index: qt3mac.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/qt3mac.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qt3mac.patch24 Jan 2006 21:20:31 -  1.2
+++ qt3mac.patch6 Apr 2009 01:29:44 -   1.3
@@ -96,3 +96,64 @@
unix:SOURCES += $$TOOLS_CPP/qlibrary_unix.cpp
  
SOURCES += $$TOOLS_CPP/qbitarray.cpp \
+diff -ruN qt-mac-free-3.3.8/config.tests/mac/mac_version.test 
qt-mac-free-3.3.8-patched/config.tests/mac/mac_version.test
+--- qt-mac-free-3.3.8/config.tests/mac/mac_version.test2004-04-23 
09:40:40.0 -0700
 qt-mac-free-3.3.8-patched/config.tests/mac/mac_version.test
2007-09-10 09:46:37.0 -0700
+@@ -21,7 +21,7 @@
+ echo "#include " >>$TSTFILE
+ echo "int main() {" >>$TSTFILE
+ echo "  long gestalt_version;" >>$TSTFILE
+-echo "  fprintf(stdout, \"%d\\n\", (Gestalt(gestaltSystemVersion, 
&gestalt_version) == noErr) ? gestalt_version : 0);" >>$TSTFILE
++/bin/echo "  fprintf(stdout, \"%d\\n\", (Gestalt(gestaltSystemVersion, 
&gestalt_version) == noErr) ? gestalt_version : 0);" >>$TSTFILE
+ echo "  return 1;" >>$TSTFILE
+ echo "}" >>$TSTFILE
+ 
+diff -ruN qt-mac-free-3.3.8/src/tools/qglobal.h 
qt-mac-free-3.3.8-patched/src/tools/qglobal.h
+--- qt-mac-free-3.3.8/src/tools/qglobal.h  2007-02-02 06:01:04.0 
-0800
 qt-mac-free-3.3.8-patched/src/tools/qglobal.h  2007-09-10 
09:31:43.0 -0700
+@@ -183,7 +183,10 @@
+ #  if !defined(MAC_OS_X_VERSION_10_4)
+ #   define MAC_OS_X_VERSION_10_4 MAC_OS_X_VERSION_10_3 + 1
+ #  endif
+-#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_4)
++#  if !defined(MAC_OS_X_VERSION_10_5)
++#   define MAC_OS_X_VERSION_10_5 MAC_OS_X_VERSION_10_4 + 1
++#  endif
++#  if (MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_5)
+ #error "This version of Mac OS X is unsupported"
+ #  endif
+ #endif
+--- qt-mac-free-3.3.8/src/kernel/qt_mac.h  2007-02-02 15:01:13.0 
+0100
 qt-mac-free-3.3.8-patched/src/kernel/qt_mac.h  2007-10-29 
13:14:12.0 +0100
+@@ -54,7 +54,7 @@
+ # define QMAC_DEFAULT_STYLE "QMacStyle" //DefaultStyle
+ #endif
+ 
+-#if !defined(Q_WS_MACX) || QT_MACOSX_VERSION < 0x1020 || QT_MACOSX_VERSION >= 
0x1030
++#if !defined(Q_WS_MACX) || QT_MACOSX_VERSION < 0x1020 || (QT_MACOSX_VERSION 
>= 0x1030 && QT_MACOSX_VERSION <= 0x1040)
+ # define QMAC_NO_FAKECURSOR
+ #endif
+ 
+--- qt-mac-free-3.3.8/src/kernel/qcursor_mac.cpp   2007-02-02 
15:01:16.0 +0100
 qt-mac-free-3.3.8-patched/src/kernel/qcursor_mac.cpp   2007-10-29 
15:02:36.0 +0100
+@@ -177,7 +177,9 @@
+ #ifdef QMAC_USE_BIG_CURSOR_API
+   char *big_cursor_name;
+ #endif
++#ifdef QMAC_NO_FAKECURSOR
+   CursorImageRec *ci;
++#endif
+   struct {
+   QMacAnimateCursor *anim;
+   ThemeCursor curs;
+@@ -257,8 +259,10 @@
+ if(type == TYPE_CursPtr) {
+   if(curs.cp.hcurs && curs.cp.my_cursor)
+   free(curs.cp.hcurs);
++#ifdef QMAC_NO_FAKECURSOR
+ } else if(type == TYPE_CursorImage) {
+   free(curs.ci);
++#endif
+ #ifdef QMAC_USE_BIG_CURSOR_API
+ } else if(type == TYPE_BigCursor) {
+   QDUnregisterNamedPixMapCursur(curs.big_cursor_name);


--
___
Fink-commits mailing list
Fink-commits@lists.sou

[cvs] web/xml/packaging packaging.en.xml,1.105,1.106

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/web/xml/packaging
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30363

Modified Files:
packaging.en.xml 
Log Message:
Note about %a deprecation


Index: packaging.en.xml
===
RCS file: /cvsroot/fink/web/xml/packaging/packaging.en.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- packaging.en.xml15 Mar 2009 22:37:01 -  1.105
+++ packaging.en.xml6 Apr 2009 02:21:28 -   1.106
@@ -331,7 +331,7 @@
 %a
 
 
-the path where the patches can be found
+the path where the patches can be found. As of fink-0.29.0, this 
variable should not be used. Use %{PatchFile} to access the 
.patch file. Support for %a will be removed 
in the future.
 
 
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] scripts/installer/dmg/doc/packaging packaging.en.html, 1.95, 1.96

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/scripts/installer/dmg/doc/packaging
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30479/scripts/installer/dmg/doc/packaging

Modified Files:
packaging.en.html 
Log Message:
Note about %a deprecation


Index: packaging.en.html
===
RCS file: /cvsroot/fink/scripts/installer/dmg/doc/packaging/packaging.en.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- packaging.en.html   24 Feb 2009 21:00:17 -  1.95
+++ packaging.en.html   6 Apr 2009 02:22:10 -   1.96
@@ -1,7 +1,7 @@
 http://www.w3.org/TR/html4/loose.dtd";>
 
 
 Fink Documentation - Creating Fink Packages
 
@@ -296,7 +296,7 @@
 
 %a
 
-the path where the patches can be found
+the path where the patches can be found. As of fink-0.29.0, this 
variable should not be used. Use %{PatchFile} to access the .patch file. Support for %a 
will be removed in the future.
 
 %b
 
@@ -2258,6 +2258,7 @@
 
 Patch
 
+(Deprecated.)
 The filename of a patch to be applied with patch -p1
 = 0.24.12) (or a 
later version of fink).
+
+When a PatchFile declaration is 
present, there is a
+default PatchScript equivalent to:
+PatchScript: patch -p1 < %{PatchFile}
+This will be overridden if you supply a PatchScript
+of your own (for example, to perform a substitution on the patch file
+before applying it).
+If you  need to have the user's chosen prefix in the patch file
 it is recommended that you have a variable such as @PREFIX@ 
 instead of /sw in the patch and then 
use:
-PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
+PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 Patches should be in unidiff format and are normally generated by using:
 diff -urN  
 If you have used emacs to edit files, you can add -x'*~' to the diff command above in order to exclude 
automatically-generated backup files.
@@ -3005,9 +3007,9 @@
 
 
 Copyright NoticeCopyright (c) 2001 Christoph Pfisterer,
-Copyright (c) 2001-2008 The Fink Project.
+Copyright (c) 2001-2009 The Fink Project.
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.
-Generated from $Fink: packaging.en.xml,v 1.104 2009/02/24 20:58:12 
dmrrsn Exp $
+Generated from $Fink: packaging.en.xml,v 1.106 2009/04/06 02:21:28 
dmacks Exp $


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/doc/packaging compilers.en.php, 1.32, 1.33 format.en.php, 1.86, 1.87 fslayout.en.php, 1.86, 1.87 index.en.php, 1.86, 1.87 intro.en.php, 1.85, 1.86 packaging.en.html, 1.102, 1.103 policy.en.p

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/web/doc/packaging
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30479/web/doc/packaging

Modified Files:
compilers.en.php format.en.php fslayout.en.php index.en.php 
intro.en.php packaging.en.html policy.en.php reference.en.php 
Log Message:
Note about %a deprecation


Index: compilers.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/compilers.en.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- compilers.en.php15 Mar 2009 22:38:01 -  1.32
+++ compilers.en.php6 Apr 2009 02:22:10 -   1.33
@@ -1,7 +1,7 @@
 ';
 
 

Index: intro.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/intro.en.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- intro.en.php15 Mar 2009 22:38:01 -  1.85
+++ intro.en.php6 Apr 2009 02:22:10 -   1.86
@@ -1,7 +1,7 @@
 ';
 
 

Index: format.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/format.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- format.en.php   15 Mar 2009 22:38:01 -  1.86
+++ format.en.php   6 Apr 2009 02:22:10 -   1.87
@@ -1,7 +1,7 @@
 ';
 
 
@@ -206,7 +206,7 @@
 
 %a
 
-the path where the patches can be found
+the path where the patches can be found. As of fink-0.29.0, this 
variable should not be used. Use %{PatchFile} to access the 
.patch file. Support for %a will be removed in the 
future.
 
 %b
 

Index: policy.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/policy.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- policy.en.php   15 Mar 2009 22:38:01 -  1.86
+++ policy.en.php   6 Apr 2009 02:22:10 -   1.87
@@ -1,7 +1,7 @@
 ';
 
 

Index: reference.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/reference.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- reference.en.php15 Mar 2009 22:38:01 -  1.88
+++ reference.en.php6 Apr 2009 02:22:10 -   1.89
@@ -1,7 +1,7 @@
 ';
 
 

Index: fslayout.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/fslayout.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- fslayout.en.php 15 Mar 2009 22:38:01 -  1.86
+++ fslayout.en.php 6 Apr 2009 02:22:10 -   1.87
@@ -1,7 +1,7 @@
 ';
 
 

Index: packaging.en.html
===
RCS file: /cvsroot/fink/web/doc/packaging/packaging.en.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- packaging.en.html   15 Mar 2009 22:38:01 -  1.102
+++ packaging.en.html   6 Apr 2009 02:22:10 -   1.103
@@ -1,7 +1,7 @@
 http://www.w3.org/TR/html4/loose.dtd";>
 
 
 Fink Documentation - Creating Fink Packages
 
@@ -296,7 +296,7 @@
 
 %a
 
-the path where the patches can be found
+the path where the patches can be found. As of fink-0.29.0, this 
variable should not be used. Use %{PatchFile} to access the .patch file. Support for %a 
will be removed in the future.
 
 %b
 
@@ -3012,4 +3012,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author.
-Generated from $Fink: packaging.en.xml,v 1.105 2009/03/15 22:37:01 
dmrrsn Exp $
+Generated from $Fink: packaging.en.xml,v 1.106 2009/04/06 02:21:28 
dmacks Exp $

Index: index.en.php
===
RCS file: /cvsroot/fink/web/doc/packaging/index.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- index.en.php15 Mar 2009 22:38:01 -  1.86
+++ index.en.php6 Apr 2009 02:22:10 -   1.87
@@ -1,7 +1,7 @@
 ';
 
 
@@ -30,7 +30,7 @@
 
 
1 Introduction1.1 What is a Package?1.2 Identifying a 
Package2 Package 
Descriptions2.1 Tree 
Layout2.2 File 
Format2.3 Percent 
Expansion3 Packaging 
Policy3.1 Package 
Licenses3.2 The GPL and 
OpenSSL3.3 Base System 
Interference3.4 Shared 
Libraries3.5 Perl 
Modules3.6 Emacs 
Policy4 Filesystem 
Layout4.1 The Filesystem 
Hierarchy Standard4.2 The 
Directories4.3 Things to 
Avoid5 
Compilers5.1 
Compiler Versions5.2 The 
g++ ABI6 
Reference6.1 The Build 
Process6.2 
Fields6.3 
SplitOffs6.4 
Scripts6.5 
Patches6.6 Profile.d 
scripts
-
+
 
 
 


--
___
Fink-commits

[cvs] dists/10.4/unstable/main/finkinfo/sound mpg123.info,1.4,1.5

2009-04-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30468

Modified Files:
mpg123.info 
Log Message:
New upstream version for security fix.

Index: mpg123.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mpg123.info 3 Apr 2009 22:13:47 -   1.4
+++ mpg123.info 6 Apr 2009 02:22:19 -   1.5
@@ -1,6 +1,6 @@
 Info4: <<
 Package: mpg123
-Version: 1.7.1
+Version: 1.7.2
 Revision: 1
 Epoch: 1
 Maintainer: Daniel Johnson 
@@ -13,11 +13,11 @@
Previously maintained by
Nicholas Humfrey 
 <<
-License: LGPL
+License: LGPL2
 Homepage: http://www.mpg123.org/
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 6dd00a5fc7e290c7c8e73fb4eab5b8b7
+Source-MD5: 0942f50498e024687811f663e8bf4790
 
 Depends: lib%N-shlibs (= %V), libtool2-shlibs
 BuildDepends: fink (>= 0.26.2), libtool2


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1592, 1.1593 PkgVersion.pm, 1.622, 1.623

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30694

Modified Files:
ChangeLog PkgVersion.pm 
Log Message:
All of fink is now upgraded to PatchFile and no %a is used anywhere, so bye-bye 
%a


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.622
retrieving revision 1.623
diff -u -d -r1.622 -r1.623
--- PkgVersion.pm   5 Apr 2009 15:51:04 -   1.622
+++ PkgVersion.pm   6 Apr 2009 02:24:12 -   1.623
@@ -664,7 +664,7 @@
'Ni'=> $parentinvname,
'P' => $basepath,
 
-   'a' => $self->{_patchpath},
+#  'a' => $self->{_patchpath},
'b' => '.'
};
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592
retrieving revision 1.1593
diff -u -d -r1.1592 -r1.1593
--- ChangeLog   5 Apr 2009 15:51:04 -   1.1592
+++ ChangeLog   6 Apr 2009 02:24:12 -   1.1593
@@ -1,3 +1,7 @@
+2009-04-05  Daniel Macks  
+
+   * PkgVersion.pm: %a is gone
+
 2009-04-05  Dave Morrison  
 
* PkgVersion.pm: use architecture-dependent path-prefix on 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1593, 1.1594 Validation.pm, 1.303, 1.304

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31454

Modified Files:
ChangeLog Validation.pm 
Log Message:
%a is really gone


Index: Validation.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- Validation.pm   5 Apr 2009 13:46:05 -   1.303
+++ Validation.pm   6 Apr 2009 02:30:50 -   1.304
@@ -829,19 +829,9 @@
# anything in PatchScript that looks like a patch file name
# (i.e., strings matching the glob %a/*.patch)
$value = $properties->{patchscript} || $test_properties->{patchscript};
-   if ($value) {
-   @patchfiles = ($value =~ /\%a\/.*?\.patch/g);
-   # strip directory if info is simple filename (in $PWD)
-   map {s/\%a\///} @patchfiles unless $pkgpatchpath;
-   if (@patchfiles) {
-   if (exists $properties->{patchfile}) {
-   print "Error: Cannot use %a if using PatchFile, 
use \%\{PatchFile\} to reference the patch. ($filename)\n";
-   $looks_good = 0;
-   } else {
-   print "Warning: %a patchfile pathnames are 
deprecated. Use PatchFile, and \%\{PatchFile\} to reference the patch. 
($filename)\n";
-   $looks_good = 0;
-   }
-   }   
+   if ($value and $value =~ /\%a\/.*?\.patch/) {
+   print "Error: %a is no longer supported. Use PatchFile, and 
\%\{PatchFile\} to reference the patch. ($filename)\n";
+   $looks_good = 0;
}
 
# the contents if Patch (if any)

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1593
retrieving revision 1.1594
diff -u -d -r1.1593 -r1.1594
--- ChangeLog   6 Apr 2009 02:24:12 -   1.1593
+++ ChangeLog   6 Apr 2009 02:30:50 -   1.1594
@@ -1,6 +1,6 @@
 2009-04-05  Daniel Macks  
 
-   * PkgVersion.pm: %a is gone
+   * PkgVersion.pm, Validation.pm: %a is gone
 
 2009-04-05  Dave Morrison  
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[svn] commit: r1477 - in /trunk/experimental: 10.4/crypto/finkinfo/koffice2.info common/crypto/finkinfo/koffice2.info common/main/finkinfo/utils/md5deep.info

2009-04-05 Thread ranger
Author: ranger
Date: Mon Apr  6 04:46:44 2009
New Revision: 1477

URL: 

Log:
updates

Modified:
trunk/experimental/10.4/crypto/finkinfo/koffice2.info
trunk/experimental/common/crypto/finkinfo/koffice2.info
trunk/experimental/common/main/finkinfo/utils/md5deep.info

Modified: trunk/experimental/10.4/crypto/finkinfo/koffice2.info
URL: 

==
--- trunk/experimental/10.4/crypto/finkinfo/koffice2.info (original)
+++ trunk/experimental/10.4/crypto/finkinfo/koffice2.info Mon Apr  6 04:46:44 
2009
@@ -77,7 +77,7 @@
-DPSTOEDIT_EXECUTABLE:FILEPATH=%p/bin/pstoedit \
-DWPD_INCLUDE_DIR:PATH=%p/include/libwpd-0.8 \
-DWPD_LIBRARIES:FILEPATH=%p/lib/libwpd-0.8.dylib \
-   -DWV2_INCLUDE_DIR:PATH=%p/include \
+   -DWV2_INCLUDE_DIR:STRING='-I%p/include 
-I%p/include/libgsf-1 -I%p/include/glib-2.0 -I%p/lib/glib-2.0/include 
-I%p/include/libxml2 -I%p/include' \
-DWV2_LIBRARIES:FILEPATH=%p/lib/libwv2.dylib \
$KDE4_CMAKE_ARGS ..
make VERBOSE=1
@@ -213,7 +213,6 @@
lib/%type_pkg[kde]/lib/libkdeinit4_krita.dylib
lib/%type_pkg[kde]/lib/libKritaRulerAssistantCommon.5*.dylib
lib/%type_pkg[kde]/lib/libkrita*.5*.dylib
-   lib/%type_pkg[kde]/lib/libkrossmodulekrita.5*.dylib
lib/%type_pkg[kde]/share/applications/kde4/krita*
lib/%type_pkg[kde]/share/apps/krita*
lib/%type_pkg[kde]/share/doc/HTML/en/krita
@@ -237,9 +236,9 @@
%p/lib/mac/lib/libkritadynamicbrush.5.dylib
5.0.0 %n (>= 1.9.98.7-1)
%p/lib/mac/lib/libkritagrayscale.5.dylib   
5.0.0 %n (>= 1.9.98.7-1)
%p/lib/mac/lib/libkritaimage.5.dylib   
5.0.0 %n (>= 1.9.98.7-1)
+   %p/lib/mac/lib/libkritalibbrush.5.dylib
5.0.0 %n (>= 1.9.99.0-1)
%p/lib/mac/lib/libkritalibpaintop.5.dylib  
5.0.0 %n (>= 1.9.98.7-1)
%p/lib/mac/lib/libkritaui.5.dylib  
5.0.0 %n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkrossmodulekrita.5.dylib  
5.0.0 %n (>= 1.9.98.7-1)
<<
PostInstScript: %p/lib/%type_pkg[kde]/bin/kde4-postinst.sh >/dev/null 
2>&1 || :
 <<
@@ -348,24 +347,25 @@
lib/%type_pkg[kde]/lib/libpigmentcms.5*.dylib
<<
Shlibs: <<
-   %p/lib/%type_pkg[kde]/lib/libchartshapelib.5.dylib  5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libflake.5.dylib  5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkchartcommon.5.dylib   5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkdchart.5.dylib5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkochart.5.dylib5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkoffice*.5.dylib   5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkoguiutils.5.dylib 5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkokross.5.dylib5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkomain.5.dylib 5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkoodf.5.dylib  5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkopageapp.5.dylib  5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkoresources.5.dylib5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkostore.5.dylib5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkotext.5.dylib 5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkowmf.5.dylib  5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkwmf.5.dylib   5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libkwordexportfilters.5.dylib 5.0.0 
%n (>= 1.9.98.7-1)
-   %p/lib/%type_pkg[kde]/lib/libpigmentcms.5.dylib 5.0.0 
%n (>= 1.9.98.7-1)
+   %p/lib/%type_pkg[kde]/lib/libchartshapelib.5.dylib
5.0.0 %n (>= 1.9.98.7-1)
+   %p/lib/%type_pkg[kde]/lib/libflake.5.dylib
5.0.0 %n (>= 1.9.98.7-1)
+   %p/lib/%type_pkg[kde]/lib/libkchartcommon.5.dylib 
5.0.0 %n (>= 1.9.98.7-1)
+   %p/lib/%type_pkg[kde]/lib/libkdchart.5.dylib 

[cvs] dists/10.4/unstable/main/finkinfo/utils cb2bib.info,1.21,1.22

2009-04-05 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5955/utils

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

Index: cb2bib.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/cb2bib.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cb2bib.info 27 Mar 2009 13:08:06 -  1.21
+++ cb2bib.info 6 Apr 2009 03:40:27 -   1.22
@@ -1,5 +1,5 @@
 Package: cb2bib
-Version: 1.2.1
+Version: 1.2.2
 Revision: 1002
 Source: http://www.molspaces.com/dl/progs/%n-%v.tar.gz
 Depends: fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-1), 
glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs (>= 0.14.5-2), libiconv (>= 
1.12-3), libpng3-shlibs (>= 1:1.2.33-1), qt4-x11-core-shlibs (>= 4.4.3-1), 
qt4-x11-gui-shlibs (>= 4.4.3-1), x11, x11-shlibs, dbus-shlibs
@@ -10,7 +10,7 @@
 License: GPL
 ## GPLv3 in fact
 Description: Fast extractor for bibliographic references, uses Qt4
-Source-MD5: 7e7a74745b8d78ba67f40d2453aa6b4e
+Source-MD5: fab0ca9d919391dde51ee0a6c0202f72
 SetCXXFLAGS: -Os
 PatchScript: <<
perl -pi -e "s,/usr/share/,%i/share/,g" cb2bib.pro


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink/Notify XTerm.pm,NONE,1.1

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink/Notify
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13331/perlmod/Fink/Notify

Added Files:
XTerm.pm 
Log Message:
Fix runtime error if new xterm notifier is chosen in fink.conf (missing plugin 
module)


--- NEW FILE: XTerm.pm ---
# -*- mode: Perl; tab-width: 4; -*-
#
# Fink::Notify::Xterm module
#
# Fink - a package manager that downloads source and installs it
# Copyright (c) 2009 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
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
#

package Fink::Notify::XTerm;
use warnings;
use strict;

use Fink::Notify;

our @ISA = qw(Fink::Notify);
our $VERSION = ( qw$Revision: 1.1 $ )[-1];

sub about {
my $self = shift;

my @about = ('XTerm', $VERSION, 'Terminal title-bar notification');
return wantarray? @about : \...@about;
}

sub events {
my @eventlist = ();  # this is a non-standard notifier!
return wantarray? @eventlist : \...@eventlist;
}

sub new {
my $class = shift;

my $self = bless({}, $class);
my @events = $self->events();

return $self;
}

sub do_notify {
my $self  = shift;

# this notifier is hacked directly into Engine.pm (need to factor
# out) and does not use the standard event-type triggers (need to
# add new events). FIXME!

return 1;
}

1;

# vim: ts=4 sw=4 noet


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1594, 1.1595 Engine.pm, 1.431, 1.432

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13331/perlmod/Fink

Modified Files:
ChangeLog Engine.pm 
Log Message:
Fix runtime error if new xterm notifier is chosen in fink.conf (missing plugin 
module)


Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -d -r1.431 -r1.432
--- Engine.pm   3 Apr 2009 07:47:48 -   1.431
+++ Engine.pm   6 Apr 2009 04:45:57 -   1.432
@@ -2034,6 +2034,8 @@
}
}
}
+   # FIXME: factor out a standard Xterm 
notifier with
+   # new event types
my $use_xttitle = grep { /^xterm$/i } 
split / /, $config->param_default('NotifyPlugin', 'Growl');
print "\033]2;building " . 
$package->get_fullname . " (" . ($rebuild_count - 1) . " remaining)\007" if 
$use_xttitle;
}
@@ -2970,6 +2972,7 @@
 sub prefetch {
my ($use_bindist, $dryrun, @dep_items) = @_;
 
+   # FIXME: factor out a standard Xterm notifier with new event types
my $use_xttitle = grep { /^xterm$/i } split / /, 
$config->param_default('NotifyPlugin', 'Growl');

&call_queue_clear;

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1594
retrieving revision 1.1595
diff -u -d -r1.1594 -r1.1595
--- ChangeLog   6 Apr 2009 02:30:50 -   1.1594
+++ ChangeLog   6 Apr 2009 04:45:57 -   1.1595
@@ -1,3 +1,8 @@
+2009-04-06  Daniel Macks  
+
+   * Notify/XTerm.pm: non-standard implemenation, but need stub here
+   so that fink.conf:NotifyPlugin token can be resolved
+
 2009-04-05  Daniel Macks  
 
* PkgVersion.pm, Validation.pm: %a is gone


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.504,1.505 MANIFEST,1.14,1.15

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13331

Modified Files:
ChangeLog MANIFEST 
Log Message:
Fix runtime error if new xterm notifier is chosen in fink.conf (missing plugin 
module)


Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -d -r1.504 -r1.505
--- ChangeLog   5 Apr 2009 23:12:52 -   1.504
+++ ChangeLog   6 Apr 2009 04:45:56 -   1.505
@@ -1,3 +1,7 @@
+2009-04-06  Daniel Macks  
+
+   * MANIFEST: add new XTerm notifier
+
 2009-04-05  Dave Morrison  
 
* VERSION: Make fink HEAD always >> 0.29.x, since that has now

Index: MANIFEST
===
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- MANIFEST5 Apr 2009 13:42:01 -   1.14
+++ MANIFEST6 Apr 2009 04:45:56 -   1.15
@@ -62,6 +62,7 @@
 perlmod/Fink/Notify/QuickSilver.pm
 perlmod/Fink/Notify/Say.pm
 perlmod/Fink/Notify/Syslog.pm
+perlmod/Fink/Notify/Xterm.pm
 perlmod/Fink/Notify.pm
 perlmod/Fink/Package.pm
 perlmod/Fink/PkgVersion.pm


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink/Notify XTerm.pm,1.1,1.2

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink/Notify
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13571

Modified Files:
XTerm.pm 
Log Message:
casefix


Index: XTerm.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Notify/XTerm.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- XTerm.pm6 Apr 2009 04:45:57 -   1.1
+++ XTerm.pm6 Apr 2009 04:46:58 -   1.2
@@ -1,6 +1,6 @@
 # -*- mode: Perl; tab-width: 4; -*-
 #
-# Fink::Notify::Xterm module
+# Fink::Notify::XTerm module
 #
 # Fink - a package manager that downloads source and installs it
 # Copyright (c) 2009 The Fink Package Manager Team


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink MANIFEST,1.15,1.16

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13742

Modified Files:
MANIFEST 
Log Message:
casefix


Index: MANIFEST
===
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- MANIFEST6 Apr 2009 04:45:56 -   1.15
+++ MANIFEST6 Apr 2009 04:48:12 -   1.16
@@ -62,7 +62,7 @@
 perlmod/Fink/Notify/QuickSilver.pm
 perlmod/Fink/Notify/Say.pm
 perlmod/Fink/Notify/Syslog.pm
-perlmod/Fink/Notify/Xterm.pm
+perlmod/Fink/Notify/XTerm.pm
 perlmod/Fink/Notify.pm
 perlmod/Fink/Package.pm
 perlmod/Fink/PkgVersion.pm


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.505,1.506 MANIFEST,1.16,1.17

2009-04-05 Thread Daniel Macks
Update of /cvsroot/fink/fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13844

Modified Files:
ChangeLog MANIFEST 
Log Message:
missing .pt entry


Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -d -r1.505 -r1.506
--- ChangeLog   6 Apr 2009 04:45:56 -   1.505
+++ ChangeLog   6 Apr 2009 04:49:54 -   1.506
@@ -1,5 +1,10 @@
 2009-04-06  Daniel Macks  
 
+   * MANIFEST: add .pt README
+   * readme.*.html: regenerate
+
+2009-04-06  Daniel Macks  
+
* MANIFEST: add new XTerm notifier
 
 2009-04-05  Dave Morrison  

Index: MANIFEST
===
RCS file: /cvsroot/fink/fink/MANIFEST,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- MANIFEST6 Apr 2009 04:48:12 -   1.16
+++ MANIFEST6 Apr 2009 04:49:54 -   1.17
@@ -87,6 +87,7 @@
 readme.es.html
 readme.fr.html
 readme.ja.html
+readme.pt.html
 readme.ru.html
 readme.zh.html
 update/ChangeLog


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods locale-gettext-pm.info, 1.9, 1.10 text-iconv-pm.info, 1.6, 1.7

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15576

Modified Files:
locale-gettext-pm.info text-iconv-pm.info 
Log Message:
add -pm5100 variant


Index: locale-gettext-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/locale-gettext-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- locale-gettext-pm.info  13 Apr 2008 21:18:53 -  1.9
+++ locale-gettext-pm.info  6 Apr 2009 05:06:50 -   1.10
@@ -3,7 +3,7 @@
 Version: 1.05
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4
+Distribution: (%type_pkg[perl] = 581) 10.3, (%type_pkg[perl] = 581) 10.4, 
(%type_pkg[perl] = 584) 10.3, (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Depends: perl%type_pkg[perl]-core, libgettext3-shlibs
 BuildDepends: libgettext3-dev, fink (>= 0.24.12-1)
 Conflicts: %N-doc
@@ -12,7 +12,7 @@
 Source-MD5: f3d3f474a1458f37174c410dfef61a46
 SourceRename: %{ni}-%v.tar.gz
 SourceDirectory: gettext-%v
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 PatchFile: %{ni}.patch
 PatchFile-MD5: ff57744a2df4e7e025ed681b08d5971a
 InstallScript: <<

Index: text-iconv-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/text-iconv-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- text-iconv-pm.info  21 Feb 2009 23:06:13 -  1.6
+++ text-iconv-pm.info  6 Apr 2009 05:06:50 -   1.7
@@ -3,7 +3,8 @@
 Version: 1.7
 Revision: 1
 Description: The iconv() character set conversion function
-Type: perl (5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
+Type: perl (5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Benjamin Reed 
 


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/base debconf-10.5.info, 1.4, 1.5 debconf.info, 1.7, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15804

Added Files:
debconf-10.5.info 
Removed Files:
debconf.info 
Log Message:
adjust versions for different distros


--- NEW FILE: debconf-10.5.info ---
Package: debconf
Version: 1.4.51
Revision: 1220
BuildDepends: html2text, findutils, fink (>= 0.24.12-1), libgettext3-dev, 
po-debconf
Depends: dialog (>= 0.9b-20020814-1024), %n-english | %n-i18n, gettext-tools
Distribution: 10.5
Type: perl
Source: mirror:debian:/pool/main/d/debconf/%n_%v.tar.gz
Source-MD5: 4ef37a523a300d2c2e339ffebc5ba18f
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: 9bbcb452287ef364f2121fcc9243a137
PatchScript: sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
TarFilesRename: debconf/debconf$:debconf/debconf.tmp
#UpdatePOD: true
CompileScript: echo "Nothing to see here..." && set -e && /usr/bin/make

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

  export PERL5LIB=.

  mkdir -p %i/etc/apt/apt.conf.d
  cp debian/apt.conf %i/etc/apt/apt.conf.d/70debconf

  /usr/bin/make install prefix=%i install-utils
  /usr/bin/make install prefix=%i install-i18n
  /usr/bin/make install prefix=%i install-rest

  # Ok, move debconf to its correct name
  mv %i/bin/debconf.tmp %i/bin/debconf

  # make sure scripts can find fink-installed perl modules even if run
  # under apt or dpkg (vs from user's fink-configured shell): insert
  # fink's perlmod path before first use of a Debconf perlmod--dmacks
  perl -pi -e 's,^(?=\s*use\s+Debconf),use lib "%p/lib/perl5";\n, .. 0' 
%i/bin/* %i/sbin/*

  mkdir -p %d/DEBIAN
  po2debconf debian/templates > debian/templates.merged
  cp debian/config %d/DEBIAN
  cp debian/templates.merged %d/DEBIAN/templates

  # Install manpages
  mkdir -p %i/share/man/man1
  mkdir -p %i/share/man/man3
  mkdir -p %i/share/man/man5
  mkdir -p %i/share/man/man7
  mkdir -p %i/share/man/man8
  mkdir -p %i/share/man/fr/man1
  mkdir -p %i/share/man/fr/man3
  mkdir -p %i/share/man/fr/man5
  mkdir -p %i/share/man/fr/man7
  mkdir -p %i/share/man/fr/man8
  mkdir -p %i/share/man/pt_BR/man1
  mkdir -p %i/share/man/pt_BR/man3
  mkdir -p %i/share/man/pt_BR/man5
  mkdir -p %i/share/man/pt_BR/man7
  mkdir -p %i/share/man/pt_BR/man8

  mv doc/man/gen/*pt_BR.1* %i/share/man/pt_BR/man1
  mv doc/man/*pt_BR.3 %i/share/man/pt_BR/man3
  mv doc/man/*pt_BR.5 %i/share/man/pt_BR/man5
  mv doc/man/*pt_BR.7 %i/share/man/pt_BR/man7
  mv doc/man/gen/*pt_BR.8* %i/share/man/pt_BR/man8
  mv doc/man/gen/*fr.1* %i/share/man/fr/man1
  mv doc/man/*fr.3 doc/man/gen/*fr.3* %i/share/man/fr/man3
  mv doc/man/*fr.5 %i/share/man/fr/man5
  mv doc/man/*fr.7 %i/share/man/fr/man7
  mv doc/man/gen/*fr.8* %i/share/man/fr/man8
  mv doc/man/gen/*.1* %i/share/man/man1
  mv doc/man/*.3 doc/man/gen/*.3* %i/share/man/man3
  mv doc/man/*.5 %i/share/man/man5
  mv doc/man/*.7 %i/share/man/man7
  mv doc/man/gen/*.8* %i/share/man/man8
<<

Splitoff: <<
  Package: %N-english
  Conflicts: %N-i18n
  Replaces: %N-i18n
  Description: small footprint English-only debconf
  DescDetail: <<
This package is an alternative to the debconf-i18n package,
intended for systems that are administered only in English, and
low-footprint systems. If you install this package, debconf will
not work properly in other languages, but you'll save half a
megabyte of disk space.
  <<
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff2: <<
  Package: %N-utils
  Conflicts: %N-i18n
  Replaces: %N-i18n
  Depends: debconf
  Description: debconf utilities
  DescDetail: <<
This package contains some small utilities for debconf developers.
  <<
  Files: bin/debconf-[glm]* share/man/man1/debconf-[glm]* 
share/man/pt_BR/man1/debconf-[glm]* share/man/fr/man1/debconf-[glm]*
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff3: <<
  Package: %N-i18n
  Depends: locale-gettext-pm588 | text-iconv-pm588
  Description: full internationalization support for debconf
  DescDetail: <<
This package provides full internationalization for debconf,
including translations into all available languages, support for
using translated debconf templates, and support for proper display
of multibyte character sets.
  <<
  Files: share/locale share/man/fr/man1 share/man/pt_BR/man1
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff4: <<
  Package: %N-doc
  Description: debconf documentation
  DescDetail: <<
This package contains lots of additional documentation for
Debconf, including the debconf user's guide, documentation about
using different backend databases via the /etc/debconf.conf file,
and a developer's guide to debconf.
  <<
  DocFiles: doc/README debian/README.Debian  debian/changelog
  InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/share/doc/%n
  pwd
  cp -pR samples %i/share/doc/%n/examples
  mv doc/EXAMPLES doc/EXAMPLES.txt
  cd doc && cp CREDITS README.LDAP TODO namespace.txt EXAMPLES.txt 
README

[cvs] dists/10.4/unstable/main/finkinfo/base debconf-10.5.info, 1.7, 1.8 debconf-10.6.info, NONE, 1.1 debconf.info, 1.10, NONE

2009-04-05 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16021

Added Files:
debconf-10.5.info debconf-10.6.info 
Removed Files:
debconf.info 
Log Message:
adjust versions for different distros


--- NEW FILE: debconf-10.5.info ---
Package: debconf
Version: 1.4.51
Revision: 1220
BuildDepends: html2text, findutils, fink (>= 0.24.12-1), libgettext3-dev, 
po-debconf
Depends: dialog (>= 0.9b-20020814-1024), %n-english | %n-i18n, gettext-tools
Distribution: 10.5
Type: perl
Source: mirror:debian:/pool/main/d/debconf/%n_%v.tar.gz
Source-MD5: 4ef37a523a300d2c2e339ffebc5ba18f
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: 9bbcb452287ef364f2121fcc9243a137
PatchScript: sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
TarFilesRename: debconf/debconf$:debconf/debconf.tmp
#UpdatePOD: true
CompileScript: echo "Nothing to see here..." && set -e && /usr/bin/make

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

  export PERL5LIB=.

  mkdir -p %i/etc/apt/apt.conf.d
  cp debian/apt.conf %i/etc/apt/apt.conf.d/70debconf

  /usr/bin/make install prefix=%i install-utils
  /usr/bin/make install prefix=%i install-i18n
  /usr/bin/make install prefix=%i install-rest

  # Ok, move debconf to its correct name
  mv %i/bin/debconf.tmp %i/bin/debconf

  # make sure scripts can find fink-installed perl modules even if run
  # under apt or dpkg (vs from user's fink-configured shell): insert
  # fink's perlmod path before first use of a Debconf perlmod--dmacks
  perl -pi -e 's,^(?=\s*use\s+Debconf),use lib "%p/lib/perl5";\n, .. 0' 
%i/bin/* %i/sbin/*

  mkdir -p %d/DEBIAN
  po2debconf debian/templates > debian/templates.merged
  cp debian/config %d/DEBIAN
  cp debian/templates.merged %d/DEBIAN/templates

  # Install manpages
  mkdir -p %i/share/man/man1
  mkdir -p %i/share/man/man3
  mkdir -p %i/share/man/man5
  mkdir -p %i/share/man/man7
  mkdir -p %i/share/man/man8
  mkdir -p %i/share/man/fr/man1
  mkdir -p %i/share/man/fr/man3
  mkdir -p %i/share/man/fr/man5
  mkdir -p %i/share/man/fr/man7
  mkdir -p %i/share/man/fr/man8
  mkdir -p %i/share/man/pt_BR/man1
  mkdir -p %i/share/man/pt_BR/man3
  mkdir -p %i/share/man/pt_BR/man5
  mkdir -p %i/share/man/pt_BR/man7
  mkdir -p %i/share/man/pt_BR/man8

  mv doc/man/gen/*pt_BR.1* %i/share/man/pt_BR/man1
  mv doc/man/*pt_BR.3 %i/share/man/pt_BR/man3
  mv doc/man/*pt_BR.5 %i/share/man/pt_BR/man5
  mv doc/man/*pt_BR.7 %i/share/man/pt_BR/man7
  mv doc/man/gen/*pt_BR.8* %i/share/man/pt_BR/man8
  mv doc/man/gen/*fr.1* %i/share/man/fr/man1
  mv doc/man/*fr.3 doc/man/gen/*fr.3* %i/share/man/fr/man3
  mv doc/man/*fr.5 %i/share/man/fr/man5
  mv doc/man/*fr.7 %i/share/man/fr/man7
  mv doc/man/gen/*fr.8* %i/share/man/fr/man8
  mv doc/man/gen/*.1* %i/share/man/man1
  mv doc/man/*.3 doc/man/gen/*.3* %i/share/man/man3
  mv doc/man/*.5 %i/share/man/man5
  mv doc/man/*.7 %i/share/man/man7
  mv doc/man/gen/*.8* %i/share/man/man8
<<

Splitoff: <<
  Package: %N-english
  Conflicts: %N-i18n
  Replaces: %N-i18n
  Description: small footprint English-only debconf
  DescDetail: <<
This package is an alternative to the debconf-i18n package,
intended for systems that are administered only in English, and
low-footprint systems. If you install this package, debconf will
not work properly in other languages, but you'll save half a
megabyte of disk space.
  <<
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff2: <<
  Package: %N-utils
  Conflicts: %N-i18n
  Replaces: %N-i18n
  Depends: debconf
  Description: debconf utilities
  DescDetail: <<
This package contains some small utilities for debconf developers.
  <<
  Files: bin/debconf-[glm]* share/man/man1/debconf-[glm]* 
share/man/pt_BR/man1/debconf-[glm]* share/man/fr/man1/debconf-[glm]*
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff3: <<
  Package: %N-i18n
  Depends: locale-gettext-pm588 | text-iconv-pm588
  Description: full internationalization support for debconf
  DescDetail: <<
This package provides full internationalization for debconf,
including translations into all available languages, support for
using translated debconf templates, and support for proper display
of multibyte character sets.
  <<
  Files: share/locale share/man/fr/man1 share/man/pt_BR/man1
  DocFiles: doc/README debian/README.Debian  debian/changelog
<<

Splitoff4: <<
  Package: %N-doc
  Description: debconf documentation
  DescDetail: <<
This package contains lots of additional documentation for
Debconf, including the debconf user's guide, documentation about
using different backend databases via the /etc/debconf.conf file,
and a developer's guide to debconf.
  <<
  DocFiles: doc/README debian/README.Debian  debian/changelog
  InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/share/doc/%n
  pwd
  cp -pR samples %i/share/doc/%n/examples
  mv doc/EXAMPLES doc/EXAMPLES.txt
  cd doc && cp CREDITS README.LDAP TODO namespace.txt