[cvs] dists/10.7/stable/main/finkinfo/net mosh.info,1.1,1.2

2012-06-17 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv18105

Modified Files:
mosh.info 
Log Message:
mosh: add builddep on protobuf7-dev

Index: mosh.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/mosh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mosh.info   24 May 2012 13:24:06 -  1.1
+++ mosh.info   17 Jun 2012 17:50:14 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: 2822792d362cc1539278ca3d3afb279a
 
 Depends: libncursesw5-shlibs, protobuf7-shlibs
-BuildDepends: libncursesw5, pkgconfig, protobuf 
+BuildDepends: libncursesw5, pkgconfig, protobuf, protobuf7-dev
 
 ConfigureParams: --without-utempter
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 clearsilver-py-10.5.info, NONE, 1.1 clearsilver-py-10.6.info, NONE, 1.1 clearsilver-py.info, 1.9, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv18214

Added Files:
clearsilver-py-10.5.info clearsilver-py-10.6.info 
Removed Files:
clearsilver-py.info 
Log Message:
In addition to being python-varianted, this package is tied to specific 
system-perl versioning, so it must be separate %r for each Distribution (and 
therefore separate .info); making it so, and adjusting variants to be only 
those relevant for each (completely untested)


--- clearsilver-py.info DELETED ---

--- NEW FILE: clearsilver-py-10.6.info ---
Info2: 
Package: clearsilver-py%type_pkg[python]
Version: 0.9.14
Revision: 104
Distribution: 10.6
Type: python (2.5)
Maintainer: Kurt Schwehr goat...@users.sourceforge.net
Depends: 
python%type_pkg[python]-shlibs,
system-perl5100

BuildDepends: 
fink (= 0.24.12), python%type_pkg[python]

Conflicts: clearsilver-py22, clearsilver-py23, clearsilver-py24, 
clearsilver-py25
Replaces: clearsilver-py22, clearsilver-py23, clearsilver-py24, clearsilver-py25
Source: http://www.clearsilver.net/downloads/clearsilver-%v.tar.gz
Source-MD5: 2161936b7828e8cbdc4f45812d15e3f6
PatchFile: clearsilver-py.patch
PatchFile-MD5: adb8316425ca3dcd91d2b1420b4b6daa
PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@INSTALLDIR@|%d|g' -e 
's|@VERS@|%type_raw[python]|g'  %{PatchFile} | patch -p1
UpdatePOD: true
ConfigureParams: --prefix=%p --with-python=%p/bin/python%type_raw[python] 
--with-apache=%p --disable-ruby --disable-csharp --libexecdir='${prefix}/lib' 
InstallScript: 
  #!/bin/sh -ev
  plvers=`fink dumpinfo -f version system-perl 2/dev/null | sed 's,^version: 
,,'`
  make install DESTDIR=%d \
