Date: Sun, 18 Sep 2022 10:29:36 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42c66dccd56a - main - mail/roundcube-larry: Add larry skin as separate port Message-ID: <202209181029.28IATaEP067262@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=42c66dccd56a7497bada2b339c1524714abbcad8 commit 42c66dccd56a7497bada2b339c1524714abbcad8 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-09-18 10:20:28 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-09-18 10:29:25 +0000 mail/roundcube-larry: Add larry skin as separate port PR: 265653 --- mail/Makefile | 1 + mail/roundcube-larry/Makefile | 34 ++++++++++++++++++++++++++++++++++ mail/roundcube-larry/distinfo | 3 +++ mail/roundcube-larry/pkg-descr | 3 +++ 4 files changed, 41 insertions(+) diff --git a/mail/Makefile b/mail/Makefile index 5a792bffc1ab..4d365a576c59 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -563,6 +563,7 @@ SUBDIR += roundcube-contextmenu SUBDIR += roundcube-html5_notifier SUBDIR += roundcube-identity_smtp + SUBDIR += roundcube-larry SUBDIR += roundcube-login_info SUBDIR += roundcube-sauserprefs SUBDIR += roundcube-thunderbird_labels diff --git a/mail/roundcube-larry/Makefile b/mail/roundcube-larry/Makefile new file mode 100644 index 000000000000..057882c745ef --- /dev/null +++ b/mail/roundcube-larry/Makefile @@ -0,0 +1,34 @@ +PORTNAME= larry +DISTVERSION= 1.6.0 +CATEGORIES?= mail www +PKGNAMEPREFIX= roundcube- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} + +MAINTAINER= brnrd@FreeBSD.org +COMMENT= Larry skin/theme for Rouncube webmail + +LICENSE= GPLv3+ + +USES= cpe php:flavors + +RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.6.0:mail/roundcube@${PHP_FLAVOR} +NO_ARCH= yes +NO_BUILD= yes + +CPE_PRODUCT= webmail +CPE_VENDOR= roundcube + +IGNORE_WITH_PHP=82 + +WWWDIR= ${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= ${PKGNAMEPREFIX:S/-//} + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \ + ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/mail/roundcube-larry/distinfo b/mail/roundcube-larry/distinfo new file mode 100644 index 000000000000..e0aad183cae2 --- /dev/null +++ b/mail/roundcube-larry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1661149441 +SHA256 (roundcube-larry-1.6.0_GH0.tar.gz) = 7494d9130286669fc486903b7068152fdfdbe8e0ccdb324fba85299f58f9fb4e +SIZE (roundcube-larry-1.6.0_GH0.tar.gz) = 279441 diff --git a/mail/roundcube-larry/pkg-descr b/mail/roundcube-larry/pkg-descr new file mode 100644 index 000000000000..d15516149dbe --- /dev/null +++ b/mail/roundcube-larry/pkg-descr @@ -0,0 +1,3 @@ +"Larry" skin for Roundcube Webmail. + +WWW: https://github.com/roundcube/larry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209181029.28IATaEP067262>