mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Remove expired ports:
2013-12-22 deskutils/libopensync-plugin-python-devel: Broken for more than 6 month deskutils/libopensync-plugin-synce-devel: Unmaintained, depends on expired deskutils/libopensync-plugin-python-devel
This commit is contained in:
parent
db9a9e2c7c
commit
6af0992cc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337202
2
MOVED
2
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
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (libopensync-plugin-python-0.36.tar.bz2) = 9ecfa677d155a8e9e2674fabfa76adbeb45b887a321368cdab082618d27603a3
|
||||
SIZE (libopensync-plugin-python-0.36.tar.bz2) = 33893
|
@ -1,3 +0,0 @@
|
||||
A python module for the OpenSync framework.
|
||||
|
||||
WWW: http://www.opensync.org/
|
@ -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
|
@ -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"
|
@ -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/
|
Loading…
x
Reference in New Issue
Block a user