INSTALLPRIVLIB=%p/lib/perl5/$plvers \
INSTALLARCHLIB=%p/lib/perl5/$plvers/darwin \
INSTALLSITELIB=%p/lib/perl5/$plvers \
INSTALLSITEARCH=%p/lib/perl5/$plvers/darwin \
INSTALLBIN=%p/bin \
INSTALLSITEBIN=%p/bin \
INSTALLSCRIPT=%p/bin \
PYTHON_SITE=%p/lib/python%type_raw[python]

  mkdir -p %i/share/man/man3
  #mv %d/man/man3/ClearSilver.3pm %i/share/man/man3/
  rm -rf %d/man

  ranlib %i/lib/*.a

DocFiles: CS_LICENSE LICENSE README README.python
Description: Language-neutral HTML template system
DescDetail: 
Clearsilver is a fast, powerful, and language-neutral HTML template system. 
In both static content sites and dynamic HTML applications, it provides a 
separation between presentation code and application logic which makes working
with your project easier.

DescPackaging: 
* Patches scripts/document.py to use the Fink-installed version of Python
* Ruby support is disabled.
* CSharp support is disabled, as it reportedly has problems with Mono.
* Ranlib run on the libraries to prevent issues when re-compiling.
* Custom installation paths to install Perl-related files into the correct
directories.

DescPort: 
 Errors may be encountered if you try and compile this package after
 installing 10.4 (Tiger) and not recompiling the Python packages.
 If an error is encountered, recompile the corresponding Python
 package, then try recompiling Clearsilver.

License: BSD
Homepage: http://www.clearsilver.net/


--- NEW FILE: clearsilver-py-10.5.info ---
Info2: 
Package: clearsilver-py%type_pkg[python]
Version: 0.9.14
Revision: 4
Distribution: 10.5
Type: python (2.4 2.5)
Maintainer: Kurt Schwehr goat...@users.sourceforge.net
Depends: 
python%type_pkg[python]-shlibs,
system-perl588

BuildDepends: 
fink (= 0.24.12), python%type_pkg[python]

Conflicts: clearsilver-py22, clearsilver-py23, clearsilver-py24, 
clearsilver-py25
Replaces: clearsilver-py22, clearsilver-py23, clearsilver-py24, clearsilver-py25
Source: http://www.clearsilver.net/downloads/clearsilver-%v.tar.gz
Source-MD5: 2161936b7828e8cbdc4f45812d15e3f6
PatchFile: clearsilver-py.patch
PatchFile-MD5: adb8316425ca3dcd91d2b1420b4b6daa
PatchScript: sed -e 's|@PREFIX@|%p|g' -e 's|@INSTALLDIR@|%d|g' -e 
's|@VERS@|%type_raw[python]|g'  %{PatchFile} | patch -p1
UpdatePOD: true
ConfigureParams: --prefix=%p --with-python=%p/bin/python%type_raw[python] 
--with-apache=%p --disable-ruby --disable-csharp --libexecdir='${prefix}/lib' 
InstallScript: 
  #!/bin/sh -ev
  plvers=`fink dumpinfo -f version system-perl 2/dev/null | sed 's,^version: 
,,'`
  make install DESTDIR=%d \
INSTALLPRIVLIB=%p/lib/perl5/$plvers \
INSTALLARCHLIB=%p/lib/perl5/$plvers/darwin \
INSTALLSITELIB=%p/lib/perl5/$plvers \
INSTALLSITEARCH=%p/lib/perl5/$plvers/darwin \
INSTALLBIN=%p/bin \
INSTALLSITEBIN=%p/bin \
INSTALLSCRIPT=%p/bin \
PYTHON_SITE=%p/lib/python%type_raw[python]

  mkdir -p %i/share/man/man3
  #mv %d/man/man3/ClearSilver.3pm %i/share/man/man3/
  rm -rf %d/man

  ranlib %i/lib/*.a

DocFiles: CS_LICENSE LICENSE README README.python
Description: Language-neutral HTML template system
DescDetail: 
Clearsilver is a fast, powerful, and language-neutral HTML template system. 
In both static content sites and dynamic HTML applications, it provides a 
separation between presentation code and 

[cvs] dists/10.7/stable/main/finkinfo/net mosh.info,1.2,1.3

2012-06-17 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv19489

Modified Files:
mosh.info 
Log Message:
new upstream release mosh 1.2.2

Index: mosh.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/mosh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mosh.info   17 Jun 2012 17:50:14 -  1.2
+++ mosh.info   17 Jun 2012 18:01:07 -  1.3
@@ -1,8 +1,8 @@
 Package: mosh
-Version: 1.2
+Version: 1.2.2
 Revision: 1
 Source: http://cloud.github.com/downloads/keithw/%n/%n-%v.tar.gz
-Source-MD5: 2822792d362cc1539278ca3d3afb279a
+Source-MD5: 7ed5b857307685794dcd120afe5bdf52
 
 Depends: libncursesw5-shlibs, protobuf7-shlibs
 BuildDepends: libncursesw5, pkgconfig, protobuf, protobuf7-dev


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 clearsilver-py-10.6.info, 1.1, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv18346

Removed Files:
clearsilver-py-10.6.info 
Log Message:
doesn't build on target platform (multiarch problems) or validate (variant 
non-orthogonality) and very old version


--- clearsilver-py-10.6.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 silvercity-py.info, 1.5, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv24222

Removed Files:
silvercity-py.info 
Log Message:
Bit-rotted to hell: .deb fails val, packaging docs talk about upgrading *to* 
10.4, and this version hasn't been updated to the new one released in 2005


--- silvercity-py.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 libquicktime0.info, 1.3, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv26046/graphics

Removed Files:
libquicktime0.info 
Log Message:
completely unused old libversion that had various interface-breaks during its 
lifetime and is only reverse-depends on another ancient lib


--- libquicktime0.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs qt4-base-mac.info, 1.4, 1.5 qt4-base-x11.info, 1.4, 1.5

2012-06-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv8170

Modified Files:
qt4-base-mac.info qt4-base-x11.info 
Log Message:
Replace '/Developer' with Xcode-version-agnostic `xcode-select -print-path`

Index: qt4-base-mac.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/qt4-base-mac.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- qt4-base-mac.info   15 May 2012 15:51:29 -  1.4
+++ qt4-base-mac.info   17 Jun 2012 21:13:12 -  1.5
@@ -78,7 +78,9 @@
#!/bin/sh -ev

if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
-   export PATH=/Developer/usr/bin:/usr/llvm-gcc-4.2:$PATH
+   # AKH:  get Developer directory via Xcode-version-agnostic mechanism
+   DEVELOPER=`xcode-select -print-path`
+   export PATH=$DEVELOPER/usr/bin:/usr/llvm-gcc-4.2/bin:$PATH
export CC=llvm-gcc-4.2
export CXX=llvm-g++-4.2
fi

Index: qt4-base-x11.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/qt4-base-x11.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- qt4-base-x11.info   15 May 2012 15:51:29 -  1.4
+++ qt4-base-x11.info   17 Jun 2012 21:13:12 -  1.5
@@ -80,7 +80,9 @@
#!/bin/sh -ev

if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
-   export PATH=/Developer/usr/bin:/usr/llvm-gcc-4.2:$PATH
+   # AKH:  get Developer directory via Xcode-version-agnostic mechanism
+   DEVELOPER=`xcode-select -print-path`
+   export PATH=$DEVELOPER/usr/bin:/usr/llvm-gcc-4.2/bin:$PATH
export CC=llvm-gcc-4.2
export CXX=llvm-g++-4.2
fi


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 clearsilver-py-10.5.info, 1.1, NONE clearsilver-py.patch, 1.1, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv13488

Removed Files:
clearsilver-py-10.5.info clearsilver-py.patch 
Log Message:
fails val, very old, not needed by what used to need it? $maintainer says nuke


--- clearsilver-py.patch DELETED ---

--- clearsilver-py-10.5.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmacks/finkinfo/gnome glib2-shlibs.info, 1.7, 1.8 glib2-shlibs.patch, 1.5, 1.6

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv14033

Modified Files:
glib2-shlibs.info glib2-shlibs.patch 
Log Message:
checkpoint: glib2-2.32.3 still non-viable


Index: glib2-shlibs.info
===
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/gnome/glib2-shlibs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- glib2-shlibs.info   31 Mar 2012 20:23:03 -  1.7
+++ glib2-shlibs.info   18 Jun 2012 03:21:15 -  1.8
@@ -4,7 +4,7 @@
 #http://lists.macosforge.org/pipermail/macports-dev/2010-October/013047.html
 #2.22.5 fails self-test; do not update. See:
 #https://bugzilla.gnome.org/show_bug.cgi?id=613060
-Version: 2.32.0
+Version: 2.32.3
 
 # some code requires python = 2.5; 10.5 comes with 2.3 and not yet
 # ready to push a Depends:pythonXX into the glib dep tree
@@ -12,12 +12,15 @@
 
 Revision: 1
 BuildDepends: 
+   autoconf2.6,
+   automake1.11,
fink (= 0.32),
gettext-bin,
gettext-tools,
gtk-doc (= 1.13-5),
libgettext8-dev,
libiconv-dev,
+   libtool2,
pkgconfig (= 0.25)
 
 # this package is busted on many platforms
@@ -34,18 +37,22 @@
 
 Replaces: glib2 ( 2.12.0-1)
 Source: mirror:gnome:sources/glib/2.32/glib-%v.tar.xz
-Source-MD5: c5fa76fbf9184d20dfb04af66b598190
+Source-MD5: 9bd3ac535c24b6c162be13b2c43c5adc
 PatchFile: %n.patch
-PatchFile-MD5: 8f094c69c6751dba889e115d7729c8a1
+PatchFile-MD5: b3681f42f78cb9091feefcc402e6baa4
 PatchScript: 
sed 's,@PREFIX@,%p,g'  %{PatchFile} | patch -p1
perl -pi -e 's,/usr/share/gtk-doc/html,%p/share/gtk-doc/html,g' 
docs/reference/*/html/*.html
-   perl -pi -e 's/-version-info/-no-undefined -version-info/' */Makefile.in
-   perl -pi -e 's/elf_begin/elf_begin_is_not_a_sufficient_test_here/' 
configure
+
+#  perl -pi -e 's/-version-info/-no-undefined -version-info/' */Makefile.in
+   perl -pi -e 's/-version-info/-no-undefined -version-info/' */Makefile.am
+
+#  perl -pi -e 's/libelf/libelf = 0.8.12/g if /PKG_CONFIG/' configure
 
 SetCFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --disable-gtk-doc 
