aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-07-26 14:15:55 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-07-26 14:15:55 +0000
commit7db9738b3f9aab42dbbed6d2b4b561ef0e5de29a (patch)
treeb61405853426c248efab65d613756aa064f58fdc /palm
parentb9dde2b9f84c916cd5b862d4f1a1f886a70c6479 (diff)
downloadports-7db9738b3f9aab42dbbed6d2b4b561ef0e5de29a.tar.gz
ports-7db9738b3f9aab42dbbed6d2b4b561ef0e5de29a.zip
- Update to 0.11
- Pass maintainership to submitter PR: ports/125979 Submitted by: Alexander Logvinov <ports AT logvinov.com>
Notes
Notes: svn path=/head/; revision=217593
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-serial/Makefile17
-rw-r--r--palm/synce-serial/distinfo6
-rw-r--r--palm/synce-serial/files/patch-aa11
-rw-r--r--palm/synce-serial/files/patch-script_synce-serial-start-device.in8
-rw-r--r--palm/synce-serial/files/patch-script_synce-serial-start.in23
-rw-r--r--palm/synce-serial/pkg-descr7
-rw-r--r--palm/synce-serial/pkg-plist18
7 files changed, 62 insertions, 28 deletions
diff --git a/palm/synce-serial/Makefile b/palm/synce-serial/Makefile
index c894bc4ba922..68e3ae828439 100644
--- a/palm/synce-serial/Makefile
+++ b/palm/synce-serial/Makefile
@@ -5,17 +5,22 @@
# $FreeBSD$
PORTNAME= synce-serial
-PORTVERSION= 0.9.1
+PORTVERSION= 0.11
CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Wrapper for pppd to initiate communications with WinCE devices
+MAINTAINER= ports@logvinov.com
+COMMENT= Wrapper for pppd to initiate communications with Windows Mobile devices
-MAN8= synce-serial-config.8 synce-serial-start.8 synce-serial-abort.8
+RUN_DEPENDS= vdccm:${PORTSDIR}/palm/synce-vdccm
+
+CONFLICTS= synce-hal-[0-9]*
+
+MAN8= ${PORTNAME}-config.8 ${PORTNAME}-start.8 \
+ ${PORTNAME}-abort.8 ${PORTNAME}-chat.8
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget
.include <bsd.port.mk>
diff --git a/palm/synce-serial/distinfo b/palm/synce-serial/distinfo
index 88548a87c50b..3ca28dd3e399 100644
--- a/palm/synce-serial/distinfo
+++ b/palm/synce-serial/distinfo
@@ -1,3 +1,3 @@
-MD5 (synce-serial-0.9.1.tar.gz) = 77f8879486469118386fb7429ec5a794
-SHA256 (synce-serial-0.9.1.tar.gz) = e7f7fba52e8982e574cb0a4f56917c8426bb98834b1bf3dcd65432aa8e33a8e4
-SIZE (synce-serial-0.9.1.tar.gz) = 286444
+MD5 (synce-serial-0.11.tar.gz) = a83f20eb59c845de192645158d051062
+SHA256 (synce-serial-0.11.tar.gz) = d9b967474807f00aeb9e735b6a858d2d9887dd805448f724b2f28250b55f80d0
+SIZE (synce-serial-0.11.tar.gz) = 318915
diff --git a/palm/synce-serial/files/patch-aa b/palm/synce-serial/files/patch-aa
deleted file mode 100644
index 88555050ec3f..000000000000
--- a/palm/synce-serial/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- script/synce-serial-config.in.orig Sun Jun 22 21:18:29 2003
-+++ script/synce-serial-config.in Thu Aug 28 09:52:31 2003
-@@ -142,7 +142,7 @@
- ${IP_ADDRESSES}
- ms-dns ${DNS_SERVER}
- crtscts
--linkname ${PEER}" >${PEER_FILE}
-+" >${PEER_FILE}
- #lcp-echo-failure 2
- #lcp-echo-interval 2
-
diff --git a/palm/synce-serial/files/patch-script_synce-serial-start-device.in b/palm/synce-serial/files/patch-script_synce-serial-start-device.in
new file mode 100644
index 000000000000..14cea4c7b818
--- /dev/null
+++ b/palm/synce-serial/files/patch-script_synce-serial-start-device.in
@@ -0,0 +1,8 @@
+--- script/synce-serial-start-device.in.orig 2008-06-21 07:53:36.000000000 +1000
++++ script/synce-serial-start-device.in 2008-06-21 07:53:45.000000000 +1000
+@@ -23,4 +23,4 @@
+ synce-serial-abort-device >/dev/null 2>&1
+
+ # Now bring up the connection
+-${SYNCE_PPP:-$PPPD} ${SYNCE_DEV} ${SYNCE_DEVSPEED:-115200} connect ${SYNCE_PPP_CONNECT:-@SYNCE_SERIAL_CHAT@} ${SYNCE_IPADDR:-$DEFAULT_IPS} ms-dns ${SYNCE_DNS:-$DEFAULT_LOCAL_IP} linkname ${SYNCE_DEVNAME:-$PEER} $pppopts $SYNCE_PPP_OPTIONS
++${SYNCE_PPP:-$PPPD} ${SYNCE_DEV} ${SYNCE_DEVSPEED:-115200} connect ${SYNCE_PPP_CONNECT:-@SYNCE_SERIAL_CHAT@} ${SYNCE_IPADDR:-$DEFAULT_IPS} ms-dns ${SYNCE_DNS:-$DEFAULT_LOCAL_IP} $pppopts $SYNCE_PPP_OPTIONS
diff --git a/palm/synce-serial/files/patch-script_synce-serial-start.in b/palm/synce-serial/files/patch-script_synce-serial-start.in
new file mode 100644
index 000000000000..cb1398456618
--- /dev/null
+++ b/palm/synce-serial/files/patch-script_synce-serial-start.in
@@ -0,0 +1,23 @@
+--- script/synce-serial-start.in.orig 2008-06-21 15:23:30.000000000 +1000
++++ script/synce-serial-start.in 2008-06-21 15:24:01.000000000 +1000
+@@ -118,16 +118,16 @@
+ fi
+
+ #
+-# See if dccm is running
++# See if vdccm is running
+ #
+
+ PGREP=`which pgrep`
+ if [ "$PGREP" ]; then
+- $PGREP dccm >/dev/null || echo "
++ $PGREP vdccm >/dev/null || echo "
+ Warning!
+
+-${THIS} cannot find the dccm process.
+-Without dccm your PPP connection will soon terminate!
++${THIS} cannot find the vdccm process.
++Without vdccm your PPP connection will soon terminate!
+ " >&2
+ fi
+
diff --git a/palm/synce-serial/pkg-descr b/palm/synce-serial/pkg-descr
index 930a3881742f..08784c49ae49 100644
--- a/palm/synce-serial/pkg-descr
+++ b/palm/synce-serial/pkg-descr
@@ -1,6 +1,7 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
+The purpose of the SynCE project is to provide a means of communication with
+a Windows Mobile device from a computer using USB or Bluetooth.
Synce-serial is a set of wrappers around pppd to initiate communications
-with a Windows CE device. Once a connection is established, synce-dccm is
+with a Windows Mobile device. Once a connection is established, synce-vdccm is
able to accept connections.
-WWW: http://synce.sourceforge.net/
+WWW: http://www.synce.org/moin/
diff --git a/palm/synce-serial/pkg-plist b/palm/synce-serial/pkg-plist
index e85d82a8f0c6..f7d309b0653b 100644
--- a/palm/synce-serial/pkg-plist
+++ b/palm/synce-serial/pkg-plist
@@ -1,6 +1,14 @@
-bin/synce-serial-abort
-bin/synce-serial-chat
-bin/synce-serial-config
-bin/synce-serial-start
+sbin/synce-serial-abort
+sbin/synce-serial-abort-device
+sbin/synce-serial-config
+sbin/synce-serial-hotplug
+sbin/synce-serial-start
+sbin/synce-serial-start-device
+sbin/synce-serial-udev-add
+sbin/synce-serial-udev-remove
+libexec/synce-serial-chat
share/synce/synce-serial-common
-@dirrm share/synce
+share/synce/synce-serial.conf
+share/synce/synce-udev.rules
+share/synce/synce.usermap
+@dirrmtry share/synce