[cvs] experimental/monipol/finkinfo unison210.info, NONE, 1.1 unison210.patch, NONE, 1.1

2010-01-21 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9677

Added Files:
unison210.info unison210.patch 
Log Message:


--- NEW FILE: unison210.info ---
Info2: 
Package: unison210%type_pkg[uitype]
Version: 2.10.2
Revision: 1
Type: uitype (. -nox)
Description: File synchronization tool
License: GPL
Homepage: http://www.cis.upenn.edu/~bcpierce/unison
Maintainer: Monic Polynomial moni...@users.sourceforge.net

Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-%v/unison-%v.tar.gz
Source-MD5: a93cf03d4221ab6bab8b758b0325a9d5

Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-%v/unison-%v-manual.html
Source2-MD5: 32327d9239b7abe688cecd6ceaa3dd47

PatchFile: unison210.patch
PatchFile-MD5: 1e35d333499eeabb0290e6d2bc445621

BuildDepends: 
  fink (= 0.24.12),
  ocaml (= 3.11.1-3),
  (%type_raw[uitype] = .) atk1 (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-dev (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219 (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-dev (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-dev (= 2.16.6-2),
  (%type_raw[uitype] = .) lablgtk2 (= 2.12.0-3),
  (%type_raw[uitype] = .) libgettext8-dev (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-dev (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-dev


Depends: 
  (%type_raw[uitype] = .) atk1-shlibs (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo-shlibs (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-shlibs (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219-shlibs (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-shlibs (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-shlibs (= 2.16.6-2),
  (%type_raw[uitype] = .) libgettext8-shlibs (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-shlibs (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-shlibs


CompileScript: 
#!/bin/bash -ev
  case %type_raw[uitype] in
-nox) UISTYLE=text;;
.)UISTYLE=gtk2;;
  esac

  make UISTYLE=$UISTYLE THREADS=true


InstallScript: 
#!/bin/bash -ev
  VERSION=2.10
  case %type_raw[uitype] in
-nox) SUFFIX=nox;;
.)SUFFIX=x11;;
  esac

  /usr/bin/install -d %i/bin
  /usr/bin/install -m 0755 unison %i/bin/unison-${VERSION}-${SUFFIX}


PostInstScript: 
  VERSION=2.10
  case %type_raw[uitype] in
-nox) SUFFIX=nox; PRIORITY=2102;;
.)SUFFIX=x11; PRIORITY=2104;;
  esac

  update-alternatives --install \
%p/bin/unison-${VERSION} unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}
  update-alternatives --install \
%p/bin/unison unison %p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}


PreRmScript: 
  if [ $1 != upgrade ]
  then
VERSION=2.10
case %type_raw[uitype] in
  -nox) SUFFIX=nox;;
  .)SUFFIX=x11;;
esac

update-alternatives --remove unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX}
update-alternatives --remove unison
%p/bin/unison-${VERSION}-${SUFFIX}
  fi


DocFiles: 
  COPYING CONTRIB README ROADMAP.txt BUGS.txt INSTALL NEWS TODO.txt
  ../unison-2.10.2-manual.html:manual.html


DescDetail: 
  Unison is a file-synchronization tool for Unix and Windows. It allows two
  replicas of a collection of files and directories to be stored on different
  hosts (or different disks on the same host), modified separately, and then
  brought up to date by propagating the changes in each replica to the other.

  Unison shares a number of features with tools such as configuration
  management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
  uni-directional mirroring utilities (rsync, etc.) and other synchronizers
  (Intellisync, Reconcile, etc).

  Note: All Unison variants can be installed simultaneously.  This package uses
  the update-alternatives system so that the command 'unison' automatically
  uses the best-available UI for the highest-available version.  Other versions
  can be run using 'unison-[version]' or 'unison-[version]-[uitype].  Type
  'ls %p/bin/unison*' and 'man update-alternatives' for more information.


DescPackaging: 
  Unison requires the versions (major and minor) used on client and server to
  match. Most OS distributions provide only one version, so the set of Unison
  packages in Fink have been explicitly designed to coexist.

  The priority assigned to each alternative for update-alternatives follows the
  pattern $ver$uitype where $ver is the $major$minor version and $uitype is
  2 for -nox, 4 for -x11, and 6 for -aqua.



--- NEW FILE: unison210.patch ---
diff -Nurd unison-2.10.2.ori/Makefile.OCaml unison-2.10.2/Makefile.OCaml
--- unison-2.10.2.ori/Makefile.OCaml2004-09-06 16:15:46.0 -0300
+++ unison-2.10.2/Makefile.OCaml2010-01-10 23:13:17.0 -0200
@@ -58,9 +58,7 @@
 # The OCaml lib dir is used by all versions
 # It is extracted from 'ocamlc -v' and Windows '\' separators are turned
 # to Unix '/' separators, and extraneous control-M's are deleted

[cvs] experimental/monipol/finkinfo unison213.info, NONE, 1.1 unison213.patch, NONE, 1.1

2010-01-21 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28749

Added Files:
unison213.info unison213.patch 
Log Message:
No x86_64: caml/config.h typedefs uint64 and so does Cocoa. Might need to patch 
OCaml


--- NEW FILE: unison213.info ---
Info2: 
Package: unison213%type_pkg[uitype]
Version: 2.13.16
Revision: 1
Type: uitype (. -nox -aqua)
Architecture: i386, powerpc, (%type_raw[uitype] = .) x86_64, (%type_raw[uitype] 
= -nox) x86_64
Description: File synchronization tool
License: GPL
Homepage: http://www.cis.upenn.edu/~bcpierce/unison
Maintainer: Monic Polynomial moni...@users.sourceforge.net

Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%v.tar.gz

Source-MD5: a79bf5f4ebf2a1eaf15b1ac97f827374

Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%v-manual.html
Source2-MD5: 2b39e52ec3893a112b28b7b0a294d941

PatchFile: unison213.patch
PatchFile-MD5: 49a66a48ea3a61f2d1e2cc48e149c120
PatchScript: 
#!/bin/bash -ev
  if [ %m  = powerpc ]
  then
sed 's/@ARCH@/powerpc/'  %{PatchFile} | patch -p1
  else
sed 's/@ARCH@/%m/'   %{PatchFile} | patch -p1
  fi


BuildDepends: 
  fink (= 0.24.12),
  ocaml (= 3.11.1-3),
  (%type_raw[uitype] = .) atk1 (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-dev (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219 (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-dev (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-dev (= 2.16.6-2),
  (%type_raw[uitype] = .) lablgtk2 (= 2.12.0-3),
  (%type_raw[uitype] = .) libgettext8-dev (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-dev (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-dev


Depends: 
  (%type_raw[uitype] = .) atk1-shlibs (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo-shlibs (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-shlibs (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219-shlibs (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-shlibs (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-shlibs (= 2.16.6-2),
  (%type_raw[uitype] = .) libgettext8-shlibs (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-shlibs (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-shlibs


CompileScript: 
#!/bin/bash -ev
  case %type_raw[uitype] in
-nox)  UISTYLE=text;;
-aqua) UISTYLE=mac;;
.) UISTYLE=gtk2;;
  esac

  make UISTYLE=$UISTYLE THREADS=true


InstallScript: 
#!/bin/bash -ev
  VERSION=2.13
  /usr/bin/install -d %i/bin

  case %type_raw[uitype] in
-nox) /usr/bin/install -m 0755 unison %i/bin/unison-${VERSION}-nox;;
.) /usr/bin/install -m 0755 unison %i/bin/unison-${VERSION}-x11;;
-aqua)
  /usr/bin/install -d %i/Applications
  cp -pR uimac/build/Default/Unison.app 
%i/Applications/Unison-${VERSION}.app
  echo #!/bin/bash  %i/bin/unison-${VERSION}-aqua
  echo exec %p/Applications/Unison-${VERSION}.app/Contents/MacOS/Unison 
$*  %i/bin/unison-${VERSION}-aqua
  chmod a+x %i/bin/unison-${VERSION}-aqua
  ;;
  esac


PostInstScript: 
  VERSION=2.13
  case %type_raw[uitype] in
-nox)  SUFFIX=nox;  PRIORITY=2132;;
.) SUFFIX=x11;  PRIORITY=2134;;
-aqua) SUFFIX=aqua; PRIORITY=2136;;
  esac

  update-alternatives --install \
%p/bin/unison-${VERSION} unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}
  update-alternatives --install \
%p/bin/unison unison %p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}

#[ -e /Applications/Fink ] || install -d -m 0755 /Applications/Fink
#/bin/ln -sfn %p/Applications/Unison-$ver.app /Applications/Fink/Unison-$ver.app


PreRmScript: 
  if [ $1 != upgrade ]; then
VERSION=2.13
case %type_raw[uitype] in
  -nox)  SUFFIX=nox;;
  .) SUFFIX=x11;;
  -aqua) SUFFIX=aqua;;
esac

update-alternatives --remove unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX}
update-alternatives --remove unison
%p/bin/unison-${VERSION}-${SUFFIX}

# rm -f /Applications/Fink/Unison-$ver.app
  fi


DocFiles: 
  COPYING CONTRIB README ROADMAP.txt BUGS.txt INSTALL NEWS TODO.txt
  ../unison-2.13.16-manual.html:manual.html


DescDetail: 
  Unison is a file-synchronization tool for Unix and Windows. It allows two
  replicas of a collection of files and directories to be stored on different
  hosts (or different disks on the same host), modified separately, and then
  brought up to date by propagating the changes in each replica to the other.

  Unison shares a number of features with tools such as configuration
  management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
  uni-directional mirroring utilities (rsync, etc.) and other synchronizers
  (Intellisync, Reconcile, etc).

  Note: All Unison variants can be installed simultaneously.  This package uses
  the update-alternatives system so that the command 'unison' automatically
  uses the best-available UI for the highest-available version.  Other versions
  can

[cvs] experimental/monipol/finkinfo unison227.info, NONE, 1.1 unison227.patch, NONE, 1.1

2010-01-21 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6891

Added Files:
unison227.info unison227.patch 
Log Message:


--- NEW FILE: unison227.patch ---
diff -Nurd unison-2.27.57.ori/Makefile.OCaml unison-2.27.57/Makefile.OCaml
--- unison-2.27.57.ori/Makefile.OCaml   2007-05-07 12:42:29.0 -0300
+++ unison-2.27.57/Makefile.OCaml   2010-01-22 02:58:51.0 -0200
@@ -149,7 +149,7 @@
 # builds in build/Default/, and earlier versions use build/
 macexecutable: $(NAME)-blob.o
sed -e's/@@VERSION@@/$(VERSION)/' $(UIMACDIR)/Info.plist.template  
$(UIMACDIR)/Info.plist
-   (cd $(UIMACDIR); xcodebuild OCAMLLIBDIR=$(OCAMLLIBDIR))
+   (cd $(UIMACDIR); xcodebuild arc...@arch@ OCAMLLIBDIR=$(OCAMLLIBDIR))
if [ -e $(UIMACDIR)/build/Default ]; then \
  gcc $(UIMACDIR)/cltool.c -o 
$(UIMACDIR)/build/Default/Unison.app/Contents/MacOS/cltool -framework Carbon; \
else \
diff -Nurd unison-2.27.57.ori/uimacnew/English.lproj/MainMenu.nib/classes.nib 
unison-2.27.57/uimacnew/English.lproj/MainMenu.nib/classes.nib
--- unison-2.27.57.ori/uimacnew/English.lproj/MainMenu.nib/classes.nib  
2007-10-03 23:53:48.0 -0300
+++ unison-2.27.57/uimacnew/English.lproj/MainMenu.nib/classes.nib  
2010-01-22 02:58:03.0 -0200
@@ -1,127 +1,259 @@
-{
-IBClasses = (
-{
-ACTIONS = {
-copyLR = id; 
-copyRL = id; 
-forceNewer = id; 
-forceOlder = id; 
-ignoreExt = id; 
-ignoreName = id; 
-ignorePath = id; 
-leaveAlone = id; 
-merge = id; 
-revert = id; 
-selectConflicts = id; 
-showDiff = id; 
-}; 
-CLASS = FirstResponder; 
-LANGUAGE = ObjC; 
-SUPERCLASS = NSObject; 
-}, 
-{
-CLASS = MessageProgressIndicator; 
-LANGUAGE = ObjC; 
-SUPERCLASS = NSProgressIndicator; 
-}, 
-{
-ACTIONS = {
-cancelProfileButton = id; 
-cltoolNoButton = id; 
-cltoolYesButton = id; 
-createButton = id; 
-endPasswordWindow = id; 
-installCommandLineTool = id; 
-onlineHelp = id; 
-openButton = id; 
-raiseAboutWindow = id; 
-raiseCltoolWindow = id; 
-raiseWindow = id; 
-rescan = id; 
-restartButton = id; 
-saveProfileButton = id; 
-syncButton = id; 
-tableModeChanged = id; 
-}; 
-CLASS = MyController; 
-LANGUAGE = ObjC; 
-OUTLETS = {
-ConnectingView = NSView; 
-aboutWindow = NSWindow; 
-chooseProfileView = NSView; 
-cltoolPref = NSButton; 
-cltoolWindow = NSWindow; 
-detailsTextView = NSTextView; 
-diffView = NSTextView; 
-diffWindow = NSWindow; 
-mainWindow = NSWindow; 
-notificationController = NotificationController; 
-passwordCancelButton = NSButton; 
-passwordPrompt = NSTextField; 
-passwordText = NSTextField; 
-passwordWindow = NSWindow; 
-preferencesController = PreferencesController; 
-preferencesView = NSView; 
-profileController = ProfileController; 
-progressBar = NSProgressIndicator; 
-statusText = NSTextField; 
-tableModeSelector = NSSegmentedControl; 
-tableView = ReconTableView; 
-updatesText = NSTextField; 
-updatesView = NSView; 
-versionText = NSTextField; 
-}; 
-SUPERCLASS = NSObject; 
-}, 
-{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; 
}, 
-{CLASS = NotificationController; LANGUAGE = ObjC; SUPERCLASS = 
NSObject; }, 
-{
-ACTIONS = {anyEnter = id; localClick = id; remoteClick = id; }; 
-CLASS = PreferencesController; 
-LANGUAGE = ObjC; 
-OUTLETS = {
-firstRootText = NSTextField; 
-localButtonCell = NSButtonCell; 
-profileNameText = NSTextField; 
-remoteButtonCell = NSButtonCell; 
-secondRootHost = NSTextField; 
-secondRootText = NSTextField; 
-secondRootUser = NSTextField; 
-}; 
-SUPERCLASS = NSObject; 
-}, 
-{
-CLASS = ProfileController; 
-LANGUAGE = ObjC; 
-OUTLETS = {tableView = NSTableView

[cvs] experimental/monipol/finkinfo unison232.info, NONE, 1.1 unison232.patch, NONE, 1.1 unison213.info, 1.1, 1.2 unison227.info, 1.1, 1.2

2010-01-21 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25224

Modified Files:
unison213.info unison227.info 
Added Files:
unison232.info unison232.patch 
Log Message:
Fix ppc; new upstream version with SDK games


--- NEW FILE: unison232.info ---
Info2: 
Package: unison232%type_pkg[uitype]
Version: 2.32.52
Revision: 1
Type: uitype (. -nox -aqua)
Architecture: i386, powerpc, (%type_raw[uitype] = .) x86_64, (%type_raw[uitype] 
= -nox) x86_64
Description: File synchronization tool
License: GPL
Homepage: http://www.cis.upenn.edu/~bcpierce/unison
Maintainer: Monic Polynomial moni...@users.sourceforge.net

Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%v.tar.gz
Source-MD5: 0701f095c1721776a0454b94607eda48

Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%v-manual.html
Source2-MD5: 68379a1c5a5ab3d068726badc7d1135c

PatchFile: unison232.patch
PatchFile-MD5: 0d09b47d3ced91aa32b11bc4b47b6a58
PatchScript: 
#!/bin/bash -ev
  if [ %m  = powerpc ]
  then
sed -e 's/@ARCH@/ppc/'  %{PatchFile} | patch -p1
  else
sed -e 's/@ARCH@/%m/'   %{PatchFile} | patch -p1
  fi


BuildDepends: 
  fink (= 0.24.12),
  ocaml (= 3.11.1-3),
  (%type_raw[uitype] = .) atk1 (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-dev (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219 (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-dev (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-dev (= 2.16.6-2),
  (%type_raw[uitype] = .) lablgtk2 (= 2.12.0-3),
  (%type_raw[uitype] = .) libgettext8-dev (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-dev (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-dev


Depends: 
  (%type_raw[uitype] = .) atk1-shlibs (= 1.26.0-2),
  (%type_raw[uitype] = .) cairo-shlibs (= 1.8.8-2),
  (%type_raw[uitype] = .) fontconfig2-shlibs (= 2.4.1-108),
  (%type_raw[uitype] = .) freetype219-shlibs (= 2.3.8-3),
  (%type_raw[uitype] = .) glib2-shlibs (= 2.20.5-1),
  (%type_raw[uitype] = .) gtk+2-shlibs (= 2.16.6-2),
  (%type_raw[uitype] = .) libgettext8-shlibs (= 0.17-19),
  (%type_raw[uitype] = .) pango1-xft2-ft219-shlibs (= 1.24.5-3),
  (%type_raw[uitype] = .) x11-shlibs


CompileScript: 
#!/bin/bash -ev
  case %type_raw[uitype] in
-nox)  UISTYLE=text;;
-aqua) UISTYLE=macnew;;
.) UISTYLE=gtk2;;
  esac

  make UISTYLE=$UISTYLE THREADS=true


InstallScript: 
#!/bin/bash -ev
  VERSION=2.32
  /usr/bin/install -d %i/bin

  case %type_raw[uitype] in
-nox) /usr/bin/install -m 0755 unison %i/bin/unison-${VERSION}-nox;;
.) /usr/bin/install -m 0755 unison %i/bin/unison-${VERSION}-x11;;
-aqua)
  /usr/bin/install -d %i/Applications
  cp -pR uimacnew/build/Default/Unison.app 
%i/Applications/Unison-${VERSION}.app
  echo #!/bin/bash  %i/bin/unison-${VERSION}-aqua
  echo exec %p/Applications/Unison-${VERSION}.app/Contents/MacOS/Unison 
$*  %i/bin/unison-${VERSION}-aqua
  chmod a+x %i/bin/unison-${VERSION}-aqua
  ;;
  esac


PostInstScript: 
  VERSION=2.32
  case %type_raw[uitype] in
-nox)  SUFFIX=nox;  PRIORITY=2322;;
.) SUFFIX=x11;  PRIORITY=2324;;
-aqua) SUFFIX=aqua; PRIORITY=2326;;
  esac

  update-alternatives --install \
%p/bin/unison-${VERSION} unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}
  update-alternatives --install \
%p/bin/unison unison %p/bin/unison-${VERSION}-${SUFFIX} ${PRIORITY}

#[ -e /Applications/Fink ] || install -d -m 0755 /Applications/Fink
#/bin/ln -sfn %p/Applications/Unison-$ver.app /Applications/Fink/Unison-$ver.app


PreRmScript: 
  if [ $1 != upgrade ]; then
VERSION=2.32
case %type_raw[uitype] in
  -nox)  SUFFIX=nox;;
  .) SUFFIX=x11;;
  -aqua) SUFFIX=aqua;;
esac

update-alternatives --remove unison-${VERSION} 
%p/bin/unison-${VERSION}-${SUFFIX}
update-alternatives --remove unison
%p/bin/unison-${VERSION}-${SUFFIX}

# rm -f /Applications/Fink/Unison-$ver.app
  fi


DocFiles: 
  COPYING CONTRIB README ROADMAP.txt BUGS.txt INSTALL NEWS TODO.txt
  ../unison-2.32.52-manual.html:manual.html


DescDetail: 
  Unison is a file-synchronization tool for Unix and Windows. It allows two
  replicas of a collection of files and directories to be stored on different
  hosts (or different disks on the same host), modified separately, and then
  brought up to date by propagating the changes in each replica to the other.

  Unison shares a number of features with tools such as configuration
  management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
  uni-directional mirroring utilities (rsync, etc.) and other synchronizers
  (Intellisync, Reconcile, etc).

  Note: All Unison variants can be installed simultaneously.  This package uses
  the update-alternatives system so that the command 'unison' automatically
  uses the best-available UI for the highest-available version.  Other

[cvs] dists/10.4/unstable/main/finkinfo/graphics libdvbpsi.info, 1.2, 1.3

2010-01-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21654

Modified Files:
libdvbpsi.info 
Log Message:
Don't generate documentation and drop graphviz and doxygen dependencies. Also, 
--disable-debug and --enable-release. Update submitted by getphuture: 
http://sourceforge.net/tracker/?func=detailaid=2928797group_id=17203atid=414256


Index: libdvbpsi.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libdvbpsi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libdvbpsi.info  6 Oct 2009 12:13:40 -   1.2
+++ libdvbpsi.info  9 Jan 2010 20:17:52 -   1.3
@@ -1,6 +1,6 @@
 Package: libdvbpsi
 Version: 0.1.6
-Revision: 1
+Revision: 2
 Source: http://download.videolan.org/pub/%n/%v/%n5-%v.tar.gz 
 Source-MD5: 70a468369c8db5b23aadaa07bad6bd4f 
 License: GPL
@@ -11,16 +11,14 @@
 Simple library designed for accessing DVDs like a block device
 without having to bother about the decryption.
 
-DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README doc/doxygen/html
+DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
 BuildDependsOnly: true
-BuildDepends: doxygen
 Depends: %N-shlibs (= %v-%r)
-ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking
+ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking  --disable-debug --enable-release
 CompileScript: 
 #!/bin/sh -ev
 ./configure %c
 make
-make doc
 
 SplitOff: 
   Package: %N-shlibs


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/x11 wine.info,1.16,1.17

2010-01-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21394

Modified Files:
wine.info 
Log Message:
New upstream version submitted by damez: 
https://sourceforge.net/tracker/?func=detailaid=2925533group_id=17203atid=414256


Index: wine.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wine.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- wine.info   22 Sep 2009 00:34:14 -  1.16
+++ wine.info   9 Jan 2010 22:31:14 -   1.17
@@ -1,6 +1,6 @@
 Package: wine
-Version: 1.1.29
-Revision: 100
+Version: 1.1.36
+Revision: 1
 Description: Microsoft Windows compatibility layer
 License: LGPL
 Maintainer: Damian Dimmich dam...@tauri-tec.com
@@ -17,24 +17,24 @@
 # See Wine's documentation/PACKAGING file for more details about dependencies.
 # I may have gone overboard on these dependencies, but better safe than sorry.
 BuildDepends: 
- arts-dev, audiofile, bison, dbus-dev, esound, fontconfig2-dev, flex (= 2.5),
+ arts-dev, audiofile, bison, dbus-dev, esound, fontconfig2-dev, flex-devel (= 
2.5.33),
  fontforge, freetype219-shlibs, freetype219, gcc4.0, giflib | libungif,
  glib2-dev, jack-dev, lcms, lcms-bin, libgettext3-dev, libiconv-dev, 
libicu32-dev | libicu36-dev,
- libjpeg, libusb, libxml2, libxml2-bin, libxslt, libxslt-bin, mesa (= 
6.5.2-1),
+ libjpeg, libusb, libxml2, libxml2-bin, libxslt, libxslt-bin,
  openldap23-dev,  system-openssl-dev, sane-backends-dev, x11-dev, libgphoto2
 
 Depends: 
  arts-shlibs, audiofile-shlibs, dbus-shlibs, esound-shlibs, fontconfig2-shlibs,
  freetype219-shlibs, giflib-shlibs | libungif-shlibs,
  glib2-shlibs, jack-shlibs, lcms-shlibs, libgettext3-shlibs, libiconv, 
libjpeg-shlibs,
- libusb-shlibs, libxml2-shlibs, libxslt-shlibs, mesa-shlibs (= 6.5.2-1),
+ libusb-shlibs, libxml2-shlibs, libxslt-shlibs,
  openldap23-shlibs,  sane-backends-shlibs, x11, libgphoto2-shlibs
 
 Recommends: 
  msttcorefonts
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: c3a9218840a80b29932cee49f2d45d9d
+Source-MD5: 2afa7846175c7c2ce4c7482aa1d82f0f
 
 NoSetCPPFLAGS: true
 SetCPPFLAGS: -DDBUS_API_SUBJECT_TO_CHANGE
@@ -44,18 +44,16 @@
 # A custom CompileScript is necessary for the extra make depend step
 CompileScript: 
 #!/bin/sh -ev
- export 
CPATH=%p/include/dbus-1.0:%p/lib/dbus-1.0/include:%p/include/mesa:%p/include:/usr/X11R6/include
- export X_CFLAGS=-I%p/include/mesa X_LIBS=-L%p/lib/mesa
- export LDFLAGS=-L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib 
-L/%p/lib/system-openssl/lib
+ export 
CPATH=%p/include/dbus-1.0:%p/lib/dbus-1.0/include:%p/include:/usr/X11R6/include
+ export LDFLAGS=-L/%p/lib/system-openssl/lib
  export LD_LIBRARY_PATH=%p/lib
- export PATH=%p/lib/freetype219/bin:$PATH
- export CPPFLAGS=-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include 
-I/%p/lib/system-openssl/include
+ export CPPFLAGS=-I/%p/lib/system-openssl/include
  # strip out all non ascii to something that sed and gcc script will eat
  tr -cd '\11\12\40-\176' AUTHORS AUTHORS.tmp
  mv AUTHORS.tmp AUTHORS
  # change the library detection so that the full path name of the library is 
retained
  perl -pi.bak -e 's|\^\.\*\\\/\\\(lib|^[^\\/]*\\\(.*lib|g' configure
- ./configure %c  --disable-win16
+ ./configure %c  --disable-win16 --without-openal
  # small safety measure: preventing libSystem from coming up too early in the 
link line (and hence also in load commands)
  # (specifically for wineesd.drv.so winearts.drv.so sane.ds.so and 
msxml3.dll.so).
  # For further safety, we can then as well remove the remaining -L%p/lib and 
-I%p/include flags ...
@@ -72,6 +70,7 @@
 fontconfig.h : added /usr/X11R6/include
 Use mesa because GL/gl.h in some versions of Apple's X11 is too old. But then 
to be safe mesa has also
 to substitute for the glut or freeglut dep; thus put mesa in every path before 
%p and before /usr/X11R6.
+#on 10.5/10.6 this should no longer be an issue.
 
 
 DescDetail: 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 openssl-0.9.8h.info,1.3,NONE

2010-01-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13362

Removed Files:
openssl-0.9.8h.info 
Log Message:
Fare thee well, 0.9.8h


--- openssl-0.9.8h.info DELETED ---


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/editors jed.info, 1.4, 1.5 jed.patch, 1.2, 1.3

2010-01-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21659

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


Index: jed.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/jed.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jed.patch   24 Sep 2009 20:14:45 -  1.2
+++ jed.patch   10 Jan 2010 06:18:28 -  1.3
@@ -1,18 +1,18 @@
-diff -Nurd jed-0.99-18.ori/doc/manual/jed.1 jed-0.99-18/doc/manual/jed.1
 jed-0.99-18.ori/doc/manual/jed.1   2006-02-13 15:51:58.0 -0200
-+++ jed-0.99-18/doc/manual/jed.1   2009-09-24 16:34:29.0 -0300
-@@ -407,7 +407,7 @@
+diff -Nurd jed-0.99-19.ori/doc/manual/jed.1 jed-0.99-19/doc/manual/jed.1
+--- jed-0.99-19.ori/doc/manual/jed.1   2009-12-14 00:12:55.0 -0200
 jed-0.99-19/doc/manual/jed.1   2010-01-10 04:07:53.0 -0200
+@@ -497,7 +497,7 @@
  .RS
  This is the default startup file.
  .RE
 -.I /etc/jed.rc
-+.I FINKPREFIX/etc/jed.rc
++.I /FINKPREFIX/jed.rc
  .RS
  The system wide configuration file.
  .RE
-diff -Nurd jed-0.99-18.ori/doc/manual/rgrep.1 jed-0.99-18/doc/manual/rgrep.1
 jed-0.99-18.ori/doc/manual/rgrep.1 2006-02-13 15:51:58.0 -0200
-+++ jed-0.99-18/doc/manual/rgrep.1 2009-09-24 16:34:51.0 -0300
+diff -Nurd jed-0.99-19.ori/doc/manual/rgrep.1 jed-0.99-19/doc/manual/rgrep.1
+--- jed-0.99-19.ori/doc/manual/rgrep.1 2009-12-14 00:12:55.0 -0200
 jed-0.99-19/doc/manual/rgrep.1 2010-01-10 04:09:15.0 -0200
 @@ -1,24 +1,24 @@
  .\===
 -.\ rgrep ­ a recursive highlighting grep program, this manpage was writen by