--enable-dependency-tracking --disable-fam 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH 
LIBFFI_CFLAGS=-I/usr/include/ffi LIBFFI_LIBS=-lffi
 CompileScript: 
+   autoreconf -fi
PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl ./configure %c 
PYTHON=/usr/bin/python
perl -pi -e '$_=#define BROKEN_POLL 1\n if /BROKEN_POLL/' config.h
make
@@ -57,8 +64,12 @@
shared-mime-info (= 0.51-1)

TestScript: 
+   #!/bin/sh -ev
+   export DISABLE_pollable_unix_TEST=1
+   export DISABLE_GDateTime_non_utf8_printf_TEST=1
+   export DISABLE_gobject_signals_all_types_TEST=1
+   export DISABLE_gobject_signals_generic_marshaller_1_TEST=1
LANG=C make check -j 1 || exit 2
-   exit 2

 
 InstallScript: 
@@ -69,11 +80,11 @@
perl -p -e 's/-lintl//g' %i/lib/pkgconfig/glib-2.0.pc  
%i/lib/glib-2.0/pkgconfig-strict/glib-2.0.pc
 
 Shlibs: 
-   %p/lib/libgio-2.0.0.dylib 2201.0.0 %n (= 2.22.4-1)
-   %p/lib/libglib-2.0.0.dylib 2201.0.0 %n (= 2.22.4-1)
-   %p/lib/libgmodule-2.0.0.dylib 2201.0.0 %n (= 2.22.4-1)
-   %p/lib/libgobject-2.0.0.dylib 2201.0.0 %n (= 2.22.4-1)
-   %p/lib/libgthread-2.0.0.dylib 2201.0.0 %n (= 2.22.4-1)
+   %p/lib/libgio-2.0.0.dylib 3201.0.0 %n (= 2.32.3-1)
+   %p/lib/libglib-2.0.0.dylib 3201.0.0 %n (= 2.32.3-1)
+   %p/lib/libgmodule-2.0.0.dylib 3201.0.0 %n (= 2.32.3-1)
+   %p/lib/libgobject-2.0.0.dylib 3201.0.0 %n (= 2.32.3-1)
+   %p/lib/libgthread-2.0.0.dylib 3201.0.0 %n (= 2.32.3-1)
 
 DocFiles: 
