[csw-devel] SF.net SVN: gar:[18472] csw/mgar/pkg

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Jun 20 16:33:48 CEST 2012


Revision: 18472
          http://gar.svn.sourceforge.net/gar/?rev=18472&view=rev
Author:   pfelecan
Date:     2012-06-20 14:33:47 +0000 (Wed, 20 Jun 2012)
Log Message:
-----------
migrated from private recipe to a GAR based one; not release ready as
I have an issue with the patch file...

Added Paths:
-----------
    csw/mgar/pkg/pilotlink/
    csw/mgar/pkg/pilotlink/Makefile
    csw/mgar/pkg/pilotlink/branches/
    csw/mgar/pkg/pilotlink/tags/
    csw/mgar/pkg/pilotlink/trunk/
    csw/mgar/pkg/pilotlink/trunk/Makefile
    csw/mgar/pkg/pilotlink/trunk/checksums
    csw/mgar/pkg/pilotlink/trunk/files/
    csw/mgar/pkg/pilotlink/trunk/files/0001-Fix-shebang-in-configure.patch

Added: csw/mgar/pkg/pilotlink/Makefile
===================================================================
--- csw/mgar/pkg/pilotlink/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pilotlink/Makefile	2012-06-20 14:33:47 UTC (rev 18472)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/pilotlink/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/pilotlink/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pilotlink/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pilotlink/trunk/Makefile	2012-06-20 14:33:47 UTC (rev 18472)
@@ -0,0 +1,59 @@
+# $Id$
+
+NAME = pilot-link
+VERSION = 0.12.5
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Free package to manage palmos based PDAs with Unix
+define BLURB
+  pilot-link is a suite of tools used to connect your Palm or PalmOS
+  compatible handheld with Unix, Linux, and any other POSIX-compatible
+  machine. pilot-link works with all PalmOS handhelds, including those
+  made by Handspring, Sony, and Palm, as well as others.
+
+  pilot-link includes userspace "conduits" that allow you to syncronize
+  information to and from your Palm device, as well as libraries of
+  Palm-compatible functions that allow other applications to take advantage
+  of the code included in pilot-link.
+
+  There are also several language "bindings" that allow you to use your
+  favorite development language with pilot-link, such as Java, Tcl, Perl,
+  and Python.
+endef
+
+MASTER_SITES		=	http://downloads.pilot-link.org/
+DISTFILES			=	$(DISTNAME).tar.bz2
+
+PACKAGING_PLATFORMS	=	solaris10-sparc
+PACKAGING_PLATFORMS	+=	solaris10-i386
+
+BUILD_DEP_PKGS		+=	CSWperl
+BUILD_DEP_PKGS		+=	CSWtcl
+BUILD_DEP_PKGS		+=	CSWpython
+
+RUNTIME_DEP_PKGS	=	CSWperl
+RUNTIME_DEP_PKGS	+=	CSWtcl
+RUNTIME_DEP_PKGS	+=	CSWpython
+# This cannot be tracked with checkpkg
+# CHECKPKG_OVERRIDES_CSWpilot-link += surplus-dependency|CSWperl
+# CHECKPKG_OVERRIDES_CSWpilot-link += surplus-dependency|CSWtcl
+# CHECKPKG_OVERRIDES_CSWpilot-link += surplus-dependency|CSWpython
+
+PATCHFILE			=	0001-Fix-shebang-in-configure.patch
+
+GARCOMPILER			=	GNU
+CONFIGURE_ARGS		=	$(DIRPATHS)
+CONFIGURE_ARGS		+=	--enable-conduits
+CONFIGURE_ARGS		+=	--enable-libusb
+CONFIGURE_ARGS		+=	--with-perl=perlexec=$(bindir)/perl
+CONFIGURE_ARGS		+=	--with-java
+CONFIGURE_ARGS		+=	--with-tcl=$(libdir)
+CONFIGURE_ARGS		+=	--with-tclinclude
+CONFIGURE_ARGS		+=	--with-python
+
+#LICENCE_CSWpilot-link		=	COPYING
+#LICENCE_CSWpilot-link-lib	=	COPYING.LIB
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/pilotlink/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/pilotlink/trunk/checksums
===================================================================
--- csw/mgar/pkg/pilotlink/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pilotlink/trunk/checksums	2012-06-20 14:33:47 UTC (rev 18472)
@@ -0,0 +1 @@
+568c55bf504b044f6fbd50baa407c990  pilot-link-0.12.5.tar.bz2

Added: csw/mgar/pkg/pilotlink/trunk/files/0001-Fix-shebang-in-configure.patch
===================================================================
--- csw/mgar/pkg/pilotlink/trunk/files/0001-Fix-shebang-in-configure.patch	                        (rev 0)
+++ csw/mgar/pkg/pilotlink/trunk/files/0001-Fix-shebang-in-configure.patch	2012-06-20 14:33:47 UTC (rev 18472)
@@ -0,0 +1,22 @@
+From f6dc47f801735eec1bd85d49938645f0e58c13b5 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Wed, 20 Jun 2012 16:16:11 +0200
+Subject: [PATCH] Fix shebang in configure
+
+---
+ configure |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index b3e7e83..755f883 100755
+--- a/configure
++++ b/configure
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ # Guess values for system-dependent variables and create Makefiles.
+ # Generated by GNU Autoconf 2.65.
+ #
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list