summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 19:49:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 19:49:39 +0000
commit78cdba8e1ae82d9a1addfea1e93a2bebf28a415e (patch)
treed34262b90ec3fc890633a3d417aaa630b9b7699c /palm
parentUpgrade to 4.8.4. (diff)
2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltk
2008-09-19 x11-wm/kahakai: "Development ceased" 2008-08-24 palm/synce-gnomevfs: No longer supported by developers 2008-08-24 palm/synce-kde: No longer supported by developers 2008-08-24 palm/synce-multisync: No longer supported by developers 2008-12-06 shells/ksh93-devel: This port is Outdated. Please use shells/ksh93 2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months 2008-09-19 sysutils/dusage: Has been broken for more than 6 months 2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=223968
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile3
-rw-r--r--palm/synce-gnomevfs/Makefile36
-rw-r--r--palm/synce-gnomevfs/distinfo3
-rw-r--r--palm/synce-gnomevfs/files/patch-src-libsyncevfs.c26
-rw-r--r--palm/synce-gnomevfs/pkg-descr5
-rw-r--r--palm/synce-gnomevfs/pkg-plist9
-rw-r--r--palm/synce-kde/Makefile44
-rw-r--r--palm/synce-kde/distinfo3
-rw-r--r--palm/synce-kde/pkg-descr6
-rw-r--r--palm/synce-kde/pkg-plist48
-rw-r--r--palm/synce-multisync/Makefile39
-rw-r--r--palm/synce-multisync/distinfo3
-rw-r--r--palm/synce-multisync/pkg-descr4
-rw-r--r--palm/synce-multisync/pkg-plist7
14 files changed, 0 insertions, 236 deletions
diff --git a/palm/Makefile b/palm/Makefile
index 56de6c858c60..87060d8ada86 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -35,14 +35,11 @@
SUBDIR += py-synce-librra
SUBDIR += romeo
SUBDIR += sitescooper
- SUBDIR += synce-gnomevfs
SUBDIR += synce-gvfs
SUBDIR += synce-hal
- SUBDIR += synce-kde
SUBDIR += synce-librapi2
SUBDIR += synce-libsynce
SUBDIR += synce-librra
- SUBDIR += synce-multisync
SUBDIR += synce-serial
SUBDIR += synce-sync-engine
SUBDIR += synce-trayicon
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
deleted file mode 100644
index 285076965828..000000000000
--- a/palm/synce-gnomevfs/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: synce-gnomevfs
-# Date created: 28 August 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= synce-gnomevfs
-PORTVERSION= 0.9.0
-PORTREVISION= 6
-CATEGORIES= palm
-MASTER_SITES= SF/synce
-
-MAINTAINER= ports@logvinov.com
-COMMENT= Gnome VFS module for WinCE devices
-
-LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomeprefix gnometarget gnomevfs2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
- --with-libsynce=${LOCALBASE}
-
-BROKEN= No longer supported by developers
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2008-08-24
-
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.post.mk>
diff --git a/palm/synce-gnomevfs/distinfo b/palm/synce-gnomevfs/distinfo
deleted file mode 100644
index 06b48fe7eeb0..000000000000
--- a/palm/synce-gnomevfs/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (synce-gnomevfs-0.9.0.tar.gz) = 1fa8d653297331479edcd5d983a0f75e
-SHA256 (synce-gnomevfs-0.9.0.tar.gz) = 2dc8d4905b81e4303e9131dd8f737e7facae9ca7065ec7f9faba15238774b5cd
-SIZE (synce-gnomevfs-0.9.0.tar.gz) = 303885
diff --git a/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c b/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c
deleted file mode 100644
index 6995549fca65..000000000000
--- a/palm/synce-gnomevfs/files/patch-src-libsyncevfs.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/libsyncevfs.c.orig Sun Aug 22 21:06:29 2004
-+++ src/libsyncevfs.c Sat Jan 8 18:40:37 2005
-@@ -126,8 +126,9 @@
- {
- if (!initialized_rapi)
- {
-+ HRESULT hr;
- MUTEX_LOCK (mutex);
-- HRESULT hr = CeRapiInit();
-+ hr = CeRapiInit();
- MUTEX_UNLOCK (mutex);
-
- if (FAILED(hr))
-@@ -145,9 +146,10 @@
-
- static int get_location(GnomeVFSURI *uri, gchar **location)/*{{{*/
- {
-- int result = INDEX_INVALID;
-- *location = NULL;
-+ int result;
- gchar **path = NULL;
-+ *location = NULL;
-+ result = INDEX_INVALID;
-
- path = g_strsplit(gnome_vfs_unescape_string(gnome_vfs_uri_get_path(uri),"\\"), "/", 0);
-
diff --git a/palm/synce-gnomevfs/pkg-descr b/palm/synce-gnomevfs/pkg-descr
deleted file mode 100644
index f1da757cafc5..000000000000
--- a/palm/synce-gnomevfs/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
-Gnomevfs gives Gnome applications like Nautilus the ability to access the file
-system on a Windows CE device via gnomevfs.
-
-WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-gnomevfs/pkg-plist b/palm/synce-gnomevfs/pkg-plist
deleted file mode 100644
index 7f0dff7e1d18..000000000000
--- a/palm/synce-gnomevfs/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/synce-in-computer-folder
-etc/gnome-vfs-2.0/modules/synce-module.conf
-share/pixmaps/synce/synce-color.png
-share/synce/synce-in-computer-folder.sh
-lib/gnome-vfs-2.0/modules/libsyncevfs.a
-lib/gnome-vfs-2.0/modules/libsyncevfs.la
-lib/gnome-vfs-2.0/modules/libsyncevfs.so
-@dirrmtry share/pixmaps/synce
-@dirrmtry share/synce
diff --git a/palm/synce-kde/Makefile b/palm/synce-kde/Makefile
deleted file mode 100644
index bf0ae5406f9b..000000000000
--- a/palm/synce-kde/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: rapip
-# Date created: 15 June 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-
-PORTNAME= synce-kde
-PORTVERSION= 0.9.1
-PORTREVISION= 5
-CATEGORIES= palm
-MASTER_SITES= SF/synce
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SynCE KDE Utilities
-
-LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce \
- rapi.2:${PORTSDIR}/palm/synce-librapi2 \
- rra.0:${PORTSDIR}/palm/synce-librra \
- dynamite.0:${PORTSDIR}/archivers/libdynamite \
- orange.0:${PORTSDIR}/archivers/liborange \
- unshield.0:${PORTSDIR}/archivers/unshield
-
-RUN_DEPENDS+= synce-serial-start:${PORTSDIR}/palm/synce-serial
-
-BROKEN= No longer supported by developers
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2008-08-24
-
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-USE_ICONV= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
-
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-
-PORTDOCS= *
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/raki
-
-post-install:
- ${INSTALL} -c -o root -g wheel ${WRKSRC}/rapip/.libs/kio_rapip.lai ${PREFIX}/lib/kde3/kio_rapip.la
-
-.include <bsd.port.mk>
diff --git a/palm/synce-kde/distinfo b/palm/synce-kde/distinfo
deleted file mode 100644
index f3a1aca9e6b2..000000000000
--- a/palm/synce-kde/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (synce-kde-0.9.1.tar.gz) = 213ea85f85414b9f05f4252028bce134
-SHA256 (synce-kde-0.9.1.tar.gz) = 53635dddc4a08af1010c226857e3ad8643ed142429d9d4c0f862b5a7ff329fd2
-SIZE (synce-kde-0.9.1.tar.gz) = 900696
diff --git a/palm/synce-kde/pkg-descr b/palm/synce-kde/pkg-descr
deleted file mode 100644
index 741a79d2b748..000000000000
--- a/palm/synce-kde/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
-Synce-KDE provides KDE users transparent access to the files and information
-on their Windows CE device as if it were a local folder. It also provides
-a system tray application and PDA connection manager.
-
-WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-kde/pkg-plist b/palm/synce-kde/pkg-plist
deleted file mode 100644
index 0024a4c09bb7..000000000000
--- a/palm/synce-kde/pkg-plist
+++ /dev/null
@@ -1,48 +0,0 @@
-bin/raki
-bin/vdccm
-include/rakiapi.h
-include/rakisyncfactory.h
-include/rakisyncplugin.h
-include/rapiwrapper.h
-include/rra.h
-lib/kde3/kio_rapip.a
-lib/kde3/kio_rapip.la
-lib/kde3/kio_rapip.so
-share/applnk/Utilities/raki.desktop
-share/apps/konqueror/servicemenus/cab_install.desktop
-share/apps/raki/Infbeg.wav
-share/apps/raki/Infend.wav
-share/apps/raki/scripts/dccm.sh
-share/apps/raki/scripts/vdccm.sh
-share/apps/raki/tips
-share/icons/hicolor/16x16/apps/raki.png
-share/icons/hicolor/16x16/apps/raki_bw.png
-share/icons/hicolor/16x16/apps/rapip.png
-share/icons/hicolor/16x16/apps/rapip_bw.png
-share/icons/hicolor/22x22/apps/raki.png
-share/icons/hicolor/22x22/apps/raki_bw.png
-share/icons/hicolor/22x22/apps/rapip.png
-share/icons/hicolor/22x22/apps/rapip_bw.png
-share/icons/hicolor/32x32/apps/raki.png
-share/icons/hicolor/32x32/apps/raki_bw.png
-share/icons/hicolor/32x32/apps/rapip.png
-share/icons/hicolor/32x32/apps/rapip_bw.png
-share/icons/hicolor/48x48/apps/raki.png
-share/icons/hicolor/48x48/apps/raki_bw.png
-share/icons/hicolor/48x48/apps/rapip.png
-share/icons/hicolor/48x48/apps/rapip_bw.png
-share/icons/hicolor/64x64/apps/raki.png
-share/icons/hicolor/64x64/apps/raki_bw.png
-share/icons/hicolor/64x64/apps/rapip.png
-share/icons/hicolor/64x64/apps/rapip_bw.png
-share/locale/de/LC_MESSAGES/synce-kde.mo
-share/locale/fr/LC_MESSAGES/synce-kde.mo
-share/mimelnk/application/x-raki.desktop
-share/services/rapip.protocol
-share/servicetypes/rakisynchronizer.desktop
-%%PORTDOCS%%%%DOCSDIR%%/index.docbook
-%%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2
-%%PORTDOCS%%%%DOCSDIR%%/common
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm share/apps/raki/scripts
-@dirrm share/apps/raki
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile
deleted file mode 100644
index 5aca7a62cb2e..000000000000
--- a/palm/synce-multisync/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: synce-multisync
-# Date created: September 2004
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= synce-multisync_plugin
-PORTVERSION= 0.9.0
-PORTREVISION= 8
-CATEGORIES= palm deskutils
-MASTER_SITES= SF/synce
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SynCE synchronisation plugin for Multisync
-
-LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-librra \
- synce.0:${PORTSDIR}/palm/synce-libsynce
-BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
-RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
-
-USE_GNOME= gnomeprefix gnometarget gnomevfs2
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
- --with-libsynce=${LOCALBASE} \
- --with-librra=${LOCALBASE} \
- --with-multisync-include=${LOCALBASE}/include/multisync
-CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-BROKEN= No longer supported by developers
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2008-08-24
-
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/palm/synce-multisync/distinfo b/palm/synce-multisync/distinfo
deleted file mode 100644
index de83505b904f..000000000000
--- a/palm/synce-multisync/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (synce-multisync_plugin-0.9.0.tar.gz) = 0273cac4d2bce299aec8a51b08101985
-SHA256 (synce-multisync_plugin-0.9.0.tar.gz) = 70f1a0e4bbeaf71f7403af95aac56eeb7aae0791e2303521e2d0e682c815a94d
-SIZE (synce-multisync_plugin-0.9.0.tar.gz) = 327269
diff --git a/palm/synce-multisync/pkg-descr b/palm/synce-multisync/pkg-descr
deleted file mode 100644
index 0ecb3ef8dcb1..000000000000
--- a/palm/synce-multisync/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This plugin adds a SynCE connector to Multisync, making it possible to sync
-your Pocket PC with any other Multisync supported device or software.
-
-WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-multisync/pkg-plist b/palm/synce-multisync/pkg-plist
deleted file mode 100644
index e4687c2a0c9a..000000000000
--- a/palm/synce-multisync/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-lib/multisync/libsynce_plugin.a
-lib/multisync/libsynce_plugin.la
-lib/multisync/libsynce_plugin.so
-lib/multisync/libsynce_plugin.so.0
-share/synce/synce_multisync_plugin.glade
-@dirrm share/synce
-@dirrmtry lib/multisync