AUTHORS
@@ -191,10 +202,6 @@
https://bugzilla.gnome.org/show_bug.cgi?id=644473
Doesn't fix all datetime self-tests yet
 
-   Detection of Carbon activates gio/gnextstepsettingsbackend.c,
-   which uses the Foundation framework. See:
-   https://bugzilla.gnome.org/show_bug.cgi?id=673250
-
Disable libelf support. See:
https://bugzilla.gnome.org/show_bug.cgi?id=673253
 
@@ -293,7 +300,15 @@
daemon is owned by logged in user, or at all because we don't
have a functional gvfs-hal-volume-monitor
 
-   pollable/unix hangs...sometimes? Should disable?
+   pollable/unix hangs...sometimes (mostly at times of low
+   system-load?)...but never fails otherwise; disabling for now.
+
+   Often self-test failure in gthread/spawn-async (too many open
+   files), so reduce number of threads in test. See:
+   https://bugzilla.gnome.org/show_bug.cgi?id=677527
+
+   Disable some failing tests in gobject/signals. See:
+   https://bugzilla.gnome.org/show_bug.cgi?id=677534
 
 License: LGPL
 Maintainer: The Gnome Core Team 

[cvs] dists/10.4/unstable/main/finkinfo/devel tortoisehg-py.info, 1.1, NONE

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv23643/unstable/main/finkinfo/devel

Removed Files:
tortoisehg-py.info 
Log Message:
tortoisehg-py to stable


--- tortoisehg-py.info DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/devel tortoisehg-py.info, NONE, 1.1

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv23643/stable/main/finkinfo/devel

Added Files:
tortoisehg-py.info 
Log Message:
tortoisehg-py to stable


