summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED2
-rw-r--r--deskutils/Makefile2
-rw-r--r--deskutils/libopensync-plugin-python-devel/Makefile46
-rw-r--r--deskutils/libopensync-plugin-python-devel/distinfo2
-rw-r--r--deskutils/libopensync-plugin-python-devel/pkg-descr3
-rw-r--r--deskutils/libopensync-plugin-python-devel/pkg-plist5
-rw-r--r--deskutils/libopensync-plugin-synce-devel/Makefile22
-rw-r--r--deskutils/libopensync-plugin-synce-devel/pkg-descr4
8 files changed, 2 insertions, 84 deletions
diff --git a/MOVED b/MOVED
index b9dd156310bb..5a1506fa6993 100644
--- a/MOVED
+++ b/MOVED
@@ -5335,3 +5335,5 @@ games/quake3-rq3||2013-12-22|Has expired: Broken for more than 6 month
math/fbm||2013-12-22|Has expired: No new release since 2004, new supported upstream
graphics/yukon||2013-12-22|Removed, depends on graphics/seom
graphics/seom||2013-12-22|Has expired: Broken for more than 6 month
+deskutils/libopensync-plugin-python-devel||2013-12-22|Has expired: Broken for more than 6 month
+deskutils/libopensync-plugin-synce-devel||2013-12-22|Removed, unmaintained, depends on deskutils/libopensync-plugin-python-devel
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 4d0e4472f4e1..70b7efc5b777 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -124,10 +124,8 @@
SUBDIR += libopensync-plugin-evolution2-devel
SUBDIR += libopensync-plugin-file
SUBDIR += libopensync-plugin-python
- SUBDIR += libopensync-plugin-python-devel
SUBDIR += libopensync-plugin-sunbird
SUBDIR += libopensync-plugin-synce
- SUBDIR += libopensync-plugin-synce-devel
SUBDIR += libopensync-plugin-synce-legacy
SUBDIR += libopensync-plugin-vformat-devel
SUBDIR += libstreamanalyzer
diff --git a/deskutils/libopensync-plugin-python-devel/Makefile b/deskutils/libopensync-plugin-python-devel/Makefile
deleted file mode 100644
index 13f68ad4e1d2..000000000000
--- a/deskutils/libopensync-plugin-python-devel/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Alexander Logvinov <ports@logvinov.com>
-# $FreeBSD$
-
-PORTNAME= libopensync-plugin-python
-PORTVERSION= 0.36
-PORTREVISION= 2
-CATEGORIES= deskutils
-MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python plugin for the OpenSync framework
-
-LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync
-
-CONFLICTS= libopensync-plugin-python-0.2*
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-12-22
-
-BROKEN= fails to build with recent libopensync
-
-USE_BZIP2= yes
-USES= cmake:outsource pkgconfig
-USE_PYTHON= yes
-CMAKE_ARGS+= -Wno-dev \
- -DPYTHON_INCLUDE_PATH:PATH=${PYTHON_INCLUDEDIR} \
- -DPYTHON_LIBRARY:PATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.so
-
-# This hack is meant to respect PREFIX, and should be
-# enhanced to use pkg-config or cmake.
-OS_PLUGIN_DIR= ${PREFIX}/lib/opensync-1.0/plugins
-OS_PYPLUGIN_DIR=${PREFIX}/lib/opensync-1.0/python-plugins
-
-NO_STAGE= yes
-post-patch:
-# Help find opensync, which is apparently renamed in ports
- ${REINPLACE_CMD} -e "s,opensync-1.0,libopensync,g" \
- ${WRKSRC}/cmake/modules/FindOpenSync.cmake
-
-do-install:
- ${MKDIR} -p ${OS_PLUGIN_DIR} ${OS_PYPLUGIN_DIR}
- ${INSTALL_DATA} ${WRKSRC}/src/python-module.so ${OS_PLUGIN_DIR}
- ${INSTALL_DATA} ${WRKSRC}/src/sample.py ${OS_PYPLUGIN_DIR}
-
-.include <bsd.port.mk>
diff --git a/deskutils/libopensync-plugin-python-devel/distinfo b/deskutils/libopensync-plugin-python-devel/distinfo
deleted file mode 100644
index 945b2632a943..000000000000
--- a/deskutils/libopensync-plugin-python-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 79d86d6bb3b9..000000000000
--- a/deskutils/libopensync-plugin-python-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index aa2634ab8042..000000000000
--- a/deskutils/libopensync-plugin-python-devel/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-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
diff --git a/deskutils/libopensync-plugin-synce-devel/Makefile b/deskutils/libopensync-plugin-synce-devel/Makefile
deleted file mode 100644
index bdac4aa621a7..000000000000
--- a/deskutils/libopensync-plugin-synce-devel/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Alexander Logvinov <ports@logvinov.com>
-# $FreeBSD$
-
-PORTNAME= libopensync-plugin-synce
-CATEGORIES= deskutils palm
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SynCE plugin for the OpenSync framework
-
-RUN_DEPENDS= sync-engine:${PORTSDIR}/palm/synce-sync-engine \
- ${LOCALBASE}/lib/opensync-1.0/plugins/python-module.so:${PORTSDIR}/deskutils/libopensync-plugin-python-devel
-
-MASTERDIR= ${.CURDIR}/../../palm/synce-sync-engine
-
-CONFLICTS= libopensync-plugin-synce-[0-9]*
-
-ENGINE_VER= 3
-PLUGINDIR= lib/opensync-1.0/plugins
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/deskutils/libopensync-plugin-synce-devel/pkg-descr b/deskutils/libopensync-plugin-synce-devel/pkg-descr
deleted file mode 100644
index 018e8cfd83d4..000000000000
--- a/deskutils/libopensync-plugin-synce-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This plugin allows applications using OpenSync to synchronise to and from
-Windows CE and PockectPC based devices.
-
-WWW: http://www.synce.org/moin/