Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv29219
Modified Files:
pilot-link-py.info pilot-link10.info pilot-link10.patch
Log Message:
Sync %v with 10.4
Index: pilot-link-py.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pilot-link-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pilot-link-py.info 5 Sep 2006 16:52:29 -0000 1.4
+++ pilot-link-py.info 8 Nov 2007 03:15:18 -0000 1.5
@@ -1,42 +1,65 @@
Info2: <<
Package: pilot-link-py%type_pkg[python]
-Version: 0.12.1
-Revision: 2
+Version: 0.12.2
+Revision: 1
+Distribution: 10.3, 10.4
Type: python (2.3 2.4)
###
#Keep %v in sync with that in ./pilot-link10
###
Depends: <<
-pilot-link10-shlibs (>=%v-1),
-python%type_pkg[python] | python%type_pkg[python]-nox
+pilot-link10-shlibs (>=%v-1), python%type_pkg[python]
<<
BuildDepends: pilot-link10 (>=%v-1)
Conflicts: pilot-link-python, pilot-link9-py%type_pkg[python]
Replaces: pilot-link-python, pilot-link9-py%type_pkg[python]
###
Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
-SourceDirectory: pilot-link-%v/bindings/Python
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
###
PatchScript: <<
- head -n 23 src/pisock.i > LICENSE
- perl -ni -e 'print unless /_dirs/' setup.py
+#!/bin/sh -ev
+ cd bindings/Python
+ head -n 23 src/pisock.i > ../../LICENSE
+ perl -ni -e 'print unless /_dirs/' setup.py.in
<<
###
-SetCPPFLAGS: -no-cpp-precomp -I%p/lib/pilot-link10/include
+SetCPPFLAGS: -I%p/lib/pilot-link10/include
SetLDFLAGS: -L%p/lib/pilot-link10/lib
-
###
-DocFiles: README TODO LICENSE
+DocFiles: bindings/Python/README bindings/Python/TODO LICENSE
###
+ConfigureParams: <<
+--libdir=%p/lib/%n/lib \
+--includedir=%p/lib/%n/include \
+--enable-conduits=no \
+--without-perl \
+--with-pic \
+--with-readline \
+--enable-shared \
+--enable-static \
+--without-java \
+--with-python \
+--with-libiconv=%p \
+--with-libpng=%p \
+--disable-debug \
+--disable-dependency-tracking \
+--without-included-popt \
+--mandir=%p/share/man
+<<
CompileScript: <<
+#!/bin/sh -ev
+ ./configure %c
+ cd bindings/Python
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
+#!/bin/sh -ev
+ cd bindings/Python
%p/bin/python%type_raw[python] setup.py install --root=%d
<<
###
-Description: Palm libraries
+Description: Palm libraries -- Python bindings
DescDetail: <<
Pilot-Link is the tools and toys needed to connect your Palm or Palm
compatible handheld (including Handspring, Sony, and Palm) with Unix
@@ -44,11 +67,18 @@
This package builds the Python bindings.
<<
DescPackaging: <<
+Upstream refactored their build process for 0.12.2, so we had to follow suit.
+
+Renamed to pilot-link-pyXXX for >0.12.0, since the pythonmods themselves aren't
+libversioned.
+
Conflict/replace the corresponing pilot-link9-py package due to
file overlap
+
+configure finds /sw/bin/python, but that doesn't really matter, since we don't
rely on that.
<<
###
License: BSD
-Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
+Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
Homepage: http://www.pilot-link.org/
<<
Index: pilot-link10.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pilot-link10.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pilot-link10.info 8 Sep 2006 02:15:05 -0000 1.4
+++ pilot-link10.info 8 Nov 2007 03:15:18 -0000 1.5
@@ -1,14 +1,14 @@
Package: pilot-link10
-Version: 0.12.1
-Revision: 11
+Version: 0.12.2
+Revision: 1
###
# Make sure to keep %v for ./pilot-link-py.info and
# ./perlmods/pilot-link-pm.info in sync with this package
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
-libpng3, readline5, libiconv-dev,
-libncurses5 (>= 5.4-20041023-9), pkgconfig
+libpng3, readline5, libiconv-dev, fink (>=0.24.12),
+libncurses5 (>= 5.4-20041023-9), pkgconfig, popt, libgettext3-dev
<<
BuildDependsOnly: true
Conflicts: pilot-link, pilot-link9
@@ -17,11 +17,11 @@
BuildConflicts: lclint
###
Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
###
-#PatchScript: sed -e's,@FINKPREFIX@,%p,' < %a/%n.patch | patch -p1
+PatchFile: %n.patch
###
-SetCPPFLAGS: -no-cpp-precomp
+PatchFile-MD5: b0f214205233295c0d5d9d48ee184f6f
###
DocFiles: AUTHORS COPYING* ChangeLog NEWS README doc/README*
###
@@ -68,12 +68,13 @@
%p/lib/%N/lib/libpisync.0.dylib 1.0.0 pilot-link10-shlibs (>= 0.12.0-1)
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README doc/README*
+ Description: Palm libraries -- shared libraries
<<
Splitoff2: <<
Package: %N-bin
Depends: <<
libpng3-shlibs, readline5-shlibs,
- %N-shlibs (= %v-%r), libpng3-shlibs
+ %N-shlibs (= %v-%r), libpng3-shlibs, popt-shlibs, libgettext3-shlibs
<<
Replaces: pilot-link-bin, pilot-link9-bin
Conflicts: pilot-link-bin, pilot-link9-bin
@@ -83,29 +84,29 @@
share/pilot-link
<<
DocFiles: COPYING*
+ Description: Palm libraries -- Command-line executables
<<
-Description: Palm libraries
+Description: Palm libraries -- development headers
DescDetail: <<
Pilot-Link is the tools and toys needed to connect your Palm or Palm
compatible handheld (including Handspring, Sony, and Palm) with Unix
and Linux machines.
Uses native OS X USB support.
- No longer builds a pisock++ library.
-<<
-DescPort: <<
- 0.12.1 does not require prior Patchscript
<<
+DescPort: <<
+No longer builds a pisock++ library.
+<<
DescPackaging: <<
Upstream hasn't updated Java and Tcl support for this relaease (due to lack
of
- interest for people to use them) so we won't bother with those bindings.
+ interest by people to use them) so we don't bother with those bindings.
Perl and Python bindings are in separate packages to comply with Fink's
Perl and Python policies, respectively.
Stash lib files in %p/lib/%N/lib to avoid collisions with pilot-link9-shlibs
- Put include files in %p/lib/%N/lib since it looks like an even bigger pain
+ Put include files in %p/lib/%N/include since it looks like an even bigger pain
to make jpilot (a primary user of pilot-link*) look in separate levels for
headers and libs.
<<
###
License: GPL
-Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
+Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
Homepage: http://www.pilot-link.org/
Index: pilot-link10.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pilot-link10.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pilot-link10.patch 3 Sep 2006 23:10:59 -0000 1.1
+++ pilot-link10.patch 8 Nov 2007 03:15:18 -0000 1.2
@@ -1,11 +1,9 @@
---- pilot-link-0.12.0.orig/doc/Makefile.in 2006-08-29 07:56:53.000000000
-0400
-+++ pilot-link-0.12.0/doc/Makefile.in 2006-08-29 12:12:57.000000000 -0400
-@@ -276,7 +276,7 @@
- 60-libpisock.rules \
- doxygen.cfg.in
-
--udevdir = /etc/udev/rules.d
-+udevdir = @FINKPREFIX@/etc/pilot-link10/udev/rules.d
- udev_DATA = \
- 60-libpisock.rules
+--- pilot-link-0.12.2/pilot-link.m4.in 2007-02-02 05:54:32.000000000 -0500
++++ pilot-link-0.12.2-new/pilot-link.m4.in 2007-03-07 17:42:09.000000000
-0500
+@@ -1,4 +1,5 @@
+-AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])dnl
++
++
+ AC_DEFUN([AC_PILOT_LINK_HOOK],
+ [
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs