import turba-1.1

--

Turba is the Horde contact management application.  It makes heavy
use of the Horde framework to provide integration with other
applications such as the IMP webmail system.
This commit is contained in:
avsm 2002-08-12 01:11:46 +00:00
parent 042441f08c
commit 950dc0ed20
5 changed files with 293 additions and 0 deletions

41
www/turba/Makefile Normal file
View File

@ -0,0 +1,41 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/12 01:11:46 avsm Exp $
COMMENT= "contact management module for Horde"
V= 1.1
HORDE_MODULE= turba
HORDE_NAME= Turba
DISTNAME= ${HORDE_MODULE}-${V}
CATEGORIES= www
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.horde.org/pub/${HORDE_MODULE}/tarballs/
NO_BUILD= Yes
NO_REGRESS= Yes
NO_CONFIGURE= Yes
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/horde
SUBST_VARS= INSTDIR HORDE_NAME HORDE_MODULE
RUN_DEPENDS= :horde->=2.1:devel/horde
pre-fake:
${INSTALL_DATA_DIR} ${INSTDIR}
do-install:
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}/${HORDE_MODULE}-${V} ${INSTDIR}/${HORDE_MODULE}
.include <bsd.port.mk>

3
www/turba/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (turba-1.1.tar.gz) = 1b5b3cdf1eeb80fe8a1e9a2ae9000723
RMD160 (turba-1.1.tar.gz) = 763cdd5de1c05b49e8a7d60a8c46137803a7cda4
SHA1 (turba-1.1.tar.gz) = 1675877727d74d31b6c71e8bc124234b2c6de27c

11
www/turba/pkg/DESCR Normal file
View File

@ -0,0 +1,11 @@
Turba is the Horde contact management application. It makes heavy
use of the Horde framework to provide integration with other
applications such as the IMP webmail system.
Right now, Turba is a fairly complete basic contact management
application. SQL and LDAP backends are available and fairly well
tested. You can define the fields in your address books in a very
flexible way, just by changing the config files. And there are
Horde API functions to add and search for contacts.
WWW: ${HOMEPAGE}

10
www/turba/pkg/MESSAGE Normal file
View File

@ -0,0 +1,10 @@
==============================================================
${HORDE_NAME} has been installed into ${INSTDIR}/${HORDE_MODULE}
Proceed to complete the installation by reading:
${INSTDIR}/${HORDE_MODULE}/docs/INSTALL
Before installing ${HORDE_NAME}, make sure that Horde is correctly
configured and working first!
==============================================================

228
www/turba/pkg/PLIST Normal file
View File

