diff options
author | Troy Dack <tad@gentoo.org> | 2003-09-08 14:24:06 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-09-08 14:24:06 +0000 |
commit | fa4bcbfd74119ac49fb7dd2e82791aa6669a629a (patch) | |
tree | b97e0036dcd2b44bd3b3a0d43e06eb8c12f3833e /app-pda | |
parent | New ebuild. Sync your PDA/phone with a variety of clients (diff) | |
download | gentoo-2-fa4bcbfd74119ac49fb7dd2e82791aa6669a629a.tar.gz gentoo-2-fa4bcbfd74119ac49fb7dd2e82791aa6669a629a.tar.bz2 gentoo-2-fa4bcbfd74119ac49fb7dd2e82791aa6669a629a.zip |
New ebuild. Sync your PDA/phone with a variety of clients
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/multisync/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/multisync/Manifest | 4 | ||||
-rw-r--r-- | app-pda/multisync/files/digest-multisync-0.80-r1 | 1 | ||||
-rw-r--r-- | app-pda/multisync/metadata.xml | 10 | ||||
-rw-r--r-- | app-pda/multisync/multisync-0.80-r1.ebuild | 93 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/files/digest-synce-multisync_plugin-0.8.2 | 1 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/metadata.xml | 10 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild | 26 | ||||
-rw-r--r-- | app-pda/synce-rra/ChangeLog | 11 | ||||
-rw-r--r-- | app-pda/synce-rra/Manifest | 4 | ||||
-rw-r--r-- | app-pda/synce-rra/files/digest-synce-rra-0.8.4 | 1 | ||||
-rw-r--r-- | app-pda/synce-rra/metadata.xml | 10 | ||||
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.4.ebuild | 25 |
15 files changed, 214 insertions, 6 deletions
diff --git a/app-pda/multisync/ChangeLog b/app-pda/multisync/ChangeLog new file mode 100644 index 000000000000..0811fe8b0760 --- /dev/null +++ b/app-pda/multisync/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-pda/multisync +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.1 2003/09/08 14:21:42 tad Exp $ + +*multisync-0.80-r1 (09 Sep 2003) + + 09 Sep 2003; Troy Dack <tad@gentoo.org> metadata.xml, + multisync-0.80-r1.ebuild: + New ebuild. Multisync enables a variety of mobile devices to sync with a range + of clients on the desktop/server. diff --git a/app-pda/multisync/Manifest b/app-pda/multisync/Manifest index dc433f2e1c7f..e7f2c03c60f4 100644 --- a/app-pda/multisync/Manifest +++ b/app-pda/multisync/Manifest @@ -1,4 +1,4 @@ -MD5 91b089635aa5bd479479395099e1ff4a multisync-0.80-r1.ebuild 2088 -MD5 b1d4c788673f76ddc2be55bd6453534d ChangeLog 146 +MD5 2ae842c8296a48dd5188973b0e826584 multisync-0.80-r1.ebuild 2190 +MD5 b9c04f810db0e8976c5d95333f3f9c72 ChangeLog 448 MD5 8bf6f02e04d1b0ccf382064a2d1ee056 metadata.xml 331 MD5 8ad3a49acbf349a211788f9fadd1285d files/digest-multisync-0.80-r1 69 diff --git a/app-pda/multisync/files/digest-multisync-0.80-r1 b/app-pda/multisync/files/digest-multisync-0.80-r1 new file mode 100644 index 000000000000..4b790b50cff8 --- /dev/null +++ b/app-pda/multisync/files/digest-multisync-0.80-r1 @@ -0,0 +1 @@ +MD5 f1b1ff5665d7de82b2a2948752b818c7 multisync-0.80-1.tar.gz 1592241 diff --git a/app-pda/multisync/metadata.xml b/app-pda/multisync/metadata.xml new file mode 100644 index 000000000000..e53acf2f7457 --- /dev/null +++ b/app-pda/multisync/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>tad@gentoo.org</email> + <name>Troy Dack</name> +</maintainer> +<longdescription>Sync various portable devices with multiple clients</longdescription> +</pkgmetadata> diff --git a/app-pda/multisync/multisync-0.80-r1.ebuild b/app-pda/multisync/multisync-0.80-r1.ebuild new file mode 100644 index 000000000000..c29244c857c3 --- /dev/null +++ b/app-pda/multisync/multisync-0.80-r1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.80-r1.ebuild,v 1.1 2003/09/08 14:21:42 tad Exp $ + +DESCRIPTION="Client to sync apps with WinCE or mobile devices" + +HOMEPAGE="http://wultisync.sourceforge.net/" + +# Point to any required sources; these will be automatically downloaded by +# Portage. +MY_P="${PF/r1/1}" +SRC_URI="mirror://sourceforge/multisync/${MY_P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +# evo - evolution plugin +# irmc - bluetooth/irmc/irda plugin ( local ) +# opie - opie plugin ( local ) +# ldap - ldap plugin - experimental + +IUSE="evo irmc opie ldap" + +DEPEND="virtual/glibc + >=gnome-base/libbonobo-2.2 + >=gnome-base/libgnome-2.2 + >=gnome-base/ORBit-0.5.17 + >=dev-libs/openssl-0.9.6j + evo? ( gtk2? ( =net-mail/evolution-1.4* + =x11-libs/gtk+-2* ) : + ( =net-mail/evolution-1.2* + =x11-libs/gtk+-1* ) + ) + irmc? ( >=sys-apps/irda-utils-0.9.15 + >=net-wireless/bluez-utils-2.3 + >=dev-libs/openobex-1.0.0 ) + opie? ( >=net-ftp/curl-7.10.5 ) + ldap? ( >=net-nds/openldap-2.0.27 )" + +# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: + +S=${WORKDIR}/${PF/-r1/} + +PLUGINS="backup_plugin syncml_plugin" + +if [ `use irmc` ] ; then + PLUGINS="${PLUGINS} irmc_sync" +fi +if [ `use evo` ] ; then + PLUGINS="${PLUGINS} evolution_sync" +fi + +if [ `use opie` ] ; then + PLUGINS="${PLUGINS} opie_sync" +fi + +if [ `use ldap` ] ; then + PLUGINS="${PLUGINS} ldap_plugin" +fi + + +src_compile() { + einfo "Building Multisynx with these plugins:" + for plugin_dir in ${PLUGINS} + do + einfo " ${plugin_dir}" + done + + cd ${S} + econf || die + make || die "Multisync make failed" + + cd ${S}/plugins + for plugin_dir in ${PLUGINS} + do + cd ${S}/plugins/${plugin_dir} + econf || die "${plugin_dir} config failed!" + make || die "${plugin_dir} make failed!" + done +} + +src_install() { + cd ${S} + einstall || die "Multisync install failed!" + for plugin_dir in ${PLUGINS} + do + cd ${S}/plugins/${plugin_dir} + einstall || die "${plugin_dir} make failed!" + done +} diff --git a/app-pda/synce-multisync_plugin/ChangeLog b/app-pda/synce-multisync_plugin/ChangeLog new file mode 100644 index 000000000000..aec5ce8dc13b --- /dev/null +++ b/app-pda/synce-multisync_plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-pde/synce-multisync_plugin +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.1 2003/09/08 14:22:25 tad Exp $ + +*synce-multisync_plugin-0.8.2 (09 Sep 2003) + + 09 Sep 2003; Troy Dack <tad@gentoo.org> metadata.xml, + synce-multisync_plugin-0.8.2.ebuild: + New ebuild. Multisync plugin to enable sync'ing with WinCE devices. + diff --git a/app-pda/synce-multisync_plugin/Manifest b/app-pda/synce-multisync_plugin/Manifest index a3b346517e6b..7a2c58669cb6 100644 --- a/app-pda/synce-multisync_plugin/Manifest +++ b/app-pda/synce-multisync_plugin/Manifest @@ -1,4 +1,4 @@ -MD5 81ed52519d864b4a88eef32d3cc5be43 synce-multisync_plugin-0.8.2.ebuild 645 -MD5 fa1bc87d9b211f9b0570daaba1fd8c2f ChangeLog 350 +MD5 931fda900ab3832ce88755e277ff4a61 synce-multisync_plugin-0.8.2.ebuild 771 +MD5 685ace9e76d2cb7afaaca558cc653f73 ChangeLog 450 MD5 f535c81d12e32af4e46be4a1027fed85 metadata.xml 331 MD5 a5f2f9c533a14ab27aa9565e8860f7e8 files/digest-synce-multisync_plugin-0.8.2 80 diff --git a/app-pda/synce-multisync_plugin/files/digest-synce-multisync_plugin-0.8.2 b/app-pda/synce-multisync_plugin/files/digest-synce-multisync_plugin-0.8.2 new file mode 100644 index 000000000000..7c1a9b236a3f --- /dev/null +++ b/app-pda/synce-multisync_plugin/files/digest-synce-multisync_plugin-0.8.2 @@ -0,0 +1 @@ +MD5 4864e6a64d89d5c75df0c4d8d495fbe1 synce-multisync_plugin-0.8.2.tar.gz 269589 diff --git a/app-pda/synce-multisync_plugin/metadata.xml b/app-pda/synce-multisync_plugin/metadata.xml new file mode 100644 index 000000000000..9b75e48b9c93 --- /dev/null +++ b/app-pda/synce-multisync_plugin/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>tad@gentoo.org</email> + <name>Troy Dack</name> +</maintainer> +<longdescription>Multisync plugin to get data from a PDA using synce</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild new file mode 100644 index 000000000000..6a2e3f1ba12e --- /dev/null +++ b/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/synce-multisync_plugin-0.8.2.ebuild,v 1.1 2003/09/08 14:22:25 tad Exp $ + +DESCRIPTION="Multisync plugin to synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc + >=dev-libs/check-0.8.2 + >=app-pda/synce-libsynce-0.3 + >=app-pda/multisync-0.80" + +src_compile() { + econf -with-multisync-include=/usr/include/multisync + emake || die +} + +src_install() { + make DESTDIR="${D%/}" install || die +} diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog new file mode 100644 index 000000000000..23cc3fa71a86 --- /dev/null +++ b/app-pda/synce-rra/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/synce-rra +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.1 2003/09/08 14:24:00 tad Exp $ + +*synce-rra-0.8.4 (09 Sep 2003) + + 09 Sep 2003; Troy Dack <tad@gentoo.org> metadata.xml, + synce-rra-0.8.4.ebuild: + New ebuild. Adds support to enable sync'ing from a WinCE device to other apps + (eg: Evolution) + diff --git a/app-pda/synce-rra/Manifest b/app-pda/synce-rra/Manifest index 4e34d821f529..1aec239d6709 100644 --- a/app-pda/synce-rra/Manifest +++ b/app-pda/synce-rra/Manifest @@ -1,4 +1,4 @@ -MD5 c48ee67cc8ab42b1e410e7b47671be0d synce-rra-0.8.4.ebuild 651 -MD5 e582127050e23649b263108a27307889 ChangeLog 127 +MD5 b7b57259ecc6aa287a47a9a88dae448b synce-rra-0.8.4.ebuild 640 +MD5 a22760fac96248dd73aca21253506f7f ChangeLog 426 MD5 031eb45f2680e105a2b27e362c5bd472 metadata.xml 313 MD5 9f0b8f60164fc14c9920e012284136b1 files/digest-synce-rra-0.8.4 67 diff --git a/app-pda/synce-rra/files/digest-synce-rra-0.8.4 b/app-pda/synce-rra/files/digest-synce-rra-0.8.4 new file mode 100644 index 000000000000..8b960fab87be --- /dev/null +++ b/app-pda/synce-rra/files/digest-synce-rra-0.8.4 @@ -0,0 +1 @@ +MD5 6bf0f9d257380427b65b206851df89d0 synce-rra-0.8.4.tar.gz 307496 diff --git a/app-pda/synce-rra/metadata.xml b/app-pda/synce-rra/metadata.xml new file mode 100644 index 000000000000..5dac91cc1151 --- /dev/null +++ b/app-pda/synce-rra/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>tad@gentoo.org</email> + <name>Troy Dack</name> +</maintainer> +<longdescription>Helper to sync with WinCE devices</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-rra/synce-rra-0.8.4.ebuild b/app-pda/synce-rra/synce-rra-0.8.4.ebuild new file mode 100644 index 000000000000..b3b8bd381829 --- /dev/null +++ b/app-pda/synce-rra/synce-rra-0.8.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.1 2003/09/08 14:24:00 tad Exp $ + +DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gnome" + +DEPEND="virtual/glibc + >=check-0.8.2 + >=synce-libsynce-0.3" + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR="${D%/}" install || die +} |