@@ -81,10 +81,10 @@
  .LP
  (Note that the regular expression 
  .I '^[A-Z]+' 
-diff -Nurd jed-0.99-18.ori/info/jed.1in jed-0.99-18/info/jed.1in
 jed-0.99-18.ori/info/jed.1in   2006-02-13 15:51:58.0 -0200
-+++ jed-0.99-18/info/jed.1in   2009-09-24 16:50:51.0 -0300
-@@ -4,7 +4,7 @@
+diff -Nurd jed-0.99-19.ori/info/jed.1in jed-0.99-19/info/jed.1in
+--- jed-0.99-19.ori/info/jed.1in   2009-12-14 00:12:55.0 -0200
 jed-0.99-19/info/jed.1in   2010-01-10 04:10:12.0 -0200
+@@ -1,7 +1,7 @@
  
  File: jed.info,  Node: Top,  Next: Introduction,  Up: (dir)
  
@@ -93,20 +93,17 @@
 for more current documentation.
  
 Copyright (C) 1992, 1993 John E. Davis
-diff -Nurd jed-0.99-18.ori/info/jed.info jed-0.99-18/info/jed.info
 jed-0.99-18.ori/info/jed.info  2006-02-13 15:51:58.0 -0200
-+++ jed-0.99-18/info/jed.info  2009-09-24 16:35:52.0 -0300
-@@ -1,6 +1,7 @@
- This is Info file jed.info, produced by Makeinfo-1.55 from the input
- file jed.ti.
- 
+diff -Nurd jed-0.99-19.ori/info/jed.info jed-0.99-19/info/jed.info
+--- jed-0.99-19.ori/info/jed.info  2009-12-14 00:12:55.0 -0200
 jed-0.99-19/info/jed.info  2010-01-10 04:10:24.0 -0200
+@@ -1,3 +1,4 @@
 +INFO-DIR-SECTION Editors
  START-INFO-DIR-ENTRY
  * JED: (jed). The JED editor
  END-INFO-DIR-ENTRY
-diff -Nurd jed-0.99-18.ori/lib/jed.conf jed-0.99-18/lib/jed.conf
 jed-0.99-18.ori/lib/jed.conf   2006-02-13 15:51:58.0 -0200
-+++ jed-0.99-18/lib/jed.conf   2009-09-24 16:36:27.0 -0300
+diff -Nurd jed-0.99-19.ori/lib/jed.conf jed-0.99-19/lib/jed.conf
+--- jed-0.99-19.ori/lib/jed.conf   2009-12-14 00:12:55.0 -0200
 jed-0.99-19/lib/jed.conf   2010-01-10 04:11:13.0 -0200
 @@ -1,10 +1,10 @@
  % -*- slang -*-
  
@@ -117,19 +114,19 @@
  _Jed_Default_Emulation = ide;
  _Jed_Default_Color_Scheme = blue2;
 -Info_Directory = /usr/info,/usr/share/info;
-+Info_Directory = FINKPREFIX/share/info:/usr/info:/usr/share/info;
++Info_Directory = FINKPREFIX/share/info:/usr/info,/usr/share/info;
  auto_compression_mode (1);
  enable_dfa_syntax_for_mode (PostScript, TCL);
-diff -Nurd jed-0.99-18.ori/lib/site.sl jed-0.99-18/lib/site.sl
 jed-0.99-18.ori/lib/site.sl2006-02-24 05:43:33.0 -0300
-+++ jed-0.99-18/lib/site.sl2009-09-24 16:39:08.0 -0300
-@@ -3274,7 +3274,8 @@
+diff -Nurd jed-0.99-19.ori/lib/site.sl jed-0.99-19/lib/site.sl
+--- jed-0.99-19.ori/lib/site.sl2009-12-14 00:12:55.0 -0200
 jed-0.99-19/lib/site.sl2010-01-10 04:12:01.0 -0200
+@@ -3309,7 +3309,8 @@
   $1 = getenv (JED_CONF_DIR);
   if ($1 == NULL)
 {
 -$1 = guess_jed_install_prefix ();
-+% $1 = guess_jed_install_prefix ();
-+$1 = FINKPREFIX;
++%$1 = guess_jed_install_prefix ();
++%$1 = FINKPREFIX;
  if ($1 != NULL)
{
   $1 = path_concat ($1, etc);

Index: jed.info
===
RCS file: 

[cvs] dists/10.4/unstable/main/finkinfo/base ncurses.info,1.6,1.7

2010-01-08 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21054

Modified Files:
ncurses.info 
Log Message:
Fix typo in DescPort


Index: ncurses.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/ncurses.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ncurses.info8 Feb 2009 21:34:23 -   1.6
+++ ncurses.info9 Jan 2010 03:06:47 -   1.7
@@ -81,7 +81,7 @@
 DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST tack/README:README.tack 
tack/COPYING:COPYING.tack
 Description: Executable files for libncurses5
 DescPort: 
-More changes by Chris Zubrzycki to be more compatable with apple's lib
+More changes by Chris Zubrzycki to be more compatible with apple's lib
 -udates to the (sometimes) monthly releases of ncurses (in patch form)
 
 ncurses-5.4-20040711-patch.sh.bz2 is a roll-up patch script, that updates a 
vanilla source to the date specified.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 ncurses-shlibs.info, 1.7, 1.8

2010-01-08 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21278

Modified Files:
ncurses-shlibs.info 
Log Message:
Fix typo in DescPort


Index: ncurses-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/ncurses-shlibs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ncurses-shlibs.info 20 Dec 2008 20:57:27 -  1.7
+++ ncurses-shlibs.info 9 Jan 2010 03:08:32 -   1.8
@@ -63,7 +63,7 @@
 
 DocFiles: README ANNOUNCE NEWS INSTALL TO-DO MANIFEST
 DescPort: 
-More changes by Chris Zubrzycki to be more compatable with apple's lib
+More changes by Chris Zubrzycki to be more compatible with apple's lib
 -udates to the (sometimes) monthly releases of ncurses (in patch form)
 
 The symbolic links to *.dylib.5 are needed for backward compatibility.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 ffmpeg-wxvlc.info, NONE, 1.1 ffmpeg-wxvlc.patch, NONE, 1.1

2010-01-08 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10344

Added Files:
ffmpeg-wxvlc.info ffmpeg-wxvlc.patch 
Log Message:
New package submitted by getphuture: 
https://sourceforge.net/tracker/?func=detailaid=1924399group_id=17203atid=414256


--- NEW FILE: ffmpeg-wxvlc.patch ---
diff -Nurd ffmpeg-0.4.20071217.orig/Makefile ffmpeg-0.4.20071217/Makefile
--- ffmpeg-0.4.20071217.orig/Makefile   2008-10-27 23:40:37.0 +0100
+++ ffmpeg-0.4.20071217/Makefile2008-10-28 00:00:21.0 +0100
@@ -6,9 +6,10 @@
 
 VPATH=$(SRC_PATH_BARE)
 
-CFLAGS=$(OPTFLAGS) -I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
+CFLAGS= -I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
-I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat 
-I$(SRC_PATH)/libswscale \
-I$(SRC_PATH)/libavdevice \
+   $(OPTFLAGS) \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE 
-DHAVE_AV_CONFIG_H
 LDFLAGS+= -g
 
@@ -61,12 +62,10 @@
 VHOOKCFLAGS += $(VHOOKCFLAGS-yes)
 
 SRCS = $(addsuffix .c, $(PROGS-yes)) cmdutils.c
-LDFLAGS := -L$(BUILD_ROOT)/libavdevice -L$(BUILD_ROOT)/libavformat 
-L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil $(LDFLAGS)
-EXTRALIBS := -lavdevice$(BUILDSUF) -lavformat$(BUILDSUF) -lavcodec$(BUILDSUF) 
-lavutil$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := $(BUILD_ROOT)/libavdevice/libavdevice$(BUILDSUF).dylib 
$(BUILD_ROOT)/libavformat/libavformat$(BUILDSUF).dylib 
$(BUILD_ROOT)/libavcodec/libavcodec$(BUILDSUF).dylib 
$(BUILD_ROOT)/libavutil/libavutil$(BUILDSUF).dylib $(EXTRALIBS)
 
 ifeq ($(CONFIG_SWSCALER),yes)
-LDFLAGS+=-L$(BUILD_ROOT)/libswscale
-EXTRALIBS+=-lswscale$(BUILDSUF)
+EXTRALIBS+=$(BUILD_ROOT)/libswscale/libswscale$(BUILDSUF).dylib
 endif
 
 all: lib $(PROGS) $(ALL_TARGETS-yes)
diff -Nurd ffmpeg-0.4.20071217.orig/libavcodec/Makefile 
ffmpeg-0.4.20071217/libavcodec/Makefile
--- ffmpeg-0.4.20071217.orig/libavcodec/Makefile2008-10-27 
23:40:35.0 +0100
+++ ffmpeg-0.4.20071217/libavcodec/Makefile 2008-10-28 00:03:10.0 
+0100
@@ -343,9 +343,7 @@
 
 OBJS-$(HAVE_XVMC_ACCEL)+= xvmcvideo.o
 
-ifneq ($(CONFIG_SWSCALER),yes)
 OBJS += imgresample.o
-endif
 
 # processor-specific code
 ifeq ($(HAVE_MMX),yes)
@@ -442,7 +440,7 @@
   bfin/idct_bfin.o   \
   bfin/vp3_idct_bfin.o   \
 
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := $(BUILD_ROOT)/libavutil/libavutil$(BUILDSUF).dylib $(EXTRALIBS)
 
 NAME=avcodec
 LIBVERSION=$(LAVCVERSION)
diff -Nurd ffmpeg-0.4.20071217.orig/libavcodec/imgconvert.c 
ffmpeg-0.4.20071217/libavcodec/imgconvert.c
--- ffmpeg-0.4.20071217.orig/libavcodec/imgconvert.c2008-10-27 
23:40:35.0 +0100
+++ ffmpeg-0.4.20071217/libavcodec/imgconvert.c 2008-10-28 00:03:53.0 
+0100
@@ -2324,7 +2324,6 @@
 }
 #endif
 
-#ifndef CONFIG_SWSCALER
 /* XXX: always use linesize. Return -1 if not supported */
 int img_convert(AVPicture *dst, int dst_pix_fmt,
 const AVPicture *src, int src_pix_fmt,
@@ -2569,7 +2568,6 @@
 avpicture_free(tmp);
 return ret;
 }
-#endif
 
 /* NOTE: we scan all the pixels to have an exact information */
 static int get_alpha_info_pal8(const AVPicture *src, int width, int height)
diff -Nurd ffmpeg-0.4.20071217.orig/libavdevice/Makefile 
ffmpeg-0.4.20071217/libavdevice/Makefile
--- ffmpeg-0.4.20071217.orig/libavdevice/Makefile   2008-10-27 
23:40:37.0 +0100
+++ ffmpeg-0.4.20071217/libavdevice/Makefile2008-10-28 00:00:21.0 
+0100
@@ -4,9 +4,9 @@
 LIBVERSION=$(LAVDVERSION)
 LIBMAJOR=$(LAVDMAJOR)
 
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil   -lavutil$(BUILDSUF)  \
- -L$(BUILD_ROOT)/libavcodec  -lavcodec$(BUILDSUF) \
- -L$(BUILD_ROOT)/libavformat -lavformat$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := $(BUILD_ROOT)/libavutil/libavutil$(BUILDSUF).dylib  \
+ $(BUILD_ROOT)/libavcodec/libavcodec$(BUILDSUF).dylib \
+ $(BUILD_ROOT)/libavformat/libavformat$(BUILDSUF).dylib 
$(EXTRALIBS)
 
 CFLAGS += -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat
 
diff -Nurd ffmpeg-0.4.20071217.orig/libavformat/Makefile 
ffmpeg-0.4.20071217/libavformat/Makefile
--- ffmpeg-0.4.20071217.orig/libavformat/Makefile   2008-10-27 
23:40:29.0 +0100
+++ ffmpeg-0.4.20071217/libavformat/Makefile2008-10-28 00:00:21.0 
+0100
@@ -156,8 +156,8 @@
 
 OBJS-$(CONFIG_VHOOK) += framehook.o
 
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
- -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := $(BUILD_ROOT)/libavutil/libavutil$(BUILDSUF).dylib \
+ $(BUILD_ROOT)/libavcodec/libavcodec$(BUILDSUF).dylib $(EXTRALIBS)
 
 # protocols I/O
 OBJS+= avio.o aviobuf.o
diff -Nurd ffmpeg-0.4.20071217.orig/libpostproc/Makefile 

[cvs] dists/10.4/unstable/main/finkinfo/sound solfege.info, 1.5, 1.6 solfege.patch, 1.2, 1.3

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5307

Modified Files:
solfege.info solfege.patch 
Log Message:
New upstream version submitted by orloff: 
https://sourceforge.net/tracker/?func=detailaid=2922784group_id=17203atid=414256


Index: solfege.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/solfege.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- solfege.patch   17 Aug 2008 00:18:29 -  1.2
+++ solfege.patch   3 Jan 2010 09:02:08 -   1.3
@@ -1,21 +1,18 @@
-diff -urN -x '*~' solfege-3.10.4.orig/default.config 
solfege-3.10.4/default.config
 solfege-3.10.4.orig/default.config
-+++ solfege-3.10.4/default.config
-@@ -40,9 +40,9 @@
- rcfileversion=10
- random_function=random_by_random
- randomness=1.1
--midi_to_wav_cmd=/usr/bin/timidity -Ow %(in)s -o %(out)s
--wav_to_mp3_cmd=/usr/bin/lame %(in)s %(out)s
--wav_to_ogg_cmd=/usr/bin/oggenc %(in)s
-+midi_to_wav_c...@prefix@/bin/timidity -Ow %(in)s -o %(out)s
-+wav_to_mp3_c...@prefix@/bin/lame %(in)s %(out)s
-+wav_to_ogg_c...@prefix@/bin/oggenc %(in)s
+--- solfege-3.14.10.orig/Makefile.in
 solfege-3.14.10/Makefile.in
+@@ -146,7 +146,5 @@
+ compileall:
+ ifneq (x$(nopycompile),xYES)
+-   for dir in src mpd soundcard; do\
+-$(PYTHON) -c import compileall; 
compileall.compile_dir('$(DESTDIR)/$(datadir)/$(PACKAGE)/$(dir)') ;\
+- done
++cd $(DESTDIR)$(datadir); $(PYTHON) -c import compileall; 
compileall.compile_dir('$(PACKAGE)')
+ endif
  
- [mainwin]
- history_back_ak=altLeft
-@@ -50,13 +50,13 @@
- history_reload_ak=ctrlr
+--- solfege-3.14.10.orig/default.config
 solfege-3.14.10/default.config
+@@ -65,13 +65,13 @@
+ mma=mma
  
  [sound]
 -type=sequencer-device

Index: solfege.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/solfege.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- solfege.info31 Jan 2009 23:58:16 -  1.5
+++ solfege.info3 Jan 2010 09:02:08 -   1.6
@@ -1,42 +1,50 @@
 Package: solfege
-Version: 3.10.4
+Version: 3.14.10
 Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 74705388c446a10ed574e68bcd3134d4
+Source-MD5: d24ab1184ee1466fba9c965cb8ae8f58
 Depends: 
-python25, 
-pygtk2-gtk-py25 (=2.6.0), 
-pygobject2-py25,
+python26, 
+pygtk2-gtk-py26 (=2.6.0), 
+pygobject2-py26,
 libgtkhtml2-shlibs (=1.99.6),
 qtplay,
 fontconfig-path,
 pango1-xft2,
 gtk+2,
-vorbis-tools, mpg123, lame
+vorbis-tools, 
+mpg123, 
+lame
 
 BuildDepends: 
- fink (= 0.24.12),
- python25, 
+ python26, 
  swig, 
  gettext-tools, 
  texinfo, glib2-dev (=2.0), 
  pkgconfig (=0.17.0), 
- pygtk2-gtk-py25-dev (=2.6.0), 
- pygobject2-py25-dev, 
+ pygtk2-gtk-py26-dev (=2.6.0), 
+ pygobject2-py26-dev, 
  libxml2 (=2.4.0), 
  gtk+2-dev (=2.2.0), 
  libgtkhtml2 (=1.99.6), 
  docbook-xsl, 
  gnome-doc-utils,
- libxslt-bin
+ libxslt-bin,
+ libffi,
+ fink (= 0.24.12)
+
+Recommends: 
+   mma,
+   tetex,
+   lilypond
 
 PatchFile: %n.patch
-PatchFile-MD5: c428f0854ae770ee61acd79e6b6cb55c
-PatchScript: sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
+PatchFile-MD5: 1c8d150c9f2c3754e820769febed54e2
+PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -l -p1
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--enable-docbook-stylesheet=%p/share/xml/xsl/docbook-xsl/html/chunk.xsl
 CompileScript: 
 #!/bin/bash -ev
-export PYTHON=%p/bin/python2.5
+export PYTHON=%p/bin/python2.6
 ./configure %c
 make
 
@@ -64,47 +72,26 @@
 
 DescPackaging:
 
-* This packaging is a continuing effort of 1357190, which was closed by
-  lack of response on my part during the hollidays.
-
-* I spent a lot of time scrutinizing all dependencies, and installing from
+* I spent some time scrutinizing all dependencies, and installing from
   source or binaries on a fresh fink. For instance, Debian makes solfege
   depend on lilypond, and thus ghostscript, which is not really necessary.
 
 * $ fink validate solfege.info 
+  $ fink -m -k --build-as-nobody rebuild solfege
   Package looks good!
 
-* libgtkhtml2: allows to view html help pages with the application, instead of 
default browser; ignore complaints at launch about 
-   Checking for gtkhtml2... No module named gtkhtml2
-Local .html docs are shown properly, and this error shows up on Debian version 
too.
-
-* warning: invalid directory 

[cvs] dists/10.4/unstable/main/finkinfo/libs gmerlin-avdecoder1.info, 1.1, 1.2 gmerlin-avdecoder1.patch, 1.1, 1.2

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11370

Modified Files:
gmerlin-avdecoder1.info gmerlin-avdecoder1.patch 
Log Message:
New upstream version submitted by eighthave: 
https://sourceforge.net/tracker/?func=detailaid=2922687group_id=17203atid=414256


Index: gmerlin-avdecoder1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmerlin-avdecoder1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmerlin-avdecoder1.info 3 Jul 2009 19:01:03 -   1.1
+++ gmerlin-avdecoder1.info 3 Jan 2010 10:02:14 -   1.2
@@ -1,9 +1,12 @@
 Package: gmerlin-avdecoder1
-Version: 1.0.0
+Version: 1.0.1
 Revision: 1
 ###
 Source:  mirror:sourceforge:gmerlin/gmerlin-avdecoder-%v.tar.gz
-Source-MD5: 40060698eb4d9c70d95a27f9373a41c1
+Source-MD5: 1ae5911a3d90d7afa773e949a1168f31
+###
+PatchFile: %n.patch
+PatchFile-MD5: 8e514ef9fa1ab6048ba57ce948c8fe7f
 ###
 DocFiles: README NEWS COPYING AUTHORS INSTALL ChangeLog
 ###
@@ -12,9 +15,6 @@
 License: GPL 
 Description: Library for media file decoding support
 ###
-PatchFile: %n.patch
-PatchFIle-MD5: 1f7ed27db313f993204af8f4ee148a20 
-###
 DescDetail: 
 This is gmerlin_avdecoder, a multimedia decoding library.
 It it primarly a support library for gmerlin, but it can also be
@@ -22,15 +22,14 @@
 decoding support for your application.
 
 #
-Depends: %N-shlibs (= %v-%r), gettext-bin (=0.14.0-1)
+Depends: %N-shlibs (= %v-%r), gettext-bin (=0.14.0-1), libavcodec51-shlibs 
(=0.4.20071217-6), libpostproc51-shlibs (=0.4.20071217-6), libswscale0-shlibs 
(=0.4.20071217-6), libavformat52-shlibs (=0.4.20071217-6), libfaad1-shlibs 
(=2.0.0-1013), libflac8 (=1.2.1-1000), libvorbis0-shlibs (=1.2.0-1), 
libtheora0-shlibs (=1.0-0.alpha5.100), speex3-shlibs (=1.1.6-13), 
libpng3-shlibs (=1:1.2.29-1), libtiff-shlibs (=3.8.2-1000), a52dec-shlibs 
(=0.7.4-2), libmpcdec5-shlibs (=1.2.6-1), libcdio7-shlibs (=0.79-1), 
libmad-shlibs (=0.15.1b-5), libgavl1-shlibs, libdca-shlibs, 
libdvdread.3-shlibs (=0.9.5-1), libjpeg-shlibs, libopenjpeg-shlibs, 
amrnb-shlibs, faac-shlibs, libgnugetopt-shlibs, libfaad1-shlibs, lame-shlibs, 
libx264-57-shlibs, xvidcore-shlibs, libogg-shlibs, libiconv
 #
-BuildDepends: fink (= 0.24.12), autoconf (=2.59-1), automake1.10, libtool2 
(=2.2.0-1), pkgconfig, libgettext3-dev (=0.14.0-1), libiconv-dev, doxygen, 
libavcodec-dev (=0.4.20071217-6),libpostproc-dev (=0.4.20071217-6), 
libswscale-dev (=0.4.20071217-6), libavformat-dev (=0.4.20071217-6), 
libfaad1-dev (=2.0.0-1013), libflac8-dev (=1.2.1-1000), libvorbis0 
(=1.2.0-1), libtheora0 (=1.0-0.alpha5.100), speex3 (=1.1.6-13),libpng3 
(=1:1.2.29-1), libtiff (=3.8.2-1000), a52dec-dev (=0.7.4-2), libmpcdec5 
(=1.2.6-1), libcdio-dev (=0.79-1), libmad (=0.15.1b-5), libgavl1, 
libdca-dev, libdvdread.3 (=0.9.5-1), libjpeg, libopenjpeg, amrnb-dev, 
faac-dev, libgnugetopt, libfaad1-dev, lame-dev, libx264-dev, xvidcore, libogg
+BuildDepends: fink (= 0.24.12), autoconf (=2.59-1), automake1.10, libtool2, 
pkgconfig, libgettext3-dev (=0.14.0-1), libiconv-dev, doxygen, libavcodec-dev 
(=0.4.20071217-6),libpostproc-dev (=0.4.20071217-6), libswscale-dev 
(=0.4.20071217-6), libavformat-dev (=0.4.20071217-6), libfaad1-dev 
(=2.0.0-1013), libflac8-dev (=1.2.1-1000), libvorbis0 (=1.2.0-1), libtheora0 
(=1.0-0.alpha5.100), speex3 (=1.1.6-13),libpng3 (=1:1.2.29-1), libtiff 
(=3.8.2-1000), a52dec-dev (=0.7.4-2), libmpcdec5 (=1.2.6-1), libcdio-dev 
(=0.79-1), libmad (=0.15.1b-5), libgavl1, libdca-dev, libdvdread.3 
(=0.9.5-1), libjpeg, libopenjpeg, amrnb-dev, faac-dev, libgnugetopt, 
libfaad1-dev, lame-dev, libx264-dev, xvidcore, libogg, libschroedinger
 BuildDependsOnly: true
 #
 # we are currently not using libmpeg2 and mjpegtools because we think FFMPEG
 # provides that stuff, no? And gmerlin isn't packaged currently.
 #   --enable-libdca should exist but does not, only --disable-libdca
-#   --disable-win32 is added by the patch, which was accepted by upstream
 ConfigureParams: --disable-gmerlin --enable-libavcodec --enable-libpostproc 
--enable-libswscale --enable-libavformat --enable-theora --enable-speex 
--disable-mjpegtools --enable-vorbis --disable-libmpeg2 --enable-libtiff 
--enable-openjpeg --disable-samba --enable-libpng --enable-faad2 
--enable-dvdread --enable-flac --enable-musepack --enable-mad --enable-liba52 
--enable-libdca --enable-libcdio --disable-win32 --with-avcodec=%p 
--with-avformat=%p --with-vorbis=%p --with-faad2-prefix=%p 
 # Arg! On 10.4, the LDFLAGS seem to be necessary, but not on 10.5. There is
 # most likely a better solution for this.  These are all frameworks that are
@@ -46,7 +45,6 @@
 ###
 SplitOff: 
 Package: %n-shlibs
-Depends: libavcodec51-shlibs (=0.4.20071217-6), libpostproc51-shlibs 
(=0.4.20071217-6), libswscale0-shlibs (=0.4.20071217-6), libavformat52-shlibs 

[cvs] dists/10.4/unstable/main/finkinfo/graphics libgavl1.info, 1.1, 1.2

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12588

Modified Files:
libgavl1.info 
Log Message:
New upstream version submitted by eighthave: 
https://sourceforge.net/tracker/?func=detailaid=2922686group_id=17203atid=414256


Index: libgavl1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libgavl1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgavl1.info   3 Jul 2009 17:15:28 -   1.1
+++ libgavl1.info   3 Jan 2010 10:13:43 -   1.2
@@ -1,9 +1,9 @@
 Package: libgavl1
-Version: 1.1.0
+Version: 1.1.1
 Revision: 1
 ###
 Source:  mirror:sourceforge:gmerlin/gavl-%v.tar.gz
-Source-MD5: 8a631a3468f4fd4213c4ec57d1795e14
+Source-MD5: dc37718ab20ed6728eb9e10d5bb3ad17
 ###
 DocFiles: README NEWS TODO COPYING AUTHORS INSTALL ChangeLog
 ###
@@ -34,11 +34,10 @@
 Package: %N-shlibs
 Description: Shared libraries for gavl
 Files: 
-lib/libgavl.1.0.0.dylib
 lib/libgavl.1.dylib
 
 Shlibs: 
-%p/lib/libgavl.1.dylib 2.0.0 %n (= 1.1.0-1)
+%p/lib/libgavl.1.dylib 2.0.0 %n (= 1.1.1-1)
 
 DocFiles: README NEWS TODO COPYING AUTHORS INSTALL ChangeLog
 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 pygr-doc.info, NONE, 1.1 pygr-py.info, NONE, 1.1

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12427

Added Files:
pygr-doc.info pygr-py.info 
Log Message:
New packages submitted by marecki: 
https://sourceforge.net/tracker/?func=detailaid=2859512group_id=17203atid=414256


--- NEW FILE: pygr-py.info ---
Info2: 

Package: pygr-py%type_pkg[python]
Version: 0.8.1
Revision: 1
Maintainer: Marek Szuba marek.sz...@ucla.edu
Type: python (2.5 2.6)
Depends: python%type_pkg[python]
Suggests: mysql-python-py%type_pkg[python], ncbitools
Source: http://pygr.googlecode.com/files/pygr-%v.tar.gz
Source-MD5: 826d777d1610117ca5efb5d759321d5f
CompileScript: 
 %p/bin/python%type_raw[python] setup.py build

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

DocFiles: README.txt LICENSE.txt misc/pygrrc.example
Description: Python graph-database toolkit
DescDetail: 
 Pygr is an open source software project used to develop graph database
 interfaces for the popular Python language, with a strong emphasis
 on bioinformatics applications ranging from genome-wide analysis of
 alternative splicing patterns, to comparative genomics queries of
 multi-genome alignment data.

License: BSD
Homepage: http://code.google.com/p/pygr/



--- NEW FILE: pygr-doc.info ---
Info2: 

Package: pygr-doc
Version: 0.8.1
Revision: 1
Description: Pygr documentation
License: BSD
Maintainer: Marek Szuba marek.sz...@ucla.edu
BuildDepends: sphinx-py26, epydoc-py26
Source: http://pygr.googlecode.com/files/pygr-%v.tar.gz
Source-MD5: 826d777d1610117ca5efb5d759321d5f
CompileScript: 
 ( cd doc  make  make epydocs )

InstallScript: 
 mkdir -p %i/share/doc/pygr/html
 cp -rf doc/html_new/* %i/share/doc/pygr/html

DescDetail: 
 This package provides HTML documentation for Pygr

DescUsage: 
 The documentation is installed in %p/share/doc/pygr/html. Point your web
 browser to index.html is this directory.





--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/sound livemedia.info,1.3,1.4

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23265

Modified Files:
livemedia.info 
Log Message:
New upstream version submitted by getphuture: 
https://sourceforge.net/tracker/?func=detailaid=2914307group_id=17203atid=414256


Index: livemedia.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/livemedia.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- livemedia.info  6 Oct 2009 12:13:40 -   1.3
+++ livemedia.info  4 Jan 2010 05:55:21 -   1.4
@@ -1,8 +1,9 @@
 Package: livemedia
-Version: 0.0.2008.01.04
-Revision: 1 
-Source: http://www.getphuture.com/pub/fink/%n/live.2008.01.04.tar.gz
-Source-MD5: c774c9b284a36717b488002e53d07ac7
+Version: 0.0.2009.11.27
+Revision: 2
+Replaces: livemedia (=0.0.2008.01.04-1))
+Source: http://www.live555.com/liveMedia/public/live.2009.11.27.tar.gz
+Source-MD5: 505b5096c342d01217c86db29be0aa88
 SourceDirectory: live
 GCC: 4.0
 License: LGPL


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 deborphan.info,1.5,1.6

2010-01-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25252

Modified Files:
deborphan.info 
Log Message:
New maintainer, new upstream version submitted by mcklaren: 
https://sourceforge.net/tracker/?func=detailaid=2917831group_id=17203atid=414256


Index: deborphan.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/deborphan.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- deborphan.info  28 Jun 2007 06:29:29 -  1.5
+++ deborphan.info  4 Jan 2010 06:10:04 -   1.6
@@ -1,10 +1,10 @@
 Package: deborphan
-Version: 1.7.23
-Revision: 2
-BuildDepends: gettext-bin, gettext-tools, libgettext3-dev
-Depends: dialog, libgettext3-shlibs
+Version: 1.7.27
+Revision: 1
+BuildDepends: gettext-bin, gettext-tools, libgettext8-dev
+Depends: dialog, libgettext8-shlibs
 Source: http://ftp.debian.org/debian/pool/main/d/%n/%n_%v.tar.gz
-Source-MD5: 665d5f4971cdcee86c75d83d99dfb148
+Source-MD5: 2de29f568d9e90d7629c879ed658c306
 SourceDirectory: %n-%v
 PatchScript: 
  perl -pi -e 's,/var/(lib|state),%p/var/lib,' configure include/deborphan.h 
src/Makefile.in
@@ -24,7 +24,7 @@
 oldlibs  sections,  to  hunt  down  unused libraries.
 
 License: Artistic
-Maintainer: None fink-de...@lists.sourceforge.net
+Maintainer: Mcklaren mckla...@users.sourceforge.net
 DescPackaging: 
  Patched to work with debfoster and to include debfoster support
  even if debfoster isn't installed (will still work without it).


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/editors emacs23-10.4.patch, NONE, 1.1

2010-01-02 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12786

Added Files:
emacs23-10.4.patch 
Log Message:
Copy missing patch file from unstable


--- NEW FILE: emacs23-10.4.patch ---
diff --exclude='*~' -ruN emacs-23.1/configure emacs-23.1.patched/configure
--- emacs-23.1/configure2009-07-29 17:12:00.0 +0200
+++ emacs-23.1.patched/configure2009-08-26 16:55:27.0 +0200
@@ -1854,7 +1854,7 @@
 etcdir='${datadir}/emacs/${version}/etc'
 archlibdir='${libexecdir}/emacs/${version}/${configuration}'
 docdir='${datadir}/emacs/${version}/etc'
-gamedir='${localstatedir}/games/emacs'
+gamedir='${localstatedir}/games/emacs23'
 
 gameuser=games
 
@@ -14610,9 +14610,9 @@
 fi
 { echo $as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast 5
 echo ${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast 6; }
-if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
+#if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
   HAVE_GIF=yes
-fi
+#fi
 
 
 if test $HAVE_GIF = yes; then
diff --exclude='*~' -ruN emacs-23.1/fix-info emacs-23.1.patched/fix-info
--- emacs-23.1/fix-info 1970-01-01 01:00:00.0 +0100
+++ emacs-23.1.patched/fix-info 2009-08-26 17:44:01.0 +0200
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+THE_INFO_PREFIX=$1
+
+for file in ada-mode auth autotype calc ccmode cl dbus dired-x \
+   ebrowse ediff efaq eintr elisp emacs emacs-mime epa erc \
+   eshell eudc flymake forms gnus idlwave info mairix-el \
+   message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc \
+   reftex remember sasl sc ses sieve smtpmail speedbar tramp \
+   url vip viper widget woman
+do
+./mangle-info ${THE_INFO_PREFIX}/${file}
+done
\ No newline at end of file
diff --exclude='*~' -ruN emacs-23.1/lisp/startup.el 
emacs-23.1.patched/lisp/startup.el
--- emacs-23.1/lisp/startup.el  2009-06-21 06:37:46.0 +0200
+++ emacs-23.1.patched/lisp/startup.el  2009-08-26 16:57:34.0 +0200
@@ -375,6 +375,10 @@
 
 (defvar normal-top-level-add-subdirs-inode-list nil)
 
+(defconst fink-emacs-flavor 'emacs23
+  A symbol representing the particular fink flavor of emacs running.
+Something like 'emacs20, 'xemacs20, etc.)
+
 (defvar no-blinking-cursor nil)
 
 (defvar default-frame-background-mode)
@@ -977,9 +981,19 @@
 ;; be loaded from site-run-file and wants to test if -q was given
 ;; should check init-file-user instead, since that is already set.
 ;; See cus-edit.el for an example.
-(if site-run-file
-   (load site-run-file t t))
-
+;; (if site-run-file   
+;; (load site-run-file t t))   
+   
+;; Fink version of site-start.   
+(if site-run-file  
+   (progn 
+ ;; Load all the fink package snippets. 
+ ;; It's in here because we want -q to kill it too.   
+ (if (load fink-startup t t nil)  
+ (fink-startup fink-emacs-flavor))
+ ;; Now the normal site file...   
+ (load site-run-file t t nil)))
+
 ;; Sites should not disable this.  Only individuals should disable
 ;; the startup screen.
 (setq inhibit-startup-screen nil)
diff --exclude='*~' -ruN emacs-23.1/mangle-info emacs-23.1.patched/mangle-info
--- emacs-23.1/mangle-info  1970-01-01 01:00:00.0 +0100
+++ emacs-23.1.patched/mangle-info  2009-08-26 16:56:06.0 +0200
@@ -0,0 +1,18 @@
+#!/usr/bin/perl -w -i
+
+use English;
+use strict;
+
+$RS = undef;
+
+my $prefix = emacs-23;
+
+my $x = ;
+if(!($x =~ m/^(\s*START-INFO-DIR-ENTRY\s+\*\s*[^:]+:\s*)\(([^\)]+)\)/mo)) {
+  die Couldn't find START-INFO-DIR-ENTRY.;
+}
+   
+print ${PREMATCH};
+print $1($prefix/$2);
+print ${POSTMATCH};
+


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo swig-1.3.20.info, NONE, 1.1 swig-1.3.20.patch, NONE, 1.1

2009-12-29 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28477

Added Files:
swig-1.3.20.info swig-1.3.20.patch 
Log Message:
Potential fix for 10.6


--- NEW FILE: swig-1.3.20.patch ---
diff -Nurd SWIG-1.3.20.ori/Runtime/Makefile.in SWIG-1.3.20/Runtime/Makefile.in
--- SWIG-1.3.20.ori/Runtime/Makefile.in 2003-12-17 17:11:00.0 -0200
+++ SWIG-1.3.20/Runtime/Makefile.in 2009-12-29 22:51:03.0 -0200
@@ -317,7 +317,7 @@
 
 libswigpl_la_SOURCES = libpl.c
 libswigpl_la_LDFLAGS = @LIBTOOL_NO_UNDEFINED@ $(RELEASE_SUFFIX_LIBTOOL) 
$(PERL5_DLNK)
-libswigpl_la_CFLAGS = $(PERL5_INCLUDE) -Dbool=char -Dexplicit=$(PERL5_CCFLAGS)
+libswigpl_la_CFLAGS = $(PERL5_INCLUDE) -Dbool=char 
-Dexplicit=$(PERL5_CCFLAGS)
 
 
 # --
diff -Nurd SWIG-1.3.20.ori/Source/Modules/java.cxx 
SWIG-1.3.20/Source/Modules/java.cxx
--- SWIG-1.3.20.ori/Source/Modules/java.cxx 2003-12-12 22:13:10.0 
-0200
+++ SWIG-1.3.20/Source/Modules/java.cxx 2009-12-29 22:52:02.0 -0200
@@ -3265,7 +3265,7 @@
* director-based class.
* 
- */
 
-  virtual int JAVA::abstractClassTest(Node *n) {
+  virtual int abstractClassTest(Node *n) {
 if (!Cmp(Getattr(n, feature:director), 1))
   return 0;
 return Language::abstractClassTest(n);
diff -Nurd SWIG-1.3.20.ori/configure SWIG-1.3.20/configure
--- SWIG-1.3.20.ori/configure   2003-12-17 17:11:03.0 -0200
+++ SWIG-1.3.20/configure   2009-12-29 22:51:03.0 -0200
@@ -21122,7 +21122,7 @@
 echo $ECHO_N checking for Guile library... $ECHO_C 6
   dirs=$GUILELIB
   for i in $dirs ; do
-   if test -r $i/libguile.so; then
+   if test -r $i/libguile.dylib; then
echo $as_me:$LINENO: result: $i 5
 echo ${ECHO_T}$i 6
GUILELIB=$i

--- NEW FILE: swig-1.3.20.info ---
Package: swig
Version: 1.3.20
Revision: 1015
BuildDepends: python | python-nox (= 2.2.1-8), expat, guile (= 1.4-16), 
ruby18, tcltk, guile-dev (= 1.4-16), ruby18-dev, tcltk-dev, fink (=0.26.0-1)
Depends: %N-shlibs (= %v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: aac11adef9f9709a75b9b0f676808d5f
SourceDirectory: SWIG-%v
PatchFile: %n-%v.patch
PatchFile-MD5: 2a287b8002f8c644429ca4f11377e562
UpdateConfigGuessinDirs: Tools
UpdateLibtoolinDirs: Tools
GCC: 4.0
ConfigureParams: 
--with-javaincl=/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 
--with-ruby=%p/bin/ruby1.8 --disable-dependency-tracking
#SetCPPFLAGS: -isystem /usr/include/gcc/darwin/3.3
CompileScript: 
 ./configure %c
 make
 make runtime

InstallScript: 
 make install prefix=%i
 make install-runtime prefix=%i
 mkdir -p %i/share/doc/%n
 cp -R Examples %i/share/doc/%n
 (cd Doc; cp README %i/share/doc/%n/README.doc; cp -R Devel %i/share/doc/%n; cp 
-R Manual %i/share/doc/%n)

SplitOff: 
  Package: %N-shlibs
  Depends:  fink-obsolete-packages
  Files: lib/libswig*.*.dylib
  Shlibs: 
   %p/lib/libswigguile.0.dylib 1.0.0 %n (= 1.3.20-2)
   %p/lib/libswigpl.0.dylib 1.0.0 %n (= 1.3.20-2)
   %p/lib/libswigpy.0.dylib 1.0.0 %n (= 1.3.20-2)
   %p/lib/libswigrb.0.dylib 1.0.0 %n (= 1.3.20-2)
   %p/lib/libswigtcl8.0.dylib 1.0.0 %n (= 1.3.20-2)
   %p/lib/libswigphp4.0.dylib 1.0.0 %n (= 1.3.20-2)
  
  DocFiles: README CHANGES LICENSE NEW

License: BSD
DocFiles: README CHANGES LICENSE NEW
Description: Tool that connects C, C++ programs with HLL
DescDetail: 
SWIG is a software development tool that connects programs written in C,
C++, and Objective-C with a variety of high-level programming languages.
SWIG is primarily used with common scripting languages such as Perl, 
Python, Tcl/Tk, Ruby, and Guile but has also been extended to include
languages such as Java and Eiffel. SWIG is most commonly used to create
high-level interpreted programming environments and as a tool
for building user interfaces. 

Homepage: http://www.swig.org/
Maintainer: None fink-de...@lists.sourceforge.net


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo swig-1.3.20.info, 1.1, NONE swig-1.3.20.patch, 1.1, NONE

2009-12-29 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29717

Removed Files:
swig-1.3.20.info swig-1.3.20.patch 
Log Message:
Promoting to unstable.


--- swig-1.3.20.patch DELETED ---

--- swig-1.3.20.info DELETED ---


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 swig-1.3.20.info, 1.2, 1.3 swig-1.3.20.patch, 1.1, 1.2

2009-12-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29784

Modified Files:
swig-1.3.20.info swig-1.3.20.patch 
Log Message:
Fix build error on 10.6


Index: swig-1.3.20.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/swig-1.3.20.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- swig-1.3.20.patch   4 Sep 2007 14:28:45 -   1.1
+++ swig-1.3.20.patch   30 Dec 2009 01:17:13 -  1.2
@@ -1,18 +1,6 @@
-diff -ru SWIG-1.3.16/configure SWIG-1.3.16-patched/configure
 SWIG-1.3.16/configure  2002-10-14 20:33:07.0 +0200
-+++ SWIG-1.3.16-patched/configure  2002-10-17 13:09:42.0 +0200
-@@ -21122,7 +21122,7 @@
- echo $ECHO_N checking for Guile library... $ECHO_C 6
-   dirs=$GUILELIB
-   for i in $dirs ; do
--  if test -r $i/libguile.so; then
-+  if test -r $i/libguile.dylib; then
-   echo $as_me:$LINENO: result: $i 5
- echo ${ECHO_T}$i 6
-   GUILELIB=$i
-diff -Nurd -x'*~' SWIG-1.3.20.orig/Runtime/Makefile.in 
SWIG-1.3.20/Runtime/Makefile.in
 SWIG-1.3.20.orig/Runtime/Makefile.in   2003-12-17 14:11:00.0 
-0500
-+++ SWIG-1.3.20/Runtime/Makefile.in2005-04-12 01:47:06.0 -0400
+diff -Nurd SWIG-1.3.20.ori/Runtime/Makefile.in SWIG-1.3.20/Runtime/Makefile.in
+--- SWIG-1.3.20.ori/Runtime/Makefile.in2003-12-17 17:11:00.0 
-0200
 SWIG-1.3.20/Runtime/Makefile.in2009-12-29 22:51:03.0 -0200
 @@ -317,7 +317,7 @@
  
  libswigpl_la_SOURCES = libpl.c
@@ -22,3 +10,27 @@
  
  
  # --
+diff -Nurd SWIG-1.3.20.ori/Source/Modules/java.cxx 
SWIG-1.3.20/Source/Modules/java.cxx
+--- SWIG-1.3.20.ori/Source/Modules/java.cxx2003-12-12 22:13:10.0 
-0200
 SWIG-1.3.20/Source/Modules/java.cxx2009-12-29 22:52:02.0 
-0200
+@@ -3265,7 +3265,7 @@
+* director-based class.
+* 
- */
+ 
+-  virtual int JAVA::abstractClassTest(Node *n) {
++  virtual int abstractClassTest(Node *n) {
+ if (!Cmp(Getattr(n, feature:director), 1))
+   return 0;
+ return Language::abstractClassTest(n);
+diff -Nurd SWIG-1.3.20.ori/configure SWIG-1.3.20/configure
+--- SWIG-1.3.20.ori/configure  2003-12-17 17:11:03.0 -0200
 SWIG-1.3.20/configure  2009-12-29 22:51:03.0 -0200
+@@ -21122,7 +21122,7 @@
+ echo $ECHO_N checking for Guile library... $ECHO_C 6
+   dirs=$GUILELIB
+   for i in $dirs ; do
+-  if test -r $i/libguile.so; then
++  if test -r $i/libguile.dylib; then
+   echo $as_me:$LINENO: result: $i 5
+ echo ${ECHO_T}$i 6
+   GUILELIB=$i

Index: swig-1.3.20.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/swig-1.3.20.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- swig-1.3.20.info20 Apr 2008 19:57:08 -  1.2
+++ swig-1.3.20.info30 Dec 2009 01:17:13 -  1.3
@@ -1,13 +1,13 @@
 Package: swig
 Version: 1.3.20
-Revision: 1014
+Revision: 1015
 BuildDepends: python | python-nox (= 2.2.1-8), expat, guile (= 1.4-16), 
ruby18, tcltk, guile-dev (= 1.4-16), ruby18-dev, tcltk-dev, fink (=0.26.0-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: aac11adef9f9709a75b9b0f676808d5f
 SourceDirectory: SWIG-%v
-PatchFile: %n.patch
-PatchFile-MD5: 15572cd3c259451ba649a67cee538017
+PatchFile: %n-%v.patch
+PatchFile-MD5: 2a287b8002f8c644429ca4f11377e562
 UpdateConfigGuessinDirs: Tools
 UpdateLibtoolinDirs: Tools
 GCC: 4.0
@@ -41,7 +41,7 @@
 
 License: BSD
 DocFiles: README CHANGES LICENSE NEW
-Description: Tool that connects C, C++ programs with high-level languages
+Description: Tool that connects C, C++ programs with HLL
 DescDetail: 
 SWIG is a software development tool that connects programs written in C,
 C++, and Objective-C with a variety of high-level programming languages.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/mirror ChangeLog, 1.135, 1.136 VERSION, 1.34, 1.35 apt, 1.8, 1.9

2009-12-21 Thread monipol
Update of /cvsroot/fink/fink/mirror
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15147

Modified Files:
ChangeLog VERSION apt 
Log Message:
Comment out the Wisconsin bindist (thanks akh!)


Index: VERSION
===
RCS file: /cvsroot/fink/fink/mirror/VERSION,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- VERSION 21 Dec 2009 06:09:51 -  1.34
+++ VERSION 22 Dec 2009 03:58:39 -  1.35
@@ -1 +1 @@
-0.29.10.2.cvs
+0.29.10.3.cvs

Index: apt
===
RCS file: /cvsroot/fink/fink/mirror/apt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- apt 25 Feb 2009 20:00:11 -  1.8
+++ apt 22 Dec 2009 03:58:39 -  1.9
@@ -3,4 +3,4 @@
 eur-DE: http://bindist.ber.de.eu.finkmirrors.net
 eur-NL: http://ams.nl.eu.finkmirrors.net/bindist
 nam-US: http://sjc.ca.us.finkmirrors.net/bindist
-nam-US: http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist
+#nam-US: http://msn.wi.us.finkmirrors.net/mirrors/fink/finkbindist/bindist

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/mirror/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- ChangeLog   21 Dec 2009 06:09:51 -  1.135
+++ ChangeLog   22 Dec 2009 03:58:39 -  1.136
@@ -1,3 +1,8 @@
+2009-12-22  Augusto Devegili  moni...@users.sourceforge.net
+
+   * VERSION: releasing version 0.29.10.3 of fink-mirrors
+   * apt: comment out the Wisconsin bindist
+
 2009-12-21  Augusto Devegili  moni...@users.sourceforge.net
 
* VERSION: releasing version 0.29.10.2 of fink-mirrors


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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-mirrors.info, 1.17, 1.18

2009-12-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16791

Modified Files:
fink-mirrors.info 
Log Message:
Comment out the Wisconsin bindist (thanks akh!)


Index: fink-mirrors.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/fink-mirrors.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- fink-mirrors.info   21 Dec 2009 06:24:52 -  1.17
+++ fink-mirrors.info   22 Dec 2009 04:04:19 -  1.18
@@ -1,9 +1,9 @@
 Package: fink-mirrors
-Version: 0.29.10.2
+Version: 0.29.10.3
 Revision: 1
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: fd6f6873ccdd381207daea73bb2b951e
+Source-MD5: db15e672909c2ed3069296c734537682
 Depends: fink (= 0.17.3-1)
 Replaces: fink ( 0.17.2-1)
 CompileScript:  sed -e s|@PREFIX@|%p|g  postinstall.pl.in  postinstall.pl


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/mirror ChangeLog, 1.134, 1.135 VERSION, 1.33, 1.34 cpan, 1.11, 1.12 freebsd, 1.2, 1.3 get-mirrors.pl, 1.10, 1.11 gimp, 1.13, 1.14 gnome, 1.12, 1.13 gnu, 1.18, 1.19 kde, 1.9, 1.10

2009-12-20 Thread monipol
Update of /cvsroot/fink/fink/mirror
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6492

Modified Files:
ChangeLog VERSION cpan freebsd get-mirrors.pl gimp gnome gnu 
kde 
Log Message:
Releasing version 0.29.10.2 which updates cpan, freebsd, gimp, gnome, gnu, kde. 
get-mirror.pl now uses decoded_content instead of content when parsing HTML 
response data


Index: gnome
===
RCS file: /cvsroot/fink/fink/mirror/gnome,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gnome   26 Sep 2007 13:30:09 -  1.12
+++ gnome   21 Dec 2009 06:09:51 -  1.13
@@ -1,16 +1,15 @@
 # Official mirror list: http://ftp.gnome.org/pub/GNOME/MIRRORS
-Timestamp: 2007-09-25
+Timestamp: 2009-12-20
 
 Primary: ftp://ftp.gnome.org/pub/GNOME
 
 asi-JP: ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME
-aus-AU: http://mirror.aarnet.edu.au/pub/GNOME
 eur-BE: http://ftp.belnet.be/mirror/ftp.gnome.org
 eur-ES: ftp://ftp.dit.upm.es/pub/GNOME
 eur-FR: http://fr2.rpmfind.net/linux/gnome.org
 eur-NO: ftp://ftp.no.gnome.org/pub/GNOME
 eur-SE: ftp://ftp.gnome.org/pub/GNOME
 eur-SE: http://ftp.acc.umu.se/pub/GNOME
+eur-SE: http://ftp.df.lth.se/pub/gnome
 nam-US: ftp://ftp.cse.buffalo.edu/pub/Gnome
-nam-US: http://mirrors.ibiblio.org/pub/mirrors/gnome
 sam-BR: http://linorg.usp.br/gnome

Index: gnu
===
RCS file: /cvsroot/fink/fink/mirror/gnu,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gnu 26 Sep 2007 13:30:09 -  1.18
+++ gnu 21 Dec 2009 06:09:51 -  1.19
@@ -1,20 +1,18 @@
-# Official mirror list: http://www.gnu.org/order/ftp.html
-Timestamp: 2007-09-25
+# Official mirror list: http://www.gnu.org/prep/ftp.html
+Timestamp: 2009-12-21
 
 Primary: ftp://ftp.gnu.org/gnu
 
+afr-NA: ftp://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu
+afr-NA: http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu
+afr-ZA: ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu
 asi-JP: ftp://ftp.ring.gr.jp/pub/GNU
-asi-JP: ftp://tron.um.u-tokyo.ac.jp/pub/GNU
 asi-JP: http://core.ring.gr.jp/pub/GNU
-asi-TH: http://ftp.thaios.net/gnu
-asi-TH: http://mirror.in.th/gnu/ftp/gnu
 asi-TW: ftp://ftp.ntu.edu.tw/pub/gnu/gnu
 asi-TW: ftp://ftp.twaren.net/Unix/GNU/gnu
 asi-TW: http://ftp.twaren.net/Unix/GNU/gnu
-aus-AU: ftp://gnu.mirror.pacific.net.au/gnu/gnu
 eur-AT: ftp://gd.tuwien.ac.at/gnu/gnusrc
 eur-AT: http://gd.tuwien.ac.at/gnu/gnusrc
-eur-BA: ftp://gnu.blic.net/pub/gnu
 eur-BE: ftp://ftp.easynet.be/gnu
 eur-BE: http://ftp.easynet.be/ftp/gnu
 eur-CH: ftp://sunsite.cnlab-switch.ch/mirror/gnu
@@ -26,60 +24,82 @@
 eur-DE: ftp://ftp.cw.net/pub/gnu
 eur-DE: ftp://ftp.cw.net/pub/gnu
 eur-DE: ftp://ftp.informatik.rwth-aachen.de/pub/gnu
-eur-DE: ftp://ftp.math.uni-bremen.de/pub/gnu
-eur-DE: http://gnu-ftp.basemirror.de/gnu
 eur-DE: http://www.de-mirrors.de/gnuftp
+eur-DE: http://www.softliste.de/gnu
+eur-DE: http://www.very-clever.com/download/gnu
+eur-DK: ftp://mirrors.dotsrc.org/gnu
 eur-DK: http://ftp.download-by.net/gnu/gnu
+eur-DK: http://mirrors.dotsrc.org/gnu
+eur-ES: ftp://ftp.gul.es/gnu/pub/gnu
+eur-ES: http://ftp.gul.es/gnu/pub/gnu
 eur-FI: ftp://ftp.funet.fi/pub/gnu/prep
-eur-FR: ftp://ftp.cs.univ-paris8.fr/mirrors/ftp.gnu.org/gnu
+eur-FI: http://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu
+eur-FR: ftp://ftp.ironie.org/ftp.gnu.org/pub/gnu
 eur-FR: ftp://mirror.cict.fr/gnu
+eur-FR: http://gnu.mirror.ironie.org/pub/gnu
 eur-GR: ftp://ftp.cc.uoc.gr/mirrors/gnu
 eur-GR: ftp://ftp.duth.gr/pub/gnu
-eur-GR: ftp://ftp.forthnet.gr/pub/gnu
 eur-GR: ftp://ftp.ntua.gr/pub/gnu
 eur-GR: http://ftp.cc.uoc.gr/mirrors/gnu
 eur-IE: ftp://ftp.esat.net/pub/gnu
 eur-IE: ftp://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu
 eur-IE: http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu
-eur-IT: ftp://ftp.digitaltrust.it/pub/gnu
 eur-NL: ftp://ftp.mirror.nl/pub/mirror/gnu
 eur-NL: ftp://ftp.nluug.nl/pub/gnu
-eur-NL: ftp://ftp.spegulo.be/pub/gnu/ftp/gnu
-eur-NL: http://gnuftp.spegulo.be
+eur-NL: http://mirrors.aixtools.net/gnu
 eur-NO: ftp://ftp.uninett.no/pub/gnu
 eur-PL: ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.gnu.org/gnu
 eur-PL: ftp://ftp.task.gda.pl/pub/gnu
+eur-PL: ftp://ftp.tpnet.pl/d12/gnu
 eur-PL: ftp://sunsite.icm.edu.pl/pub/gnu
+eur-PL: http://ftp.tpnet.pl/vol/d12/gnu
 eur-PL: http://piotrkosoft.net/pub/mirrors/ftp.gnu.org/gnu
-eur-PT: ftp://ftp.ist.utl.pt/pub/GNU/gnu/gnu
+eur-PT: ftp://mirrors.nfsi.pt/pub/gnu
+eur-PT: http://mirrors.nfsi.pt/gnu
 eur-RU: ftp://ftp.chg.ru/pub/gnu
+eur-SE: ftp://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu
 eur-SE: ftp://ftp.isy.liu.se/pub/gnu
-eur-SE: ftp://ftp.stacken.kth.se/pub/gnu
 eur-SE: ftp://ftp.sunet.se/pub/gnu
+eur-SE: http://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu
+eur-SI: http://mirror.lihnidos.org/GNU/ftp/gnu
+eur-SK: http://www.fyxm.net/gnu
 eur-TR: ftp://ftp.ulak.net.tr/gnu/gnu
 eur-UA: ftp://ftp.gnu.org.ua/gnu
+eur-UA: 

[cvs] dists/10.4/unstable/main/finkinfo/base fink-mirrors.info, 1.16, 1.17

2009-12-20 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8138

Modified Files:
fink-mirrors.info 
Log Message:
New version. Updates cpan, freebsd, gimp, gnome, gnu, kde, and get-mirror.pl 
now uses decoded_content instead of content when parsing HTML response data


Index: fink-mirrors.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/fink-mirrors.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fink-mirrors.info   16 Nov 2009 00:48:14 -  1.16
+++ fink-mirrors.info   21 Dec 2009 06:24:52 -  1.17
@@ -1,9 +1,9 @@
 Package: fink-mirrors
-Version: 0.29.10.1
+Version: 0.29.10.2
 Revision: 1
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 60db0ebf2aee224c2b9126413a380816
+Source-MD5: fd6f6873ccdd381207daea73bb2b951e
 Depends: fink (= 0.17.3-1)
 Replaces: fink ( 0.17.2-1)
 CompileScript:  sed -e s|@PREFIX@|%p|g  postinstall.pl.in  postinstall.pl


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/text xml2rfc.info,1.12,1.13

2009-12-16 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18292

Modified Files:
xml2rfc.info 
Log Message:
New upstream version. Update by larse from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2915532group_id=17203atid=414256


Index: xml2rfc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/xml2rfc.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- xml2rfc.info8 Oct 2009 13:27:00 -   1.12
+++ xml2rfc.info17 Dec 2009 01:30:39 -  1.13
@@ -1,12 +1,11 @@
 Package: xml2rfc
-Version: 1.34pre5
+Version: 1.35pre1
 Revision: 1
 Epoch: 1
 Source:http://xml.resource.org/authoring/%n-dev.tgz
 SourceRename: %n-%v.tgz
-#Source: http://xml.resource.org/authoring/%n-%v.tgz
-Source-MD5: 34715804924d0b7aa7efbea929796c8a
-
+Source-MD5: 1c306b1190c919e7dea9af2e155b16a6
+#SourceDirectory: %n-1.34
 Maintainer: Lars Eggert lars.egg...@gmx.net
 HomePage: http://xml.resource.org/
 License: BSD


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/text rfcmarkup.info, 1.14, 1.15

2009-12-16 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19297

Modified Files:
rfcmarkup.info 
Log Message:
New upstream version. Update by larse from the submissions tracker: 
https://sourceforge.net/tracker/index.php?func=detailaid=2915530group_id=17203atid=414256


Index: rfcmarkup.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/rfcmarkup.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- rfcmarkup.info  10 Aug 2009 13:18:39 -  1.14
+++ rfcmarkup.info  17 Dec 2009 01:38:45 -  1.15
@@ -1,8 +1,8 @@
 Package: rfcmarkup
-Version: 1.81
+Version: 1.85
 Revision: 1
 Source: http://tools.ietf.org/tools/%n/%n-%v.tgz
-Source-MD5: 986196db94d2a6c9e56bc430e9ce4f1b
+Source-MD5: 39b0a71dd7da79c781093fe48d290de1
 
 Maintainer: Lars Eggert lars.egg...@gmx.net
 HomePage: http://tools.ietf.org/tools/rfcmarkup/


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/text rfcdiff.info,1.8,1.9

2009-12-16 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19995

Modified Files:
rfcdiff.info 
Log Message:
New upstream version. Update by larse from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2915529group_id=17203atid=414256


Index: rfcdiff.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/rfcdiff.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rfcdiff.info28 Sep 2008 22:54:17 -  1.8
+++ rfcdiff.info17 Dec 2009 01:45:04 -  1.9
@@ -1,19 +1,19 @@
 Package: rfcdiff
-Version: 1.35
+Version: 1.36
 Revision: 1
-Source: http://tools.ietf.org/tools/%n/%n-v%v
-Source-MD5: ba5f2508ec455fb9fcd17a54ff4be003
+Source: http://tools.ietf.org/tools/%n/%n-%v.tgz
+Source-MD5: b3576e4772a7c5ebfb24640cb71eea81
 
 Maintainer: Lars Eggert lars.egg...@gmx.net
-HomePage: http://ietf.levkowetz.com/tools/rfcdiff/
+HomePage: http://tools.ietf.org/tools/rfcdiff/
 License: GPL
 Description: Compare two versions of an Internet Draft
-NoSourceDirectory: 1
+#NoSourceDirectory: 1
 
 Depends: wdiff, gawk
 
 PatchScript: 
-head -n 71 %n-v%v | tail -n 19  LICENSE
+head -n 71 %n | tail -n 19  LICENSE
 
 
 CompileScript: 
@@ -23,5 +23,5 @@
 
 InstallScript: 
 mkdir -p %i/bin
-install %n-v%v %i/bin/%n
+install %n %i/bin/%n
 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/text idnits.info,1.20,1.21

2009-12-16 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20850

Modified Files:
idnits.info 
Log Message:
New upstream version. Update by larse from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2915528group_id=17203atid=414256


Index: idnits.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/idnits.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- idnits.info 7 Aug 2009 13:07:04 -   1.20
+++ idnits.info 17 Dec 2009 01:52:29 -  1.21
@@ -1,8 +1,8 @@
 Package: idnits
-Version: 2.11.12
+Version: 2.11.15
 Revision: 1
 Source: http://tools.ietf.org/tools/%n/%n-%v.tgz
-Source-MD5: ce3428da44cb4f03838e8b68ce869319
+Source-MD5: 17fc9a7a9881331cdd9e3ae48dc31159
 
 Maintainer: Lars Eggert lars.egg...@gmx.net
 HomePage: http://tools.ietf.org/tools/idnits/


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 mkvtoolnix.info, 1.4, 1.5

2009-12-16 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1070

Modified Files:
mkvtoolnix.info 
Log Message:
New upstream version. Update by mcklaren from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2914451group_id=17203atid=414256


Index: mkvtoolnix.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/mkvtoolnix.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mkvtoolnix.info 12 Dec 2009 18:37:43 -  1.4
+++ mkvtoolnix.info 17 Dec 2009 03:34:12 -  1.5
@@ -1,6 +1,6 @@
 Info2:  
 Package: mkvtoolnix%type_pkg[uitype]
-Version: 2.9.9
+Version: 3.0.0
 Revision: 1
 Type: uitype (-nox -gtk)
 Description: Set of tools for Matroska files
@@ -9,7 +9,7 @@
 Maintainer: Mcklaren mckla...@users.sourceforge.net
 
 Source: 
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%v.tar.bz2
-Source-MD5: 4bad0301e94cc24ec8f847c84502ab4d
+Source-MD5: 2e9373edd5a5523313d8f5bea3ee8f8e
 
 GCC: 4.0
 
@@ -26,6 +26,7 @@
   libogg,
   libvorbis0,
   pcre,
+  pango1-xft2-ft219,
   libflac8-dev,
   lzo2,
   bzip2-dev,
@@ -41,6 +42,7 @@
   libogg-shlibs,
   libvorbis0-shlibs,
   pcre-shlibs,
+  pango1-xft2-ft219-shlibs,
   libflac8,
   lzo2-shlibs,
   bzip2-shlibs,


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 terminator.info, 1.3, 1.4

2009-12-15 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29522

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


Index: terminator.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/terminator.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- terminator.info 24 Jun 2009 14:45:08 -  1.3
+++ terminator.info 15 Dec 2009 20:58:00 -  1.4
@@ -1,21 +1,19 @@
 Package: terminator
-Version: 0.13
+Version: 0.14
 Revision: 1
 Description: Multiple GNOME terminals in one window
 License: GPL
 Homepage: http://www.tenshu.net/terminator/
-Maintainer: Monic Polynomial moni...@gmx.com
+Maintainer: Monic Polynomial moni...@users.sourceforge.net
 
 Source: http://launchpad.net/terminator/trunk/%v/+download/terminator_%v.tar.gz
-Source-MD5: 808e48d2b69f3366fb6ea14312ea403e
-SourceDirectory: %v
+Source-MD5: 27872eb7100c2388d05e8c7aaecc97a1
+SourceDirectory: %n-%v
 
 BuildDepends: 
-  expat1,
   fink (= 0.28.0),
   gettext-tools,
-  libgettext3-dev (= 0.14.5-1),
-  libiconv-dev,
+  intltool40,
   python26
 
 
@@ -35,10 +33,10 @@
 DocFiles: COPYING ChangeLog README TODO
 
 DescDetail: 
-The goal of this project is to produce a useful tool for arranging terminals.
-It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that
-the main focus is arranging terminals in grids (tabs is the most common default
-method, which Terminator also supports).
+Terminator is a useful tool for arranging terminals.  It is inspired by
+programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is
+arranging terminals in grids (tabs is the most common default method, which
+Terminator also supports).
 
 
 DescUsage: 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo qsynth.info, NONE, 1.1 qsynth.patch, NONE, 1.1

2009-12-15 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26426

Added Files:
qsynth.info qsynth.patch 
Log Message:
defaults instead of PlistBuddy, AppBundles goodness


--- NEW FILE: qsynth.info ---
Package: qsynth
Version: 0.3.4
Revision: 3
###
BuildDepends: 
pkgconfig, jack (=0.116.0-2), jack-dev (=0.116.0-2), fluidsynth-dev 
(=1.0.9-169),  qt4-mac (=4.5.0-3), libicns1-bin (=0.6.2-1), fink (= 
0.24.12-1)

Depends: fluidsynth-shlibs (=1.0.9-169), qt4-mac-core-shlibs, 
qt4-mac-gui-shlibs
###
Source: http://downloads.sourceforge.net/qsynth/%n-%v.tar.gz
Source-md5: 800ab77b59c947bd8f1c8bb10545a59d
PatchFile: %n.patch
PatchFile-MD5: 677e58a3e22e0c281a23082131de5806
###
SetLDFLAGS: -L%p/lib -lfluidsynth
ConfigureParams: --with-qt=%p/lib/qt4-mac LDFLAGS=-L%p/lib 
CPPFLAGS=-I%p/include
###
GCC: 4.0
###
CompileScript: 
#!/bin/sh -ev
 ./configure %c
  make
  cd %b/%n.app/Contents/Resources
  png2icns qsynth.icns %b/icons/qsynth.png
  /usr/bin/defaults write %b/%n.app/Contents/Info CFBundleIconFile qsynth.icns
  #/usr/libexec/PlistBuddy -c 'Set :CFBundleIconFile qsynth.icns' 
%b/%n.app/Contents/Info.plist
  /bin/chmod a+r %b/%n.app/Contents/Info.plist
  rm %b/%n.app/Contents/Resources/empty.lproj

###
InstallScript: echo
###
AppBundles: %n.app
###
DocFiles: COPYING README README-OSX
###
HomePage: http://qsynth.sourceforge.net/qsynth-index.html
License: GPL
###
Description: Fluidsynth GUI front-end application
DescDetail: 
Qsynth is a fluidsynth GUI front-end application 
written in C++ around the Qt4 toolkit using Qt 
Designer. Eventually it may evolve into a softsynth 
management application allowing the user to control 
and manage a variety of command line softsynths but 
for the moment it wraps the excellent FluidSynth  

DescPackaging: 
PlistBuddy is only available on 10.5 and 10.6, so switch to defaults instead.
However, defaults might be deprecated in future OS versions, so leave
the (commented out) PlistBuddy in InstallScript.

###
Maintainer: Ebrahim Mayat ema...@users.sourceforge.net


--- NEW FILE: qsynth.patch ---
diff -ruN qsynth-0.3.4.orig/configure qsynth-0.3.4/configure
--- qsynth-0.3.4.orig/configure 2009-07-02 04:42:11.0 -0400
+++ configure   2009-07-02 04:43:18.0 -0400
@@ -1861,7 +1861,7 @@
 
 
 # Standard installation base dirs.
-ac_with_paths=/usr /usr/local
+ac_with_paths=/usr /usr/local /sw
 
 # Some a-la-debian alternatives...
 for X in /usr/lib /usr/lib64 /usr/share; do



--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo qsynth.info, 1.1, NONE qsynth.patch, 1.1, NONE

2009-12-15 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31155

Removed Files:
qsynth.info qsynth.patch 
Log Message:
Moved to unstable


--- qsynth.info DELETED ---

--- qsynth.patch DELETED ---


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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/sound qsynth.info,1.1,1.2

2009-12-15 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31254

Modified Files:
qsynth.info 
Log Message:
Use defaults instead of PlistBuddy (works on 10.4, 10.5, 10.6) and AppBundles 
goodness


Index: qsynth.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/qsynth.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qsynth.info 3 Jul 2009 19:09:03 -   1.1
+++ qsynth.info 16 Dec 2009 05:16:11 -  1.2
@@ -1,6 +1,6 @@
 Package: qsynth
 Version: 0.3.4
-Revision: 2
+Revision: 3
 ###
 BuildDepends: 
 pkgconfig, jack (=0.116.0-2), jack-dev (=0.116.0-2), fluidsynth-dev 
(=1.0.9-169),  qt4-mac (=4.5.0-3), libicns1-bin (=0.6.2-1), fink (= 
0.24.12-1)
@@ -18,19 +18,21 @@
 GCC: 4.0
 ###
 CompileScript: 
- ./configure %c  make
-
-InstallScript:
-#! /bin/sh -ev
-cd %b/%n.app/Contents/Resources
-png2icns qsynth.icns %b/icons/qsynth.png
-mkdir -p %i/Applications/%n.app
-cp -R %b/%n.app %i/Applications/
-install -d -m 0755 %b/%n.app %i/Applications/%n.app
-rm %i/Applications/%n.app/Contents/Resources/empty.lproj
-/usr/libexec/PlistBuddy -c 'Set :CFBundleIconFile qsynth.icns' 
%i/Applications/%n.app/Contents/Info.plist
+#!/bin/sh -ev
+ ./configure %c
+  make
+  cd %b/%n.app/Contents/Resources
+  png2icns qsynth.icns %b/icons/qsynth.png
+  /usr/bin/defaults write %b/%n.app/Contents/Info CFBundleIconFile qsynth.icns
+  #/usr/libexec/PlistBuddy -c 'Set :CFBundleIconFile qsynth.icns' 
%b/%n.app/Contents/Info.plist
+  /bin/chmod a+r %b/%n.app/Contents/Info.plist
+  rm %b/%n.app/Contents/Resources/empty.lproj
 
 ###
+InstallScript: echo
+###
+AppBundles: %n.app
+###
 DocFiles: COPYING README README-OSX
 ###
 HomePage: http://qsynth.sourceforge.net/qsynth-index.html
@@ -45,6 +47,11 @@
 and manage a variety of command line softsynths but 
 for the moment it wraps the excellent FluidSynth  
 
+DescPackaging: 
+PlistBuddy is only available on 10.5 and 10.6, so switch to defaults instead.
+However, defaults might be deprecated in future OS versions, so leave
+the (commented out) PlistBuddy in InstallScript.
+
 ###
 Maintainer: Ebrahim Mayat ema...@users.sourceforge.net
 


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
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 artoolkit.patch, NONE, 1.1 artoolkit.info, 1.1, 1.2

2009-12-14 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14430

Modified Files:
artoolkit.info 
Added Files:
artoolkit.patch 
Log Message:
Build the library with -fno-common so it links properly with things using 
MH_DYLIB. Update by eighthave from the submissions tracker:
https://sourceforge.net/tracker/index.php?func=detailaid=2909714group_id=17203atid=414256


--- NEW FILE: artoolkit.patch ---
--- /tmp/ARToolKit/lib/SRC/AR/Makefile.in   2004-11-04 03:51:27.0 
-0500
+++ ARToolKit/lib/SRC/AR/Makefile.in2009-12-06 13:08:19.0 -0500
@@ -7,7 +7,9 @@
 #  compiler
 #
 CC= cc
-CFLAG= @CFLAG@ -I$(INC_DIR)
+# arUtil.c has some common symbols which can cause linking problems on Mac 
OS X:
+# http://gcc.gnu.org/ml/gcc/2005-06/msg00378.html
+CFLAG= @CFLAG@ -I$(INC_DIR) -fno-common
 #
 # For making the library
 #

Index: artoolkit.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/artoolkit.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- artoolkit.info  4 Jul 2009 16:20:21 -   1.1
+++ artoolkit.info  14 Dec 2009 18:18:53 -  1.2
@@ -1,6 +1,8 @@
 Package: artoolkit
 Version: 2.72.1
-Revision: 1
+Revision: 2
+###
+Architecture: powerpc, i386
 ###
 Source:  mirror:sourceforge:artoolkit/ARToolKit-%v.tgz
 Source-MD5: 4328b512711529309bad4bd1d791952c
@@ -8,6 +10,9 @@
 ###
 DocFiles: README.txt COPYING.txt ChangeLog.txt
 ###
+PatchFile: artoolkit.patch
+PatchFile-MD5: 602f72c940e7c44c8975e58b0fb9b410
+###
 BuildDepends: fink ( = 0.24.12 )
 BuildDependsOnly: true
 #
@@ -34,7 +39,7 @@
 Maintainer: Hans-Christoph Steiner h...@eds.org
 HomePage: http://www.hitl.washington.edu/artoolkit/
 License: GPL 
-Description: Library for building Augmented Reality (AR)
+Description: Library for Augmented Reality (AR) tracking
 DescDetail: 
 ARToolKit is a software library for building Augmented Reality (AR)
 applications. These are applications that involve the overlay of virtual


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 mkvtoolnix.info, 1.3, 1.4

2009-12-12 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7678

Modified Files:
mkvtoolnix.info 
Log Message:
New maintainer


Index: mkvtoolnix.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/mkvtoolnix.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mkvtoolnix.info 11 Dec 2009 06:28:14 -  1.3
+++ mkvtoolnix.info 12 Dec 2009 18:37:43 -  1.4
@@ -6,7 +6,7 @@
 Description: Set of tools for Matroska files
 License: GPL
 Homepage: http://www.bunkus.org/videotools/mkvtoolnix/index.html
-Maintainer: None fink-de...@lists.sourceforge.net
+Maintainer: Mcklaren mckla...@users.sourceforge.net
 
 Source: 
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%v.tar.bz2
 Source-MD5: 4bad0301e94cc24ec8f847c84502ab4d


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 ioapi.info,1.5,1.6

2009-12-11 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1894

Modified Files:
ioapi.info 
Log Message:
We haven't been able to contact the maintainer. None++


Index: ioapi.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ioapi.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ioapi.info  24 Apr 2009 20:32:18 -  1.5
+++ ioapi.info  11 Dec 2009 22:29:23 -  1.6
@@ -2,7 +2,7 @@
 Version: 3.0
 Revision: 1
 #Architecture: powerpc
-Maintainer: Alexis Zubrow azub...@uchicago.edu
+Maintainer: None fink-de...@lists.sourceforge.net
 Homepage: http://www.baronams.com/products/ioapi/
 License: LGPL
 Source: 
http://www-pcmdi.llnl.gov/software-portal/Members/azubrow/ioapiTools/download/%n-%v.tar.gz


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 cgal4.info,NONE,1.1

2009-12-10 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29566

Added Files:
cgal4.info 
Log Message:
New package by willmfarr from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2884157group_id=17203atid=414256


--- NEW FILE: cgal4.info ---
Package: cgal4
Version: 3.5
Revision: 1
Source: http://gforge.inria.fr/frs/download.php/24197/CGAL-%v.tar.gz
Maintainer: Will M. Farr wmf...@gmail.com
HomePage: http://www.cgal.org/
License: OSI-Approved
Description: Efficient and reliable geometric algorithms
Source-MD5: c14d142780d07e3d05dea2f54dd7ae53
BuildDepends: cmake, boost1.35.nopython | boost1.35.python25 | 
boost1.35.systempython, gmp, libmpfr1
Depends: boost1.35.nopython-shlibs | boost1.35.python25-shlibs | 
boost1.35.systempython-shlibs, gmp-shlibs, libmpfr1-shlibs, cgal4-shlibs (= 
%v-%r)
GCC: 4.0
Distribution: 10.5, 10.6
SetCXX: g++-4.2
CompileScript: 
  cmake . -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib 
-DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF -DWITH_CGAL_Qt3=NO -DWITH_CGAL_Qt4=NO
  make

InstallScript: 
  make install DESTDIR=%d

BuildDependsOnly: true

SplitOff: 
  Package: cgal4-shlibs
  Files: lib/libCGAL.4.0.0.dylib lib/libCGAL_Core.4.0.0.dylib 
lib/libCGAL_ImageIO.4.0.0.dylib lib/libCGAL_PDB.4.0.0.dylib lib/libCGAL.4.dylib 
lib/libCGAL_Core.4.dylib lib/libCGAL_ImageIO.4.dylib lib/libCGAL_PDB.4.dylib
  Shlibs: 
%p/lib/libCGAL.4.dylib 4.0.0 cgal4-shlibs (= 3.5-1)
%p/lib/libCGAL_Core.4.dylib 4.0.0 cgal4-shlibs (= 3.5-1)
%p/lib/libCGAL_ImageIO.4.dylib 4.0.0 cgal4-shlibs (= 3.5-1)
%p/lib/libCGAL_PDB.4.dylib 4.0.0 cgal4-shlibs (= 3.5-1)




--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 mkvtoolnix.info, 1.2, 1.3 mkvtoolnix.patch, 1.1, NONE

2009-12-10 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3630

Modified Files:
mkvtoolnix.info 
Removed Files:
mkvtoolnix.patch 
Log Message:
New upstream version. Update by mcklaren from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2909411group_id=17203atid=414256


--- mkvtoolnix.patch DELETED ---

Index: mkvtoolnix.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/mkvtoolnix.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mkvtoolnix.info 13 Aug 2008 19:44:23 -  1.2
+++ mkvtoolnix.info 11 Dec 2009 06:28:14 -  1.3
@@ -1,27 +1,25 @@
-Info2: 
+Info2:  
 Package: mkvtoolnix%type_pkg[uitype]
-Version: 2.1.0
+Version: 2.9.9
 Revision: 1
-Type: uitype (-nox -qt)
+Type: uitype (-nox -gtk)
 Description: Set of tools for Matroska files
 License: GPL
 Homepage: http://www.bunkus.org/videotools/mkvtoolnix/index.html
 Maintainer: None fink-de...@lists.sourceforge.net
 
 Source: 
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-%v.tar.bz2
-Source-MD5: 0836c4fad0b8da784ef2ddd7a54e84b4
+Source-MD5: 4bad0301e94cc24ec8f847c84502ab4d
 
 GCC: 4.0
 
 Provides: mkvtoolnix
-Conflicts: mkvtoolnix-nox, mkvtoolnix-qt
-Replaces: mkvtoolnix-nox, mkvtoolnix-qt
-
-PatchFile: mkvtoolnix.patch
-PatchFile-MD5: 92901394c02d3f93c9a1977e6e8e831a
+Conflicts: mkvtoolnix-nox, mkvtoolnix-gtk
+Replaces: mkvtoolnix-nox, mkvtoolnix-gtk
 
 BuildDepends: 
   fink (= 0.24.12),
+  boost1.35.nopython,
   libebml,
   libmatroska,
   expat1,
@@ -33,14 +31,13 @@
   bzip2-dev,
   file-dev,
   libiconv-dev,
-  (%type_raw[uitype] = -qt) qt4-x11,
-  (%type_raw[uitype] = -qt) glib2-dev,
-  (%type_raw[uitype] = -qt) libgettext3-dev,
-  (%type_raw[uitype] = -qt) freetype219
+  gettext-tools,
+  (%type_raw[uitype] = -gtk) wxgtk2.8
 
 
 Depends: 
   expat1-shlibs,
+  boost1.35.nopython-shlibs,
   libogg-shlibs,
   libvorbis0-shlibs,
   pcre-shlibs,
@@ -49,19 +46,18 @@
   bzip2-shlibs,
   file-shlibs,
   libiconv,
-  (%type_raw[uitype] = -qt) qt4-x11-core-shlibs,
-  (%type_raw[uitype] = -qt) qt4-x11-gui-shlibs
+  (%type_raw[uitype] = -gtk) wxgtk2.8-shlibs
 
 
-ConfigureParams: --mandir=%p/share/man --enable-lzo --enable-bz2 --with-flac
+ConfigureParams: --prefix=%p --mandir=%p/share/man 
--with-boost-regex=boost_regex-mt --enable-lzo --enable-bz2 --with-flac 
--build=%m-apple-darwin`uname -r | cut -d. -f1` --host=%m-apple-darwin`uname -r 
| cut -d. -f1`
 CompileScript: 
   #!/bin/bash -ev
   if [ %type_raw[uitype] == -nox ]; then
 ./configure %c --disable-gui
-  elif [ %type_raw[uitype] == -qt ]; then
-./configure %c PKG_CONFIG_PATH=%p/lib/qt4-x11/lib/pkgconfig 
--disable-wxwidgets --enable-qt --with-moc=%p/lib/qt4-x11/bin/moc 
--with-uic=%p/lib/qt4-x11/bin/uic
+  elif [ %type_raw[uitype] == -gtk ]; then
+./configure %c --enable-gui --enable-wxwidgets 
   fi
-  make
+  make V=1
 
 
 InstallScript: 
@@ -77,11 +73,13 @@
 
 
 DescPackaging: 
-Building with wxgtk2.8 doesn't succeed because it is compiled with
--fno-rtti.
-
 Building with wxmac28 has succeeded but the resulting binary didn't
 work in my environment. The mmg opens a window but the window is
 completely frozen; it can't even be activated.
 
-
\ No newline at end of file
+
+DescUsage: 
+If you install the gtk version you can run the application with the mmg
+command.
+
+


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 baz.info, NONE, 1.1 baz.patch, NONE, 1.1

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1039

Added Files:
baz.info baz.patch 
Log Message:
New package by aleix from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=1863174group_id=17203atid=414256


--- NEW FILE: baz.info ---
Info2: 
Package: baz

Version: 1.4.2
Revision: 1
License: LGPL
Description: Improved (but obsolete) GNU Arch client
Maintainer: Aleix Conchillo Flaque aconchi...@gmail.com

Depends: 
expat1-shlibs, libgettext3-shlibs, gpgme11-shlibs, libgpg-error-shlibs, 
neon27-shlibs, pth2-shlibs

BuildDepends: 
fink (= 0.24.12),
expat1, gettext-tools, gpgme11, libgpg-error, neon27, pth2-dev, 
system-openssl-dev

BuildDependsOnly: True

Source: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/bazaar_%v.tar.gz
Source-MD5: 6e61d7aeec990a801977ee6cdc3958d5
SourceDirectory: thel...@canonical.com---dists--bazaar--1.4

PatchFile: %n.patch
PatchFile-MD5: 6f0e614343ef021f3d9113be95a5e95c

CompileScript: 
#!/bin/sh -ev
export CFLAGS=-g -O2 -Wall -fno-strict-aliasing -I%p/include -L%p/lib
export LDFLAGS=-L%p/lib
mkdir build
cd build
../src/configure %c
make


InstallScript: 
#!/bin/sh -ev
export CFLAGS=-I%p/include -L%p/lib
export LDFLAGS=-L%p/lib
cd build
make install prefix=%i
mv %i/bin/annotate %i/bin/annotate-baz


DescDetail: 
Baz is a deprecated implementation of the GNU Arch protocol in C,
based on tla. It focuses on making tla's UI more accessible, but
also has smarter merging and gettext support.

GNU Arch is a revision control system with features that are ideal
for projects characterised by widely distributed development,
concurrent support of multiple releases, and substantial amounts
of development on branches. It can be a replacement for CVS and
corrects many mis-features of that system.


Homepage: http://bazaar-vcs.org/Baz1x/


--- NEW FILE: baz.patch ---
--- bazaar-1.4.2.orig/src/baz/libarch/pfs-dav.c 2006-12-22 13:57:17.0 
+0100
+++ bazaar-1.4.2/src/baz/libarch/pfs-dav.c  2006-12-22 13:58:41.0 
+0100
@@ -97,13 +97,13 @@
 static int dav_is_dir (struct arch_pfs_dav_session * pfs, char * dir);
 static int pfs_rmdir (struct arch_pfs_session * p, t_uchar * path, int 
soft_errors);
 static int pfs_rm (struct arch_pfs_session * p, t_uchar * path, int 
soft_errors);
-static void dav_is_dir_results (void * userdata, const char * uri, const 
ne_prop_result_set * set);
+static void dav_is_dir_results (void * userdata, const ne_uri * uri, const 
ne_prop_result_set * set);
 static int dav_client_cwd (struct arch_pfs_dav_session * pfs, t_uchar * path, 
int soft_errors);
 static int dav_client_auth (void * userdata, const char * realm, int attempt,
 char * username, char * password);
 static t_uchar * abs_path (t_uchar * cwd, t_uchar * path);
 static t_uchar * dirfold (t_uchar *dir);
-static void results (void * userdata, const char * uri, const 
ne_prop_result_set * set);
+static void results (void * userdata, const ne_uri * uri, const 
ne_prop_result_set * set);

 

@@ -815,19 +815,23 @@


 static void
-dav_is_dir_results (void * userdata, const char * uri, const 
ne_prop_result_set * set)
+dav_is_dir_results (void * userdata, const ne_uri * uri, const 
ne_prop_result_set * set)
 {
   struct dav_is_dir_ls_data * data = (struct dav_is_dir_ls_data *)userdata;
   int len;

+  char *textual_uri = ne_uri_unparse(uri);
+
   len = str_length (data-uri);
-  if (!str_cmp_n (uri, len, data-uri, len))
+  if (!str_cmp_n (textual_uri, len, data-uri, len))
 {
-  if (uri[str_length (uri) - 1] == '/')
+  if (textual_uri[str_length (textual_uri) - 1] == '/')
 data-is_dir = 1;
   else
 data-is_dir = 0;
 }
+
+  free(textual_uri);
 }

 static int
@@ -998,21 +1002,24 @@
 }

 static void
-results (void * userdata, const char * uri, const ne_prop_result_set * set)
+results (void * userdata, const ne_uri * uri, const ne_prop_result_set * set)
 {
   int n;
   char * file, * tmp;
   struct ls_data * data = userdata;
+  char * textual_uri = ne_uri_unparse(uri);

-  if (str_cmp (data-uri, uri))
+  if (str_cmp (data-uri, textual_uri))
 {
-  if (1 == (n = str_length (uri)))
+  if (1 == (n = str_length (textual_uri))) {
+free(textual_uri);
 return;
+  }

-  if (uri[n - 1] == '/')
+  if (textual_uri[n - 1] == '/')
 n--;

-  file = str_chr_rindex_n (uri, n, '/') + 1;
+  file = str_chr_rindex_n (textual_uri, n, '/') + 1;

   n = str_length (file);
   if (file[n - 1] == '/')
@@ -1025,6 +1032,7 @@
   data-files = str_realloc_cat_many (0, data-files, tmp, \r\n, 
str_end);
   free (tmp);
 }
+  free(textual_uri);
 }

 

--- bazaar-1.4.2.orig/src/baz/libarch/pfs-sftp.c2006-12-22 
13:57:17.0 +0100
+++ bazaar-1.4.2/src/baz/libarch/pfs-sftp.c 2006-12-22 13:58:17.0 
+0100
@@ -1496,7 +1496,7 @@
*/
   arch_uri_heuristics (parsed_uri);

- 

[cvs] dists/10.4/unstable/main/finkinfo/net offlineimap.info,1.5,1.6

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16819

Modified Files:
offlineimap.info 
Log Message:
New upstream version and crash fix for 10.6. Update by vbeffara from the 
submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2910157group_id=17203atid=414256


Index: offlineimap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/offlineimap.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- offlineimap.info24 Jul 2009 21:46:41 -  1.5
+++ offlineimap.info9 Dec 2009 20:58:00 -   1.6
@@ -1,6 +1,6 @@
 Package: offlineimap
-Version: 6.1.2
-Revision: 1
+Version: 6.2.0
+Revision: 3
 
 Maintainer: Vincent Beffara vbeff...@gmail.com
 HomePage: http://software.complete.org/offlineimap
@@ -8,24 +8,25 @@
 
 Description: Mailbox synchronization tool
 
-Source: 
http://software.complete.org/software/attachments/download/410/offlineimap_%v.orig.tar.gz
-Source-MD5: daa378a30d23962bb5748f7187066c94
-SourceRename: %n-%v.orig.tar.gz
+Source: 
http://software.complete.org/software/attachments/download/413/offlineimap_%v.orig.tar.gz
+Source-MD5: a23dab23ac08de063e330fe26d08e9b9
+
 SourceDirectory: offlineimap
 
-Depends: python25
+Depends: python26
 BuildDepends: docbook-utils, fink (= 0.24.12)
 
 CompileScript: 
-%p/bin/python2.5 setup.py build
+%p/bin/python2.6 setup.py build
 %p/bin/docbook2man offlineimap.sgml
 %p/bin/docbook2man offlineimap.sgml
 
 
 InstallScript: 
-%p/bin/python2.5 setup.py install --prefix=%p --root=%d
+%p/bin/python2.6 setup.py install --prefix=%p --root=%d
 mkdir -p %i/share/man/man1
 cp offlineimap.1 %i/share/man/man1
+/usr/bin/sed -i -e 's/^from/import locale; from/' %i/bin/offlineimap
 
 
 DocFiles: COPYING COPYRIGHT FAQ.html UPGRADING offlineimap.conf* 
offlineimap.sgml


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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/text opensp4.info, 1.11, 1.12 opensp4.patch, 1.2, NONE

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26891

Modified Files:
opensp4.info 
Removed Files:
opensp4.patch 
Log Message:
New upstream version by bjs31 from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2857920group_id=17203atid=414256


--- opensp4.patch DELETED ---

Index: opensp4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/opensp4.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- opensp4.info11 Oct 2009 08:53:35 -  1.11
+++ opensp4.info9 Dec 2009 23:56:53 -   1.12
@@ -1,6 +1,6 @@
 Package: opensp4
-Version: 1.5.1
-Revision: 1007
+Version: 1.5.2
+Revision: 1
 Maintainer: None fink-de...@lists.sourceforge.net
 Source: mirror:sourceforge:openjade/OpenSP-%v.tar.gz
 PatchScript: 
@@ -8,13 +8,11 @@
 for i in `grep -rl '^#pragma implementation' .` ; do perl -pi.bak -e 
's/^#pragma implementation//' $i; done
 for i in `grep -rl '^#pragma interface' .` ; do perl -pi.bak -e 's/^#pragma 
interface//' $i ; done
 
-PatchFile: %n.patch
-PatchFile-MD5: b31f1fb17b08835f663f7c2f423eb76c
-Source-MD5: f46fe0a04b76a4454ec27b7fcc84ec54
+Source-MD5: 670b223c5d12cee40c9137be86b6c39b
 NoSetLDFlags: true
 SetLibs: -L%p/lib -lintl
 GCC: 4.0
-Depends: %N-shlibs (= %v-%r), libgettext3-shlibs, libiconv
+Depends: %N-shlibs (= %v-%r), libgettext3-shlibs, libiconv, xmlto
 BuildDepends: libgettext3-dev, gettext-bin ( = 0.14.5-1 ), gettext-tools ( = 
0.14.5-1), libiconv-dev, fink (= 0.24.12-1)
 Replaces: openjade ( 1.3.2-1), opensp, opensp3
 Conflicts: opensp, opensp3
@@ -39,13 +37,13 @@
 
 Splitoff: 
 Package: %N-shlibs
-Replaces: openjade ( 1.3.2-1), opensp, %N ( 1.5.1-1006)
+Replaces: openjade ( 1.3.2-1), opensp, %N ( 1.5.2-1)
 Conflicts: opensp
 Depends: libgettext3-shlibs
 Description: Shared Libraries for opensp4
-Files: lib/libosp.4.dylib lib/libosp.4.0.0.dylib share/locale
+Files: lib/libosp.5.dylib lib/libosp.5.0.0.dylib share/locale
 Shlibs: 
-  %p/lib/libosp.4.dylib 5.0.0 %n (= 1.5.1-1)
+  %p/lib/libosp.5.dylib 6.0.0 %n (= 1.5.1-1)
 
 DocFiles: COPYING
 


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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/text opensp4.patch, 1.3, 1.4 opensp4.info, 1.12, 1.13

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9946

Modified Files:
opensp4.info 
Added Files:
opensp4.patch 
Log Message:
Revert previous commit that should have been opensp5.info.


--- NEW FILE: opensp4.patch ---
--- OpenSP-1.5.1/include/RangeMap.cxx~  2005-03-14 00:10:36.0 +0900
+++ OpenSP-1.5.1/include/RangeMap.cxx   2005-03-14 00:11:17.0 +0900
@@ -7,6 +7,7 @@
 #include RangeMap.h
 #include ISet.h
 #include types.h
+#include constant.h
 
 #ifdef SP_NAMESPACE
 namespace SP_NAMESPACE {
--- OpenSP-1.5.1/include/InternalInputSource.h~ 2008-12-09 19:57:29.0 
-0600
+++ OpenSP-1.5.1/include/InternalInputSource.h  2008-12-09 20:05:18.0 
-0600
@@ -34,7 +34,7 @@
   void pushCharRef(Char ch, const NamedCharRef );
   Boolean rewind(Messenger );
   const StringC *contents();
-  InternalInputSource *InternalInputSource::asInternalInputSource();
+  InternalInputSource *asInternalInputSource();
   ~InternalInputSource();
 private:
   InternalInputSource(const InternalInputSource ); // undefined

Index: opensp4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/opensp4.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- opensp4.info9 Dec 2009 23:56:53 -   1.12
+++ opensp4.info10 Dec 2009 01:12:35 -  1.13
@@ -1,6 +1,6 @@
 Package: opensp4
-Version: 1.5.2
-Revision: 1
+Version: 1.5.1
+Revision: 1008
 Maintainer: None fink-de...@lists.sourceforge.net
 Source: mirror:sourceforge:openjade/OpenSP-%v.tar.gz
 PatchScript: 
@@ -8,11 +8,13 @@
 for i in `grep -rl '^#pragma implementation' .` ; do perl -pi.bak -e 
's/^#pragma implementation//' $i; done
 for i in `grep -rl '^#pragma interface' .` ; do perl -pi.bak -e 's/^#pragma 
interface//' $i ; done
 
-Source-MD5: 670b223c5d12cee40c9137be86b6c39b
+PatchFile: %n.patch
+PatchFile-MD5: b31f1fb17b08835f663f7c2f423eb76c
+Source-MD5: f46fe0a04b76a4454ec27b7fcc84ec54
 NoSetLDFlags: true
 SetLibs: -L%p/lib -lintl
 GCC: 4.0
-Depends: %N-shlibs (= %v-%r), libgettext3-shlibs, libiconv, xmlto
+Depends: %N-shlibs (= %v-%r), libgettext3-shlibs, libiconv
 BuildDepends: libgettext3-dev, gettext-bin ( = 0.14.5-1 ), gettext-tools ( = 
0.14.5-1), libiconv-dev, fink (= 0.24.12-1)
 Replaces: openjade ( 1.3.2-1), opensp, opensp3
 Conflicts: opensp, opensp3
@@ -37,13 +39,13 @@
 
 Splitoff: 
 Package: %N-shlibs
-Replaces: openjade ( 1.3.2-1), opensp, %N ( 1.5.2-1)
+Replaces: openjade ( 1.3.2-1), opensp, %N ( 1.5.1-1006)
 Conflicts: opensp
 Depends: libgettext3-shlibs
 Description: Shared Libraries for opensp4
-Files: lib/libosp.5.dylib lib/libosp.5.0.0.dylib share/locale
+Files: lib/libosp.4.dylib lib/libosp.4.0.0.dylib share/locale
 Shlibs: 
-  %p/lib/libosp.5.dylib 6.0.0 %n (= 1.5.1-1)
+  %p/lib/libosp.4.dylib 5.0.0 %n (= 1.5.1-1)
 
 DocFiles: COPYING
 


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 libv80-dev.info, NONE, 1.1 libv80-dev.patch, NONE, 1.1

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11950

Added Files:
libv80-dev.info libv80-dev.patch 
Log Message:
New package by abdullak from the submissions tracker: 
https://sourceforge.net/tracker/?func=detailaid=2911484group_id=17203atid=414256


--- NEW FILE: libv80-dev.info ---
Package: libv80-dev
Version: 2.0.3
Revision: 1
Architecture: i386, x86_64
Description: V8 JavaScript Engine
DescDetail: 
V8 is Google's open source JavaScript engine.

V8 implements ECMAScript as specified in ECMA-262, 3rd edition, and 
runs on
Windows XP and Vista, Mac OS X 10.5 (Leopard), and Linux systems that 
use
IA-32, x64 or ARM processors.

License: BSD
HomePage: http://code.google.com/p/v8/
Maintainer: Abdulla Kamar abdulla.kamar+f...@gmail.com

Source: http://v8-fink.googlecode.com/files/v8-%v.tar.bz2
Source-MD5: de94300ba6e5eb36e87130aa42246373

PatchFile: %n.patch
PatchFile-MD5: d2faac086de26a4739ad0502b4354b2f
PatchScript: 
#!/bin/sh -ev
%{default_script}
NAME=`echo %p/lib/libv8.0.dylib | sed -e 's/\//\//g'`
/usr/bin/sed -i .bak -e s/INSTALL_NAME/$NAME/ SConstruct


Depends: libv80-shlibs (= %v-%r)
BuildDepends: fink (= 0.24.12), scons
BuildDependsOnly: true

CompileScript: 
#!/bin/sh -ev
if [ %m = i386 ]; then
ARCH=ia32
else
ARCH=x64
fi
scons arch=$ARCH library=shared debuggersupport=off profilingsupport=off


InstallScript: 
#!/bin/sh -ev

mkdir %i/lib
cp libv8.dylib %i/lib/libv8.0.dylib

pushd %i/lib
ln -s libv8.0.dylib libv8.dylib
popd

mkdir %i/include
cp include/v8*.h %i/include

chmod 755 %i/lib/*.dylib
chmod 644 %i/include/*.h


DocFiles: ChangeLog LICENSE AUTHORS

SplitOff: 
Package: libv80-shlibs

Files: lib/libv8.0.dylib
Shlibs: 
%p/lib/libv8.0.dylib 0.0.0 %n (= 2.0.3-1)


DocFiles: ChangeLog LICENSE AUTHORS


--- NEW FILE: libv80-dev.patch ---
diff -ru v8-2.0.3.orig/SConstruct v8-2.0.3/SConstruct
--- v8-2.0.3.orig/SConstruct2009-12-10 01:58:33.0 +1100
+++ v8-2.0.3/SConstruct 2009-12-10 02:09:43.0 +1100
@@ -143,6 +143,10 @@
 },
 'os:macos': {
   'CCFLAGS':  ['-ansi', '-mmacosx-version-min=10.4'],
+  'library:shared': {
+'CPPDEFINES': ['V8_SHARED'],
+   'LINKFLAGS': ['-Wl,-install_name,INSTALL_NAME']
+  }
 },
 'os:freebsd': {
   'CPPPATH' : ['/usr/local/include'],


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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 libv80-dev.info,1.1,1.2

2009-12-09 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27555

Modified Files:
libv80-dev.info 
Log Message:
Add missing GCC field.


Index: libv80-dev.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libv80-dev.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libv80-dev.info 10 Dec 2009 04:13:36 -  1.1
+++ libv80-dev.info 10 Dec 2009 05:37:48 -  1.2
@@ -29,6 +29,7 @@
 Depends: libv80-shlibs (= %v-%r)
 BuildDepends: fink (= 0.24.12), scons
 BuildDependsOnly: true
+GCC: 4.0
 
 CompileScript: 
#!/bin/sh -ev


--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
___
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/rubymods kakasi-rb.info, NONE, 1.1 kakasi-rb.patch, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8420

Added Files:
kakasi-rb.info kakasi-rb.patch 
Log Message:
New package by kouji0625jp from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=1961386group_id=17203atid=414256


--- NEW FILE: kakasi-rb.patch ---
diff -urN -x '*~' -x '*.orig' kakasi-020928.orig/extconf.rb 
kakasi-020928/extconf.rb
--- kakasi-020928.orig/extconf.rb   2002-09-28 13:20:42.0 +0900
+++ kakasi-020928/extconf.rb2008-03-20 16:01:02.0 +0900
@@ -1,5 +1,4 @@
 require mkmf
 
-$CFLAGS +=  -I /usr/local/include 
-$LOCAL_LIBS +=  -L /usr/local/lib -lkakasi 
+$LOCAL_LIBS +=  -lkakasi 
 create_makefile(kakasi)
diff -urN -x '*~' -x '*.orig' kakasi-020928.orig/test.rb kakasi-020928/test.rb
--- kakasi-020928.orig/test.rb  2002-09-28 13:20:42.0 +0900
+++ kakasi-020928/test.rb   2008-03-20 16:09:03.0 +0900
@@ -1,4 +1,4 @@
-require ./kakasi.so
+require kakasi.so
 include Kakasi
 
 puts KAKASI_VERSION

--- NEW FILE: kakasi-rb.info ---
Info2: 

Package: kakasi-rb%type_pkg[ruby]
Version: 2002.09.28
Revision: 1
Type: ruby (1.8)
Description: KAKASI interface for Ruby
License: OSI-Approved
Maintainer: TAKAO Kouji ko...@takao7.net

# Dependencies.
BuildDepends: fink (= 0.24.12), kakasi (= 2.3.4), kakasi-dev (= 2.3.4), 
ruby%type_pkg[ruby]-dev
Depends: kakasi-shlibs (= 2.3.4), ruby%type_pkg[ruby]

# Unpack Phase.
Source: http://www.notwork.org/~gotoken/ruby/p/kakasi/kakasi-020928.tar.gz
Source-MD5: ca3139a57769828a6d88d7a9db748ce4
SourceDirectory: kakasi-020928

# Patch Phase.
PatchFile: kakasi-rb.patch
PatchFile-MD5: 4bdcb00022858b2add2920841d25133c
PatchScript: 
  #!/bin/sh -ex
  sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1


# Compile Phase.
CompileScript: 
  %p/bin/ruby%type_raw[ruby] extconf.rb
  make


# Test Suites.
InfoTest: 
  TestScript: %p/bin/ruby%type_raw[ruby] test.rb


# Install Phase.
InstallScript: 
  #!/bin/sh -ex
  make install DESTDIR=%d

DocFiles: ChangeLog README README.jp

DescDetail: 
KAKASI interface for the object-oriented scripting language Ruby 1.8.
KAKASI is the language processing filter to convert Kanji characters
to Hiragana, Katakana or Romaji(alphabetical description of Japanese 
pronunciation).

Homepage: http://www.notwork.org/~gotoken/ruby/p/kakasi/
DescPackaging: 
The Debian libkakasi-ruby1.8 package was used as a source for this package.





--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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/pythonmods feedparser-py.info, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14722

Added Files:
feedparser-py.info 
Log Message:
New package by tsukasa_au from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2460682group_id=17203atid=414256


--- NEW FILE: feedparser-py.info ---
Info2: 

Package: feedparser-py%type_pkg[python]
Version: 4.1
Revision: 1
Description: Universal feed parser
DescDetail: 
Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and
Atom 1.0 feeds

Source: http://feedparser.googlecode.com/files/feedparser-%v.zip
Source-MD5: 7ab1140c1e29d4cd52ab20fa7b1f8640
NoSourceDirectory: true
Type: python (2.5 2.6) 
Depends: python%type_pkg[python], pyxml-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
CompileScript: 
 %p/bin/python%type_raw[python] setup.py build

InstallScript: 
 %p/bin/python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/%n
 cp -R docs/* %i/share/doc/%n/


License: BSD
Homepage: http://feedparser.org/
Maintainer: Greg Darke g...@tsukasa.net.au
# Info2



--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 kdepim3.info,1.38,1.39

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31455

Modified Files:
kdepim3.info 
Log Message:
Add missing build dependency on jack-dev.



Index: kdepim3.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/kdepim3.info,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- kdepim3.info7 Sep 2009 19:38:27 -   1.38
+++ kdepim3.info3 Dec 2009 23:40:19 -   1.39
@@ -48,6 +48,7 @@
libiconv-dev,
libgettext3-dev,
gettext-tools,
+   jack-dev,
libgpg-error,
libidn,
libjpeg,


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/kde taskjuggler.info, 1.3, 1.4 taskjuggler.patch, 1.1, 1.2

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28703

Modified Files:
taskjuggler.info taskjuggler.patch 
Log Message:
New upstream version. Update by rkulpz from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=1962531group_id=17203atid=414256


Index: taskjuggler.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/taskjuggler.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- taskjuggler.patch   13 Apr 2008 02:49:53 -  1.1
+++ taskjuggler.patch   4 Dec 2009 05:25:05 -   1.2
@@ -1,68 +1,15 @@
-diff -Nur taskjuggler-2.4.0-orig/TaskJugglerUI/mainwidget.cpp 
taskjuggler-2.4.0/TaskJugglerUI/mainwidget.cpp
 taskjuggler-2.4.0-orig/TaskJugglerUI/mainwidget.cpp2008-03-12 
11:49:21.0 +0100
-+++ taskjuggler-2.4.0/TaskJugglerUI/mainwidget.cpp 1970-01-01 
01:00:00.0 +0100
-@@ -1,19 +0,0 @@
--/*
-- * The TaskJuggler Project Management Software
-- *
-- * Copyright (c) 2001, 2002, 2003, 2004, 2005 by Chris Schlaeger 
c...@kde.org
-- *
-- * This program is free software; you can redistribute it and/or modify
-- * it under the terms of version 2 of the GNU General Public License as
-- * published by the Free Software Foundation.
-- *
-- * $Id$
-- */
--#include mainwidget.h
--
--MainWidget::MainWidget(QWidget *parent, const char *name)
--:MainWidget(parent, name)
--{
--}
--
--#include mainwidget.moc
-diff -Nur taskjuggler-2.4.0-orig/TaskJugglerUI/mainwidget.h 
taskjuggler-2.4.0/TaskJugglerUI/mainwidget.h
 taskjuggler-2.4.0-orig/TaskJugglerUI/mainwidget.h  2008-03-12 
11:49:21.0 +0100
-+++ taskjuggler-2.4.0/TaskJugglerUI/mainwidget.h   1970-01-01 
01:00:00.0 +0100
-@@ -1,23 +0,0 @@
--/*
-- * The TaskJuggler Project Management Software
-- *
-- * Copyright (c) 2001, 2002, 2003, 2004, 2005 by Chris Schlaeger 
c...@kde.org
-- *
-- * This program is free software; you can redistribute it and/or modify
-- * it under the terms of version 2 of the GNU General Public License as
-- * published by the Free Software Foundation.
-- *
-- * $Id$
-- */
--#ifndef MAINWIDGET_H
--#define MAINWIDGET_H
--
--#include MainWidget.h
--
--class MainWidget: public MainWidget {
--Q_OBJECT
--public:
--MainWidget(QWidget *parent = 0, const char *name = 0);
--};
--
--#endif
-diff -Nur taskjuggler-2.4.0-orig/TestSuite/runtests 
taskjuggler-2.4.0/TestSuite/runtests
 taskjuggler-2.4.0-orig/TestSuite/runtests  2008-03-12 11:49:21.0 
+0100
-+++ taskjuggler-2.4.0/TestSuite/runtests   2008-04-03 21:59:40.0 
+0200
-@@ -6,7 +6,7 @@
- TZ=UTC-3
- export TZ
- 
--set errors=0
-+errors=0
- 
- dirs=`find * -prune -type d`
+diff -urN a/Examples/FirstProject/AccountingSoftware.tjp 
b/Examples/FirstProject/AccountingSoftware.tjp
+--- a/Examples/FirstProject/AccountingSoftware.tjp 2008-05-06 
15:04:54.0 +0200
 b/Examples/FirstProject/AccountingSoftware.tjp 2008-06-02 
19:20:25.0 +0200
+@@ -308,4 +308,4 @@
+   scenarios plan, delayed
+ }
  
-diff -Nur taskjuggler-2.4.0-orig/admin/libtool.m4.in 
taskjuggler-2.4.0/admin/libtool.m4.in
 taskjuggler-2.4.0-orig/admin/libtool.m4.in 2008-03-12 11:49:20.0 
+0100
-+++ taskjuggler-2.4.0/admin/libtool.m4.in  2008-03-14 12:28:01.0 
+0100
+-icalreport Calendar.ics
++#icalreport Calendar.ics
+diff -urN a/admin/libtool.m4.in b/admin/libtool.m4.in
+--- a/admin/libtool.m4.in  2008-05-06 15:04:54.0 +0200
 b/admin/libtool.m4.in  2008-06-02 19:20:07.0 +0200
 @@ -1248,7 +1248,7 @@
need_version=no
library_names_spec='${libname}${release}${versuffix}$shared_ext 
${libname}${release}${major}$shared_ext ${libname}$shared_ext'
@@ -72,9 +19,9 @@
shlibpath_var=DYLD_LIBRARY_PATH
shrext='$(test .$module = .yes  echo .so || echo .dylib)'
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
-diff -Nur taskjuggler-2.4.0-orig/man/en/taskjuggler.1 
taskjuggler-2.4.0/man/en/taskjuggler.1
 taskjuggler-2.4.0-orig/man/en/taskjuggler.11970-01-01 
01:00:00.0 +0100
-+++ taskjuggler-2.4.0/man/en/taskjuggler.1 2008-04-03 22:00:05.0 
+0200
+diff -urN a/man/en/taskjuggler.1 b/man/en/taskjuggler.1
+--- a/man/en/taskjuggler.1 1970-01-01 01:00:00.0 +0100
 b/man/en/taskjuggler.1 2008-06-02 19:20:07.0 +0200
 @@ -0,0 +1,66 @@
 +.PU
 +.TH TASKJUGGLER 1 local

Index: taskjuggler.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/taskjuggler.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- taskjuggler.info12 Jan 2009 03:31:33 -  1.3
+++ taskjuggler.info4 Dec 2009 05:25:05 -   1.4
@@ -1,6 +1,6 @@
 #
 # Fink Package Description
-# 

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods pyaudio-py.info, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32391

Added Files:
pyaudio-py.info 
Log Message:
New package by tsukasa_au from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2460702group_id=17203atid=414256


--- NEW FILE: pyaudio-py.info ---
Info2: 

Package: pyaudio-py%type_pkg[python]
Type: python (2.5 2.6)
Version: 0.2.3
Revision: 1
Source: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-%v.tar.gz
Source-MD5: 227919af592c39f93c561275cb99c2dc
Homepage: http://people.csail.mit.edu/hubert/pyaudio/
Maintainer: Greg Darke g...@tsukasa.net.au
Description: Simple portaudio bindings for python
DescPort: 
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
Library. With PyAudio, you can easily use Python to play and record audio on a
variety of platforms.

PyAudio is designed to work with the PortAudio v19 API 2.0. Note that PyAudio
currently only supports blocking-mode audio I/O. PyAudio is still super-duper
alpha quality.

BuildDepends: fink (= 0.24.12), python%type_pkg[python], portaudio2 (= 
2.19.0-6)
Depends: python%type_pkg[python], portaudio2-shlibs (= 2.19)

CompileScript: 
 %p/bin/python%type_raw[python] setup.py build

InstallScript: 
 %p/bin/python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/pyaudio-py%type_pkg[python]
 cp -R docs %i/share/doc/pyaudio-py%type_pkg[python]/doc

License: BSD
DocFiles: INSTALL README CHANGELOG



--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 vitables-py.info, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2415

Added Files:
vitables-py.info 
Log Message:
New package by lebedov from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2469123group_id=17203atid=414256


--- NEW FILE: vitables-py.info ---
Info2: 
Package: vitables-py%type_pkg[python]
Version: 2.0
Revision: 1
Type: python(2.5 2.6)
Maintainer: Lev Givon l...@columbia.edu
Depends: python%type_pkg[python], pytables-py%type_pkg[python] (= 2.0-1), 
pyqt4-py%type_pkg[python] (= 4.3-1)
Source: http://download.berlios.de/vitables/ViTables-%v.tar.gz
Source-MD5: ba92f6c376a345c4d020d867ea76ec5e
CompileScript: 
 python%type_raw[python] setup.py build

InstallScript: 
 python%type_raw[python] setup.py install --root=%d
 rm -rf %i/lib/python%type_raw[python]/site-packages/vitables/doc
 rm -rf %i/lib/python%type_raw[python]/site-packages/vitables/examples
 mv %i/bin/vitables %i/bin/vitables%type_raw[python]

DocFiles: ANNOUNCE.txt ChangeLog.txt LICENSE.txt README.txt TODO.txt doc/*.pdf 
examples/
Description: Grapical HDF5 file editor
DescDetail: 
ViTables is a graphical tool for browsing and editing files in both
PyTables and HDF5 format. With ViTables you can easily navigate
through the data hierarchy, view and modify metadata, view actual data
and more.

PostInstScript: 
 update-alternatives --install %p/bin/vitables vitables 
%p/bin/vitables%type_raw[python] %type_pkg[python]

PreRmScript: 
 update-alternatives --remove vitables %p/bin/vitables%type_raw[python]

License: GPL
Homepage: http://vitables.org/



--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 ocaml-menhir.info, NONE, 1.1 ocaml-menhir.patch, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4537

Added Files:
ocaml-menhir.info ocaml-menhir.patch 
Log Message:
New package by stab from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2473191group_id=17203atid=414256


--- NEW FILE: ocaml-menhir.patch ---
--- a/Makefile.orig 2008-12-27 02:04:27.0 +
+++ b/Makefile  2008-12-27 02:04:48.0 +
@@ -72,7 +72,7 @@
cp -r $(MANS) $(mandir)
@cd src  if $(USE_OCAMLFIND) ; then \
  echo Installing MenhirLib via ocamlfind. ; \
- ocamlfind install menhirLib META $(MENHIRLIB) ; \
+ ocamlfind install $(OCAMLFIND_INSTFLAGS) menhirLib META $(MENHIRLIB) 
; \
else \
  echo Installing MenhirLib manually. ; \
  install -m 644 $(MENHIRLIB) $(libdir) ; \

--- NEW FILE: ocaml-menhir.info ---
Package: ocaml-menhir
Version: 20080912
Revision: 1
Description: LR(1) parser generator for OCaml
BuildDepends: fink (= 0.24.12), ocaml (= 3.00), ocaml-findlib (= 1.1)
Depends: ocaml (= 3.00)
DescPort: No configure file, just a make
# SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
Source: http://cristal.inria.fr/~fpottier/menhir/menhir-%v.tar.gz
Source-MD5: a333a3f4516683b685a84c3569fe3c0c
Maintainer: Anil Madhavapeddy a...@recoil.org
Homepage: http://cristal.inria.fr/~fpottier/menhir/
License: OSI-Approved
PatchFile: %n.patch
PatchFile-MD5: ba4091b56b57677f676f84731c733165
CompileScript: 
 make PREFIX=%p

InstallScript: 
 mkdir -p %i/lib/ocaml/site-lib
 make install PREFIX=%i OCAMLFIND_INSTFLAGS=-destdir %i/lib/ocaml/site-lib 
-ldconf ignore

DocFiles: LICENSE AUTHORS CHANGES INSTALL


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 ocamlnet.info, NONE, 1.1 ocamlnet.patch, NONE, 1.1

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6070

Added Files:
ocamlnet.info ocamlnet.patch 
Log Message:
New package by stab from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2473197group_id=17203atid=414256


--- NEW FILE: ocamlnet.info ---
Package: ocamlnet
Version: 2.2.9
Revision: 1
Description: Implements protocols for network programming
BuildDepends: ocaml (= 3.00), ocaml-pcre (= 5.15.0), ocaml-findlib (= 1.1), 
fink (= 0.24.12) 
Depends: ocaml (= 3.00), ocaml-pcre (= 5.15.0)
DescPort: custom configure
# SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
Source: http://download.camlcity.org/download/ocamlnet-%v.tar.gz
Source-MD5: 3655e3be3bb2806e0a1f48bb7ce16fb3
Maintainer: Anil Madhavapeddy a...@recoil.org
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
PatchFile: %n.patch
PatchFile-MD5: 0f65929e881a7fa53f8b54851dcf0ad2
License: OSI-Approved
CompileScript: 
 ./configure
 make all opt

InstallScript: 
 mkdir -p %i/lib/ocaml/site-lib
 make install DESTDIR=%d OCAMLFIND_DESTDIR=%d/$(ocamlfind printconf destdir)

DocFiles: LICENSE

--- NEW FILE: ocamlnet.patch ---
--- a/Makefile.rules.orig   2008-11-17 18:27:03.0 +
+++ b/Makefile.rules2008-11-17 18:27:33.0 +
@@ -123,7 +123,7 @@
 .PHONY: install-findlib
 install-findlib: META
files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a dll* META 
$(INSTALL_EXTRA)`  \
-   $(OCAMLFIND) install $(PKGNAME) $$files
+   $(OCAMLFIND) install -ldconf ignore $(PKGNAME) $$files
 
 .PHONY: uninstall-findlib
 uninstall-findlib:


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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/sound sox.info, 1.3, 1.4 sox.patch, 1.1, NONE

2009-12-03 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7320

Modified Files:
sox.info 
Removed Files:
sox.patch 
Log Message:
New upstream version, new maintainer. Update by eighthave from the submissions
tracker:
https://sourceforge.net/tracker/?func=detailaid=2907887group_id=17203atid=414256


--- sox.patch DELETED ---

Index: sox.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/sox.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sox.info12 Jan 2009 04:11:02 -  1.3
+++ sox.info4 Dec 2009 06:30:23 -   1.4
@@ -1,25 +1,51 @@
 Package: sox
-Version: 12.17.3
-Revision: 3
+Version: 14.3.0
+Revision: 1
 Source: mirror:sourceforge:sox/sox-%v.tar.gz
-Source-MD5: 1b9998387616ce0638c8edd1145f9932
-BuildDepends: libvorbis0, libogg, fink (= 0.24.12-1)
-Depends: gsm, libvorbis0-shlibs, libogg-shlibs
-PatchFile: %n.patch
-PatchFile-MD5: 1f99731667c1640a1e927e1325ca9b6c
-ConfigureParams: --mandir='${prefix}/share/man'
-InstallScript: 
-make install prefix=%i
-make install-lib prefix=%i
+Source-MD5: 8e3509804e6227273ef84092e1a2fea7
+#
+# these depends are setup to only depend on libs that are available as
+#  binaries.  The idea is to make sox really easy to install.  Then if people
+#  need a full featured codec translator, they can use ffmpeg
+#
+# ideally this would depend on libflac8-dev OR flac (= 1.1.1-1012), so that it 
work work with all binaries
+BuildDepends: fink (= 0.24.12-1), libsndfile1-dev, libvorbis0, libogg, 
libid3tag, libmad, libvorbis0, wavpack1-dev, ladspa-dev, libpng3, file-dev, 
libtool14, libiconv-dev, libflac8-dev
+#
+Depends: %N-shlibs (= %v-%r)
+#
+ConfigureParams: --mandir='${prefix}/share/man'  --disable-gomp 
--enable-dl-mad --without-ao --without-amrwb --without-amrnb --without-alsa 
--without-oss --without-pulseaudio --without-sunaudio --without-ffmpeg 
--without-lame
+#
+DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL LICENSE.LGPL 
INSTALL
+SplitOff: 
+Package: %N-shlibs
+Description: Shared libraries for sox
+DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL 
LICENSE.LGPL INSTALL
+# ideally this would depend on libflac8 OR flac-shlibs (= 1.1.1-1012)
+   Depends: libtool14-shlibs, libsndfile1-shlibs, libvorbis0-shlibs, 
libogg-shlibs, libid3tag-shlibs, libmad-shlibs, libvorbis0-shlibs, 
wavpack1-shlibs, ladspa, libpng3-shlibs, gsm, file, libiconv, libflac8
+Shlibs: %p/lib/libsox.1.dylib 2.0.0 %n (= 14.3.0-1)
+Files: 
+/sw/lib/libsox.1.dylib
+
 
-DocFiles: README Copyright
-Description: Universal sound sample translator
-DescDetail: 
-SoX (SOund eXchange) is meant to be the Swiss Army Knife of sound
-processing utils.  It can convert audio files to other popular audio
-file types and also apply sound effects and filters during the
-conversion.
+SplitOff2: 
+Package: %N-dev
+Description: Headers for sox
+DocFiles: COPYING ChangeLog README README.osx NEWS LICENSE.GPL 
LICENSE.LGPL INSTALL
+Depends: %N-shlibs (= %v-%r)
+BuildDependsOnly: true
+Files: 
+/sw/include/sox.h
+/sw/include/soxstdint.h
+/sw/lib/libsox.dylib
+
 
 License: GPL/LGPL
-Maintainer: Leigh Smith le...@leighsmith.com
+Maintainer: Hans-Christoph Steiner h...@eds.org
 Homepage: http://sox.sourceforge.net
+Description: Universal sound sample translator
+DescDetail: 
+   SoX (also known as Sound eXchange) translates sound samples between
+   different file formats, and optionally applies various sound effects. 
SoX
+   is intended as the Swiss Army knife of sound processing tools. It 
doesn't
+   do anything very well, but sooner or later it comes in very handy.
+


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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/x11 wxgtk2.8.info,1.15,1.16

2009-12-02 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22979

Modified Files:
wxgtk2.8.info 
Log Message:
Depend on SDL in all architectures.


Index: wxgtk2.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wxgtk2.8.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- wxgtk2.8.info   29 Nov 2009 22:16:25 -  1.15
+++ wxgtk2.8.info   2 Dec 2009 18:36:05 -   1.16
@@ -50,7 +50,7 @@
pango1-xft2-ft219-dev (= 1.22.0-4),
pixman (= 0.12.0-1),
pkgconfig (= 0.23-1),
-   (%m != x86_64) sdl,
+   sdl,
x11-dev,
xft2-dev
 
@@ -141,7 +141,7 @@
libxml2-shlibs (= 2.6.32-1),
orbit2-shlibs (= 2.14.16-1),
pango1-xft2-ft219-shlibs (= 1.22.0-4),
-   (%m != x86_64) sdl-shlibs,
+   sdl-shlibs,
x11-shlibs
   
   Files: lib/libwx_*-*.*.*.dylib


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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/x11 wxgtk2.8.info,1.16,1.17

2009-12-02 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25368

Modified Files:
wxgtk2.8.info 
Log Message:
Revision up sir!


Index: wxgtk2.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wxgtk2.8.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- wxgtk2.8.info   2 Dec 2009 18:36:05 -   1.16
+++ wxgtk2.8.info   2 Dec 2009 18:49:13 -   1.17
@@ -1,6 +1,6 @@
 Package: wxgtk2.8
 Version: 2.8.10
-Revision: 21
+Revision: 22
 Source-MD5: d9638db3f3a9ce36c900a52f8c0087c6 
 Source: mirror:sourceforge:wxwindows/wxGTK-%v.tar.gz
 PatchFile: %n.patch


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 ike-scan.info,NONE,1.1

2009-12-02 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27753

Added Files:
ike-scan.info 
Log Message:
New package by piesechki from the submissions tracker:
https://sourceforge.net/tracker/index.php?func=detailaid=1947623group_id=17203atid=414256


--- NEW FILE: ike-scan.info ---
Package: ike-scan
Version: 1.9
Revision: 1

BuildDepends: 
  openssl097-dev


Depends: 
  openssl097-shlibs


Source: http://www.nta-monitor.com/tools/ike-scan/download/%n-%v.tar.gz
Source-MD5: bed63c7d2f54c482525a735be7b5e720

ConfigureParams: --with-openssl --mandir=%p/share/man

InstallScript: 
  make install DESTDIR=%d


DocFiles: AUTHORS README TODO COPYING ChangeLog

Description: NTA Monitor's IKE command line scanner

DescDetail: 
ike-scan is a command-line tool that uses the IKE protocol
to discover, fingerprint and test IPsec VPN servers.


License: GPL
Homepage: http://www.nta-monitor.com/tools/ike-scan/
Maintainer: Fabrice Marie fabrice+f...@fma-rms.com


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.94,1.95

2009-12-01 Thread monipol
Update of /cvsroot/fink/CVSROOT
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17396

Modified Files:
avail 
Log Message:
Welcome, jessealama.


Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- avail   1 Nov 2009 06:30:37 -   1.94
+++ avail   2 Dec 2009 00:51:20 -   1.95
@@ -9,7 +9,7 @@
 avail|newmanbe|web/map
 
 # Active members have write access to everything except CVSROOT
-avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dbreiser, dmacks, dmalloc, 
driftkop, dsias, ebroder, fangism, freckle, gecko2, goatbar, gyar, hicky, 
htodd, jacereda, jackfink, jfmertens, jimgibbs, jswhit, k-m_schindler, kconger, 
kilian, landonf, lrosengreen, mathmeye, mommsen, mrvacbob, msachs, msek, neeri, 
nieder, noolab, ogorman, okayama, oldgeese, rohanl, rv8, schwern, shawn, 
spundun, thesin, thomasko, treiber, usata, vasi, wgscott, wm3, yatsuo, zauc, 
zking|base-files, fink, mirrors, web, dists, packages, scripts/installer
+avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dbreiser, dmacks, dmalloc, 
driftkop, dsias, ebroder, fangism, freckle, gecko2, goatbar, gyar, hicky, 
htodd, jacereda, jackfink, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|base-files, fink, mirrors, web, dists, 
packages, scripts/installer
 
 # The 'scripts' module (TODO: distinguish access for each subdir?)
 avail|bbraun, benh57, chris01, dmacks, dmrrsn, fingolfin, mommsen, msachs, 
rangerrick, ogorman|scripts


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
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 lablgl-10.6.info, NONE, 1.1 lablgl.info, 1.7, 1.8

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21745

Modified Files:
lablgl.info 
Added Files:
lablgl-10.6.info 
Log Message:
The Tcl/Tk 8.5 fix only works on 10.6.


Index: lablgl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/lablgl.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lablgl.info 21 Sep 2009 04:36:26 -  1.7
+++ lablgl.info 29 Nov 2009 18:23:13 -  1.8
@@ -2,6 +2,7 @@
 Package: lablgl%type_pkg[-x11]
 Version: 1.02
 Revision: 1001
+Distribution: 10.4, 10.5
 Architecture: (%type_raw[-x11] = -x11) powerpc, (%type_raw[-x11] = -x11) i386
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
 Source-MD5: b50e4e7d856c26bc4449151e4307b37b
@@ -66,7 +67,7 @@
 XINCLUDES=-I/usr/X11R6/include \
 XLIBS=-L/usr/X11R6/lib -lXext -lXmu -lX11 \
 TKINCLUDES=-I%p/include \
-TKLIBS=-L%p/lib -ltk8.5 -ltcl8.5 -L/usr/X11R6/lib -lGL -lXmu \
+TKLIBS=-L%p/lib -L/usr/X11R6/lib -lGL -lXmu \
 GLLIBS=-lGL -lGLU \
 GLUTLIBS=-L%p/lib -lfreeglut \
 all opt

--- NEW FILE: lablgl-10.6.info ---
Info2: 
Package: lablgl%type_pkg[-x11]
Version: 1.02
Revision: 1001
Distribution: 10.6
Architecture: (%type_raw[-x11] = -x11) powerpc, (%type_raw[-x11] = -x11) i386
Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
Source-MD5: b50e4e7d856c26bc4449151e4307b37b
SourceDirectory: lablgl-%v
DocFiles: CHANGES README COPYRIGHT
License: BSD
Description: OpenGL binding for Objective Caml
Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
Maintainer: None fink-de...@lists.sourceforge.net

Type: -x11 (boolean)

DescDetail: 
LablGL is an OpenGL interface for Objective Caml. It includes support for both
Togl widget and GLUT, which you can comfortably use with LablTk and LablGlut.
Specific support for LablGL is also included in LablGTK.

Two variants, lablgl and lablgl-x11, are supported. Please see DescPort for
details.

DescPort: 
Two variants of lablgl are supplied here, lablgl and lablgl-x11. Native lablgl
is linked against Mac OS X OpenGL and GLUT frameworks, which is aqua-based, but
compiles without tcltk support; lablgl-x11 uses GL facility provided by x11 and
a glut library based on xlib and supports tcl/tk GL wrapper widget.

DescPackaging: 
(monipol, 2009-11-29) Separate -10.6 description because the fix of adding
-ltk8.5 -ltcl8.5 for the -x11 variant is only available for OS 10.6 or x86_64.
As the -x11 variant doesn't seem to build on x86_64, the restriction is
effectively OS 10.6.

The patch file consists of Makefile.config that allows the CompileScript to
adjust compilation flags to the appropriate variant, and to allow installation
to DESTDIR.


BuildDepends: 
fink (= 0.24.12),
ocaml (= 3.05-1),
(%type_raw[-x11] = -x11) x11-dev, (%type_raw[-x11] = -x11) tcltk-dev,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut

Depends: 
ocaml (= 3.05-1),
(%type_raw[-x11] = .) macosx,
(%type_raw[-x11] = -x11) x11, (%type_raw[-x11] = -x11) tcltk,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut-shlibs

Provides: (%type_raw[-x11] = -x11) lablgl-togl
Replaces: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
Conflicts: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11

PatchFile: lablgl.patch
PatchFile-MD5: f9172f4c0aee19c720f42b4aa090169b
PatchScript: 
 patch -p1  %{PatchFile}
 perl -pi -e s|Sorry.*file||g Togl/src/Togl/togl.c

CompileScript: 
#!/bin/sh -ev
if [ %type_raw[-x11] == -x11 ]; then
  make \
PREFIX=%p \
XINCLUDES=-I/usr/X11R6/include \
XLIBS=-L/usr/X11R6/lib -lXext -lXmu -lX11 \
TKINCLUDES=-I%p/include \
TKLIBS=-L%p/lib -ltk8.5 -ltcl8.5 -L/usr/X11R6/lib -lGL -lXmu \
GLLIBS=-lGL -lGLU \
GLUTLIBS=-L%p/lib -lfreeglut \
all opt
else
  make \
PREFIX=%p \
GLLIBS=-framework OpenGL \
GLUTLIBS=-framework GLUT \
lib glut libopt glutopt
fi

InstallScript: 
#!/bin/sh -ev
  mkdir -p %i/lib/ocaml/stublibs
  make install PREFIX=%p DESTDIR=%d




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/x11 wxgtk2.8.info, 1.14, 1.15 wxgtk2.8.patch, 1.4, 1.5 wxgtk2.8-x86_64.info, 1.3, NONE wxgtk2.8-x86_64.patch, 1.1, NONE

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11504

Modified Files:
wxgtk2.8.info wxgtk2.8.patch 
Removed Files:
wxgtk2.8-x86_64.info wxgtk2.8-x86_64.patch 
Log Message:
New upstream version by getphuture that merges -x86_64.*. From the submissions
tracker:
https://sourceforge.net/tracker/?func=detailaid=2902574group_id=17203atid=414256


--- wxgtk2.8-x86_64.patch DELETED ---

Index: wxgtk2.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wxgtk2.8.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wxgtk2.8.info   6 Oct 2009 12:13:40 -   1.14
+++ wxgtk2.8.info   29 Nov 2009 22:16:25 -  1.15
@@ -1,10 +1,10 @@
 Package: wxgtk2.8
-Version: 2.8.9
-Revision: 20
-Source-MD5: 8c845c11b02dc852471a7013eeded5ff
+Version: 2.8.10
+Revision: 21
+Source-MD5: d9638db3f3a9ce36c900a52f8c0087c6 
 Source: mirror:sourceforge:wxwindows/wxGTK-%v.tar.gz
 PatchFile: %n.patch
-PatchFile-MD5: 7f57df4c5e18c46966bb35d7a22c4889
+PatchFile-MD5: b577f6923a1ad94d101b5a3b4da17b94
 License: GPL
 Maintainer: Pierre-Henri Lavigne yakesonchih...@aim.com
 Homepage: http://www.wxwidgets.org/
@@ -50,7 +50,7 @@
pango1-xft2-ft219-dev (= 1.22.0-4),
pixman (= 0.12.0-1),
pkgconfig (= 0.23-1),
-   sdl,
+   (%m != x86_64) sdl,
x11-dev,
xft2-dev
 
@@ -60,22 +60,27 @@
 GCC: 4.0
 BuildDependsOnly:true
 PatchScript: 
+#!/bin/sh -ev
   %{default_script}
   perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
   perl -pi -e 's/single_module/$ -Wl,-x -dead_strip/' 
build/aclocal/bakefile.m4 configure
   perl -pi -e 's,^extern,#undef BOOL\n$,' src/unix/displayx11.cpp
-  perl -pi -e 's,^...@cond_shared_1_use_xrc_1\@.*\(__WXLIB_BASE_p\)$,$ 
-lwx_gtk2u_adv-2.8 -lwx_gtk2u_html-2.8,' contrib/src/gizmos/Makefile.in
+  perl -pi -e 's,^...@cond_shared_1_use_xrc_1\@.*\(__WXLIB_BASE_p\).*$,$ 
-lwx_gtk2u_adv-2.8 -lwx_gtk2u_html-2.8,' contrib/src/gizmos/Makefile.in
   perl -pi -e 's,\...@libs\@,$ \...@cairo_libs\@,' Makefile.in
   perl -pi -e 's,\$GUI_TK_LIBRARY -lXinerama,\$GUI_TK_LIBRARY -lXinerama -lX11 
-lGL,g' configure
+  if [ %m = x86_64 ]; then
+  perl -pi -e s,\(unsigned int\) iter-user_data \)\;$,\(unsigned long\) 
iter-user_data \)\;, src/gtk/dataview.cpp
+  perl -pi -e s,unsigned int model_row = \(unsigned int\) 
iter-user_data\;$,unsigned long model_row = \(unsigned long\) 
iter-user_data\;, src/gtk/dataview.cpp
+  fi
 
-SetCPPFLAGS: -I/usr/X11R6/include -I/usr/include -I%p/include/SDL 
-I%p/include/gtk-2.0/gtk -I%p/include/gtk-2.0/gdk 
-I%p/lib/pango-ft219/include/pango-1.0 -I%p/include/gstreamer-0.10
-SetLDFLAGS: -L/usr/X11R6/lib -L/usr/lib -L%p/lib/gtk-2.0 
-L%p/lib/gstreamer-0.10 -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+SetCPPFLAGS: -I%p/include/SDL -I/usr/X11R6/include
+SetLDFLAGS: -L%p/lib/fontconfig2/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 -L/usr/X11R6/lib
 ConfigureParams: 
   --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking --disable-debug --disable-debug_flag \
   --disable-debug_info --disable-monolithic --disable-precomp-headers 
--enable-objc_uniquifying --enable-optimise --enable-threads \
   --without-mac --without-cocoa --without-macosx-sdk 
--without-macosx-version-min --disable-universal_binary --enable-apple_ieee \
   --enable-gtk2 --with-gtk --with-gtk-prefix=%p --with-gnomeprint 
--with-gnomevfs --with-opengl --enable-nanox --enable-webkit \
-  --enable-no_rtti --enable-no_exceptions --with-x 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
+  --disable-no_rtti --disable-no_exceptions --with-x 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
   --enable-unicode --enable-intl --enable-display --enable-geometry 
--enable-controls --enable-gpe --enable-iff --without-odbc \
   --enable-graphics_ctx --enable-mediactrl --enable-dataviewctrl 
--enable-tabdialog --enable-docview --enable-sound \
   --with-sdl --disable-sdltest --with-sdl-exec-prefix=%p 
--with-libiconv-prefix=%p --with-expat \
@@ -86,7 +91,11 @@
   #!/bin/sh -ev
   export 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
   cd build
-  ../configure %c
+  if [ %m = x86_64 ]; then
+  ../configure %c --build=%m-apple-darwin`uname -r|cut -f1 -d.` 
--host=%m-apple-darwin`uname -r|cut -f1 -d.`
+  else
+  ../configure %c --with-sdl --disable-sdltest --with-sdl-exec-prefix=%p
+  fi
   make
   make -C contrib/src/fl
   make -C 

[cvs] dists/10.4/unstable/main/finkinfo/editors geany.info,1.5,1.6

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22529

Modified Files:
geany.info 
Log Message:
New upstream version. Update by getphuture from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2905322group_id=17203atid=414256


Index: geany.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/geany.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- geany.info  1 Sep 2009 17:25:49 -   1.5
+++ geany.info  29 Nov 2009 23:14:23 -  1.6
@@ -1,8 +1,8 @@
 Package: geany
-Version: 0.14
+Version: 0.17
 Revision: 3
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a5b0f16c805a63dca78b33779e5bf27c
+Source-MD5: cb4c325586ea6791d5db60599f1843d2 
 Maintainer: Pierre-Henri Lavigne yakesonchih...@aim.com
 Homepage: http://geany.uvena.de
 License: GPL


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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.2.37, 1.1592.2.38 Validation.pm, 1.303.2.6, 1.303.2.7

2009-11-29 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5856

Modified Files:
  Tag: branch_0_29
ChangeLog Validation.pm 
Log Message:
New UseMaxBuildJobs field.


Index: Validation.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.303.2.6
retrieving revision 1.303.2.7
diff -u -d -r1.303.2.6 -r1.303.2.7
--- Validation.pm   10 Aug 2009 18:29:14 -  1.303.2.6
+++ Validation.pm   29 Nov 2009 23:52:57 -  1.303.2.7
@@ -63,7 +63,7 @@
 # All fields that expect a boolean value
 our %boolean_fields = map {$_, 1}
(
-   qw(builddependsonly addshlibdeps essential nosourcedirectory 
updateconfigguess updatelibtool updatepod noperltests),
+   qw(builddependsonly addshlibdeps essential nosourcedirectory 
updateconfigguess updatelibtool updatepod noperltests usemaxbuildjobs),
map {noset.$_} @set_vars
);
 
@@ -193,6 +193,7 @@
 'gcc',
 'compilescript',
 'noperltests',
+'usemaxbuildjobs',
 #  install phase:
 'updatepod',
 'installscript',

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.37
retrieving revision 1.1592.2.38
diff -u -d -r1.1592.2.37 -r1.1592.2.38
--- ChangeLog   24 Nov 2009 21:11:34 -  1.1592.2.37
+++ ChangeLog   29 Nov 2009 23:52:56 -  1.1592.2.38
@@ -1,3 +1,7 @@
+2009-11-29  Augusto Devegili  moni...@users.sourceforge.net
+
+   * Validation.pm: New UseMaxBuildJobs field
+
 2009-11-24  Augusto Devegili  moni...@users.sourceforge.net
 
* Configure.pm, PkgVersion.pm: New MaxBuildJobs fink.conf entry and


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/text latex-make.info,1.1,1.2

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11920

Modified Files:
latex-make.info 
Log Message:
New upstream version. Update by vdanjean from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2872251group_id=17203atid=414256


Index: latex-make.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/latex-make.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- latex-make.info 25 Jun 2007 01:50:20 -  1.1
+++ latex-make.info 30 Nov 2009 00:10:05 -  1.2
@@ -1,14 +1,13 @@
 Package: latex-make
-Version: 2.1.10
-Source-MD5: 3f16ff7bc874c13c469334b649dece18
+Version: 2.1.15
+Source-MD5: 5d29e29fac08ca765ea18867c165e7ec
 Revision: 1
-Source: http://download.gforge.inria.fr/latex-utils/%n/%v/%n-%v.tar.gz
+Source: http://gforge.inria.fr/frs/download.php/24735/%n-%v.tar.gz
 Maintainer: Vincent Danjean vincent.danj...@ens-lyon.org
 HomePage: http://gforge.inria.fr/projects/latex-utils/
 License: OSI-Approved
 DocFiles: INSTALL Changelog COPYING README
-Depends: tetex-texmf, tetex-base
-BuildDepends: make (= 3.81-1)
+BuildDepends: make (= 3.81-1), tetex-texmf, tetex-base
 Description: Easy compiling of LaTeX documents
 CompileScript: 
 #! /bin/sh -ev
@@ -26,5 +25,3 @@
 PostRmScript: 
 texhash %p/share/texmf
 
-
-


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 lighttpd.info, 1.7, 1.8 lighttpd.patch, 1.6, 1.7

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20776

Modified Files:
lighttpd.info lighttpd.patch 
Log Message:
New upstream version. Update by indeyets from the submissions tracker:
https://sourceforge.net/tracker/?func=detailatid=414256aid=2904514group_id=17203


Index: lighttpd.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/lighttpd.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lighttpd.patch  4 Oct 2009 01:00:28 -   1.6
+++ lighttpd.patch  30 Nov 2009 00:41:23 -  1.7
@@ -1,15 +1,7 @@
-diff --unidirectional-new-file -u -r lighttpd-1.4.23.orig/Makefile.am 
lighttpd-1.4.23/Makefile.am
 lighttpd-1.4.23.orig/Makefile.am   2009-01-24 14:20:33.0 +0300
-+++ lighttpd-1.4.23/Makefile.am2009-01-24 14:40:46.0 +0300
-@@ -1,3 +1,4 @@
-+ACLOCAL_AMFLAGS=-I m4
- SUBDIRS=src doc tests
- 
- EXTRA_DIST=autogen.sh SConstruct
-diff --unidirectional-new-file -u -r lighttpd-1.4.23.orig/configure.in 
lighttpd-1.4.23/configure.in
 lighttpd-1.4.23.orig/configure.ac  2009-01-24 14:20:33.0 +0300
-+++ lighttpd-1.4.23/configure.ac   2009-01-24 14:36:29.0 +0300
-@@ -24,9 +24,7 @@
+diff --unidirectional-new-file -u -r lighttpd-1.4.25.orig/configure.ac 
lighttpd-1.4.25/configure.ac
+--- lighttpd-1.4.25.orig/configure.ac  2009-11-21 18:11:50.0 +0300
 lighttpd-1.4.25/configure.ac   2009-11-26 14:08:48.0 +0300
+@@ -23,9 +23,7 @@
  AC_PROG_MAKE_SET
  
  dnl check environment
@@ -19,8 +11,7 @@
  
  dnl AC_CANONICAL_HOST
  case $host_os in
-@@ -559,7 +557,7 @@
- AC_OUTPUT
+@@ -577,7 +575,7 @@
  
  
  do_build=mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost 
mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth 
mod_status mod_accesslog
@@ -29,9 +20,9 @@
  
  plugins=mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl
  features=regex-conditionals
-diff --unidirectional-new-file -u -r 
lighttpd-1.4.23.orig/fink/etc/lighttpd.conf 
lighttpd-1.4.23/fink/etc/lighttpd.conf
 lighttpd-1.4.23.orig/fink/etc/lighttpd.conf1970-01-01 
03:00:00.0 +0300
-+++ lighttpd-1.4.23/fink/etc/lighttpd.conf 2009-01-24 14:21:33.0 
+0300
+diff --unidirectional-new-file -u -r 
lighttpd-1.4.25.orig/fink/etc/lighttpd.conf 
lighttpd-1.4.25/fink/etc/lighttpd.conf
+--- lighttpd-1.4.25.orig/fink/etc/lighttpd.conf1970-01-01 
03:00:00.0 +0300
 lighttpd-1.4.25/fink/etc/lighttpd.conf 2009-11-26 14:08:48.0 
+0300
 @@ -0,0 +1,97 @@
 +finkroot= @PREFIX@/
 +configpath  = finkroot + etc/lighttpd/
@@ -130,9 +121,9 @@
 +
 +#including enabled modules and their configurations
 +include_shell cat  + configpath + mods-enabled/* 2/dev/null
-diff --unidirectional-new-file -u -r 
lighttpd-1.4.23.orig/fink/etc/mods-available/access.conf 
lighttpd-1.4.23/fink/etc/mods-available/access.conf
 lighttpd-1.4.23.orig/fink/etc/mods-available/access.conf   1970-01-01 
03:00:00.0 +0300
-+++ lighttpd-1.4.23/fink/etc/mods-available/access.conf2009-01-24 
14:21:33.0 +0300
+diff --unidirectional-new-file -u -r 
lighttpd-1.4.25.orig/fink/etc/mods-available/access.conf 
lighttpd-1.4.25/fink/etc/mods-available/access.conf
+--- lighttpd-1.4.25.orig/fink/etc/mods-available/access.conf   1970-01-01 
03:00:00.0 +0300
 lighttpd-1.4.25/fink/etc/mods-available/access.conf2009-11-26 
14:08:48.0 +0300
 @@ -0,0 +1,10 @@
 +global {
 +  server.modules += (mod_access)
@@ -144,24 +135,24 @@
 +  #  of the document-root
 +  url.access-deny = ( ~, .inc )
 +}
-diff --unidirectional-new-file -u -r 
lighttpd-1.4.23.orig/fink/etc/mods-available/accesslog.conf 
lighttpd-1.4.23/fink/etc/mods-available/accesslog.conf
 lighttpd-1.4.23.orig/fink/etc/mods-available/accesslog.conf
1970-01-01 03:00:00.0 +0300
-+++ lighttpd-1.4.23/fink/etc/mods-available/accesslog.conf 2009-01-24 
14:21:33.0 +0300
+diff --unidirectional-new-file -u -r 
lighttpd-1.4.25.orig/fink/etc/mods-available/accesslog.conf 
lighttpd-1.4.25/fink/etc/mods-available/accesslog.conf
+--- lighttpd-1.4.25.orig/fink/etc/mods-available/accesslog.conf
1970-01-01 03:00:00.0 +0300
 lighttpd-1.4.25/fink/etc/mods-available/accesslog.conf 2009-11-26 
14:08:48.0 +0300
 @@ -0,0 +1,4 @@
 +global {
 +  server.modules += (mod_accesslog)
 +  accesslog.filename = logpath + access.log
 +}
-diff --unidirectional-new-file -u -r 
lighttpd-1.4.23.orig/fink/etc/mods-available/alias.conf 
lighttpd-1.4.23/fink/etc/mods-available/alias.conf
 lighttpd-1.4.23.orig/fink/etc/mods-available/alias.conf1970-01-01 
03:00:00.0 +0300
-+++ lighttpd-1.4.23/fink/etc/mods-available/alias.conf 2009-01-24 
14:21:33.0 +0300
+diff --unidirectional-new-file -u 

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods xapian-bindings-py.info, 1.2, 1.3

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27213/pythonmods

Modified Files:
xapian-bindings-py.info 
Log Message:
Sync with current Xapian. Update by hakamadare from the submissions tracker:
https://sourceforge.net/tracker/?func=detailatid=414256aid=2905825group_id=17203


Index: xapian-bindings-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/xapian-bindings-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xapian-bindings-py.info 21 Sep 2009 18:07:33 -  1.2
+++ xapian-bindings-py.info 30 Nov 2009 04:23:25 -  1.3
@@ -1,13 +1,13 @@
 Info2: 
 Package: xapian-bindings-py%type_pkg[python]
 Type: python (2.5 2.6)
-Version: 1.0.16
+Version: 1.0.17
 Revision: 1002
 Description: Xapian bindings for Python %type_raw[python]
 License: GPL
 Maintainer: Steve Huff hakamad...@users.sourceforge.net
 Source: http://oligarchy.co.uk/xapian/%v/xapian-bindings-%v.tar.gz
-Source-MD5: c330b2ccc451c890916c6e148f07
+Source-MD5: 0fbb4d2b80eb5143ef3378f45f86a952
 SourceDirectory: xapian-bindings-%v
 ConfigureParams: --mandir=%p/share/man --docdir=%p/share/doc/%n 
--disable-dependency-tracking XAPIAN_CONFIG=/%p/bin/xapian-config --with-python 
PYTHON=%p/bin/python%type_raw[python] 
PYTHON_LIBS=%p/lib/python%type_raw[python] --without-php --without-ruby 
--without-tcl --without-csharp --without-java
 InfoTest: 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/rubymods xapian-bindings-rb.info, 1.1, 1.2

2009-11-29 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27213/rubymods

Modified Files:
xapian-bindings-rb.info 
Log Message:
Sync with current Xapian. Update by hakamadare from the submissions tracker:
https://sourceforge.net/tracker/?func=detailatid=414256aid=2905825group_id=17203


Index: xapian-bindings-rb.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/xapian-bindings-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xapian-bindings-rb.info 21 Sep 2009 18:03:26 -  1.1
+++ xapian-bindings-rb.info 30 Nov 2009 04:23:25 -  1.2
@@ -1,13 +1,13 @@
 Info2: 
 Package: xapian-bindings-rb%type_pkg[ruby]
 Type: ruby (1.8)
-Version: 1.0.16
+Version: 1.0.17
 Revision: 1002
 Description: Xapian bindings for Ruby %type_raw[ruby]
 License: GPL
 Maintainer: Steve Huff hakamad...@users.sourceforge.net
 Source: http://oligarchy.co.uk/xapian/%v/xapian-bindings-%v.tar.gz
-Source-MD5: c330b2ccc451c890916c6e148f07
+Source-MD5: 0fbb4d2b80eb5143ef3378f45f86a952
 SourceDirectory: xapian-bindings-%v
 ConfigureParams: --mandir=%p/share/man --docdir=%p/share/doc/%n 
--disable-dependency-tracking XAPIAN_CONFIG=%p/bin/xapian-config --with-ruby 
RUBY=%p/bin/ruby%type_raw[ruby] RUBY_LIB=%p/lib/ruby/site_ruby/%type_raw[ruby] 
--without-php --without-python --without-tcl --without-csharp --without-java
 InfoTest: 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 gdm.info,1.19,1.20

2009-11-28 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4865/unstable/main/finkinfo/gnome

Modified Files:
gdm.info 
Log Message:
sed doesn't like newlines in the replacement string.


Index: gdm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gdm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gdm.info23 Nov 2009 04:06:11 -  1.19
+++ gdm.info28 Nov 2009 19:51:34 -  1.20
@@ -104,7 +104,8 @@
;;
esac
perl -pi -e 
's/(POLICYKIT_REQUIRED_VERSION\s*=).*/${1}9.FORCE.NONDETECT/' configure
-   sed -i.bak -e 's,limits\.h,\n#define HOST_NAME_MAX 
_POSIX_HOST_NAME_MAX,' daemon/gdm-display-access-file.c
+   sed -i.bak -e '/limits\.h/ a\
+#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX' daemon/gdm-display-access-file.c
 
 ConfigureParams: 
--mandir=%p/share/man --libexecdir=%p/lib/%n \


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome gdm.info,1.14,1.15

2009-11-28 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4865/stable/main/finkinfo/gnome

Modified Files:
gdm.info 
Log Message:
sed doesn't like newlines in the replacement string.


Index: gdm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gdm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gdm.info23 Nov 2009 05:26:16 -  1.14
+++ gdm.info28 Nov 2009 19:51:34 -  1.15
@@ -104,7 +104,8 @@
;;
esac
perl -pi -e 
's/(POLICYKIT_REQUIRED_VERSION\s*=).*/${1}9.FORCE.NONDETECT/' configure
-   sed -i.bak -e 's,limits\.h,\n#define HOST_NAME_MAX 
_POSIX_HOST_NAME_MAX,' daemon/gdm-display-access-file.c
+   sed -i.bak -e '/limits\.h/ a\
+#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX' daemon/gdm-display-access-file.c
 
 ConfigureParams: 
--mandir=%p/share/man --libexecdir=%p/lib/%n \


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 pyxml-py.info,1.3,1.4

2009-11-28 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5168

Modified Files:
pyxml-py.info 
Log Message:
Stable deserves the -py26 variant, too!


Index: pyxml-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pyxml-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pyxml-py.info   22 Aug 2009 23:02:46 -  1.3
+++ pyxml-py.info   28 Nov 2009 19:53:24 -  1.4
@@ -5,7 +5,7 @@
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Source: mirror:sourceforge:pyxml/PyXML-%v.tar.gz
 Source-MD5: 1f7655050cebbb664db976405fdba209
-Type: python (2.3 2.4 2.5)
+Type: python (2.3 2.4 2.5 2.6)
 Depends: python%type_pkg[python]
 Replaces: pyxml-py22 ( 0.8.3-2)
 Description: XML Parsers and API for Python


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome sodipodi.info, 1.3, NONE sodipodi.patch, 1.1, NONE

2009-11-28 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6996/stable/main/finkinfo/gnome

Removed Files:
sodipodi.info sodipodi.patch 
Log Message:
Doesn't build on 10.{5,6}, has effectively been replaced by Inkscape years ago.


--- sodipodi.info DELETED ---

--- sodipodi.patch DELETED ---


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo ocaml.info, 1.2, NONE ocaml.patch, 1.1, NONE

2009-11-27 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11727

Removed Files:
ocaml.info ocaml.patch 
Log Message:
Moved to unstable by bcully.


--- ocaml.patch DELETED ---

--- ocaml.info DELETED ---


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 cairomm1.patch, 1.3, 1.4

2009-11-27 Thread monipol
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23252

Modified Files:
cairomm1.patch 
Log Message:
Sync cairomm1.patch, too.


Index: cairomm1.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/cairomm1.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairomm1.patch  20 Sep 2009 13:28:12 -  1.3
+++ cairomm1.patch  28 Nov 2009 02:35:27 -  1.4
@@ -1,7 +1,7 @@
-diff -Nurd cairomm-1.8.0.ori/cairomm/quartz_font.cc 
cairomm-1.8.0/cairomm/quartz_font.cc
 cairomm-1.8.0.ori/cairomm/quartz_font.cc   2008-12-20 15:37:46.0 
-0200
-+++ cairomm-1.8.0/cairomm/quartz_font.cc   2009-09-05 15:16:35.0 
-0300
-@@ -30,21 +30,23 @@
+diff -Nurd cairomm-1.8.2.ori/cairomm/quartz_font.cc 
cairomm-1.8.2/cairomm/quartz_font.cc
+--- cairomm-1.8.2.ori/cairomm/quartz_font.cc   2008-12-20 15:37:46.0 
-0200
 cairomm-1.8.2/cairomm/quartz_font.cc   2009-09-05 14:47:35.0 
-0300
+@@ -30,21 +30,24 @@
check_object_status_and_throw_exception(*this);
  }
  
@@ -14,6 +14,7 @@
  }
  
 -RefPtrQuartzFontFace QuartzFontFace::create(CGFontRef font)
++
 +#ifndef __LP64__
 +QuartzFontFace::QuartzFontFace(ATSUFontID font_id) :
 +  FontFace(cairo_quartz_font_face_create_for_atsu_font_id(font_id), true)
@@ -30,9 +31,9 @@
  
  }
  
-diff -Nurd cairomm-1.8.0.ori/cairomm/quartz_font.h 
cairomm-1.8.0/cairomm/quartz_font.h
 cairomm-1.8.0.ori/cairomm/quartz_font.h2008-12-20 15:37:46.0 
-0200
-+++ cairomm-1.8.0/cairomm/quartz_font.h2009-09-05 15:16:01.0 
-0300
+diff -Nurd cairomm-1.8.2.ori/cairomm/quartz_font.h 
cairomm-1.8.2/cairomm/quartz_font.h
+--- cairomm-1.8.2.ori/cairomm/quartz_font.h2008-12-20 15:37:46.0 
-0200
 cairomm-1.8.2/cairomm/quartz_font.h2009-09-05 14:53:00.0 
-0300
 @@ -46,6 +46,7 @@
 */
static RefPtrQuartzFontFace create(CGFontRef font);


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo ocaml.info, NONE, 1.1 ocaml.patch, NONE, 1.1

2009-11-26 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8562

Added Files:
ocaml.info ocaml.patch 
Log Message:
Tentative fix for -output-obj on PowerPC


--- NEW FILE: ocaml.patch ---
diff -u infoman/ocaml.info
--- a/infoman/ocaml.info
+++ b/infoman/ocaml.info
@@ -1,4 +1,10 @@ This file has been translated from LaTeX
 This file has been translated from LaTeX by HeVeA.
+
+INFO-DIR-SECTION Programming Languages
+START-INFO-DIR-ENTRY
+* ocaml: (ocaml).   The Objective Caml compiler and programming 
environment
+END-INFO-DIR-ENTRY
+
 
 Indirect:
 ocaml.info-1: 51

--- NEW FILE: ocaml.info ---
Package: ocaml
Version: 3.11.1
Revision: 3
Description: Latest implementation of Caml dialect of ML
BuildDepends: tcltk-dev, x11-dev, libncurses5 (= 5.4-20041023-1006), fink (= 
0.24.12)
Depends: tcltk, x11, libncurses5-shlibs (= 5.4-20041023-1006)
DescPort: Uses custom configure script.
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
SetMACOSX_DEPLOYMENT_TARGET: 10.4
Source: http://caml.inria.fr/pub/distrib/%n-3.11/%n-%v.tar.bz2
Source2: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.pdf
Source3: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.html.tar.gz
Source4: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.info.tar.gz
Source-MD5: fe011781f37f6b41fe08e0706969a89e
Source2-MD5: 798c2702f20bd3199726441771538a07
Source3-MD5: bfb4ed960974159f4224014a979baf6d
Source4-MD5: 50fc2a3e3a38db78bd03d169379155de
PatchFile: %n.patch
PatchFile-MD5: 37ed1a21a282337c629c84a6f08f2160
PatchScript: 
 # fink's sed (at least 4.2-1) chokes on accented characters here
 /usr/bin/sed -i .bak -e 's,sed,/usr/bin/sed,' ocamldoc/remove_DEBUG
 # from monipol, supposedly fixes unison until ocaml 3.11.2 is out
 perl -pi -e 's/if macosx  is_generic_function fundecl.fun_name/if macosx  
not !Clflags.output_c_object  is_generic_function fundecl.fun_name/' 
asmcomp/i386/emit.mlp asmcomp/amd64/emit.mlp
 perl -pi -e 's/if Config.system = rhapsody  is_generic_function 
fundecl.fun_name/if Config.system = rhapsody  !Clflags.output_c_object  
is_generic_function fundecl.fun_name/' asmcomp/power/emit.mlp
 gzip -d ../infoman/ocaml*.gz
 cd ..  patch -p1  %{PatchFile}

CompileScript: 
#! /bin/sh -ex
 if [ %m = x86_64 ]; then
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man -cc gcc -m64 -isysroot /Developer/SDKs/MacOSX10.5.sdk 
-mmacosx-version-min=10.5
 else
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man
 fi
 make world opt opt.opt

InstallScript: 
 make install BINDIR=%i/bin LIBDIR=%i/lib/ocaml MANDIR=%i/share/man

 mv %i/lib/ocaml/ld.conf %i/lib/ocaml/ld.conf.orig
 sed -e s|%d|| %i/lib/ocaml/ld.conf.orig  %i/lib/ocaml/ld.conf
 rm -f %i/lib/ocaml/ld.conf.orig

 # Needed for camlp4lib.a or camlp4fulllib.a?
 # ranlib %i/lib/ocaml/camlp4/gramlib.a

 (cd emacs; make install-el BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)

 mkdir -p %i/share/info
 cp ../infoman/ocaml.info* %i/share/info

 mkdir -p %i/share/doc/%n
 cp -R ../htmlman %i/share/doc/%n

InfoDocs: ocaml.info
DocFiles: Changes README LICENSE INSTALL ../%n-3.11-refman.pdf
DescDetail: 
The main novelties compared with its ancestor, Caml Light, are: 
1) Full support for objects and classes -- 
here combined for the first time with ML-style type reconstruction.
2) A powerful module calculus in the style of Standard ML
(but retaining separate compilation).
3) A high-performance native code compiler 
(in addition to a Caml Light-style bytecode compiler).

DescPackaging: 
  dmacks overhauled infodoc stuff: patched main file to have dir
  header and uncompressed files so that fink's automatic infodoc dpkg
  scripts work.
  
License: OSI-Approved
Homepage: http://caml.inria.fr/ocaml
Maintainer: Brendan Cully bren...@finkproject.org


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo ocaml.info,1.1,1.2

2009-11-26 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22794

Modified Files:
ocaml.info 
Log Message:
D'oh!


Index: ocaml.info
===
RCS file: /cvsroot/fink/experimental/monipol/finkinfo/ocaml.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ocaml.info  26 Nov 2009 14:11:46 -  1.1
+++ ocaml.info  26 Nov 2009 18:14:30 -  1.2
@@ -23,7 +23,7 @@
  /usr/bin/sed -i .bak -e 's,sed,/usr/bin/sed,' ocamldoc/remove_DEBUG
  # from monipol, supposedly fixes unison until ocaml 3.11.2 is out
  perl -pi -e 's/if macosx  is_generic_function fundecl.fun_name/if macosx  
not !Clflags.output_c_object  is_generic_function fundecl.fun_name/' 
asmcomp/i386/emit.mlp asmcomp/amd64/emit.mlp
- perl -pi -e 's/if Config.system = rhapsody  is_generic_function 
fundecl.fun_name/if Config.system = rhapsody  !Clflags.output_c_object  
is_generic_function fundecl.fun_name/' asmcomp/power/emit.mlp
+ perl -pi -e 's/if Config.system = rhapsody  is_generic_function 
fundecl.fun_name/if Config.system = rhapsody  not !Clflags.output_c_object 
 is_generic_function fundecl.fun_name/' asmcomp/power/emit.mlp
  gzip -d ../infoman/ocaml*.gz
  cd ..  patch -p1  %{PatchFile}
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.520,1.521 fink.conf.5.in,1.45,1.46

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7060

Modified Files:
ChangeLog fink.conf.5.in 
Log Message:
New MaxBuildJobs option and minor cleanup.


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- fink.conf.5.in  17 Mar 2009 05:43:48 -  1.45
+++ fink.conf.5.in  24 Nov 2009 19:39:26 -  1.46
@@ -47,7 +47,7 @@
 .\
 .\
 .Sh REQUIRED SETTINGS
-Some of the settings in the fink.conf are mandatory. Without them Fink cannot 
to 
+Some of the settings in fink.conf are mandatory. Without them Fink cannot
 function properly. The following settings belong to this category. 
 .Bl -tag -width flag
 .It Cm Basepath: Ar path 
@@ -97,8 +97,8 @@
 .Pp
 The order of trees is meaningful, as packages from later trees may override
 packages from earlier ones.
-.It Cm Distribution: Ar 10.3, 10.4 or 10.5
-Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and 10.1 and 10.2 are no longer supported by 
this version of fink. This field is set by running the
+.It Cm Distribution: Ar 10.4, 10.5 or 10.6
+Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and versions from 10.1 to 10.3 are no longer 
supported by this version of fink. This field is set by running the
 .Cm @PREFIX@/lib/fink/postinstall.pl
 script. You should not need to alter this value manually. 
 .It Cm FetchAltDir: Ar path 
@@ -114,8 +114,8 @@
 .Bl -tag -width flag -offset indent -compact
 .It 0 - Quiet (don't show download stats)
 .It 1 - Low (don't show tarballs being expanded) 
-.It 2 - Medium (shows almost everything)
-.It 3 - High (shows everything) 
+.It 2 - Medium (show almost everything)
+.It 3 - High (show everything) 
 .El
 The default value is 1. 
 .It Cm SkipPrompts: Ar a comma-delimited list 
@@ -153,14 +153,14 @@
 .Pa @PREFIX@/src
 on Panther and earlier, and
 .Pa @PREFIX@/src/fink.build
-on Tiger. If you want them to be somewhere else, specify the path here.
+on OS 10.4 and later versions. If you want them to be somewhere else, specify 
the path here.
 See the descriptions of the
 .Cm KeepRootDir
 and
 .Cm KeepBuildDir
 fields later in this document for more information about these temporary 
directories.
 .Pp
-On Tiger, it is recommended that the Buildpath end with .noindex or .build.
+On Tiger and later versions, it is recommended that the Buildpath end with 
.noindex or .build.
 Otherwise, Spotlight will attempt to index the temporary files in the
 Buildpath, slowing down builds.
 .It Cm Bzip2Path: Ar the path to your bzip2 (or compatible) binary
@@ -168,6 +168,13 @@
 tool.  This allows you to specify an alternate location to your bzip2 
executable,
 pass optional command-line options, or use a drop-in replacement like pbzip2 
for
 decompressing .bz2 archives.
+.It Cm MaxBuildJobs: Ar positive integer
+For packages with parallel build jobs enabled, the MaxBuildJobs option
+specifies how many concurrent build jobs should be spawned by Fink, which
+should render builds faster on multi-CPU, multi-core systems (technically
+speaking, Fink uses the value of this option in MAKEFLAGS=-j). Running
+.Cm fink configure
+will tell you how many active CPUs/cores are available on your system.
 .El
 .\
 .\

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- ChangeLog   18 Sep 2009 19:30:46 -  1.520
+++ ChangeLog   24 Nov 2009 19:39:26 -  1.521
@@ -1,4 +1,8 @@
-2009-09-18  Augusto Devegili moni...@users.sourceforge.net
+2009-09-24  Augusto Devegili  moni...@users.sourceforge.net
+
+   * fink.conf.5.in: New MaxBuildJobs option and minor cleanup
+
+2009-09-18  Augusto Devegili  moni...@users.sourceforge.net
 
* fink.8.in: fink list -m,-s do not accept regular expressions
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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.2.36, 1.1592.2.37 Configure.pm, 1.58.2.2, 1.58.2.3 PkgVersion.pm, 1.622.2.7, 1.622.2.8

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23691/perlmod/Fink

Modified Files:
  Tag: branch_0_29
ChangeLog Configure.pm PkgVersion.pm 
Log Message:
New MaxBuildJobs fink.conf entry and UseMaxBuildJobs package description field.
Minor fink.conf cleanup, too.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.622.2.7
retrieving revision 1.622.2.8
diff -u -d -r1.622.2.7 -r1.622.2.8
--- PkgVersion.pm   23 Nov 2009 05:52:46 -  1.622.2.7
+++ PkgVersion.pm   24 Nov 2009 21:11:34 -  1.622.2.8
@@ -4971,6 +4971,21 @@
}
}
 
+# UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
+if ($self-param_boolean('UseMaxBuildJobs')  
$config-has_param('MaxBuildJobs')) {
+my $mbj = $config-param('MaxBuildJobs');
+if ($mbj =~ /^\d+$/   $mbj  0) {
+if (defined $script_env{'MAKEFLAGS'}) {
+$script_env{'MAKEFLAGS'} .=  -j$mbj;
+} else {
+$script_env{'MAKEFLAGS'} = -j$mbj;
+}
+} else {
+warn Ignoring invalid MaxBuildJobs value in fink.conf:  .
+$mbj is not a positive integer\n;
+}
+}
+
# Enforce g++-3.3 or g++-4.0 even for uncooperative packages, by making 
# it the first g++ in the path
unless ($self-has_param('NoSetPATH')) {

Index: Configure.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Configure.pm,v
retrieving revision 1.58.2.2
retrieving revision 1.58.2.3
diff -u -d -r1.58.2.2 -r1.58.2.3
--- Configure.pm28 Aug 2009 05:08:08 -  1.58.2.2
+++ Configure.pm24 Nov 2009 21:11:34 -  1.58.2.3
@@ -317,9 +317,35 @@
$config-set_param(NoAutoIndex, $n_a_i ? true : 
false);
}
}
+
+print \n;
+my $maxbuildjobs_prompt = Enter the maximum number of simultaneous  .
+build jobs. In general, Fink will build packages faster on systems  .
+with multiple CPUs/cores if you allow it to spawn jobs in parallel.;
+
+my $activecpus = `sysctl -n hw.activecpu 2 /dev/null`;
+if (defined $activecpus) {
+chomp $activecpus;
+if ($activecpus =~ /^\d+$/) {
+$maxbuildjobs_prompt .=  You have $activecpus active CPUs/cores  
.
+on your system.;
+}
+}
+$maxbuildjobs_prompt .= \nMaximum number of simultaneous build jobs:;
+my $maxbuildjobs = $config-param_default(MaxBuildJobs, $activecpus);
+my $maxbuildjobs_default = $maxbuildjobs;
+$maxbuildjobs = prompt($maxbuildjobs_prompt,
+default = $maxbuildjobs_default);
+
+while (!($maxbuildjobs =~ /^\d+$/  $maxbuildjobs  0)) {
+$maxbuildjobs = prompt(Invalid choice. Please try again,
+default = $maxbuildjobs_default);
+}
+
+$config-set_param(MaxBuildJobs, $maxbuildjobs);
 }
 
