ports/164277: new port: mail/roundcube-automatic_addressbook
Anes Muhametov
admin at anes.su
Wed Jan 18 10:10:11 UTC 2012
>Number: 164277
>Category: ports
>Synopsis: new port: mail/roundcube-automatic_addressbook
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 18 10:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Anes Muhametov <admin at anes.su>
>Release: FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD anestesting.ovr.hc.ru 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Fri Sep 30 13:33:16 UTC 2011 root at tinderbox1.infra.hostcomm.ru:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
A new plugin for roundcube webmail. Adds "automatic addressbook" (collected addresses) ability.
>How-To-Repeat:
>Fix:
--- roundcube-automatic_addressbook.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# roundcube-automatic_addressbook
# roundcube-automatic_addressbook/pkg-plist
# roundcube-automatic_addressbook/pkg-install
# roundcube-automatic_addressbook/distinfo
# roundcube-automatic_addressbook/Makefile
# roundcube-automatic_addressbook/pkg-descr
#
echo c - roundcube-automatic_addressbook
mkdir -p roundcube-automatic_addressbook > /dev/null 2>&1
echo x - roundcube-automatic_addressbook/pkg-plist
sed 's/^X//' >roundcube-automatic_addressbook/pkg-plist << 'f076ede8f07122bb4ebbce8d90eadccc'
X%%WWWDIR%%/INSTALL
X%%WWWDIR%%/LICENSE
X%%WWWDIR%%/README
X%%WWWDIR%%/SQL/mssql.initial.sql
X%%WWWDIR%%/SQL/mssql.update.sql
X%%WWWDIR%%/SQL/mysql.initial.sql
X%%WWWDIR%%/SQL/mysql.update.sql
X%%WWWDIR%%/SQL/postgres.initial.sql
X%%WWWDIR%%/SQL/postgres.update.sql
X%%WWWDIR%%/SQL/sqlite.initial.sql
X%%WWWDIR%%/SQL/sqlite.update.sql
X%%WWWDIR%%/automatic_addressbook.php
X%%WWWDIR%%/automatic_addressbook_backend.php
X%%WWWDIR%%/config/config.inc.php.dist
X%%WWWDIR%%/localization/bg_BG.inc
X%%WWWDIR%%/localization/de_DE.inc
X%%WWWDIR%%/localization/el_GR.inc
X%%WWWDIR%%/localization/en_EN.inc
X%%WWWDIR%%/localization/en_US.inc
X%%WWWDIR%%/localization/es_ES.inc
X%%WWWDIR%%/localization/fr_FR.inc
X%%WWWDIR%%/localization/gl_ES.inc
X%%WWWDIR%%/localization/hu_HU.inc
X%%WWWDIR%%/localization/ru_RU.inc
X at dirrm %%WWWDIR%%/localization
X at dirrm %%WWWDIR%%/config
X at dirrm %%WWWDIR%%/SQL
X at dirrmtry %%WWWDIR%%
f076ede8f07122bb4ebbce8d90eadccc
echo x - roundcube-automatic_addressbook/pkg-install
sed 's/^X//' >roundcube-automatic_addressbook/pkg-install << '0d8c2c49e319b1a4cd6e342ddcfa2fab'
0d8c2c49e319b1a4cd6e342ddcfa2fab
echo x - roundcube-automatic_addressbook/distinfo
sed 's/^X//' >roundcube-automatic_addressbook/distinfo << '848ee969d4ececdd4c8f8c69b8b8018b'
XSHA256 (automatic_addressbook-svn24.tar.bz2) = 6e745341c79026a3824e4b8a69b4a83cc75b18b59655f6452d8def37a36cbc1d
XSIZE (automatic_addressbook-svn24.tar.bz2) = 22460
848ee969d4ececdd4c8f8c69b8b8018b
echo x - roundcube-automatic_addressbook/Makefile
sed 's/^X//' >roundcube-automatic_addressbook/Makefile << '3b69e7d751b9251753da615912686e1c'
X# New ports collection makefile for: automatic_addressbook
X# Date created: Wed 18 Jan 2012
X# Whom: Anes Muhametov <admin at anes.su>
X# $FreeBSD$
X
XPORTNAME= automatic_addressbook
XPORTVERSION= 24
XCATEGORIES= mail
XMASTER_SITES= http://crapouillou.net/~jocelyn/ressources/roundcube/
XPKGNAMEPREFIX= roundcube-
XDISTNAME= automatic_addressbook-svn${PORTVERSION}
X
XMAINTAINER= admin at anes.su
XCOMMENT= Roundcube webmail automatic addressbook plugin
X
XLICENSE= GPLv3
X
XRUN_DEPENDS= roundcube>=0.4:${PORTSDIR}/mail/roundcube
X
XUSE_BZIP2= yes
XNO_BUILD= yes
XEXTRACT_AFTER_ARGS= | tar -xf - --exclude '*.svn*'
XWRKSRC= ${WRKDIR}/${PORTNAME}
XWWWDIR?= ${PREFIX}/www/roundcube/plugins/automatic_addressbook
X
XPLIST_REINPLACE+= dirrm
XPLIST_REINPLACE_DIRRM=s!^@dirrm \(.*\)!@dirrmtry %D/\1 2>/dev/null || true!
X
X# This target is only meant to be used by the port maintainer.
Xx-generate-plist: build
X cd ${WRKSRC}; \
X ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
X ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
X ${FIND} . -type d | ${SORT} -r | ${SED} \
X -e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
X -e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
X
Xdo-install:
X ${MKDIR} ${WWWDIR}
X cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
X
X.include <bsd.port.mk>
3b69e7d751b9251753da615912686e1c
echo x - roundcube-automatic_addressbook/pkg-descr
sed 's/^X//' >roundcube-automatic_addressbook/pkg-descr << 'e3a6d33a2d81504a9e5c6b455d1c1494'
XAutomatic addressbook plugin for roundcube webmail
X
XWWW: http://code.crapouillou.net/projects/roundcube-plugins
e3a6d33a2d81504a9e5c6b455d1c1494
exit
--- roundcube-automatic_addressbook.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list