added jsaw/multisync - a calendar synchronization program for GNOME added jsaw/libwbxml2 - a WBXML (wireless binary XML) parser and encoder git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2358 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,24 @@ |
|||
|
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/jsaw/libwbxml2/libwbxml2.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
hook_add preconf 3 "./bootstrap" |
@ -0,0 +1,48 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/jsaw/libwbxml2/libwbxml2.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A WBXML parser and encoder. |
|||
|
|||
[T] The WBXML Library is a C library for handling |
|||
[T] WBXML (Wireless Binary XML) documents. It consists |
|||
[T] of a WBXML parser (with a SAX-like interface), and |
|||
[T] a generic WBXML encoder. The following languages |
|||
[T] are supported: WML 1.0, 1.1, 1.2, 1.3 / WTA 1.0 / |
|||
[T] WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / |
|||
[T] CO 1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / |
|||
[T] Ericsson-Nokia OTA Settings v7.0 / SYNCML 1.0, 1.1 |
|||
[T] / Wireless Village CSP 1.1, 1.2. |
|||
|
|||
[U] http://freshmeat.net/projects/libwbxml/ |
|||
|
|||
[A] Aymerick Jéhanne <freshmeat@jehanne.org> |
|||
[M] Juergen "George" Sawinski <jsaw@gmx.net> |
|||
|
|||
[C] extra/tool extra/network |
|||
|
|||
[L] GPL |
|||
[S] Alpha |
|||
[V] 0.8.2 |
|||
[P] X -----5---9 800.000 |
|||
|
|||
[D] 4186797267 wbxml2-0.8.2-src.tar.gz http://osdn.dl.sourceforge.net/sourceforge/wbxmllib/ |
@ -0,0 +1,32 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/jsaw/libwbxml2/no-cvs-clean.patch |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
CVS directories are already removed by the ROCK build scripts. |
|||
-jsaw
|
|||
|
|||
--- wbxml2-0.8.2/Makefile.am~ 2003-10-17 21:09:20.000000000 +0200
|
|||
+++ wbxml2-0.8.2/Makefile.am 2004-01-10 18:18:43.000000000 +0100
|
|||
@@ -24,7 +24,6 @@
|
|||
install-data-local: |
|||
$(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual |
|||
cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual |
|||
- rm -r `find $(DESTDIR)$(wbxmldocdir)/manual -name "CVS"`
|
|||
|
|||
dist-bz2: distdir |
|||
sed -e "s/tar.gz/tar.bz2/g" $(distdir)/wbxml2.spec > $(distdir)/wbxml2.spec.aux |
@ -0,0 +1,56 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/jsaw/multisync/multisync.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
. $base/package/*/*/gnome-24.conf |
|||
|
|||
build_multisync_plugin() { |
|||
local plugin=$1; shift |
|||
|
|||
echo "Building multisync plugin $plugin..." |
|||
cd plugins/$plugin |
|||
|
|||
eval_config_command $( eval echo $confopt $* ) |
|||
eval $MAKE $makeopt |
|||
eval $MAKE $makeinstopt |
|||
|
|||
cd ../.. |
|||
} |
|||
|
|||
multisync_pm() { |
|||
local each |
|||
|
|||
build_multisync_plugin backup_plugin |
|||
build_multisync_plugin evolution_sync --with-evo-libs=$root/$pkg_evolution_libs |
|||
build_multisync_plugin palm_sync |
|||
build_multisync_plugin opie_sync |
|||
build_multisync_plugin syncml_plugin |
|||
|
|||
pkginstalled openldap && pkginstalled cyrus-sasl2 && \ |
|||
build_multisync_plugin ldap_plugin \ |
|||
LDFLAGS="-L$root/$pkg_openldap_prefix/lib" |
|||
|
|||
# FIXME openobex missing |
|||
pkginstalled openobex && \ |
|||
build_multisync_plugin irmc_sync |
|||
} |
|||
|
|||
hook_add postmake 3 multisync_pm |
@ -0,0 +1,44 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/jsaw/multisync/multisync.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A calendar synchronization program. |
|||
|
|||
[T] MultiSync is a free modular program to synchronize calendars, address |
|||
[T] books, and other PIM data between programs on your computer and other |
|||
[T] computers, mobile devices, PDAs or cell phones. Currently MultiSync |
|||
[T] has plugins for Ximian Evolution, mobile phones (IrMC and SyncML), |
|||
[T] Opie/Zaurus devices, PocketPC devices, Palm devices, and LDAP directories. |
|||
|
|||
[U] http://freshmeat.net/projects/multisync/ |
|||
|
|||
[A] David Zakar <zakar@wam.umd.edu> |
|||
[M] Juergen "George" Sawinski <jsaw@gmx.net> |
|||
|
|||
[C] extra/office extra/desktop/gnome extra/tool |
|||
|
|||
[L] GPL |
|||
[S] Beta |
|||
[V] 0.81 |
|||
[P] X -----5---9 900.000 |
|||
|
|||
[D] 678366813 multisync-0.81.tar.bz2 http://dl.sourceforge.net/multisync/ |