-=item spotlight_warning
+=iitem spotlight_warning
 
 Warn the user if they are choosing a build path which will be indexed by
 Spotlight. Returns true if changes have been made to the Fink configuration,

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.36
retrieving revision 1.1592.2.37
diff -u -d -r1.1592.2.36 -r1.1592.2.37
--- ChangeLog   23 Nov 2009 05:52:45 -  1.1592.2.36
+++ ChangeLog   24 Nov 2009 21:11:34 -  1.1592.2.37
@@ -1,3 +1,9 @@
+2009-11-24  Augusto Devegili  moni...@users.sourceforge.net
+
+   * Configure.pm, PkgVersion.pm: New MaxBuildJobs fink.conf entry and
+   UseMaxBuildJobs package description field as an opt-in for
+   MAKEFLAGS += -j
+
 2009-11-21  Augusto Devegili  moni...@users.sourceforge.net
 
* PkgVersion.pm: Handle the Commercial licence


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog, 1.503.2.24, 1.503.2.25 fink.conf.5.in, 1.45, 1.45.2.1

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23691

Modified Files:
  Tag: branch_0_29
ChangeLog fink.conf.5.in 
Log Message:
New MaxBuildJobs fink.conf entry and UseMaxBuildJobs package description field.
Minor fink.conf cleanup, too.


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -d -r1.45 -r1.45.2.1
--- fink.conf.5.in  17 Mar 2009 05:43:48 -  1.45
+++ fink.conf.5.in  24 Nov 2009 21:11:34 -  1.45.2.1
@@ -47,7 +47,7 @@
 .\
 .\
 .Sh REQUIRED SETTINGS
