mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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/ PR: ports/126134 Submitted by: Ilya Bakulin <webmaster at kibab.com>
This commit is contained in:
parent
0afb6892b8
commit
38bfe44a05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220141
@ -31,6 +31,7 @@
|
||||
SUBDIR += pose
|
||||
SUBDIR += ppmtoTbmp
|
||||
SUBDIR += prc-tools
|
||||
SUBDIR += py-synce-librapi2
|
||||
SUBDIR += romeo
|
||||
SUBDIR += sitescooper
|
||||
SUBDIR += synce-gnomevfs
|
||||
|
27
palm/py-synce-librapi2/Makefile
Normal file
27
palm/py-synce-librapi2/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: py-synce-librapi2
|
||||
# Date created: 19 June 2008
|
||||
# Whom: Ilya Bakulin <webmaster@kibab.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= palm python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}synce-
|
||||
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
COMMENT= Python bibdigs for libRAPI2
|
||||
|
||||
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
|
||||
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../synce-librapi2
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
RAPI_SLAVE= pythonb
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}/python && ${MAKE} install)
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
palm/py-synce-librapi2/distinfo
Normal file
3
palm/py-synce-librapi2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (librapi2-0.11.1.tar.gz) = 577f3a0e338c6a0e664ff40d9c3c8411
|
||||
SHA256 (librapi2-0.11.1.tar.gz) = 34c34befd0d462729115bd35df89e3492befc8d2db8e7f2e1f5719c181ebaaaa
|
||||
SIZE (librapi2-0.11.1.tar.gz) = 481948
|
6
palm/py-synce-librapi2/pkg-descr
Normal file
6
palm/py-synce-librapi2/pkg-descr
Normal file
@ -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/
|
3
palm/py-synce-librapi2/pkg-plist
Normal file
3
palm/py-synce-librapi2/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/pyrapi2.a
|
||||
%%PYTHON_SITELIBDIR%%/pyrapi2.la
|
||||
%%PYTHON_SITELIBDIR%%/pyrapi2.so
|
Loading…
Reference in New Issue
Block a user