@ -0,0 +1,228 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/08/12 01:11:46 avsm Exp $
horde/turba/COPYING
horde/turba/README
horde/turba/addobject.php
horde/turba/addobjectaction.php
horde/turba/advanced.php
horde/turba/browse.php
horde/turba/config/.htaccess
horde/turba/config/attributes.php.dist
horde/turba/config/conf.php.dist
horde/turba/config/html.php.dist
horde/turba/config/menu.php.dist
horde/turba/config/prefs.php.dist
horde/turba/config/sources.php.dist
horde/turba/data.php
horde/turba/deleteobject.php
horde/turba/displayobject.php
horde/turba/docs/CHANGES
horde/turba/docs/CREDITS
horde/turba/docs/INSTALL
horde/turba/docs/turba.dia
horde/turba/docs/turba.pdf
horde/turba/editobject.php
horde/turba/editobjectaction.php
horde/turba/graphics/add.gif
horde/turba/graphics/down.gif
horde/turba/graphics/group.gif
horde/turba/graphics/lhand.gif
horde/turba/graphics/rhand.gif
horde/turba/graphics/search.gif
horde/turba/graphics/turba.gif
horde/turba/graphics/up.gif
horde/turba/graphics/user.gif
horde/turba/index.php
horde/turba/lib/.htaccess
horde/turba/lib/AbstractObject.php
horde/turba/lib/Driver.php
horde/turba/lib/Driver/ldap.php
horde/turba/lib/Driver/sql.php
horde/turba/lib/Group.php
horde/turba/lib/List.php
horde/turba/lib/List/Plain.php
horde/turba/lib/List/Tree.php
horde/turba/lib/ListView.php
horde/turba/lib/ListView/Rolodex.php
horde/turba/lib/ListView/Tree.php
horde/turba/lib/Object.php
horde/turba/lib/ObjectView.php
horde/turba/lib/ObjectView/List.php
horde/turba/lib/ObjectView/PhotoID.php
horde/turba/lib/Source.php
horde/turba/lib/Turba.php
horde/turba/lib/api.php
horde/turba/lib/base.php
horde/turba/lib/version.php
horde/turba/locale/.htaccess
horde/turba/locale/cs_CZ/LC_MESSAGES/turba.mo
horde/turba/locale/da_DK/LC_MESSAGES/turba.mo
horde/turba/locale/de_DE/LC_MESSAGES/turba.mo
horde/turba/locale/el_GR/LC_MESSAGES/turba.mo
horde/turba/locale/es_ES/LC_MESSAGES/turba.mo
horde/turba/locale/et_EE/LC_MESSAGES/turba.mo
horde/turba/locale/fi_FI/LC_MESSAGES/turba.mo
horde/turba/locale/fr_FR/LC_MESSAGES/turba.mo
horde/turba/locale/hu_HU/LC_MESSAGES/turba.mo
horde/turba/locale/it_IT/LC_MESSAGES/turba.mo
horde/turba/locale/ja_JP/LC_MESSAGES/turba.mo
horde/turba/locale/ko_KR/LC_MESSAGES/turba.mo
horde/turba/locale/nb_NO/LC_MESSAGES/turba.mo
horde/turba/locale/nl_NL/LC_MESSAGES/turba.mo
horde/turba/locale/nn_NO/LC_MESSAGES/turba.mo
horde/turba/locale/pl_PL/LC_MESSAGES/turba.mo
horde/turba/locale/pt_BR/LC_MESSAGES/turba.mo
horde/turba/locale/pt_PT/LC_MESSAGES/turba.mo
horde/turba/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo
horde/turba/locale/ru_RU/LC_MESSAGES/turba.mo
horde/turba/locale/sk_SK/LC_MESSAGES/turba.mo
horde/turba/locale/sl_SI/LC_MESSAGES/turba.mo
horde/turba/locale/sv_SE/LC_MESSAGES/turba.mo
horde/turba/locale/uk_UA/LC_MESSAGES/turba.mo
horde/turba/locale/zh_CN/LC_MESSAGES/turba.mo
horde/turba/locale/zh_TW/LC_MESSAGES/turba.mo
horde/turba/menu.php
horde/turba/po/.htaccess
horde/turba/po/Makefile
horde/turba/po/README
horde/turba/po/cs_CZ.po
horde/turba/po/da_DK.po
horde/turba/po/de_DE.po
horde/turba/po/el_GR.po
horde/turba/po/es_ES.po
horde/turba/po/et_EE.po
horde/turba/po/extract.pl
horde/turba/po/fi_FI.po
horde/turba/po/fr_FR.po
horde/turba/po/hu_HU.po
horde/turba/po/it_IT.po
horde/turba/po/ja_JP.po
horde/turba/po/ko_KR.po
horde/turba/po/nb_NO.po
horde/turba/po/nl_NL.po
horde/turba/po/nn_NO.po
horde/turba/po/pl_PL.po
horde/turba/po/pt_BR.po
horde/turba/po/pt_PT.po
horde/turba/po/ru_RU.KOI8-R.po
horde/turba/po/ru_RU.po
horde/turba/po/shtool
horde/turba/po/sk_SK.po
horde/turba/po/sl_SI.po
horde/turba/po/sv_SE.po
horde/turba/po/uk_UA.po
horde/turba/po/xgettext.sh
horde/turba/po/zh_CN.po
horde/turba/po/zh_TW.po
horde/turba/prefs.php
horde/turba/scripts/.htaccess
horde/turba/scripts/drivers/turba.sql
horde/turba/search.php
horde/turba/status.php
horde/turba/templates/.htaccess
horde/turba/templates/add/add.inc
horde/turba/templates/add/noadd.inc
horde/turba/templates/add/select.inc
horde/turba/templates/advanced/criteria.inc
horde/turba/templates/advanced/foot.inc
horde/turba/templates/advanced/head.inc
horde/turba/templates/advanced/results_head.inc
horde/turba/templates/browse/foot.inc
horde/turba/templates/browse/head.inc
horde/turba/templates/common-footer.inc
horde/turba/templates/common-header.inc
horde/turba/templates/data/export.inc
horde/turba/templates/data/import.inc
horde/turba/templates/display/display.inc
horde/turba/templates/edit/edit.inc
horde/turba/templates/index/css.inc
horde/turba/templates/index/notconfigured.inc
horde/turba/templates/menu/menu.inc
horde/turba/templates/prefs/columnselect.inc
horde/turba/templates/search/foot.inc
horde/turba/templates/search/head.inc
horde/turba/templates/search/row.inc
horde/turba/templates/wml/common-footer.inc
horde/turba/templates/wml/common-header.inc
horde/turba/templates/wml/menu/menu.inc
horde/turba/templates/wml/search/foot.inc
horde/turba/templates/wml/search/head.inc
horde/turba/templates/wml/search/row.inc
@dirrm horde/turba/templates/wml/search
@dirrm horde/turba/templates/wml/menu
@dirrm horde/turba/templates/wml
@dirrm horde/turba/templates/search
@dirrm horde/turba/templates/prefs
@dirrm horde/turba/templates/menu
@dirrm horde/turba/templates/index
@dirrm horde/turba/templates/edit
@dirrm horde/turba/templates/display
@dirrm horde/turba/templates/data
@dirrm horde/turba/templates/browse
@dirrm horde/turba/templates/advanced
@dirrm horde/turba/templates/add
@dirrm horde/turba/templates
@dirrm horde/turba/scripts/drivers
@dirrm horde/turba/scripts
@dirrm horde/turba/po
@dirrm horde/turba/locale/zh_TW/LC_MESSAGES
@dirrm horde/turba/locale/zh_TW
@dirrm horde/turba/locale/zh_CN/LC_MESSAGES
@dirrm horde/turba/locale/zh_CN
@dirrm horde/turba/locale/uk_UA/LC_MESSAGES
@dirrm horde/turba/locale/uk_UA
@dirrm horde/turba/locale/sv_SE/LC_MESSAGES
@dirrm horde/turba/locale/sv_SE
@dirrm horde/turba/locale/sl_SI/LC_MESSAGES
@dirrm horde/turba/locale/sl_SI
@dirrm horde/turba/locale/sk_SK/LC_MESSAGES
@dirrm horde/turba/locale/sk_SK
@dirrm horde/turba/locale/ru_RU/LC_MESSAGES
@dirrm horde/turba/locale/ru_RU.KOI8-R/LC_MESSAGES
@dirrm horde/turba/locale/ru_RU.KOI8-R
@dirrm horde/turba/locale/ru_RU
@dirrm horde/turba/locale/pt_PT/LC_MESSAGES
@dirrm horde/turba/locale/pt_PT
@dirrm horde/turba/locale/pt_BR/LC_MESSAGES
@dirrm horde/turba/locale/pt_BR
@dirrm horde/turba/locale/pl_PL/LC_MESSAGES
@dirrm horde/turba/locale/pl_PL
@dirrm horde/turba/locale/nn_NO/LC_MESSAGES
@dirrm horde/turba/locale/nn_NO
@dirrm horde/turba/locale/nl_NL/LC_MESSAGES
@dirrm horde/turba/locale/nl_NL
@dirrm horde/turba/locale/nb_NO/LC_MESSAGES
@dirrm horde/turba/locale/nb_NO
@dirrm horde/turba/locale/ko_KR/LC_MESSAGES
@dirrm horde/turba/locale/ko_KR
@dirrm horde/turba/locale/ja_JP/LC_MESSAGES
@dirrm horde/turba/locale/ja_JP
@dirrm horde/turba/locale/it_IT/LC_MESSAGES
@dirrm horde/turba/locale/it_IT
@dirrm horde/turba/locale/hu_HU/LC_MESSAGES
@dirrm horde/turba/locale/hu_HU
@dirrm horde/turba/locale/fr_FR/LC_MESSAGES
@dirrm horde/turba/locale/fr_FR
@dirrm horde/turba/locale/fi_FI/LC_MESSAGES
@dirrm horde/turba/locale/fi_FI
@dirrm horde/turba/locale/et_EE/LC_MESSAGES
@dirrm horde/turba/locale/et_EE
@dirrm horde/turba/locale/es_ES/LC_MESSAGES
@dirrm horde/turba/locale/es_ES
@dirrm horde/turba/locale/el_GR/LC_MESSAGES
@dirrm horde/turba/locale/el_GR
@dirrm horde/turba/locale/de_DE/LC_MESSAGES
@dirrm horde/turba/locale/de_DE
@dirrm horde/turba/locale/da_DK/LC_MESSAGES
@dirrm horde/turba/locale/da_DK
@dirrm horde/turba/locale/cs_CZ/LC_MESSAGES
@dirrm horde/turba/locale/cs_CZ
@dirrm horde/turba/locale
@dirrm horde/turba/lib/ObjectView
@dirrm horde/turba/lib/ListView
@dirrm horde/turba/lib/List
@dirrm horde/turba/lib/Driver
@dirrm horde/turba/lib
@dirrm horde/turba/graphics
@dirrm horde/turba/docs
@dirrm horde/turba/config
@dirrm horde/turba