diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:03:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:03:36 +0000 |
commit | 27d8aafe1b6a1a68dd2108049f5831820ee57d20 (patch) | |
tree | 82a2b91740773d124a5c27edfc5227a701b44158 /palm/py-synce-librra | |
parent | 38bfe44a05de321dfc561c9fefa6e4e1f6a76bba (diff) | |
download | ports-27d8aafe1b6a1a68dd2108049f5831820ee57d20.tar.gz ports-27d8aafe1b6a1a68dd2108049f5831820ee57d20.zip |
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.
WWW: http://synce.sourceforge.net/
PR: ports/126136
Submitted by: Ilya Bakulin <webmaster at kibab.com>
Notes
Notes:
svn path=/head/; revision=220142
Diffstat (limited to 'palm/py-synce-librra')
-rw-r--r-- | palm/py-synce-librra/Makefile | 27 | ||||
-rw-r--r-- | palm/py-synce-librra/distinfo | 3 | ||||
-rw-r--r-- | palm/py-synce-librra/pkg-descr | 5 | ||||
-rw-r--r-- | palm/py-synce-librra/pkg-plist | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/palm/py-synce-librra/Makefile b/palm/py-synce-librra/Makefile new file mode 100644 index 000000000000..56e28ba073af --- /dev/null +++ b/palm/py-synce-librra/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: py-synce-librra +# Date created: 19 Jun 2008 +# Whom: Ilya Bakulin <webmaster@kibab.com> +# +# $FreeBSD$ + +CATEGORIES= palm python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce- + +MAINTAINER= webmaster@kibab.com +COMMENT= Python bindings for the SynCE RRA library + +LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex + +MASTERDIR= ${.CURDIR}/../synce-librra + +USE_PYTHON= yes + +PLIST= ${.CURDIR}/pkg-plist + +RRA_SLAVE= pythonb + +do-install: + @(cd ${WRKSRC}/python && ${MAKE} install) + +.include "${MASTERDIR}/Makefile" diff --git a/palm/py-synce-librra/distinfo b/palm/py-synce-librra/distinfo new file mode 100644 index 000000000000..d83df14b5bb7 --- /dev/null +++ b/palm/py-synce-librra/distinfo @@ -0,0 +1,3 @@ +MD5 (librra-0.11.1.tar.gz) = 1dff577a2b1ac85a69768de555d05ee7 +SHA256 (librra-0.11.1.tar.gz) = 6a0991c7af8472a882beb8738f2e8d9b8ccc9e2bea7709a5ad8137850541164e +SIZE (librra-0.11.1.tar.gz) = 433941 diff --git a/palm/py-synce-librra/pkg-descr b/palm/py-synce-librra/pkg-descr new file mode 100644 index 000000000000..eb43639a8c34 --- /dev/null +++ b/palm/py-synce-librra/pkg-descr @@ -0,0 +1,5 @@ +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +RRA implements the Remote Replication Agent Connection protocol for +synchronising objects between a Windows CE device and other computer. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/py-synce-librra/pkg-plist b/palm/py-synce-librra/pkg-plist new file mode 100644 index 000000000000..078bcaf93b21 --- /dev/null +++ b/palm/py-synce-librra/pkg-plist @@ -0,0 +1,5 @@ +%%PYTHON_LIBDIR%%/site-packages/pyrra.a +%%PYTHON_LIBDIR%%/site-packages/pyrra.la +%%PYTHON_LIBDIR%%/site-packages/pyrra.so +@dirrmtry %%PYTHON_LIBDIR%%/site-packages +@dirrmtry %%PYTHON_LIBDIR%% |