-Some of the settings in the fink.conf are mandatory. Without them Fink cannot 
to 
+Some of the settings in fink.conf are mandatory. Without them Fink cannot to 
 function properly. The following settings belong to this category. 
 .Bl -tag -width flag
 .It Cm Basepath: Ar path 
@@ -97,8 +97,8 @@
 .Pp
 The order of trees is meaningful, as packages from later trees may override
 packages from earlier ones.
-.It Cm Distribution: Ar 10.3, 10.4 or 10.5
-Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and 10.1 and 10.2 are no longer supported by 
this version of fink. This field is set by running the
+.It Cm Distribution: Ar 10.4, 10.5 or 10.6
+Fink needs to know which version of Mac OS X you are running. Mac OS X 10.0 
and earlier are not supported, and versions from 10.1 to 10.3 are no longer 
supported by this version of fink. This field is set by running the
 .Cm @PREFIX@/lib/fink/postinstall.pl
 script. You should not need to alter this value manually. 
 .It Cm FetchAltDir: Ar path 
@@ -114,8 +114,8 @@
 .Bl -tag -width flag -offset indent -compact
 .It 0 - Quiet (don't show download stats)
 .It 1 - Low (don't show tarballs being expanded) 
-.It 2 - Medium (shows almost everything)
-.It 3 - High (shows everything) 
+.It 2 - Medium (show almost everything)
+.It 3 - High (show everything) 
 .El
 The default value is 1. 
 .It Cm SkipPrompts: Ar a comma-delimited list 
@@ -153,21 +153,28 @@
 .Pa @PREFIX@/src
 on Panther and earlier, and
 .Pa @PREFIX@/src/fink.build
-on Tiger. If you want them to be somewhere else, specify the path here.
-See the descriptions of the
+on OS 10.4 and later versions. If you want them to be somewhere else, specify
+the path here.  See the descriptions of the
 .Cm KeepRootDir
 and
 .Cm KeepBuildDir
 fields later in this document for more information about these temporary 
directories.
 .Pp
-On Tiger, it is recommended that the Buildpath end with .noindex or .build.
-Otherwise, Spotlight will attempt to index the temporary files in the
-Buildpath, slowing down builds.
+On Tiger and later versions, it is recommended that the Buildpath end with
+.noindex or .build.  Otherwise, Spotlight will attempt to index the temporary
+files in the Buildpath, slowing down builds.
 .It Cm Bzip2Path: Ar the path to your bzip2 (or compatible) binary
 The Bzip2Path option lets you override the default path for the bzip2 
command-line
 tool.  This allows you to specify an alternate location to your bzip2 
executable,
 pass optional command-line options, or use a drop-in replacement like pbzip2 
for
 decompressing .bz2 archives.
+.It Cm MaxBuildJobs: Ar positive integer
+For packages with parallel build jobs enabled, the MaxBuildJobs option
+specifies how many concurrent build jobs should be spawned by Fink, which
+should render builds faster on multi-CPU, multi-core systems (technically
+speaking, Fink uses the value of this option in MAKEFLAGS=-j). Running
+.Cm fink configure
+will tell you how many active CPUs/cores are available on your system.
 .El
 .\
 .\

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.503.2.24
retrieving revision 1.503.2.25
diff -u -d -r1.503.2.24 -r1.503.2.25
--- ChangeLog   27 Sep 2009 18:27:00 -  1.503.2.24
+++ ChangeLog   24 Nov 2009 21:11:34 -  1.503.2.25
@@ -1,3 +1,7 @@
+2009-11-24  Augusto Devegili  moni...@users.sourceforge.net
+
+   * fink.conf.5.in: New MaxBuildJobs option and minor cleanup
+
 2009-09-27  Dave Morrison  d...@finkproject.org
 
* VERSION: Bumped package manager version to 0.29.10, a bug-fix


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink fink.conf.5.in,1.45.2.1,1.45.2.2

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24758

Modified Files:
  Tag: branch_0_29
fink.conf.5.in 
Log Message:
It seems I cannot to patch correctly.


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.45.2.1
retrieving revision 1.45.2.2
diff -u -d -r1.45.2.1 -r1.45.2.2
--- fink.conf.5.in  24 Nov 2009 21:11:34 -  1.45.2.1
+++ fink.conf.5.in  24 Nov 2009 21:17:27 -  1.45.2.2
@@ -47,7 +47,7 @@
 .\
 .\
 .Sh REQUIRED SETTINGS
-Some of the settings in fink.conf are mandatory. Without them Fink cannot to 
+Some of the settings in fink.conf are mandatory. Without them Fink cannot 
 function properly. The following settings belong to this category. 
 .Bl -tag -width flag
 .It Cm Basepath: Ar path 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink ChangeLog,1.521,1.522 fink.conf.5.in,1.46,1.47

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28341

Modified Files:
ChangeLog fink.conf.5.in 
Log Message:
Better MaxBuildJobs description in fink.conf.5 thanks to Daniel Macks.
Also, fix date typo in ChangeLog.


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- fink.conf.5.in  24 Nov 2009 19:39:26 -  1.46
+++ fink.conf.5.in  24 Nov 2009 21:38:40 -  1.47
@@ -169,10 +169,10 @@
 pass optional command-line options, or use a drop-in replacement like pbzip2 
for
 decompressing .bz2 archives.
 .It Cm MaxBuildJobs: Ar positive integer
-For packages with parallel build jobs enabled, the MaxBuildJobs option
-specifies how many concurrent build jobs should be spawned by Fink, which
-should render builds faster on multi-CPU, multi-core systems (technically
-speaking, Fink uses the value of this option in MAKEFLAGS=-j). Running
+This option specifies how many concurrent build jobs should be spawned when
+building a package that has parallel build jobs enabled. Building in parallel
+speeds up the build process on multi-CPU or multi-core systems. Technically
+speaking, Fink uses the value of this option in MAKEFLAGS=-j. Running
 .Cm fink configure
 will tell you how many active CPUs/cores are available on your system.
 .El

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -d -r1.521 -r1.522
--- ChangeLog   24 Nov 2009 19:39:26 -  1.521
+++ ChangeLog   24 Nov 2009 21:38:40 -  1.522
@@ -1,4 +1,4 @@
-2009-09-24  Augusto Devegili  moni...@users.sourceforge.net
+2009-11-24  Augusto Devegili  moni...@users.sourceforge.net
 
* fink.conf.5.in: New MaxBuildJobs option and minor cleanup
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink fink.conf.5.in,1.45.2.2,1.45.2.3

2009-11-24 Thread monipol
Update of /cvsroot/fink/fink
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28606

Modified Files:
  Tag: branch_0_29
fink.conf.5.in 
Log Message:
Better MaxBuildJobs description in fink.conf.5 thanks to Daniel Macks.


Index: fink.conf.5.in
===
RCS file: /cvsroot/fink/fink/fink.conf.5.in,v
retrieving revision 1.45.2.2
retrieving revision 1.45.2.3
diff -u -d -r1.45.2.2 -r1.45.2.3
--- fink.conf.5.in  24 Nov 2009 21:17:27 -  1.45.2.2
+++ fink.conf.5.in  24 Nov 2009 21:38:59 -  1.45.2.3
@@ -169,10 +169,9 @@
 pass optional command-line options, or use a drop-in replacement like pbzip2 
for
 decompressing .bz2 archives.
 .It Cm MaxBuildJobs: Ar positive integer
-For packages with parallel build jobs enabled, the MaxBuildJobs option
-specifies how many concurrent build jobs should be spawned by Fink, which
-should render builds faster on multi-CPU, multi-core systems (technically
-speaking, Fink uses the value of this option in MAKEFLAGS=-j). Running
+This option specifies how many concurrent build jobs should be spawned when
 building a package that has parallel build jobs enabled. Building in parallel  
 
+speeds up the build process on multi-CPU or multi-core systems. Technically
+speaking, Fink uses the value of this option in MAKEFLAGS=-j.  Running
 .Cm fink configure
 will tell you how many active CPUs/cores are available on your system.
 .El


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 r-base.info,1.20,1.21

2009-11-24 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9249

Modified Files:
r-base.info 
Log Message:
gcc43 to gcc44.


Index: r-base.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-base.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- r-base.info 31 Jan 2009 23:58:16 -  1.20
+++ r-base.info 25 Nov 2009 05:09:25 -  1.21
@@ -1,9 +1,9 @@
 Package: r-base
 Version: 2.7.0
-Revision: 1
+Revision: 2
 Maintainer: Thomas Kho t...@tommykho.com
-Depends: bzip2-shlibs, gcc43-shlibs, libgettext3-shlibs, libiconv, 
libjpeg-shlibs, libpng3-shlibs, pcre-shlibs, readline5-shlibs, tcltk
-BuildDepends: fink (= 0.28.1), bzip2-dev, gcc43, libgettext3-dev, 
libiconv-dev, libjpeg, libncurses5, libpng3, pcre, readline5, tcltk-dev, 
tetex-base, texinfo, x11-dev
+Depends: bzip2-shlibs, gcc44-shlibs, libgettext3-shlibs, libiconv, 
libjpeg-shlibs, libpng3-shlibs, pcre-shlibs, readline5-shlibs, tcltk
+BuildDepends: fink (= 0.28.1), bzip2-dev, gcc44, libgettext3-dev, 
libiconv-dev, libjpeg, libncurses5, libpng3, pcre, readline5, tcltk-dev, 
tetex-base, texinfo, x11-dev
 Source: http://cran.r-project.org/src/base/R-2/R-%v.tar.gz
 Source-MD5: 9eaee3eceec1d5f72cea5640ca90768c
 PatchFile: %n.patch


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog, 1.1646, 1.1647 Configure.pm, 1.62, 1.63 PkgVersion.pm, 1.640, 1.641

2009-11-23 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32300

Modified Files:
ChangeLog Configure.pm PkgVersion.pm 
Log Message:
Call $config-param() only once and warn user if MaxBuildJobs is not a positive
integer.



Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -d -r1.640 -r1.641
--- PkgVersion.pm   21 Nov 2009 21:20:18 -  1.640
+++ PkgVersion.pm   23 Nov 2009 17:06:46 -  1.641
@@ -4995,14 +4995,17 @@
}
 
# UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
-   if ($self-param_boolean('UseMaxBuildJobs')
-$config-has_param('MaxBuildJobs')
-$config-param('MaxBuildJobs') =~ /^\d+$/
-$config-param('MaxBuildJobs')  1) {
-   if (defined $script_env{'MAKEFLAGS'}) {
-   $script_env{'MAKEFLAGS'} .= ' -j' . 
$config-param('MaxBuildJobs');
+   if ($self-param_boolean('UseMaxBuildJobs')  
$config-has_param('MaxBuildJobs')) {
+   my $mbj = $config-param('MaxBuildJobs');
+   if ($mbj =~ /^\d+$/   $mbj  0) {
+   if (defined $script_env{'MAKEFLAGS'}) {
+   $script_env{'MAKEFLAGS'} .=  -j$mbj;
+   } else {
+   $script_env{'MAKEFLAGS'} = -j$mbj;
+   }
} else {
-   $script_env{'MAKEFLAGS'} = '-j' . 
$config-param('MaxBuildJobs');
+   warn Ignoring invalid MaxBuildJobs value in fink.conf: 
 .
+   $mbj is not a positive integer\n;
}
}
 

Index: Configure.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Configure.pm,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Configure.pm12 Nov 2009 00:23:20 -  1.62
+++ Configure.pm23 Nov 2009 17:06:46 -  1.63
@@ -318,6 +318,7 @@
}
}
 
+   print \n;
my $maxbuildjobs_prompt = Enter the maximum number of simultaneous  .
build jobs. In general, Fink will build packages faster on 
systems  .
with multiple CPUs/cores if you allow it to spawn jobs in 
parallel.;
@@ -332,12 +333,13 @@
}
$maxbuildjobs_prompt .= \nMaximum number of simultaneous build jobs:;
my $maxbuildjobs = $config-param_default(MaxBuildJobs, $activecpus);
-   my $choice_prompt = $maxbuildjobs;
-   $maxbuildjobs = prompt($maxbuildjobs_prompt, default = 
$choice_prompt);
+   my $maxbuildjobs_default = $maxbuildjobs;
+   $maxbuildjobs = prompt($maxbuildjobs_prompt,
+   default = $maxbuildjobs_default);
 
