diff options
author | arved <arved@FreeBSD.org> | 2003-08-01 13:58:54 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-01 13:58:54 +0000 |
commit | 2c47c68a43899811abc17afcdcc673d27a838218 (patch) | |
tree | 391798b2c766205bfe64c4336bc7713cf62144f5 /palm | |
parent | 40e26c506094fde6d2270d061cee58fa2d3cfaac (diff) | |
download | FreeBSD-ports-2c47c68a43899811abc17afcdcc673d27a838218.zip FreeBSD-ports-2c47c68a43899811abc17afcdcc673d27a838218.tar.gz |
SynCE-serial is a set of wrappers around pppd to initiate communication with
WIndows CE devices.
PR: 53309
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 1 | ||||
-rw-r--r-- | palm/synce-serial/Makefile | 23 | ||||
-rw-r--r-- | palm/synce-serial/distinfo | 1 | ||||
-rw-r--r-- | palm/synce-serial/pkg-descr | 6 | ||||
-rw-r--r-- | palm/synce-serial/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index fd8103b..bb067dd 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -31,6 +31,7 @@ SUBDIR += sitescooper SUBDIR += syncal SUBDIR += synce-libsynce + SUBDIR += synce-serial SUBDIR += syncmal SUBDIR += txt2pdbdoc diff --git a/palm/synce-serial/Makefile b/palm/synce-serial/Makefile new file mode 100644 index 0000000..fb4718b --- /dev/null +++ b/palm/synce-serial/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: synce-serial +# Date created: 14 June 2003 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD$ + +PORTNAME= synce-serial +PORTVERSION= 0.7 +CATEGORIES= palm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= synce + +MAINTAINER= boris@brooknet.com.au +COMMENT= Wrapper for pppd to initiate communications with WinCE devices + +MAN8= synce-serial-config.8 synce-serial-start.8 synce-serial-abort.8 + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+= --program-transform-name="" +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/palm/synce-serial/distinfo b/palm/synce-serial/distinfo new file mode 100644 index 0000000..6313003 --- /dev/null +++ b/palm/synce-serial/distinfo @@ -0,0 +1 @@ +MD5 (synce-serial-0.7.tar.gz) = bd8db5dc4bc69d02e36004aa53a028b5 diff --git a/palm/synce-serial/pkg-descr b/palm/synce-serial/pkg-descr new file mode 100644 index 0000000..930a388 --- /dev/null +++ b/palm/synce-serial/pkg-descr @@ -0,0 +1,6 @@ +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +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 +able to accept connections. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/synce-serial/pkg-plist b/palm/synce-serial/pkg-plist new file mode 100644 index 0000000..f10fa4f --- /dev/null +++ b/palm/synce-serial/pkg-plist @@ -0,0 +1,5 @@ +bin/synce-serial-chat +bin/synce-serial-config +bin/synce-serial-start +bin/synce-serial-abort +share/synce/synce-serial-common |