summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-08-01 14:51:43 +0000
committerarved <arved@FreeBSD.org>2003-08-01 14:51:43 +0000
commit8a81d271537b1d7c188a759b9ebdb872c311ef11 (patch)
treebf1cc5aa934183a9229ca87a626a20e42e3b18d7 /palm
parent3e3bab36d787e64ff8d65b781a9c5b5be9d6022d (diff)
downloadFreeBSD-ports-8a81d271537b1d7c188a759b9ebdb872c311ef11.zip
FreeBSD-ports-8a81d271537b1d7c188a759b9ebdb872c311ef11.tar.gz
Add Librapi2, an open source implementation of Microsoft's Remote
Application Programming Interface, used for communicating with Windows CE devices. PR: 53310 Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/synce-librapi2/Makefile27
-rw-r--r--palm/synce-librapi2/distinfo1
-rw-r--r--palm/synce-librapi2/pkg-descr6
-rw-r--r--palm/synce-librapi2/pkg-plist16
5 files changed, 51 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile
index dcdf413..e3a38df 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -31,6 +31,7 @@
SUBDIR += sitescooper
SUBDIR += syncal
SUBDIR += synce-dccm
+ SUBDIR += synce-librapi2
SUBDIR += synce-libsynce
SUBDIR += synce-serial
SUBDIR += syncmal
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile
new file mode 100644
index 0000000..5b64577
--- /dev/null
+++ b/palm/synce-librapi2/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: synce-librapi2
+# Date created: 14 June 2003
+# Whom: Sam Lawrance <boris@brooknet.com.au>
+#
+# $FreeBSD$
+
+PORTNAME= synce-librapi2
+PORTVERSION= 0.7
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= synce
+
+MAINTAINER= boris@brooknet.com.au
+COMMENT= Utilities/libraries to make RAPI calls on WinCE devices
+
+LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
+
+MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS+= --program-transform-name=""
+CONFIGURE_ARGS+= --with-libsynce=${PREFIX}
+
+INSTALLS_SHLIB= yes
+.include <bsd.port.mk>
diff --git a/palm/synce-librapi2/distinfo b/palm/synce-librapi2/distinfo
new file mode 100644
index 0000000..450ca61
--- /dev/null
+++ b/palm/synce-librapi2/distinfo
@@ -0,0 +1 @@
+MD5 (synce-librapi2-0.7.tar.gz) = ef33965cb97127a54053f8084487a347
diff --git a/palm/synce-librapi2/pkg-descr b/palm/synce-librapi2/pkg-descr
new file mode 100644
index 0000000..f161c8b5
--- /dev/null
+++ b/palm/synce-librapi2/pkg-descr
@@ -0,0 +1,6 @@
+SynCE is a project for connecting to devices running Windows CE or Pocket PC.
+Librapi is an open-source implementation that works like RAPI.DLL. The library
+makes it possible to make remote calls on a Windows CE device, including
+installing applications and transferring files.
+
+WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-librapi2/pkg-plist b/palm/synce-librapi2/pkg-plist
new file mode 100644
index 0000000..d4376bf
--- /dev/null
+++ b/palm/synce-librapi2/pkg-plist
@@ -0,0 +1,16 @@
+bin/pcp
+bin/pls
+bin/pmkdir
+bin/pmv
+bin/prm
+bin/prmdir
+bin/prun
+bin/pstatus
+bin/synce-install-cab
+bin/synce-list-programs
+bin/synce-remove-program
+include/rapi.h
+lib/librapi.a
+lib/librapi.la
+lib/librapi.so
+lib/librapi.so.2
OpenPOWER on IntegriCloud