while (!($maxbuildjobs =~ /^\d+$/  $maxbuildjobs  0)) {
$maxbuildjobs = prompt(Invalid choice. Please try again,
-   default = $choice_prompt);
+   default = $maxbuildjobs_default);
}
 
$config-set_param(MaxBuildJobs, $maxbuildjobs);

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1646
retrieving revision 1.1647
diff -u -d -r1.1646 -r1.1647
--- ChangeLog   21 Nov 2009 21:27:44 -  1.1646
+++ ChangeLog   23 Nov 2009 17:06:45 -  1.1647
@@ -1,3 +1,9 @@
+2009-11-23  Augusto Devegili  moni...@users.sourceforge.net
+
+   * Configure.pm: Comsetics
+   * PkgVersion.pm: Call $config-param() only once and warn user if
+   MaxBuildJobs is not a positive integer
+
 2009-11-21  Augusto Devegili  moni...@users.sourceforge.net
 
* PkgVersion.pm: Handle the Commercial licence


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 libical.patch, NONE, 1.1 libical.info, 1.6, 1.7

2009-11-23 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31007

Modified Files:
libical.info 
Added Files:
libical.patch 
Log Message:
Use OSSwapBigToHostInt32 for bswap_32.


Index: libical.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libical.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libical.info14 Nov 2009 18:54:43 -  1.6
+++ libical.info24 Nov 2009 03:58:56 -  1.7
@@ -1,10 +1,13 @@
 Package: libical
 Version: 0.44
