svn commit: r306917 - in head/mail: . roundcube-login_info
Steve Wills
swills at FreeBSD.org
Sat Nov 3 13:28:53 UTC 2012
Author: swills
Date: Sat Nov 3 13:28:52 2012
New Revision: 306917
URL: http://svn.freebsd.org/changeset/ports/306917
Log:
Login info Roundcube plugin
WWW: http://www.std-soft.com/bfaq/52-cat-webmail/107-text-auf-der-login-seite-einblenden.html
PR: ports/173262
Submitted by: Mark Felder <feld at feld.me>
Feature safe: yes
Added:
head/mail/roundcube-login_info/
head/mail/roundcube-login_info/Makefile (contents, props changed)
head/mail/roundcube-login_info/distinfo (contents, props changed)
head/mail/roundcube-login_info/pkg-descr (contents, props changed)
head/mail/roundcube-login_info/pkg-plist (contents, props changed)
Modified:
head/mail/Makefile
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Sat Nov 3 13:18:37 2012 (r306916)
+++ head/mail/Makefile Sat Nov 3 13:28:52 2012 (r306917)
@@ -594,6 +594,7 @@
SUBDIR += roundcube-automatic_addressbook
SUBDIR += roundcube-contextmenu
SUBDIR += roundcube-groupvice
+ SUBDIR += roundcube-login_info
SUBDIR += roundcube-mobilecube
SUBDIR += roundcube-mvision2
SUBDIR += roundcube-sieverules
Added: head/mail/roundcube-login_info/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/roundcube-login_info/Makefile Sat Nov 3 13:28:52 2012 (r306917)
@@ -0,0 +1,36 @@
+# Created by: Mark Felder <feld at feld.me>
+# $FreeBSD$
+
+PORTNAME= login_info
+DISTVERSION= 1.2
+CATEGORIES= mail
+MASTER_SITES= https://www.std-soft.de/webmail/plugins/
+PKGNAMEPREFIX= roundcube-
+DISTNAME= ${PORTNAME}_rc0.5_v${DISTVERSION}
+
+MAINTAINER= feld at feld.me
+COMMENT= Roundcube login info plugin
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= roundcube>=0.5:${PORTSDIR}/mail/roundcube
+
+NO_BUILD= yes
+
+WWWDIR= ${PREFIX}/www/roundcube/plugins/login_info
+WRKSRC= ${WRKDIR}/login_info
+
+# This target is only meant to be used by the port maintainer.
+x-generate-plist: build
+ cd ${WRKSRC}; \
+ ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
+ ${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
+ ${FIND} . -type d | ${SORT} -r | ${SED} \
+ -e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
+ -e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
+
+do-install:
+ ${MKDIR} ${WWWDIR}
+ cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+
+.include <bsd.port.mk>
Added: head/mail/roundcube-login_info/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/roundcube-login_info/distinfo Sat Nov 3 13:28:52 2012 (r306917)
@@ -0,0 +1,2 @@
+SHA256 (login_info_rc0.5_v1.2.tar.gz) = e2d4f4a8414f88de9661fbfb80d6271e04a92a43adf638c40e26bfc093b81dca
+SIZE (login_info_rc0.5_v1.2.tar.gz) = 2534
Added: head/mail/roundcube-login_info/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/roundcube-login_info/pkg-descr Sat Nov 3 13:28:52 2012 (r306917)
@@ -0,0 +1,3 @@
+Login info Roundcube plugin
+
+WWW: http://www.std-soft.com/bfaq/52-cat-webmail/107-text-auf-der-login-seite-einblenden.html
Added: head/mail/roundcube-login_info/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/roundcube-login_info/pkg-plist Sat Nov 3 13:28:52 2012 (r306917)
@@ -0,0 +1,5 @@
+%%WWWDIR%%/CAcert-ssl-security.png
+%%WWWDIR%%/README
+%%WWWDIR%%/config.inc.php.dist
+%%WWWDIR%%/login_info.php
+ at dirrmtry %%WWWDIR%%
More information about the svn-ports-head
mailing list