[cvs] dists/10.4/unstable/main/finkinfo/sound phonon-mac.info, 1.4, 1.5 phonon-x11.info, 1.3, 1.4 phonon.patch, 1.1, 1.2

2011-05-23 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv32324/main/finkinfo/sound

Modified Files:
phonon-mac.info phonon-x11.info phonon.patch 
Log Message:
fix some phonon installation/versioning issues

Index: phonon.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/phonon.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- phonon.patch17 May 2011 15:00:27 -  1.1
+++ phonon.patch23 May 2011 13:16:07 -  1.2
@@ -1,30 +1,29 @@
-Binary files phonon-4.5.0/.CMakeLists.txt.swp and 
phonon-4.5.0-new/.CMakeLists.txt.swp differ
-diff --exclude=build -Nurd phonon-4.5.0/CMakeLists.txt 
phonon-4.5.0-new/CMakeLists.txt
+diff -Nurd phonon-4.5.0/CMakeLists.txt phonon-4.5.0-new/CMakeLists.txt
 --- phonon-4.5.0/CMakeLists.txt2011-03-25 09:55:56.0 -0400
-+++ phonon-4.5.0-new/CMakeLists.txt2011-05-09 23:42:17.0 -0400
 phonon-4.5.0-new/CMakeLists.txt2011-05-23 09:06:19.0 -0400
 @@ -32,8 +32,18 @@
  set(PHONON_LIB_MAJOR_VERSION "4") # Only change on binary incompatible changes
  set(PHONON_LIB_MINOR_VERSION "5") # Only change on binary compatible changes 
with new interfaces
  set(PHONON_LIB_PATCH_VERSION "0") # Bump whenever you feel like it :P
 +
 +if (APPLE AND PHONON_USE_FRAMEWORKS)
-+set(PHONON_LIB_VERSION "${PHONON_LIB_MAJOR_VERSION}")
++set(PHONON_LIB_VERSION 
"${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}")
 +set(PHONON_LIB_SOVERSION 
"${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}")
 +set(PC_LIBS "-F\${libdir} -Wl,-framework,phonon")
 +set(PC_CFLAGS "-F\${libdir} -I\${includedir}")
 +else (APPLE AND PHONON_USE_FRAMEWORKS)
  set(PHONON_LIB_VERSION 
"${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION}")
 -set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
-+set(PHONON_LIB_SOVERSION "${PHONON_LIB_MAJOR_VERSION}")
++set(PHONON_LIB_SOVERSION 
"${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}")
 +set(PC_LIBS "-L\${libdir} -lphonon")
 +set(PC_CFLAGS "-I\${includedir}")
 +endif (APPLE AND PHONON_USE_FRAMEWORKS)
  
  add_definitions(${QT_DEFINITIONS})
  remove_definitions(-DQT3_SUPPORT_WARNINGS -DQT3_SUPPORT)
-diff --exclude=build -Nurd phonon-4.5.0/cmake/FindPhononInternal.cmake 
phonon-4.5.0-new/cmake/FindPhononInternal.cmake
+diff -Nurd phonon-4.5.0/cmake/FindPhononInternal.cmake 
phonon-4.5.0-new/cmake/FindPhononInternal.cmake
 --- phonon-4.5.0/cmake/FindPhononInternal.cmake2011-03-25 
09:55:56.0 -0400
-+++ phonon-4.5.0-new/cmake/FindPhononInternal.cmake2011-05-09 
23:04:43.0 -0400
 phonon-4.5.0-new/cmake/FindPhononInternal.cmake2011-05-23 
08:24:17.0 -0400
 @@ -217,6 +217,7 @@
  # on the Mac support an extra install directory for application bundles
  if(APPLE)
@@ -33,11 +32,9 @@
   BUNDLE DESTINATION 
