diff options
author | 2004-08-15 12:40:40 +0000 | |
---|---|---|
committer | 2004-08-15 12:40:40 +0000 | |
commit | 050712e945701a252631d60ab0f049807d655668 (patch) | |
tree | 7b8d6a57c9a066c1258aef4f5de149fa4af2e319 /www-apps/horde-turba | |
parent | Moved from net-www/horde-sork to www-apps/horde-sork (diff) | |
download | historical-050712e945701a252631d60ab0f049807d655668.tar.gz historical-050712e945701a252631d60ab0f049807d655668.tar.bz2 historical-050712e945701a252631d60ab0f049807d655668.zip |
Moved from net-www/horde-turba to www-apps/horde-turba.
Diffstat (limited to 'www-apps/horde-turba')
-rw-r--r-- | www-apps/horde-turba/ChangeLog | 46 | ||||
-rw-r--r-- | www-apps/horde-turba/Manifest | 4 | ||||
-rw-r--r-- | www-apps/horde-turba/files/digest-horde-turba-1.2.2 | 1 | ||||
-rw-r--r-- | www-apps/horde-turba/horde-turba-1.2.2.ebuild | 13 | ||||
-rw-r--r-- | www-apps/horde-turba/metadata.xml | 26 |
5 files changed, 90 insertions, 0 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog new file mode 100644 index 000000000000..2d76360add80 --- /dev/null +++ b/www-apps/horde-turba/ChangeLog @@ -0,0 +1,46 @@ +# ChangeLog for net-www/horde-turba +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.1 2004/08/15 12:40:40 stuart Exp $ + +*horde-turba-1.2.2 (15 Aug 2004) + + 15 Aug 2004; Stuart Herbert <stuart@gentoo.org> +metadata.xml, + +horde-turba-1.2.2.ebuild: + Moved from net-www/horde-turba to www-apps/horde-turba. + + 01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> horde-turba-1.2.1.ebuild, + horde-turba-1.2.2.ebuild: + Clean up + Marking ~hppa + +*horde-turba-1.2.2 (26 Feb 2004) + + 26 Feb 2004; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.2.ebuild: + Version bumped. + + 07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> horde-turba-1.2.1.ebuild: + fix bug #37492 and update copyright headers + + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> horde-turba-1.2.1.ebuild: + Fix for bug #32636 + + 04 Dec 2003; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.1.ebuild: + added webapps-apache + + 19 Oct 2003; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.1.ebuild: + marked x86 stable. + +*horde-turba-1.2.1 (02 Oct 2003) + + 02 Oct 2003; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.1.ebuild: + Version bumped. + +*horde-turba-1.2 (08 Apr 2003) + 08 Apr 2003; Dean Bailey <alron@gentoo.org> horde-turba-1.2 : + Version bump and fix for when updatin turba. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*horde-turba-1.1 (31 Oct 2002) + + 31 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> horde-turba-1.1.ebuild files/digest-horde-turba-1.1 : + Initial import. Ebuild submitted by Christophe GUILLOUX <cg@rootix.info>. diff --git a/www-apps/horde-turba/Manifest b/www-apps/horde-turba/Manifest new file mode 100644 index 000000000000..9aa8e3d3e1aa --- /dev/null +++ b/www-apps/horde-turba/Manifest @@ -0,0 +1,4 @@ +MD5 d9a1d6fc377646b253ce5670a32a7022 horde-turba-1.2.2.ebuild 451 +MD5 bf467424de8eaf04256e8e7c21510f98 ChangeLog 1466 +MD5 4a52cd771138efea4026da82a803a812 metadata.xml 1156 +MD5 542db7c4cdfc71f525e260fd6b8c4fb5 files/digest-horde-turba-1.2.2 63 diff --git a/www-apps/horde-turba/files/digest-horde-turba-1.2.2 b/www-apps/horde-turba/files/digest-horde-turba-1.2.2 new file mode 100644 index 000000000000..67e1f1977e9e --- /dev/null +++ b/www-apps/horde-turba/files/digest-horde-turba-1.2.2 @@ -0,0 +1 @@ +MD5 27d9ebbe6723dcb0e4aa61045feb60b0 turba-1.2.2.tar.gz 508914 diff --git a/www-apps/horde-turba/horde-turba-1.2.2.ebuild b/www-apps/horde-turba/horde-turba-1.2.2.ebuild new file mode 100644 index 000000000000..e9f46e0face6 --- /dev/null +++ b/www-apps/horde-turba/horde-turba-1.2.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-1.2.2.ebuild,v 1.1 2004/08/15 12:40:40 stuart Exp $ + +HORDE_PHP_FEATURES="mysql odbc postgres ldap" +inherit horde + +DESCRIPTION="Turba is the Horde address book / contact management program" + +KEYWORDS="x86 ppc sparc alpha hppa amd64" + +DEPEND="" +RDEPEND=">=net-www/horde-2.2.5" diff --git a/www-apps/horde-turba/metadata.xml b/www-apps/horde-turba/metadata.xml new file mode 100644 index 000000000000..8909f1064ef4 --- /dev/null +++ b/www-apps/horde-turba/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>web-apps</herd> +<maintainer> + <email>vapier@gentoo.org</email> +</maintainer> +<longdescription> +Turba is the Horde contact management application. It is a production +level address book, and makes heavy use of the Horde framework to +provide integration with IMP and other Horde applications. + +Turba is a complete basic contact management application. SQL, LDAP, and +Horde Preferences backends are available and are well tested. You can +define the fields in your address books in a very flexible way, just by +changing the config files. You can import/export from/to Pine, Mulberry, +CSV, TSV, and vCard contacts. You can create distribution lists from +your addressbooks, which are handled transparently by IMP and other +Horde applications. And there are Horde API functions to add and search +for contacts. + +Additional backends are easy to add - all you need to do is to implement +a Turba_Driver subclass that implements a few simple methods and talks +to your storage method of choice. +</longdescription> +</pkgmetadata> |