-Revision: 1002
+Revision: 1003
+BuildDepends: fink (= 0.24.12)
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
 Source: mirror:sourceforge:freeassociation/%n-%v.tar.gz
 Source-MD5: e0403c31e1ed82569325685f8c15959c
+PatchFile: %n.patch
+PatchFile-MD5: c97896c4f47c24ff6614ae244db2e16a
 SetCFLAGS: -Os
 SetCXXFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-reentrant 
--enable-cxx --enable-python

--- NEW FILE: libical.patch ---
diff -Nurd libical-0.44.ori/src/libical/icaltz-util.c 
libical-0.44/src/libical/icaltz-util.c
--- libical-0.44.ori/src/libical/icaltz-util.c  2009-09-26 23:38:51.0 
-0300
+++ libical-0.44/src/libical/icaltz-util.c  2009-11-24 01:45:13.0 
-0200
@@ -27,6 +27,9 @@
 
 #if defined(sun)  defined(__SVR4)
 #include sys/byteorder.h
+#elif defined(__APPLE__)
+#include libkern/OSByteOrder.h
+#define bswap_32 OSSwapBigToHostInt32
 #else
 # ifdef HAVE_BYTESWAP_H
 #  include byteswap.h


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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.2.35, 1.1592.2.36 PkgVersion.pm, 1.622.2.6, 1.622.2.7