--- NEW FILE: tortoisehg-py.info ---
Info2: 
Package: tortoisehg-py%type_pkg[python]
Version: 2.0.5
Revision: 1
Type: python (2.5 2.6 2.7)
Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
Source-MD5: 89f745f481dc12346f229f6a9b8c4f70
Depends: 
  python%type_pkg[python],
  mercurial-py%type_pkg[python],
  pyqt4-mac-py%type_pkg[python],
  sip-py%type_pkg[python],
  qscintilla2-qt4-mac-py%type_pkg[python],
  iniparse-py%type_pkg[python], pygments-py%type_pkg[python]

BuildDepends: sphinx-py%type_pkg[python]

PatchScript: 
#!/bin/sh -ev
  sed -i.bak -e '/import sys/a\
  sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
  sed -i.bak -e 's,pixmaps/tortoisehg,pixmaps/tortoisehg-py%type_pkg[python],' 
-e 's,/usr,%p,' -e 's/hg.mo/hg-py%type_pkg[python].mo/' setup.py
  sed -i.bak -e s,'tortoisehg','tortoisehg-py%type_pkg[python]', 
tortoisehg/util/i18n.py

CompileScript: 
#!/bin/sh -ev
  PYTHONPATH=%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages 
PATH=%p/lib/qt4-mac/lib/python%type_raw[python]/bin:$PATH 
python%type_raw[python] setup.py build
  make -C doc html

InstallScript: 
  PYTHONPATH=%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages 
PATH=%p/lib/qt4-mac/lib/python%type_raw[python]/bin:$PATH 
python%type_raw[python] setup.py install --prefix %p --root %d

  rm -r %i/lib/nautilus
  mv %i/bin/thg %i/bin/thg-py%type_pkg[python]

PostInstScript: 
  update-alternatives --install %p/bin/thg thg %p/bin/thg-py%type_pkg[python] 
%type_pkg[python]

PreRmScript: 
  if [ $1 != upgrade ]
  then
update-alternatives --remove thg %p/bin/thg-py%type_pkg[python]
  fi

DocFiles: COPYING.txt doc/build/html
Description: Graphical interface to Mercurial
DescDetail: 
TortoiseHg is a set of graphical tools and a shell extension for the
Mercurial distributed revision control system.

License: GPL
Homepage: http://tortoisehg.org/
Maintainer: Brendan Cully bren...@finkproject.org



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel tortoisehg-py.info, 1.2, 1.3

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24376/10.7/main/finkinfo/devel

Modified Files:
tortoisehg-py.info 
Log Message:
bug-fix: PatchScript doesn't remove arbitrary whitespace indenting from itself


Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tortoisehg-py.info  1 Dec 2011 13:11:50 -   1.2
+++ tortoisehg-py.info  18 Jun 2012 04:45:31 -  1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
 Version: 2.2
-Revision: 1
+Revision: 2
 Type: python (2.6 2.7)
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
 Source-MD5: 6f25086aa31238db25bc065ef7c25442
@@ -18,7 +18,7 @@
 PatchScript: 
 #!/bin/sh -ev
   sed -i.bak -e '/import sys/a\
-  sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
+sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
   sed -i.bak -e 's,pixmaps/tortoisehg,pixmaps/tortoisehg-py%type_pkg[python],' 
-e 's,/usr,%p,' -e 's/hg.mo/hg-py%type_pkg[python].mo/' setup.py
   sed -i.bak -e s,'tortoisehg','tortoisehg-py%type_pkg[python]', 
tortoisehg/util/i18n.py
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/devel tortoisehg-py.info, 1.1, 1.2

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24376/stable/main/finkinfo/devel

Modified Files:
tortoisehg-py.info 
Log Message:
bug-fix: PatchScript doesn't remove arbitrary whitespace indenting from itself


Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tortoisehg-py.info  18 Jun 2012 04:29:35 -  1.1
+++ tortoisehg-py.info  18 Jun 2012 04:45:32 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
 Version: 2.0.5
-Revision: 1
+Revision: 2
 Type: python (2.5 2.6 2.7)
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
 Source-MD5: 89f745f481dc12346f229f6a9b8c4f70
@@ -18,7 +18,7 @@
 PatchScript: 
 #!/bin/sh -ev
   sed -i.bak -e '/import sys/a\
-  sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
+sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
   sed -i.bak -e 's,pixmaps/tortoisehg,pixmaps/tortoisehg-py%type_pkg[python],' 
-e 's,/usr,%p,' -e 's/hg.mo/hg-py%type_pkg[python].mo/' setup.py
   sed -i.bak -e s,'tortoisehg','tortoisehg-py%type_pkg[python]', 
