Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Nov 2012 09:22:25 -0500
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173264: [NEW PORT] mail/roundcube-veximaccountadmin: Roundcube vexim account admin plugin
Message-ID:  <E1TTvf7-000DR6-ID@feld.me>
Resent-Message-ID: <201211011430.qA1EU2hG073490@freefall.freebsd.org>

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

>Number:         173264
>Category:       ports
>Synopsis:       [NEW PORT] mail/roundcube-veximaccountadmin: Roundcube vexim account admin plugin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 01 14:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #5 r239731: Mon Aug 27 09:53:18 CDT
>Description:
vexim account admin Roundcube plugin

WWW:	http://axel.sjostedt.no/misc/dev/roundcube/

There's no version for this plugin so I opted for 0.1

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .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-veximaccountadmin
#	roundcube-veximaccountadmin/pkg-plist
#	roundcube-veximaccountadmin/pkg-descr
#	roundcube-veximaccountadmin/distinfo
#	roundcube-veximaccountadmin/Makefile
#
echo c - roundcube-veximaccountadmin
mkdir -p roundcube-veximaccountadmin > /dev/null 2>&1
echo x - roundcube-veximaccountadmin/pkg-plist
sed 's/^X//' >roundcube-veximaccountadmin/pkg-plist << 'a4517935b0d6ac8549d234af53f729d6'
X%%WWWDIR%%/CHANGELOG
X%%WWWDIR%%/LICENSE
X%%WWWDIR%%/README
X%%WWWDIR%%/config.inc.php.dist
X%%WWWDIR%%/delete.png
X%%WWWDIR%%/localization/en_US.inc
X%%WWWDIR%%/localization/fr_FR.inc
X%%WWWDIR%%/localization/nb_NO.inc
X%%WWWDIR%%/veximaccountadmin.css
X%%WWWDIR%%/veximaccountadmin.js
X%%WWWDIR%%/veximaccountadmin.php
X@dirrm %%WWWDIR%%/localization
X@dirrmtry %%WWWDIR%%
a4517935b0d6ac8549d234af53f729d6
echo x - roundcube-veximaccountadmin/pkg-descr
sed 's/^X//' >roundcube-veximaccountadmin/pkg-descr << '5819d89eaa35dfb4fa8f80f8c08738c1'
Xvexim account admin Roundcube plugin
X
XWWW:	http://axel.sjostedt.no/misc/dev/roundcube/
5819d89eaa35dfb4fa8f80f8c08738c1
echo x - roundcube-veximaccountadmin/distinfo
sed 's/^X//' >roundcube-veximaccountadmin/distinfo << '0b14c39ac0e15de08cce1bca24df7f3d'
XSHA256 (rcube_plg_veximaccountadmin.tar.gz) = 4017ff6db883554bfabd42389e39010f9c25cae974a93bf4d24b96645a03641e
XSIZE (rcube_plg_veximaccountadmin.tar.gz) = 23278
0b14c39ac0e15de08cce1bca24df7f3d
echo x - roundcube-veximaccountadmin/Makefile
sed 's/^X//' >roundcube-veximaccountadmin/Makefile << 'dec8c91ccf6a034d1942367bf1612f3c'
X# Created by: Mark Felder <feld@feld.me>
X# $FreeBSD$
X
XPORTNAME=	veximaccountadmin
XPORTVERSION=	0.1
XCATEGORIES=	mail
XMASTER_SITES=	http://axel.sjostedt.no/misc/files/
XPKGNAMEPREFIX=	roundcube-
XDISTNAME=	rcube_plg_veximaccountadmin
X
XMAINTAINER=	feld@feld.me
XCOMMENT=	Roundcube vexim account admin plugin
X
XLICENSE=	GPLv3
X
XRUN_DEPENDS=	roundcube>=0.5:${PORTSDIR}/mail/roundcube
X
XNO_BUILD=	yes
X
XWWWDIR=		${PREFIX}/www/roundcube/plugins/veximaccountadmin
XWRKSRC=		${WRKDIR}/veximaccountadmin
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.include <bsd.port.mk>
dec8c91ccf6a034d1942367bf1612f3c
exit
--- .shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TTvf7-000DR6-ID>