The FreeBSD Ports Archive
FreeBSD palm : synce-libsynce4>
Library to support communication with WinCE devices
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.
http://synce.sourceforge.net/
|
synce-libsynce history
v. 1.17
date: 2007/07/23 09:36:23; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.16
date: 2007/01/25 23:50:28; author: anray; state: Exp; lines: +4 -2
Update to 0.9.3
v. 1.15
date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.14
date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/10/29 04:24:59; author: lawrance; state: Exp; lines: +1 -1
Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working.
v. 1.11
date: 2005/08/01 17:10:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.9.1
PR: ports/84333
Submitted by: Andrej Zverev
v. 1.10
date: 2005/04/12 13:00:31; author: lawrance; state: Exp; lines: +1 -1
Set my ports to their shiny new MAINTAINER address.
Approved by: clement (mentor)
v. 1.9
date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:44; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +1 -1
- Update to 0.9.0
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance (maintainer)
v. 1.6
date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.5
date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.4
date: 2004/03/12 10:34:17; author: krion; state: Exp; lines: +1 -1
- Update to version 0.8.9
PR: ports/64125
Submitted by: maintainer
v. 1.3
date: 2003/12/16 19:48:07; author: pav; state: Exp; lines: +1 -1
- Update to 0.8.1
PR: ports/60291
Submitted by: Sam Lawrance (maintainer)
v. 1.2
date: 2003/08/28 08:32:05; author: erwin; state: Exp; lines: +2 -1
Update to 0.8
PR: 56057
Submitted by: maintainer
v. 1.1
date: 2003/07/28 10:00:18; author: arved; state: Exp;
Add libsynce, a library to support communication with Windows CE devices
PR: 53311
Submitted by: Sam Lawrance
=============================================================================
v. 1.17
date: 2007/07/23 09:36:23; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.16
date: 2007/01/25 23:50:28; author: anray; state: Exp; lines: +4 -2
Update to 0.9.3
v. 1.15
date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.14
date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/10/29 04:24:59; author: lawrance; state: Exp; lines: +1 -1
Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working.
v. 1.11
date: 2005/08/01 17:10:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.9.1
PR: ports/84333
Submitted by: Andrej Zverev
v. 1.10
date: 2005/04/12 13:00:31; author: lawrance; state: Exp; lines: +1 -1
Set my ports to their shiny new MAINTAINER address.
Approved by: clement (mentor)
v. 1.9
date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:44; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +1 -1
- Update to 0.9.0
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance (maintainer)
v. 1.6
date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.5
date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.4
date: 2004/03/12 10:34:17; author: krion; state: Exp; lines: +1 -1
- Update to version 0.8.9
PR: ports/64125
Submitted by: maintainer
v. 1.3
date: 2003/12/16 19:48:07; author: pav; state: Exp; lines: +1 -1
- Update to 0.8.1
PR: ports/60291
Submitted by: Sam Lawrance (maintainer)
v. 1.2
date: 2003/08/28 08:32:05; author: erwin; state: Exp; lines: +2 -1
Update to 0.8
PR: 56057
Submitted by: maintainer
v. 1.1
date: 2003/07/28 10:00:18; author: arved; state: Exp;
Add libsynce, a library to support communication with Windows CE devices
PR: 53311
Submitted by: Sam Lawrance
=============================================================================
v. 1.17
date: 2007/07/23 09:36:23; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.16
date: 2007/01/25 23:50:28; author: anray; state: Exp; lines: +4 -2
Update to 0.9.3
v. 1.15
date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.14
date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.13
date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.12
date: 2005/10/29 04:24:59; author: lawrance; state: Exp; lines: +1 -1
Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working.
v. 1.11
date: 2005/08/01 17:10:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.9.1
PR: ports/84333
Submitted by: Andrej Zverev
v. 1.10
date: 2005/04/12 13:00:31; author: lawrance; state: Exp; lines: +1 -1
Set my ports to their shiny new MAINTAINER address.
Approved by: clement (mentor)
v. 1.9
date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.8
date: 2005/04/11 08:03:44; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.7
date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +1 -1
- Update to 0.9.0
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance (maintainer)
v. 1.6
date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.5
date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.4
date: 2004/03/12 10:34:17; author: krion; state: Exp; lines: +1 -1
- Update to version 0.8.9
PR: ports/64125
Submitted by: maintainer
v. 1.3
date: 2003/12/16 19:48:07; author: pav; state: Exp; lines: +1 -1
- Update to 0.8.1
PR: ports/60291
Submitted by: Sam Lawrance (maintainer)
v. 1.2
date: 2003/08/28 08:32:05; author: erwin; state: Exp; lines: +2 -1
Update to 0.8
PR: 56057
Submitted by: maintainer
v. 1.1
date: 2003/07/28 10:00:18; author: arved; state: Exp;
Add libsynce, a library to support communication with Windows CE devices
PR: 53311
Submitted by: Sam Lawrance
=============================================================================
|
| |

|