2009-11-22 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32632

Modified Files:
  Tag: branch_0_29
ChangeLog PkgVersion.pm 
Log Message:
Backport from HEAD: Handle the Commercial licence.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.622.2.6
retrieving revision 1.622.2.7
diff -u -d -r1.622.2.6 -r1.622.2.7
--- PkgVersion.pm   18 Oct 2009 22:26:30 -  1.622.2.6
+++ PkgVersion.pm   23 Nov 2009 05:52:46 -  1.622.2.7
@@ -3140,7 +3140,7 @@
 
my $url = $self-get_source($suffix);
my $file = $self-get_tarball($suffix);
-   $nomirror = 1 if $self-get_license() =~ /^Restrictive$/i;
+   $nomirror = 1 if $self-get_license() =~ /^(Commercial|Restrictive)$/i;

my($checksum_type, $checksum) = 
Fink::Checksum-parse_checksum($self-get_checksum($suffix));
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1592.2.35
retrieving revision 1.1592.2.36
diff -u -d -r1.1592.2.35 -r1.1592.2.36
--- ChangeLog   10 Nov 2009 00:17:53 -  1.1592.2.35
+++ ChangeLog   23 Nov 2009 05:52:45 -  1.1592.2.36
@@ -1,3 +1,7 @@
+2009-11-21  Augusto Devegili  moni...@users.sourceforge.net
+
+   * PkgVersion.pm: Handle the Commercial licence
+
 2009-11-09  Alexander Hansen  alexkhan...@users.sourceforge.net
 
* Bootstrap.pm: Support OS X 10.6.2


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 template-pm.info, 1.11, 1.12

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14336/libs/perlmods

Modified Files:
template-pm.info 
Log Message:
Move update-alternatives --remove from PostRmScript to PreRmScript.


Index: template-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/template-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- template-pm.info23 Aug 2009 04:23:29 -  1.11
+++ template-pm.info21 Nov 2009 14:03:55 -  1.12
@@ -1,7 +1,7 @@
 Info2: 
 Package: template%type_pkg[-notex]-pm%type_pkg[perl]
 Version: 2.19
-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] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
 Description: Fast extensible template processing system
@@ -73,7 +73,7 @@
 done
   fi
 
-PostRmScript: 
+PreRmScript: 
   if [ $1 = remove ]; then
 for bin in tpage ttree; do
   update-alternatives --remove $bin %p/bin/$bin-%type_raw[perl]


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 gnome-menus2-dev.info, 1.13, 1.14 gnome-menus2-py-2.20.3.info, 1.2, 1.3 gnome-menus2-py.info, 1.19, 1.20 gnome-menus2-py25.info, 1.1, 1.2

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14336/gnome

Modified Files:
gnome-menus2-dev.info gnome-menus2-py-2.20.3.info 
gnome-menus2-py.info gnome-menus2-py25.info 
Log Message:
Move update-alternatives --remove from PostRmScript to PreRmScript.


Index: gnome-menus2-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-menus2-py.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gnome-menus2-py.info22 Jul 2009 07:07:45 -  1.19
+++ gnome-menus2-py.info21 Nov 2009 14:03:55 -  1.20
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnome-menus2-py%type_pkg[python]
 Version: 2.26.2
-Revision: 2
+Revision: 3
 Type: python (2.6)
 BuildDepends: 
fink (= 0.24.12-1),
@@ -60,7 +60,7 @@
--install %p/bin/gmenu-simple-editor
gmenu-simple-editor %p/bin/gmenu-simple-editor-%type_pkg[python] 
%type_pkg[python] \
--slave   %p/share/applications/gmenu-simple-editor.desktop 
gmenu-simple-editor.desktop 
%p/share/applications/gmenu-simple-editor.desktop-%type_pkg[python]
 
-PostRmScript: 
+PreRmScript: 
. %p/bin/init.sh
update-alternatives --remove gmenu-simple-editor 
%p/bin/gmenu-simple-editor-%type_pkg[python]
 