tortoisehg/util/i18n.py
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/devel tortoisehg-py.info, 1.2, 1.3

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24499/stable/main/finkinfo/devel

Modified Files:
tortoisehg-py.info 
Log Message:
new version from 10.7 that at least runs (but then aborts because it can't 
accept our newer mercurial package)


Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tortoisehg-py.info  18 Jun 2012 04:45:32 -  1.2
+++ tortoisehg-py.info  18 Jun 2012 04:48:37 -  1.3
@@ -1,10 +1,10 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
-Version: 2.0.5
+Version: 2.2
 Revision: 2
 Type: python (2.5 2.6 2.7)
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
-Source-MD5: 89f745f481dc12346f229f6a9b8c4f70
+Source-MD5: 6f25086aa31238db25bc065ef7c25442
 Depends: 
   python%type_pkg[python],
   mercurial-py%type_pkg[python],


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel tortoisehg-py.info, 1.3, 1.4

2012-06-17 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv28307

Modified Files:
tortoisehg-py.info 
Log Message:
New upstream release tortoisehg 2.4.1; hide py25 on 10.7

Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tortoisehg-py.info  18 Jun 2012 04:45:31 -  1.3
+++ tortoisehg-py.info  18 Jun 2012 05:19:08 -  1.4
@@ -1,10 +1,11 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
-Version: 2.2
-Revision: 2
-Type: python (2.6 2.7)
+Version: 2.4.1
+Revision: 1
+Type: python (2.5 2.6 2.7)
+Distribution: (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
-Source-MD5: 6f25086aa31238db25bc065ef7c25442
+Source-MD5: cf57825d111215f48c335d1d4175ed94
 Depends: 
   python%type_pkg[python],
   mercurial-py%type_pkg[python],
@@ -18,7 +19,7 @@
 PatchScript: 
 #!/bin/sh -ev
   sed -i.bak -e '/import sys/a\
-sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
+  sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
   sed -i.bak -e 's,pixmaps/tortoisehg,pixmaps/tortoisehg-py%type_pkg[python],' 
-e 's,/usr,%p,' -e 's/hg.mo/hg-py%type_pkg[python].mo/' setup.py
   sed -i.bak -e s,'tortoisehg','tortoisehg-py%type_pkg[python]', 
tortoisehg/util/i18n.py
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel tortoisehg-py.info, 1.4, 1.5

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv29740/10.7/main/finkinfo/devel

Modified Files:
tortoisehg-py.info 
Log Message:
re-fix patchscript


Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tortoisehg-py.info  18 Jun 2012 05:19:08 -  1.4
+++ tortoisehg-py.info  18 Jun 2012 05:28:26 -  1.5
@@ -1,7 +1,7 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
 Version: 2.4.1
-Revision: 1
+Revision: 2
 Type: python (2.5 2.6 2.7)
 Distribution: (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
@@ -19,7 +19,7 @@
 PatchScript: 
 #!/bin/sh -ev
   sed -i.bak -e '/import sys/a\
-  sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
+sys.path.append(%p/lib/qt4-mac/lib/python%type_raw[python]/site-packages)' 
thg
   sed -i.bak -e 's,pixmaps/tortoisehg,pixmaps/tortoisehg-py%type_pkg[python],' 
-e 's,/usr,%p,' -e 's/hg.mo/hg-py%type_pkg[python].mo/' setup.py
   sed -i.bak -e s,'tortoisehg','tortoisehg-py%type_pkg[python]', 
tortoisehg/util/i18n.py
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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/devel tortoisehg-py.info, 1.3, 1.4

2012-06-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv29844/stable/main/finkinfo/devel

Modified Files:
tortoisehg-py.info 
Log Message:
backport latest %v from 10.7 (required in order to use with the current 
mercurial pkg)


Index: tortoisehg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tortoisehg-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tortoisehg-py.info  18 Jun 2012 04:48:37 -  1.3
+++ tortoisehg-py.info  18 Jun 2012 05:30:12 -  1.4
@@ -1,10 +1,11 @@
 Info2: 
 Package: tortoisehg-py%type_pkg[python]
-Version: 2.2
+Version: 2.4.1
 Revision: 2
 Type: python (2.5 2.6 2.7)
+Distribution: (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
 Source: http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-%v.tar.gz
-Source-MD5: 6f25086aa31238db25bc065ef7c25442
+Source-MD5: cf57825d111215f48c335d1d4175ed94
 Depends: 
   python%type_pkg[python],
   mercurial-py%type_pkg[python],


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs