1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add libsynce, a library to support communication with Windows CE devices

PR:		53311
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
This commit is contained in:
Tilman Keskinoz 2003-07-28 10:00:18 +00:00
parent a0e8a62c88
commit a2d8ff3c18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85723
5 changed files with 42 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += romeo
SUBDIR += sitescooper
SUBDIR += syncal
SUBDIR += synce-libsynce
SUBDIR += syncmal
SUBDIR += txt2pdbdoc

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: synce-libsynce
# Date created: 14 June 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
PORTNAME= synce-libsynce
PORTVERSION= 0.7
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
COMMENT= Library to support communication with WinCE devices
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
MAN1= synce.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (synce-libsynce-0.7.tar.gz) = 7525c33252bd4bb72397fa89cdf2c432

View File

@ -0,0 +1,5 @@
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Libsynce provides common functions needed for communication with a Windows CE
device.
WWW: http://synce.sourceforge.net/

View File

@ -0,0 +1,9 @@
include/synce.h
include/synce_log.h
include/synce_socket.h
include/synce_types.h
lib/libsynce.a
lib/libsynce.la
lib/libsynce.so
lib/libsynce.so.0
share/aclocal/libsynce.m4