diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-08 00:02:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-08 00:02:56 +0800 |
commit | 17005039b3c1a8e95804b248cc32b02500d17c5d (patch) | |
tree | 3e07aecffa4e454dbae18ceafe5730a023c16fe1 | |
parent | 817422386b517a8e7130961f45b3890bfdbedffe (diff) | |
download | freebsd-ports-gnome-17005039b3c1a8e95804b248cc32b02500d17c5d.tar.gz freebsd-ports-gnome-17005039b3c1a8e95804b248cc32b02500d17c5d.tar.zst freebsd-ports-gnome-17005039b3c1a8e95804b248cc32b02500d17c5d.zip |
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Librapi is an open-source implementation that works like RAPI.DLL. The library
makes it possible to make remote calls on a Windows CE device, including
installing applications and transferring files.
WWW: http://synce.sourceforge.net/
PR: ports/126134
Submitted by: Ilya Bakulin <webmaster at kibab.com>
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/py-synce-librapi2/Makefile | 27 | ||||
-rw-r--r-- | palm/py-synce-librapi2/distinfo | 3 | ||||
-rw-r--r-- | palm/py-synce-librapi2/pkg-descr | 6 | ||||
-rw-r--r-- | palm/py-synce-librapi2/pkg-plist | 3 |
5 files changed, 40 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index dbbd3fd889d6..695e507923b0 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -31,6 +31,7 @@ SUBDIR += pose SUBDIR += ppmtoTbmp SUBDIR += prc-tools + SUBDIR += py-synce-librapi2 SUBDIR += romeo SUBDIR += sitescooper SUBDIR += synce-gnomevfs diff --git a/palm/py-synce-librapi2/Makefile b/palm/py-synce-librapi2/Makefile new file mode 100644 index 000000000000..964b47ae0459 --- /dev/null +++ b/palm/py-synce-librapi2/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: py-synce-librapi2 +# Date created: 19 June 2008 +# Whom: Ilya Bakulin <webmaster@kibab.com> +# +# $FreeBSD$ + +CATEGORIES= palm python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce- + +MAINTAINER= webmaster@kibab.com +COMMENT= Python bibdigs for libRAPI2 + +LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex + +MASTERDIR= ${.CURDIR}/../synce-librapi2 + +USE_PYTHON= yes + +PLIST= ${.CURDIR}/pkg-plist + +RAPI_SLAVE= pythonb + +do-install: + @(cd ${WRKSRC}/python && ${MAKE} install) + +.include "${MASTERDIR}/Makefile" diff --git a/palm/py-synce-librapi2/distinfo b/palm/py-synce-librapi2/distinfo new file mode 100644 index 000000000000..e7c3537c5b63 --- /dev/null +++ b/palm/py-synce-librapi2/distinfo @@ -0,0 +1,3 @@ +MD5 (librapi2-0.11.1.tar.gz) = 577f3a0e338c6a0e664ff40d9c3c8411 +SHA256 (librapi2-0.11.1.tar.gz) = 34c34befd0d462729115bd35df89e3492befc8d2db8e7f2e1f5719c181ebaaaa +SIZE (librapi2-0.11.1.tar.gz) = 481948 diff --git a/palm/py-synce-librapi2/pkg-descr b/palm/py-synce-librapi2/pkg-descr new file mode 100644 index 000000000000..f161c8b5d48c --- /dev/null +++ b/palm/py-synce-librapi2/pkg-descr @@ -0,0 +1,6 @@ +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +Librapi is an open-source implementation that works like RAPI.DLL. The library +makes it possible to make remote calls on a Windows CE device, including +installing applications and transferring files. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/py-synce-librapi2/pkg-plist b/palm/py-synce-librapi2/pkg-plist new file mode 100644 index 000000000000..b52be4abb3a3 --- /dev/null +++ b/palm/py-synce-librapi2/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pyrapi2.a +%%PYTHON_SITELIBDIR%%/pyrapi2.la +%%PYTHON_SITELIBDIR%%/pyrapi2.so |