From 8a73faf6406bc83da53c5fc8e7994c62ba5c2d33 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 19 Jul 2008 14:01:56 +0000 Subject: A python module for the OpenSync framework. WWW: http://www.opensync.org/ PR: ports/125662 Submitted by: Alexander Logvinov --- deskutils/Makefile | 1 + deskutils/libopensync-plugin-python-devel/Makefile | 29 ++++++++++++++++++++++ deskutils/libopensync-plugin-python-devel/distinfo | 3 +++ .../libopensync-plugin-python-devel/pkg-descr | 3 +++ .../libopensync-plugin-python-devel/pkg-plist | 5 ++++ 5 files changed, 41 insertions(+) create mode 100644 deskutils/libopensync-plugin-python-devel/Makefile create mode 100644 deskutils/libopensync-plugin-python-devel/distinfo create mode 100644 deskutils/libopensync-plugin-python-devel/pkg-descr create mode 100644 deskutils/libopensync-plugin-python-devel/pkg-plist (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index 6fbdb9cae1fb..ca4c7c404ea6 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -128,6 +128,7 @@ SUBDIR += kuake SUBDIR += libopensync-plugin-evolution2 SUBDIR += libopensync-plugin-python + SUBDIR += libopensync-plugin-python-devel SUBDIR += lightning-xpi SUBDIR += linux-sunbird SUBDIR += ljcharm diff --git a/deskutils/libopensync-plugin-python-devel/Makefile b/deskutils/libopensync-plugin-python-devel/Makefile new file mode 100644 index 000000000000..9f3ed5ee6376 --- /dev/null +++ b/deskutils/libopensync-plugin-python-devel/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libopensync-plugin-python-devel +# Date created: 16 June 2008 +# Whom: Alexander Logvinov +# +# $FreeBSD$ +# + +PORTNAME= libopensync-plugin-python +PORTVERSION= 0.36 +CATEGORIES= deskutils +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ +PKGNAMESUFFIX= -devel + +MAINTAINER= ports@logvinov.com +COMMENT= Python plugin for the OpenSync framework + +LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync + +CONFLICTS= libopensync-plugin-python-0.2* + +USE_BZIP2= yes +USE_CMAKE= yes +CMAKE_ARGS+= -Wno-dev + +pre-patch: + @${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \ + ${WRKSRC}/cmake/modules/MacroEnsureOutOfSourceBuild.cmake + +.include diff --git a/deskutils/libopensync-plugin-python-devel/distinfo b/deskutils/libopensync-plugin-python-devel/distinfo new file mode 100644 index 000000000000..d6e66c373a3d --- /dev/null +++ b/deskutils/libopensync-plugin-python-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (libopensync-plugin-python-0.36.tar.bz2) = 6247a7e96de3fa55c1fb58b2f364fb5e +SHA256 (libopensync-plugin-python-0.36.tar.bz2) = 9ecfa677d155a8e9e2674fabfa76adbeb45b887a321368cdab082618d27603a3 +SIZE (libopensync-plugin-python-0.36.tar.bz2) = 33893 diff --git a/deskutils/libopensync-plugin-python-devel/pkg-descr b/deskutils/libopensync-plugin-python-devel/pkg-descr new file mode 100644 index 000000000000..79d86d6bb3b9 --- /dev/null +++ b/deskutils/libopensync-plugin-python-devel/pkg-descr @@ -0,0 +1,3 @@ +A python module for the OpenSync framework. + +WWW: http://www.opensync.org/ diff --git a/deskutils/libopensync-plugin-python-devel/pkg-plist b/deskutils/libopensync-plugin-python-devel/pkg-plist new file mode 100644 index 000000000000..aa2634ab8042 --- /dev/null +++ b/deskutils/libopensync-plugin-python-devel/pkg-plist @@ -0,0 +1,5 @@ +lib/opensync-1.0/plugins/python-module.so +lib/opensync-1.0/python-plugins/sample.py +@dirrmtry lib/opensync-1.0/plugins +@dirrmtry lib/opensync-1.0/python-plugins +@dirrmtry lib/opensync-1.0 -- cgit