Index: gnome-menus2-py25.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-menus2-py25.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-menus2-py25.info  9 Jun 2009 17:01:59 -   1.1
+++ gnome-menus2-py25.info  21 Nov 2009 14:03:55 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnome-menus2-py%type_pkg[python]
 Version: 2.24.2
-Revision: 1
+Revision: 2
 Type: python 2.5
 BuildDepends: 
fink (= 0.24.12-1),
@@ -58,7 +58,7 @@
--install %p/bin/gmenu-simple-editor
gmenu-simple-editor %p/bin/gmenu-simple-editor-%type_pkg[python] 
%type_pkg[python] \
--slave   %p/share/applications/gmenu-simple-editor.desktop 
gmenu-simple-editor.desktop 
%p/share/applications/gmenu-simple-editor.desktop-%type_pkg[python]
 
-PostRmScript: 
+PreRmScript: 
update-alternatives --remove gmenu-simple-editor 
%p/bin/gmenu-simple-editor-%type_pkg[python]
 
 

Index: gnome-menus2-dev.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-menus2-dev.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gnome-menus2-dev.info   1 Jul 2009 16:22:44 -   1.13
+++ gnome-menus2-dev.info   21 Nov 2009 14:03:54 -  1.14
@@ -1,6 +1,6 @@
 Package: gnome-menus2-dev
 Version: 2.26.2
-Revision: 1
+Revision: 2
 BuildDepends: 
fink (= 0.24.12-1),
gettext-bin,
@@ -59,7 +59,7 @@
. %p/bin/init.sh
update-alternatives --install 
%p/etc/xdg/menus/applications.menu applications.menu 
%p/etc/xdg/menus/gnome-applications.menu 20

-   PostRmScript: 
+   PreRmScript: 
. %p/bin/init.sh
update-alternatives --remove applications.menu 
%p/etc/xdg/menus/gnome-applications.menu


Index: gnome-menus2-py-2.20.3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-menus2-py-2.20.3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnome-menus2-py-2.20.3.info 22 Aug 2009 22:20:20 -  1.2
+++ gnome-menus2-py-2.20.3.info 21 Nov 2009 14:03:55 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: gnome-menus2-py%type_pkg[python]
 Version: 2.20.3
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python (2.3 2.4)
 BuildDepends: 
@@ -59,7 +59,7 @@
--install %p/bin/gmenu-simple-editor
gmenu-simple-editor %p/bin/gmenu-simple-editor-%type_pkg[python] 
%type_pkg[python] \
--slave   %p/share/applications/gmenu-simple-editor.desktop 
gmenu-simple-editor.desktop 
%p/share/applications/gmenu-simple-editor.desktop-%type_pkg[python]
 
-PostRmScript: 
+PreRmScript: 
update-alternatives --remove gmenu-simple-editor 
%p/bin/gmenu-simple-editor-%type_pkg[python]
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits 

[cvs] dists/10.4/unstable/main/finkinfo/libs swfmill.info,1.2,1.3

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5979/libs

Modified Files:
swfmill.info 
Log Message:
Add swfmill missing dependency on swfmill-shlibs. Update by getphuture from the
submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2901786group_id=17203atid=414256


Index: swfmill.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/swfmill.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- swfmill.info6 Oct 2009 12:13:40 -   1.2
+++ swfmill.info21 Nov 2009 17:10:04 -  1.3
@@ -1,6 +1,6 @@
 Package: swfmill
 Version: 0.2
-Revision: 1
+Revision: 2 
 Source: http://swfmill.org/releases/%n-%v.12.tar.gz
 Source-MD5: 88a634cad4d8d025c84c6e8916a8b1c4
 Homepage: http://swfmill.org
@@ -27,7 +27,7 @@
 
 DocFiles: AUTHORS COPYING INSTALL NEWS README TODO
 BuildDepends: freetype219, libiconv-dev, libpng3, libtool14, libtool14-shlibs, 
libxml2, libxslt, fink ( = 0.24.12 )
-Depends: freetype219-shlibs, libiconv, libpng3-shlibs, libxml2-shlibs, 
libxslt-shlibs
+Depends: %N-shlibs (= %v-%r), freetype219-shlibs, libiconv, libpng3-shlibs, 
libxml2-shlibs, libxslt-shlibs
 ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking
 PatchFile: %n.patch
 PatchFile-MD5: 13e4f1a0eca6a28d038a9a29ebc9105c


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink PkgVersion.pm,1.639,1.640

2009-11-21 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17668

Modified Files:
PkgVersion.pm 
Log Message:
Handle the Commercial licence.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.639
retrieving revision 1.640
diff -u -d -r1.639 -r1.640
--- PkgVersion.pm   12 Nov 2009 00:23:20 -  1.639
+++ PkgVersion.pm   21 Nov 2009 21:20:18 -  1.640
@@ -3161,7 +3161,7 @@
 
my $url = $self-get_source($suffix);
my $file = $self-get_tarball($suffix);
-   $nomirror = 1 if $self-get_license() =~ /^Restrictive$/i;
+   $nomirror = 1 if $self-get_license() =~ /^(Commercial|Restrictive)$/i;

my($checksum_type, $checksum) = 
Fink::Checksum-parse_checksum($self-get_checksum($suffix));
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] scripts/distfiles generate-distfiles-and-finkinfo-mirror.pl, 1.1, 1.2

2009-11-21 Thread monipol
Update of /cvsroot/fink/scripts/distfiles
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18634

Modified Files:
generate-distfiles-and-finkinfo-mirror.pl 
Log Message:
Handle the Commercial licence.


Index: generate-distfiles-and-finkinfo-mirror.pl
===
RCS file: 
/cvsroot/fink/scripts/distfiles/generate-distfiles-and-finkinfo-mirror.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- generate-distfiles-and-finkinfo-mirror.pl   11 Sep 2007 03:12:04 -  
1.1
+++ generate-distfiles-and-finkinfo-mirror.pl   21 Nov 2009 21:26:47 -  
1.2
@@ -174,7 +174,7 @@
print LOG - fetching files for $shortname ($dist/$tree)\n;
for my $package ( Fink::PkgVersion-pkgversions_from_info_file( 
$File::Find::name ) )
{
-   next if ( $package-get_license() =~ /Restrictive$/ );
+   next if ( $package-get_license() =~ 
/^(Commercial|Restrictive)$/i );
for my $suffix ($package-get_source_suffices)
{
my $tarball = $package-get_tarball($suffix);


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink ChangeLog,1.1645,1.1646

2009-11-21 Thread monipol
Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18907

Modified Files:
ChangeLog 
Log Message:
Handle the Commercial licence.


Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1645
retrieving revision 1.1646
diff -u -d -r1.1645 -r1.1646
--- ChangeLog   12 Nov 2009 00:23:20 -  1.1645
+++ ChangeLog   21 Nov 2009 21:27:44 -  1.1646
@@ -1,3 +1,7 @@
+2009-11-21  Augusto Devegili  moni...@users.sourceforge.net
+
+   * PkgVersion.pm: Handle the Commercial licence
+
 2009-11-11  Augusto Devegili  moni...@users.sourceforge.net
 
* Configure.pm: Accept only positive integers for MaxBuildJobs, and loop


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/mirror ChangeLog,1.133,1.134 README.contacts,1.2,1.3

2009-11-21 Thread monipol
Update of /cvsroot/fink/fink/mirror
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25810

Modified Files:
ChangeLog README.contacts 
Log Message:
Fix Todai's e-mail address.


Index: README.contacts
===
RCS file: /cvsroot/fink/fink/mirror/README.contacts,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.contacts 3 Nov 2009 17:00:09 -   1.2
+++ README.contacts 21 Nov 2009 22:17:21 -  1.3
@@ -1,5 +1,5 @@
 == Asia ==
-master.asi.finkmirrors.net sodansATusers.sourceforge.net
+master.asi.finkmirrors.net finkATsodan.ecc.u-tokyo.ac.jp
 
 == Australia ==
 bne.qld.au.finkmirrors.net supportATplanetmirror.com

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/mirror/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- ChangeLog   16 Nov 2009 00:13:31 -  1.133
+++ ChangeLog   21 Nov 2009 22:17:21 -  1.134
@@ -1,3 +1,7 @@
+2009-11-21  Augusto Devegili moni...@users.sourceforge.net
+
+   * README.contacts: Fix Todai's e-mail address
+
 2009-11-15  Augusto Devegili moni...@users.sourceforge.net
 
* VERSION: releasing version 0.29.10.1 of fink-mirrors


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 mizar-semantic-mml.info, 1.13, 1.14

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27484

Modified Files:
mizar-semantic-mml.info 
Log Message:
New upstream version. Update by jessealama from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2900234group_id=17203atid=414256


Index: mizar-semantic-mml.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-semantic-mml.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mizar-semantic-mml.info 22 Feb 2009 23:15:36 -  1.13
+++ mizar-semantic-mml.info 21 Nov 2009 22:32:11 -  1.14
@@ -1,24 +1,21 @@
 Package: mizar-semantic-mml
 Description: Semantic HTML presentation of the MML
-Version: 4.117.1046
+Version: 4.129.1070
 Revision: 1
 Replaces: mizar-semantic-mml (= 4.66.942)
 License: Commercial
 Homepage: http://mmlquery.mizar.org
-Source: http://lipa.ms.mff.cuni.cz/~urban/xmlmml/html_abstr.%v.tar.gz
-Source-MD5: 93f2169ce4127178764ad85fe7962fb9
-SourceDirectory: html
+Source: http://centria.di.fct.unl.pt/~alama/mizar/mml-html/7.11.03_%v.tar.bz2
+Source-MD5: 73fbb27d993f8b10d9205583fcff59ce
 CompileScript: 
 
 InstallScript: 
   mkdir -p %i/share/mizar/html
   cp *.html %i/share/mizar/html
-  mkdir -p %i/share/mizar/html/proofs
-  cp -R proofs/* %i/share/mizar/html/proofs
 
 DescDetail: 
 This package provides a hypertext version of a rich semantic
 representation of the Mizar Mathematical Library (MML).
 
-Maintainer: Jesse Alama al...@stanford.edu
+Maintainer: Jesse Alama jesse.al...@gmail.com
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 chocolate-doom.patch, NONE, 1.1 chocolate-doom.info, 1.2, 1.3

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28326

Modified Files:
chocolate-doom.info 
Added Files:
chocolate-doom.patch 
Log Message:
New upstream version. Update by getphuture from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2901776group_id=17203atid=414256


--- NEW FILE: chocolate-doom.patch ---
--- chocolate-doom-1.2.1/configure  2008-12-11 05:29:45.0 +0900
+++ chocolate-doom-1.2.1-patched/configure  2009-11-21 23:27:37.0 
+0900
@@ -3235,16 +3235,8 @@
 fi
 { echo $as_me:$LINENO: result: $ac_cv_lib_SDL_mixer_Mix_LoadMUS 5
 echo ${ECHO_T}$ac_cv_lib_SDL_mixer_Mix_LoadMUS 6; }
-if test $ac_cv_lib_SDL_mixer_Mix_LoadMUS = yes; then
-
-SDLMIXER_LIBS=$SDLMIXER_LIBS -lSDL_mixer
-
-else
-
-echo *** Could not find SDL_mixer.  Please install it.
-exit -1
-
-fi
+ac_cv_lib_SDL_mixer_Mix_LoadMUS=yes
+SDLMIXER_LIBS=$SDLMIXER_LIBS -lSDL_mixer
 
 
 { echo $as_me:$LINENO: checking for SDLNet_UDP_Send in -lSDL_net 5
@@ -3308,16 +3300,8 @@
 fi
 { echo $as_me:$LINENO: result: $ac_cv_lib_SDL_net_SDLNet_UDP_Send 5
 echo ${ECHO_T}$ac_cv_lib_SDL_net_SDLNet_UDP_Send 6; }
-if test $ac_cv_lib_SDL_net_SDLNet_UDP_Send = yes; then
-
-SDLNET_LIBS=$SDLNET_LIBS -lSDL_net
-
-else
-
-echo *** Could not find SDL_net.  Please install it.
-exit -1
-
-fi
+ac_cv_lib_SDL_net_SDLNet_UDP_Send=yes
+SDLNET_LIBS=$SDLNET_LIBS -lSDL_net
 
 
 ac_ext=c

 

Index: chocolate-doom.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/chocolate-doom.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chocolate-doom.info 6 Oct 2009 12:13:40 -   1.2
+++ chocolate-doom.info 21 Nov 2009 22:39:29 -  1.3
@@ -1,8 +1,10 @@
 Package: chocolate-doom
-Version: 1.1.1
-Revision: 1
+Version: 1.2.1
+Revision: 2 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: f8a37a474f24e0ee3ff2201af83fad3d
+Source-MD5: df04c380034eff789e6b9ee1c0164977
+PatchFile: %n.patch
+PatchFile-MD5: 037db6aef4d9e707ee7f2ed499ef3d3b 
 License: GPL
 Homepage: http://www.chocolate-doom.org
 Maintainer: Pierre-Henri Lavigne yakesonchih...@aim.com
@@ -26,10 +28,12 @@
 * Testing. A WAD will work on all ports
 
 DocFiles: AUTHORS BUGS CMDLINE COPYING ChangeLog HACKING INSTALL NEWS README 
TODO
-BuildDepends: automake1.10, libsamplerate0-dev, sdl, sdl-mixer, sdl-net
+BuildDepends: automake1.10, fink (= 0.24.12), libsamplerate0-dev, sdl, 
sdl-mixer, sdl-net
 Depends: libsamplerate0-shlibs, sdl-mixer-shlibs, sdl-net-shlibs, sdl-shlibs
 ConfigureParams: --disable-sdltest --disable-dependency-tracking 
--with-sdl-exec-prefix=%p
 PatchScript:
+#!/bin/bash -ev
+%{default_script}
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' setup/Makefile.in
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' setup/Makefile.am
 perl -pi -e 's,\$\(prefix\)\/games,\$\(prefix\)\/bin,g' src/Makefile.in


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 filezilla.info,1.3,1.4

2009-11-21 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30673

Modified Files:
filezilla.info 
Log Message:
New upstream version. Update by hakamadare from the submissions tracker:
https://sourceforge.net/tracker/?func=detailaid=2895505group_id=17203atid=414256


Index: filezilla.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/filezilla.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- filezilla.info  6 Nov 2009 14:12:42 -   1.3
+++ filezilla.info  21 Nov 2009 23:01:22 -  1.4
@@ -1,11 +1,11 @@
 Package: filezilla
-Version: 3.2.8.1
+Version: 3.3.0
 Revision: 1
 Description: GUI SFTP/FTP client
 License: GPL
 Maintainer: Steve Huff hakamad...@users.sourceforge.net
 Source: mirror:sourceforge:filezilla/FileZilla_%v_src.tar.bz2
-Source-MD5: dd5c0288f229090a00ecaebb157e5a84
+Source-MD5: eb5c50abee31c3269f98d6b8327babb1
 SourceDirectory: %n-%v
 ConfigureParams: --mandir=%p/share/man  --disable-dependency-tracking 
--disable-shared --disable-manualupdatecheck
 InfoTest: 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo unison.info,1.2,1.3

2009-11-19 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16906

Added Files:
unison.info 
Log Message:
2.32.52 update


--- NEW FILE: unison.info ---
Info2: 
Package: unison%type_pkg[uitype]
Version: 2.32.52
Revision: 1
Type: uitype (. -nox)
Description: File synchronization tool
License: GPL
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
Maintainer: Monic Polynomial moni...@users.sourceforge.net

Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/%{ni}-%v/%{ni}-%v.tar.gz
Source-MD5: 0701f095c1721776a0454b94607eda48

BuildDepends: 
  (%type_raw[uitype] = .) aspell-dev,
  (%type_raw[uitype] = .) atk1 (= 1.20.0-1),
  (%type_raw[uitype] = .) audiofile,
  (%type_raw[uitype] = .) cairo (= 1.6-1),
  (%type_raw[uitype] = .) esound,
  (%type_raw[uitype] = .) expat1,
  fink (= 0.24.12),
  (%type_raw[uitype] = .) fontconfig2-dev (= 2.4.1-1),
  (%type_raw[uitype] = .) freetype219 (= 2.3.5-1),
  (%type_raw[uitype] = .) gconf2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) gettext-tools,
  (%type_raw[uitype] = .) glib2-dev (= 2.14.0-1),
  (%type_raw[uitype] = .) glitz,
  (%type_raw[uitype] = .) gnome-keyring-dev,
  (%type_raw[uitype] = .) gnome-panel-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) gnome-vfs2-unified-dev (= 1:2.20.0-1),
  (%type_raw[uitype] = .) gtk+2-dev (= 2.12.0-1),
  (%type_raw[uitype] = .) gtkglarea2,
  (%type_raw[uitype] = .) gtksourceview-dev,
  (%type_raw[uitype] = .) gtkspell2-dev (= 2.0.11-1004),
  (%type_raw[uitype] = .) lablgtk2 (= 2.10.1-1),
  (%type_raw[uitype] = .) libart2,
  (%type_raw[uitype] = .) libbonobo2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) libbonoboui2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) libgettext3-dev,
  (%type_raw[uitype] = .) libglade2 (= 2.6.2-1),
  (%type_raw[uitype] = .) libgnome2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) libgnomecanvas2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) libgnomeprint2.2-dev,
  (%type_raw[uitype] = .) libgnomeui2-dev (= 2.20.0-1),
  (%type_raw[uitype] = .) libiconv-dev,
  (%type_raw[uitype] = .) libpng3,
  (%type_raw[uitype] = .) librsvg2 (= 2.20.0-1),
  (%type_raw[uitype] = .) libxml2 (= 2.6.30-1),
  ocaml (=3.08),
  (%type_raw[uitype] = .) orbit2-dev (= 2.14.9-1),
  (%type_raw[uitype] = .) pango1-xft2-ft219-dev (= 1.18.4-4),
  (%type_raw[uitype] = .) pixman (= 0.10.0-1),
  (%type_raw[uitype] = .) pkgconfig (= 0.21-1),
  (%type_raw[uitype] = .) popt,
  (%type_raw[uitype] = .) x11-dev,
  (%type_raw[uitype] = .) xft2-dev


Depends: 
  (%type_raw[uitype] = .) atk1-shlibs (= 1.20.0-1),
  (%type_raw[uitype] = .) cairo-shlibs (= 1.6-1),
  (%type_raw[uitype] = .) fontconfig2-shlibs (= 2.4.1-1),
  (%type_raw[uitype] = .) freetype219-shlibs (= 2.3.5-1),
  (%type_raw[uitype] = .) glib2-shlibs (= 2.14.0-1),
  (%type_raw[uitype] = .) gtk+2-shlibs (= 2.12.0-1),
  (%type_raw[uitype] = .) libgettext3-shlibs,
  (%type_raw[uitype] = .) pango1-xft2-ft219-shlibs (= 1.18.4-4)


CompileScript: 
#!/bin/bash -ev
  case %type_raw[uitype] in
-nox) UISTYLE=text;;
.)UISTYLE=gtk2;;
  esac
  make UISTYLE=$UISTYLE THREADS=true


InstallScript: 
#!/bin/bash -ev
  case %type_raw[uitype] in
-nox) BINNAME=unison-nox;;
.)BINNAME=unison;;
  esac

  /bin/mkdir -p %i/bin
  /usr/bin/install unison %i/bin/$BINNAME


DocFiles: BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt TODO.txt

DescDetail: 
  Unison is a file-synchronization tool for Unix and Windows. It allows two
  replicas of a collection of files and directories to be stored on different
  hosts (or different disks on the same host), modified separately, and then
  brought up to date by propagating the changes in each replica to the other.

  Unison shares a number of features with tools such as configuration
  management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
  uni-directional mirroring utilities (rsync, etc.) and other synchronizers
  (Intellisync, Reconcile, etc).

  The unison package installs a program called unison which is the console-only
  version. The unison-gtk package installs a program called unison-gtk with
  the GTK2 graphical user interface.


DescPackaging: 
  I've disabled the native GUI for the moment because it does not build.
  I have to look more carefully at the OCaml native binary mechanism.




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 wxgtk2.8-py.info, 1.3, 1.4

2009-11-19 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5282

Modified Files:
wxgtk2.8-py.info 
Log Message:
update-alternatives --remove in PreRmScript (with maintainer's consent).


Index: wxgtk2.8-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/wxgtk2.8-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wxgtk2.8-py.info25 Apr 2009 04:55:15 -  1.3
+++ wxgtk2.8-py.info20 Nov 2009 05:53:47 -  1.4
@@ -2,7 +2,7 @@
 
 Package: wxgtk2.8-py%type_pkg[python]
 Version: 2.8.9.1
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4 
 Type: python (2.4 2.5)
 Maintainer: Jed Frechette jdfr...@unm.edu
@@ -61,6 +61,24 @@
 update-alternatives --install %p/bin/xrced xrced 
%p/bin/xrced-py%type_pkg[python] %type_pkg[python]
 
 
+PreRmScript: 
+if [ $1 != upgrade ]
+then
+update-alternatives --remove editra %p/bin/editra-py%type_pkg[python] 
%type_pkg[python]
+update-alternatives --remove helpviewer 
%p/bin/helpviewer-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove img2png 
%p/bin/img2png-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove img2py %p/bin/img2py-py%type_pkg[python] 
%type_pkg[python]
+update-alternatives --remove img2xpm 
%p/bin/img2xpm-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove pyalacarte 
%p/bin/pyalacarte-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove pyalamode 
%p/bin/pyalamode-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove pycrust 
%p/bin/pycrust-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove pyshell 
%p/bin/pyshell-py%type_pkg[python] %type_pkg[python]
+update-alternatives --remove pywrap %p/bin/pywrap-py%type_pkg[python] 
%type_pkg[python]
+update-alternatives --remove pywxrc %p/bin/pywxrc-py%type_pkg[python] 
%type_pkg[python]
+update-alternatives --remove xrced %p/bin/xrced-py%type_pkg[python] 
%type_pkg[python]
+fi
+
+
 Description: Python bindings for the wxGTK library
 DescDetail: 
 In addition to common and advanced GUI facilities such as


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 wxgtk2.8-py.info, 1.4, 1.5

2009-11-19 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10741

Modified Files:
wxgtk2.8-py.info 
Log Message:
Remove extra parameters.


Index: wxgtk2.8-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/wxgtk2.8-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wxgtk2.8-py.info20 Nov 2009 05:53:47 -  1.4
+++ wxgtk2.8-py.info20 Nov 2009 06:14:35 -  1.5
@@ -64,18 +64,18 @@
 PreRmScript: 
 if [ $1 != upgrade ]
 then
-update-alternatives --remove editra %p/bin/editra-py%type_pkg[python] 
%type_pkg[python]
-update-alternatives --remove helpviewer 
%p/bin/helpviewer-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove img2png 
%p/bin/img2png-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove img2py %p/bin/img2py-py%type_pkg[python] 
%type_pkg[python]
-update-alternatives --remove img2xpm 
%p/bin/img2xpm-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove pyalacarte 
%p/bin/pyalacarte-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove pyalamode 
%p/bin/pyalamode-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove pycrust 
%p/bin/pycrust-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove pyshell 
%p/bin/pyshell-py%type_pkg[python] %type_pkg[python]
-update-alternatives --remove pywrap %p/bin/pywrap-py%type_pkg[python] 
%type_pkg[python]
-update-alternatives --remove pywxrc %p/bin/pywxrc-py%type_pkg[python] 
%type_pkg[python]
-update-alternatives --remove xrced %p/bin/xrced-py%type_pkg[python] 
%type_pkg[python]
+update-alternatives --remove editra %p/bin/editra-py%type_pkg[python]
+update-alternatives --remove helpviewer 
%p/bin/helpviewer-py%type_pkg[python]
+update-alternatives --remove img2png %p/bin/img2png-py%type_pkg[python]
+update-alternatives --remove img2py %p/bin/img2py-py%type_pkg[python]
+update-alternatives --remove img2xpm %p/bin/img2xpm-py%type_pkg[python]
+update-alternatives --remove pyalacarte 
%p/bin/pyalacarte-py%type_pkg[python]
+update-alternatives --remove pyalamode 
%p/bin/pyalamode-py%type_pkg[python]
+update-alternatives --remove pycrust %p/bin/pycrust-py%type_pkg[python]
+update-alternatives --remove pyshell %p/bin/pyshell-py%type_pkg[python]
+update-alternatives --remove pywrap %p/bin/pywrap-py%type_pkg[python]
+update-alternatives --remove pywxrc %p/bin/pywxrc-py%type_pkg[python]
+update-alternatives --remove xrced %p/bin/xrced-py%type_pkg[python]
 fi
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 mayavi2-py.info,1.3,1.4

2009-11-19 Thread monipol
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15564

Modified Files:
mayavi2-py.info 
Log Message:
Fix typo in PreRmScript, update-alternatives (with maintainer's consent).


Index: mayavi2-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mayavi2-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mayavi2-py.info 31 Jul 2009 16:51:32 -  1.3
+++ mayavi2-py.info 20 Nov 2009 06:40:37 -  1.4
@@ -1,7 +1,7 @@
 Info2: 
 Package: mayavi2-py%type_pkg[python]
 Version: 3.2.0
-Revision: 1
+Revision: 2
 Maintainer: Jed Frechette jdfr...@unm.edu
 Type: python (2.5)
 Depends: 
@@ -42,7 +42,7 @@
 
 PreRmScript: 
   if [ $1 != upgrade ]; then
-for i in mayavi tvtk_doc; do
+for i in mayavi2 tvtk_doc; do
   update-alternatives --remove-all $i
 done
   fi


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo - New directory

2009-11-18 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18467/finkinfo

Log Message:
Directory /cvsroot/fink/experimental/monipol/finkinfo added to the repository



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/monipol/finkinfo unison.info,NONE,1.1

2009-11-18 Thread monipol
Update of /cvsroot/fink/experimental/monipol/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18557

Added Files:
unison.info 
Log Message:
Fixes duplicate str.cma error.


--- NEW FILE: unison.info ---
Info2: 
Package: unison%type_pkg[uitype]
Version: 2.27.57
Revision: 1008
Type: uitype (. -nox -aqua)
Description: File synchronization tool
DescDetail: 
Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.

Unison shares a number of features with tools such as configuration
management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
uni-directional mirroring utilities (rsync, etc.) and other synchronizers
(Intellisync, Reconcile, etc).

This package includes multiple versions of Unison: 2.9.1, 2.10.2,
2.13.16 and 2.27.57.  The Aqua interface is only available for the
latter two.

Note: All variants can be installed simultaneously.  This package uses the
update-alternatives system so that the command 'unison' automatically uses
the best-available UI for the highest-available version.  Other versions
can be run using 'unison-[version]' or 'unison-[version]-[uitype].  Type
'ls %p/bin/unison*' and 'man update-alternatives' for more information.

DescPackaging: 
Unison requires the versions used on client and server to match (major and
minor for versions up to 2.12, major only for 2.13+).  Most OS
distributions provide only one version -- 2.9.1, 2.10.2 or 2.13.  This
package is interoperable with all such distributions.

License: GPL
Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/src.tar.gz
SourceRename: unison-2.9.1.tar.gz
Source-MD5: d8084fa87c13671de21ec1b701a4606c
Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/unison-manual.html
Source2Rename: unison-2.9.1-manual.html
Source2-MD5: 9fc2f7e967b3ddf24abd2c5170d8d7eb
Source3: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2.tar.gz
Source3-MD5: a93cf03d4221ab6bab8b758b0325a9d5
Source4: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2-manual.html
Source4-MD5: 32327d9239b7abe688cecd6ceaa3dd47
Source5: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16.tar.gz
Source5-MD5: a79bf5f4ebf2a1eaf15b1ac97f827374
Source6: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16-manual.html
Source6-MD5: 2b39e52ec3893a112b28b7b0a294d941
Source7: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.27.57.tar.gz
Source7-MD5: 4ba0a3e4bf4b4ad0c063f86391371f78
Source8: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.27.57-manual.html
Source8-MD5: 0d15059f968d847ce75bafea34fe1c30
Source9: http://akhmac.blogdns.net/~hansen/sources/%{ni}.patch
Source9-MD5: 48b35b2cd2cc5656e04b39f2836c40b8

Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
DocFiles: 
COPYING CONTRIB README ROADMAP.txt
BUGS.txt:BUGS-2.9.1.txt INSTALL:INSTALL-2.9.1 NEWS:NEWS-2.9.1 
TODO.txt:TODO-2.9.1.txt
../unison-2.9.1-manual.html
../unison-2.10.2/BUGS.txt:BUGS-2.10.2.txt 
../unison-2.10.2/INSTALL:INSTALL-2.10.2
../unison-2.10.2/NEWS:NEWS-2.10.2 ../unison-2.10.2/TODO.txt:TODO-2.10.2.txt
../unison-2.10.2-manual.html
../unison-2.13.16/BUGS.txt:BUGS-2.13.16.txt 
../unison-2.13.16/INSTALL:INSTALL-2.13.16
../unison-2.13.16/NEWS:NEWS-2.13.16 ../unison-2.13.16/TODO.txt:TODO-2.13.16.txt
../unison-2.13.16-manual.html
../unison-2.27.57/BUGS.txt:BUGS-2.27.57.txt 
../unison-2.27.57/INSTALL:INSTALL-2.27.57
../unison-2.27.57/NEWS:NEWS-2.27.57 ../unison-2.27.57/TODO.txt:TODO-2.27.57.txt
../unison-2.27.57-manual.html

BuildDepends: 
  ocaml (=3.08),
  (%type_raw[uitype] = .) lablgtk (= 1.2.7-1002),
  (%type_raw[uitype] = .) gtk+,
  (%type_raw[uitype] = .) glib,
  (%type_raw[uitype] = .) lablgtk2 (= 2.10.1-1),
  (%type_raw[uitype] = .) x11-dev,
  (%type_raw[uitype] = .) gtk+2-dev (= 2.12.0-1),
  (%type_raw[uitype] = .) glib2-dev (= 2.14.0-1),
  (%type_raw[uitype] = .) atk1 (= 1.20.0-1),
  (%type_raw[uitype] = .) cairo (= 1.6-1),
  (%type_raw[uitype] = .) libpng3,
  (%type_raw[uitype] = .) expat1,
  (%type_raw[uitype] = .) glitz,
  (%type_raw[uitype] = .) fontconfig2-dev (= 2.4.1-1),
  (%type_raw[uitype] = .) freetype219 (= 2.3.5-1),
  (%type_raw[uitype] = .) xft2-dev,
  (%type_raw[uitype] = .) pango1-xft2-ft219-dev (= 1.18.4-4),
  (%type_raw[uitype] = .) pixman (= 0.10.0-1),
  (%type_raw[uitype] = .) libgettext3-dev,
  (%type_raw[uitype] = .) libiconv-dev

Depends: 
  (%type_raw[uitype] = .) gtk+-shlibs,
  (%type_raw[uitype] = .) glib-shlibs,
  (%type_raw[uitype] = .) x11-shlibs, 
  (%type_raw[uitype] = .) gtk+2-shlibs (= 2.12.0-1), 
  (%type_raw[uitype

  1   2   3   4   >