"${BUNDLE_INSTALL_DIR}")
  set(CMAKE_SHARED_MODULE_CREATE_C_FLAGS   
"${CMAKE_SHARED_MODULE_CREATE_C_FLAGS}   -flat_namespace -undefined 
dynamic_lookup")
  set(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS 
"${CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS} -flat_namespace -undefined 
dynamic_lookup")
-Binary files phonon-4.5.0/gcc-root/g++-4.2 and 
phonon-4.5.0-new/gcc-root/g++-4.2 differ
-Binary files phonon-4.5.0/gcc-root/gcc-4.2 and 
phonon-4.5.0-new/gcc-root/gcc-4.2 differ
-diff --exclude=build -Nurd phonon-4.5.0/includes/CMakeLists.txt 
phonon-4.5.0-new/includes/CMakeLists.txt
+diff -Nurd phonon-4.5.0/includes/CMakeLists.txt 
phonon-4.5.0-new/includes/CMakeLists.txt
 --- phonon-4.5.0/includes/CMakeLists.txt   2011-03-25 09:55:56.0 
-0400
-+++ phonon-4.5.0-new/includes/CMakeLists.txt   2011-05-09 23:29:38.0 
-0400
 phonon-4.5.0-new/includes/CMakeLists.txt   2011-05-23 08:24:17.0 
-0400
 @@ -1,4 +1,4 @@
 -install( FILES
 +set(INCLUDES_HEADER_FILES
@@ -57,9 +54,9 @@
  
  install( FILES
old/Phonon/AbstractAudioOutput
-diff --exclude=build -Nurd phonon-4.5.0/phonon/CMakeLists.txt 
phonon-4.5.0-new/phonon/CMakeLists.txt
+diff -Nurd phonon-4.5.0/phonon/CMakeLists.txt 
phonon-4.5.0-new/phonon/CMakeLists.txt
 --- phonon-4.5.0/phonon/CMakeLists.txt 2011-03-25 09:55:56.0 -0400
-+++ phonon-4.5.0-new/phonon/CMakeLists.txt 2011-05-09 23:30:08.0 
-0400
 phonon-4.5.0-new/phonon/CMakeLists.txt 2011-05-23 08:24:17.0 
-0400
 @@ -109,6 +109,10 @@
target_link_libraries(phonon m)
  endif (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
@@ -93,9 +90,9 @@
 +   DESTINATION 
${LIB_INSTALL_DIR}/phonon.framework/Versions/${PHONON_LIB_MAJOR_VERSION}/Headers
 COMPONENT Devel)
  
  install(FILES org.kde.Phonon.AudioOutput.xml  DESTINATION  
${DBUS_INTERFACES_INSTALL_DIR})
-diff --exclude=build -Nurd phonon-4.5.0/phonon/experimental/CMakeLists.txt 
phonon-4.5.0-new/phonon/experimental/CMakeLists.txt
+diff -Nu

[cvs] dists/10.4/unstable/main/finkinfo/languages fpc-cross-common.info, NONE, 1.1 fpc-config.info, 1.5, 1.6 fpc-cross-arm.info, 1.4, 1.5 fpc-cross-i386-darwin.info, 1.4, 1.5 fpc-cross-i386.info, 1.4,

2011-05-23 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv18375

Modified Files:
fpc-config.info fpc-cross-arm.info fpc-cross-i386-darwin.info 
fpc-cross-i386.info fpc-cross-powerpc-darwin.info 
fpc-cross-powerpc.info fpc-cross-sparc-linux.info 
fpc-cross-x86-64-darwin.info fpc-cross-x86-64.info 
fpc-doc.info fpc-sources.info fpc.info 
Added Files:
fpc-cross-common.info 
Removed Files:
fpc-cross-arm-iphone.info fpc-cross-arm-wince.info 
Log Message:
fpc: upstream update to 2.4.4. new crosscompiler layout. no 
fpc-cross-arm-iphone yet.

Index: fpc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- fpc.info13 Nov 2010 00:24:05 -  1.17
+++ fpc.info23 May 2011 14:46:59 -  1.18
@@ -1,5 +1,5 @@
 Package: fpc
-Version: 2.4.2
+Version: 2.4.4
 Revision: 1
 Architecture: powerpc, i386, x86_64
 Depends: fpc-config
@@ -15,13 +15,14 @@
 eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/
 Primary: ftp://ftp.freepascal.org/pub/fpc/
 <<
-Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
-Source-MD5: 35ff506cca77b999097ffed61705be95
+Source: mirror:custom:/dist/%v/source/fpc-%v.source.tar.gz
+Source-MD5: cfd517888cb4fa2fad579be19c1d7402
 
-Source2: mirror:custom:dist/%v/bootstrap/universal-darwin-ppcuniversal.tar.bz2
-Source2-MD5: 4376cdf63d1b9bf398d7d449d0e14ebe
+Source2: mirror:custom:/dist/%v/bootstrap/universal-darwin-ppcuniversal.tar.bz2
+Source2-MD5: cb9f78958b0272e6b32320b261fde159
+Source2Rename: universal-darwin-ppcuniversal-%v.tar.bz2
 
-SourceDirectory: fpcbuild-%v/fpcsrc
+SourceDirectory: fpc-%v
 
 BuildDepends: fink (>= 0.24.12)
 
@@ -110,7 +111,7 @@
 Furthermore, Free Pascal supports function overloading, operator 
 overloading, global properties and other modern features.
 
-http://wiki.freepascal.org/User_Changes_2.4.2 also lists changes in fpc 2.4.2.
+http://wiki.freepascal.org/User_Changes_%v also lists changes in fpc %n.
 <<
 
 DescUsage: <<
@@ -137,7 +138,6 @@
 <<
 
 DescPort: <<
- gain some speed by using pipes (-ap) to the assembler
  Still to do: universal binaries and 
  extra packages with dependent C libraries (gtk ...) .
 <<

Index: fpc-cross-i386.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/fpc-cross-i386.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fpc-cross-i386.info 13 Nov 2010 00:24:05 -  1.4
+++ fpc-cross-i386.info 23 May 2011 14:46:59 -  1.5
@@ -1,21 +1,18 @@
 Info2: <<
 Package: fpc-cross-i386-%type_pkg[platform]
-Version: 2.4.2
+Version: 2.4.4
 Revision: 1
-Type: platform (linux freebsd win32 wince go32v2 haiku beos solaris)
-# tried, but not yet working or needed: os2 symbian netbsd openbsd qnx netware 
wdosx emx watcom netwlibc
+Type: platform (linux freebsd win32 wince go32v2)
+# tried, but not yet working or needed: solaris beos haiku os2 symbian netbsd 
openbsd qnx netware wdosx emx watcom netwlibc
 Architecture: i386, x86_64
 Depends: <<
 (%m = i386)   fpc,
-(%m = x86_64) fpc-cross-i386-darwin,
+(%m = x86_64) fpc-cross-common,
 (%type_pkg[platform] = linux)   i386-%type_pkg[platform]-binutils,
 (%type_pkg[platform] = freebsd) i386-%type_pkg[platform]-binutils,
 (%type_pkg[platform] = win32)   i386-%type_pkg[platform]-binutils,
 (%type_pkg[platform] = wince)   i386-%type_pkg[platform]-binutils,
-(%type_pkg[platform] = go32v2)  i386-%type_pkg[platform]-binutils,
-(%type_pkg[platform] = haiku)   i386-%type_pkg[platform]-binutils,
-(%type_pkg[platform] = beos)i386-%type_pkg[platform]-binutils,
-(%type_pkg[platform] = solaris) i386-%type_pkg[platform]-binutils
+(%type_pkg[platform] = go32v2)  i386-%type_pkg[platform]-binutils
 <<
 Replaces: fpc-win, fpc-i386-linux
 Recommends: fpc-doc
@@ -31,32 +28,37 @@
 Primary: ftp://ftp.freepascal.org/pub/fpc/
 <<
 
-Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
-Source-MD5: 35ff506cca77b999097ffed61705be95
+Source: mirror:custom:/dist/%v/source/fpc-%v.source.tar.gz
+Source-MD5: cfd517888cb4fa2fad579be19c1d7402
 
-SourceDirectory: fpcbuild-%v/fpcsrc
+SourceDirectory: fpc-%v
 
 BuildDepends: fink (>= 0.24.12)
 
-Patchscript: <<
-#!/bin/sh -ev
-
-# preliminary fix of fcl-base Makefile. Can probably be removed with newer 
tarball.
-  if [ "%type_pkg[platform]" = "wince" ]; then \
-sed -i.bak 's|src/win|src/dummy|g' packages/fcl-base/Makefile; \
-  fi
-<<
-
 CompileScript: <<
-  make rtl  OPT="-ap" PP=ppc386 CPU_TARGET=i386 
OS_TARGET=%type_pkg[platform]
-  make packages OPT="-ap" PP=ppc386 CPU_TARGET=i386 
OS_TARGET=%type_pkg[platform]
+  make rtl packages OPT="-ap" CPU_TARGET=i386 OS_TARGET=%type_pkg[platform]
 <<
 
 InstallScript: <<
 #!/bin/sh -ev
-#  make compiler_install w

[cvs] dists/10.4/unstable/main/finkinfo/net net-snmp-unified-5.4.2.1.info, NONE, 1.1 net-snmp-unified-5.4.2.1.patch, NONE, 1.1 net-snmp-unified.info, 1.13, 1.14 net-snmp-unified.patch, 1.7, 1.8

2011-05-23 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv26229/main/finkinfo/net

Modified Files:
net-snmp-unified.info net-snmp-unified.patch 
Added Files:
net-snmp-unified-5.4.2.1.info net-snmp-unified-5.4.2.1.patch 
Log Message:
new upstream net-snmp

Index: net-snmp-unified.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/net-snmp-unified.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- net-snmp-unified.patch  4 Sep 2009 21:03:04 -   1.7
+++ net-snmp-unified.patch  23 May 2011 15:27:11 -  1.8
@@ -1,48 +1,110 @@
-diff -Nurd net-snmp-5.4.2.1/configure.in net-snmp-5.4.2.1-new/configure.in
 net-snmp-5.4.2.1/configure.in  2008-10-31 11:22:23.0 -0400
-+++ net-snmp-5.4.2.1-new/configure.in  2009-09-04 16:32:58.0 -0400
-@@ -1057,7 +1057,7 @@
-   AC_MSG_RESULT([none])
-   fi
-   ;;
--darwin8*|darwin9*)
-+darwin8*|darwin9*|darwin10*)
- AC_MSG_CHECKING([whether darwin ld might need -flat_namespace])
-   if test -z "$MACOSX_DEPLOYMENT_TARGET"; then
-   LDFLAGS="-flat_namespace $LDFLAGS"
-@@ -2986,7 +2986,7 @@
+diff -Nurd net-snmp-5.6.1/agent/mibgroup/hardware/memory/memory_darwin.c 
net-snmp-5.6.1-new/agent/mibgroup/hardware/memory/memory_darwin.c
+--- net-snmp-5.6.1/agent/mibgroup/hardware/memory/memory_darwin.c  
2007-06-18 17:12:35.0 -0400
 net-snmp-5.6.1-new/agent/mibgroup/hardware/memory/memory_darwin.c  
2011-03-30 10:29:12.0 -0400
+@@ -9,6 +9,11 @@
+ #include 
+ #include 
+ 
++#ifdef HAVE_VM_REGION_64
++#define VM_REGION_FUNC vm_region_64
++#else
++#define VM_REGION_FUNC vm_region
++#endif
+ 
+ /*
+  * Retained from UCD implementation
+@@ -75,7 +80,7 @@
+ for (address = 0;; address += size) {
+ /* Get memory region. */
+ count = VM_REGION_EXTENDED_INFO_COUNT; 
+-if (vm_region(tasks[j], &address, &size, 
VM_REGION_EXTENDED_INFO, (vm_region_extended_info_t)&info, &count, 
&object_name) != KERN_SUCCESS) {
++if (VM_REGION_FUNC(tasks[j], &address, &size, 
VM_REGION_EXTENDED_INFO, (vm_region_extended_info_t)&info, &count, 
&object_name) != KERN_SUCCESS) {
+ /* No more memory regions. */
+ break;
+ }
+diff -Nurd net-snmp-5.6.1/agent/mibgroup/host/hr_swrun.c 
net-snmp-5.6.1-new/agent/mibgroup/host/hr_swrun.c
+--- net-snmp-5.6.1/agent/mibgroup/host/hr_swrun.c  2010-07-29 
10:58:47.0 -0400
 net-snmp-5.6.1-new/agent/mibgroup/host/hr_swrun.c  2011-03-30 
09:35:37.0 -0400
+@@ -39,9 +39,6 @@
+ #if HAVE_SYS_PROC_H
+ #include 
+ #endif
+-#if HAVE_KVM_H
+-#include 
+-#endif
+ #if HAVE_SYS_SYSCTL_H
+ #include 
+ #endif
+diff -Nurd net-snmp-5.6.1/agent/mibgroup/ucd-snmp/memory_darwin7.c 
net-snmp-5.6.1-new/agent/mibgroup/ucd-snmp/memory_darwin7.c
+--- net-snmp-5.6.1/agent/mibgroup/ucd-snmp/memory_darwin7.c2008-10-21 
17:10:43.0 -0400
 net-snmp-5.6.1-new/agent/mibgroup/ucd-snmp/memory_darwin7.c
2011-03-30 10:29:30.0 -0400
+@@ -48,6 +48,12 @@
+ #include "memory.h"
+ #include "memory_darwin7.h"
+ 
++#ifdef HAVE_VM_REGION_64
++#define VM_REGION_FUNC vm_region_64
++#else
++#define VM_REGION_FUNC vm_region
++#endif
++
+ /*
+  *  * Swap info 
+  *   */
+@@ -387,7 +393,7 @@
+ for (address = 0;; address += size) {
+ /* Get memory region. */
+ count = VM_REGION_EXTENDED_INFO_COUNT; 
+-if (vm_region(tasks[j], &address, &size, 
VM_REGION_EXTENDED_INFO, (vm_region_extended_info_t)&info, &count, 
&object_name) != KERN_SUCCESS) {
++if (VM_REGION_FUNC(tasks[j], &address, &size, 
VM_REGION_EXTENDED_INFO, (vm_region_extended_info_t)&info, &count, 
&object_name) != KERN_SUCCESS) {
+ /* No more memory regions. */
+ break;
+ }
+diff -Nurd net-snmp-5.6.1/configure.d/config_os_functions 
net-snmp-5.6.1-new/configure.d/config_os_functions
+--- net-snmp-5.6.1/configure.d/config_os_functions 2010-12-06 
17:08:12.0 -0500
 net-snmp-5.6.1-new/configure.d/config_os_functions 2011-03-30 
10:27:44.0 -0400
+@@ -95,7 +95,8 @@
+[sigprocmask] dnl
+[statfs  statvfs   stime] dnl
+[strncasecmp system ] dnl
+-   [uname   usleep ] )
++   [uname   usleep ] dnl
++   [vm_region   vm_region_64   ] )
+ 
+ #  Apps:
+ AC_CHECK_FUNCS([getdtablesize  ] dnl
+diff -Nurd net-snmp-5.6.1/configure.d/config_project_perl_python 
net-snmp-5.6.1-new/configure.d/config

[cvs] experimental/fangism/finkinfo ginac.info,1.5,1.6

2011-05-23 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv22376

Modified Files:
ginac.info 
Log Message:
minimize differences


Index: ginac.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ginac.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ginac.info  23 May 2011 06:02:36 -  1.5
+++ ginac.info  23 May 2011 18:19:21 -  1.6
@@ -3,7 +3,6 @@
 Revision: 1
 Maintainer: David Fang 
 Source: http://www.ginac.de/%n-%v.tar.bz2
-# Source: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%n-%v.tar.bz2
 Source-MD5: 8693b3c9c3467694032ce9c8b3063d4c
 BuildDepends: <<
bison,


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ginac.info, 1.6, 1.7 ginac2.info, 1.1, 1.2

2011-05-23 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv11843

Modified Files:
ginac.info ginac2.info 
Log Message:
conflicts/replaces


Index: ginac.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ginac.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ginac.info  23 May 2011 18:19:21 -  1.6
+++ ginac.info  23 May 2011 19:30:07 -  1.7
@@ -1,6 +1,6 @@
 Package: ginac
 Version: 1.5.8
-Revision: 1
+Revision: 2
 Maintainer: David Fang 
 Source: http://www.ginac.de/%n-%v.tar.bz2
 Source-MD5: 8693b3c9c3467694032ce9c8b3063d4c
@@ -17,6 +17,7 @@
readline5-shlibs
 <<
 Conflicts: ginac2
+Replaces: ginac2
 BuildDependsOnly: True
 License: GPL
 ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-static

Index: ginac2.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ginac2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ginac2.info 23 May 2011 06:02:36 -  1.1
+++ ginac2.info 23 May 2011 19:30:07 -  1.2
@@ -17,6 +17,7 @@
readline5-shlibs
 <<
 Conflicts: ginac
+Replaces: ginac
 BuildDependsOnly: True
 License: GPL
 ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-static


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
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/net aria2.info,1.40,1.41

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv32518

Modified Files:
aria2.info 
Log Message:
New upstream aria2 1.11.2.


Index: aria2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/aria2.info,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- aria2.info  31 Mar 2011 01:51:06 -  1.40
+++ aria2.info  24 May 2011 01:28:11 -  1.41
@@ -1,5 +1,5 @@
 Package: aria2
-Version: 1.11.1
+Version: 1.11.2
 Revision: 1
 Description: Downloader for HTTP/FTP/BitTorrent/Metalink
 Homepage: http://aria2.sourceforge.net/
@@ -26,7 +26,7 @@
 <<
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: da785645a6d92450b0a54f384202ba6b
+Source-MD5: 48ffd7eeb0268a029658ea2a123f7636
 
 PatchScript: <<
#Prevent /usr/include and /usr/lib from being added to dirs


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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/languages sip-py.info, 1.19, 1.20

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv32612

Modified Files:
sip-py.info 
Log Message:
New upstream sip-py 4.12.3.


Index: sip-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sip-py.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- sip-py.info 14 May 2011 01:34:22 -  1.19
+++ sip-py.info 24 May 2011 01:29:56 -  1.20
@@ -1,13 +1,13 @@
 Info2: <<
 
 Package: sip-py%type_pkg[python]
-Version: 4.12.2
+Version: 4.12.3
 Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
 
 Source: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%v.tar.gz
-Source-MD5: 9df80f88e0e4022cdd8a8891c6c38048
+Source-MD5: d0f1fa60494db04b4d115d4c2d92f79e
 
 GCC: 4.0
 Depends: python%type_pkg[python]


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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 json-pm.info, 1.19, 1.20

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1449

Modified Files:
json-pm.info 
Log Message:
New upstream json-pm 2.53.


Index: json-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/json-pm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- json-pm.info9 Mar 2011 23:50:31 -   1.19
+++ json-pm.info24 May 2011 01:32:54 -  1.20
@@ -1,6 +1,6 @@
 Info2: <<
 Package: json-pm%type_pkg[perl]
-Version: 2.51
+Version: 2.53
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -25,7 +25,7 @@
 Depends: json-xs-pm%type_pkg[perl] (>= 2.30-1), perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/M/MA/MAKAMAKA/JSON-%v.tar.gz
-Source-MD5: d0ead26851f1e84d122f34533c3809cc
+Source-MD5: 7db1be00d44414c4962eeac222395a76
 
 UpdatePOD: true
 DocFiles: Changes README


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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 json-pp-pm.info, 1.2, 1.3

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1471

Modified Files:
json-pp-pm.info 
Log Message:
New upstream json-pp-pm 2.27.200.


Index: json-pp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/json-pp-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- json-pp-pm.info 9 Mar 2011 23:50:57 -   1.2
+++ json-pp-pm.info 24 May 2011 01:33:25 -  1.3
@@ -1,13 +1,13 @@
 Package: json-pp-pm
-Version: 2.27.105
+Version: 2.27.200
 Revision: 1
 License: Artistic/GPL
 Description: JSON::XS compatible pure-Perl module
 Maintainer: Daniel Johnson 
 Homepage: http://search.cpan.org/dist/JSON-PP/
 
-Source: mirror:cpan:authors/id/M/MA/MAKAMAKA/JSON-PP-2.27105.tar.gz
-Source-MD5: c4ff8d984a4b55fa1ab5ca0ba4dbe54f
+Source: mirror:cpan:authors/id/M/MA/MAKAMAKA/JSON-PP-2.27200.tar.gz
+Source-MD5: 1894d25f577ebbdb5af4b0c4f53a9cba
 
 Type: perl
 UpdatePOD: true


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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 ginac2.info, NONE, 1.1 ginac.info, 1.1, 1.2

2011-05-23 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3770

Modified Files:
ginac.info 
Added Files:
ginac2.info 
Log Message:
upstream update ginac-1.6.0 in ginac2 (new install_name)


Index: ginac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ginac.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ginac.info  13 Oct 2010 01:41:08 -  1.1
+++ ginac.info  24 May 2011 01:54:35 -  1.2
@@ -1,9 +1,8 @@
 Package: ginac
 Version: 1.5.8
-Revision: 1
+Revision: 2
 Maintainer: David Fang 
 Source: http://www.ginac.de/%n-%v.tar.bz2
-# Source: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%n-%v.tar.bz2
 Source-MD5: 8693b3c9c3467694032ce9c8b3063d4c
 BuildDepends: <<
bison,
@@ -17,6 +16,8 @@
%N-shlibs (= %v-%r),
readline5-shlibs
 <<
+Conflicts: ginac2
+Replaces: ginac2
 BuildDependsOnly: True
 License: GPL
 ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-static

--- NEW FILE: ginac2.info ---
Package: ginac2
Version: 1.6.0
Revision: 1
Maintainer: David Fang 
Source: http://www.ginac.de/ginac-%v.tar.bz2
Source-MD5: 6d1385b440c00705a368ad51d60a292d
BuildDepends: <<
bison,
cln6 (>= 1.3.1),
flex,
pkgconfig (>= 0.9.0),
readline5
<<
# possibly need to inherit bdep on gmp
Depends: <<
%N-shlibs (= %v-%r),
readline5-shlibs
<<
Conflicts: ginac
Replaces: ginac
BuildDependsOnly: True
License: GPL
ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-static
GCC: 4.0
SplitOff: <<
  Package: %N-shlibs
  Depends: cln6-shlibs
  Files: lib/libginac.*.dylib 
  Shlibs: <<
   %p/lib/libginac.2.dylib 3.0.0 %n (>= 1.6.0-1)
  <<
  DocFiles: ChangeLog NEWS README COPYING INSTALL
<<
DocFiles: ChangeLog NEWS README COPYING INSTALL
InfoDocs: ginac.info
Description: C++ Library for Embedded Symbolic Computation
DescDetail: <<
GiNaC is a C++ library.  
It is designed to allow the creation of integrated systems that embed 
symbolic manipulations together with more established areas of computer 
science (like computation- intense numeric applications, graphical 
interfaces, etc.) under one roof.
.
It has been developed to become a replacement engine for xloops which in the 
past was powered by the Maple CAS.  
Its design is revolutionary in a sense that contrary to other CAS it does not 
try to provide extensive algebraic capabilities and a simple programming 
language but instead accepts a given language (C++) and extends it by a set 
of algebraic capabilities. 
.
It is distributed under the terms and conditions of the GNU general public 
license (GPL).
.
The name GiNaC is an iterated and recursive abbreviation for 
GiNaC is Not a CAS, where CAS stands for Computer Algebra System.
<<
DescPackaging: <<
Only the ginsh program depends on readline-shlibs, whereas libginac does not.
Configure checks for doxygen, [pdf]latex, fig2dev (transfig), autogen, but
these are for generating documentation which is alread distributed (I think).
pkgconfig is used to detect CLN.
<<
Homepage: http://www.ginac.de/


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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/net aria2.info,1.41,1.42

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv7677

Modified Files:
aria2.info 
Log Message:
Make sure we always use system-openssl.


Index: aria2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/aria2.info,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- aria2.info  24 May 2011 01:28:11 -  1.41
+++ aria2.info  24 May 2011 02:23:57 -  1.42
@@ -1,6 +1,6 @@
 Package: aria2
 Version: 1.11.2
-Revision: 1
+Revision: 2
 Description: Downloader for HTTP/FTP/BitTorrent/Metalink
 Homepage: http://aria2.sourceforge.net/
 License: GPL
@@ -28,11 +28,6 @@
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Source-MD5: 48ffd7eeb0268a029658ea2a123f7636
 
-PatchScript: <<
-   #Prevent /usr/include and /usr/lib from being added to dirs
-   perl -pi -e 's/LIBZ_LIBS=.*$/LIBZ_LIBS="-lz"/; 
s/LIBZ_CPPFLAGS=.*$/LIBZ_CPPFLAGS=""/' configure
-<<
-
 Depends: <<
ca-bundle,
libcares2-shlibs (>= 1.7.4-1),
@@ -67,7 +62,8 @@
--with-ca-bundle='%p/etc/ssl/certs/ca-bundle.crt' \
--with-sqlite3-prefix=%p \
--with-openssl-prefix=%p/lib/system-openssl \
-   --with-libcares-prefix=%p
+   --with-libcares-prefix=%p \
+   ZLIB_LIBS="-lz" ZLIB_CFLAGS="-I%p/lib/system-openssl/include"
 <<
 
 InfoTest: <<


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
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/net aria2.info,1.42,1.43

2011-05-23 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv8173

Modified Files:
aria2.info 
Log Message:
Add a DescPort explaining our hackery.


Index: aria2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/aria2.info,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- aria2.info  24 May 2011 02:23:57 -  1.42
+++ aria2.info  24 May 2011 02:33:26 -  1.43
@@ -24,6 +24,11 @@
current download queue to finish one file at a time anymore. aria2 uses
your maximum bandwidth and downloads files quickly.
 <<
+DescPort: <<
+   Set ZLIB_LIBS manually to avoid a spurious -L/usr/lib.
+   Set ZLIB_CFLAGS to point to system-openssl since it gets added first
+   to CPPFLAGS and --with-openssl-prefix doesn't do anything useful.
+<<
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Source-MD5: 48ffd7eeb0268a029658ea2a123f7636


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs