Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 14:10:20 GMT
From:      Anes Mukhametov <anes@anes.su>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170993: New port: mail/roundcube-automatic_addressbook for roundcube plugin.
Message-ID:  <201208241410.q7OEAKTw072038@anes.su>
Resent-Message-ID: <201208241420.q7OEK1PQ025186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170993
>Category:       ports
>Synopsis:       New port: mail/roundcube-automatic_addressbook for roundcube plugin.
>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:   Fri Aug 24 14:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anes Mukhametov <anes@anes.su>
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD fb.anes.su 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Mar 30 15:26:23 UTC 2011 root@freebsd82.tst:/usr/obj/usr/src/sys/XENHVM amd64


	
>Description:
	New port for roundcube webmail plugin. Automatic addressbook adds "collected addresses" feature.
>How-To-Repeat:
	
>Fix:

	

--- roundcube-automatic_addressbook 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:
#
#	.
#	./pkg-plist
#	./pkg-install
#	./distinfo
#	./Makefile
#	./pkg-descr
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
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@dirrm %%WWWDIR%%/localization
X@dirrmtry %%WWWDIR%%/config
X@dirrm %%WWWDIR%%/SQL
X@dirrmtry %%WWWDIR%%
ef3e7f63841ae908ba397c2bef1fbad6
echo x - ./pkg-install
sed 's/^X//' >./pkg-install << '27619a18dd23e2222544c05fd3a2dd62'
X
27619a18dd23e2222544c05fd3a2dd62
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XSHA256 (automatic_addressbook-svn24.tar.bz2) = 6e745341c79026a3824e4b8a69b4a83cc75b18b59655f6452d8def37a36cbc1d
XSIZE (automatic_addressbook-svn24.tar.bz2) = 22460
aec8793adfd5b7c3f00e62ae41a09ac2
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:	automatic_addressbook
X# Date created:				Wed 18 Jan 2012
X# Whom:					Anes Muhametov <anes@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=	anes@anes.su
XCOMMENT=	Roundcube webmail automatic addressbook plugin
X
XRUN_DEPENDS=    roundcube>=0.8:${PORTSDIR}/mail/roundcube
X
XLICENSE=	GPLv3
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,^\.$$,@dirrmtry %%WWWDIR%%," \
X		-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
X
X	@${ECHO} "**************************************"
X	@${ECHO} ""
X	@${ECHO} "ATTENTION! ATTENTION! ATTENTION!"
X	@${ECHO} "Don't forget to create collected address DB table."
X	@${ECHO} "Directory ${PREFIX}/www/roundcube/plugins/automatic_addressbook/SQL contains samples"
X	@${ECHO} ""
X	@${ECHO} "**************************************"
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XAutomatic addressbook plugin for roundcube webmail
X
XWWW: http://code.crapouillou.net/projects/roundcube-plugins
0e313719ff012ceaf97a028d51caa8f5
exit
--- roundcube-automatic_addressbook ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208241410.q7OEAKTw072038>