1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Splitting the l10n/i18n package out from the Squirrelmail port.

This commit is contained in:
Adam Weinberger 2012-10-08 16:45:11 +00:00
parent d8663e3895
commit 5c4187f2d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305547
5 changed files with 1731 additions and 0 deletions

View File

@ -696,6 +696,7 @@
SUBDIR += squirrelmail-squirrel_logger-plugin
SUBDIR += squirrelmail-timeout_user-plugin
SUBDIR += squirrelmail-tmda-plugin
SUBDIR += squirrelmail-translations
SUBDIR += squirrelmail-unsafe_image_rules-plugin
SUBDIR += squirrelmail-user_special_mailboxes-plugin
SUBDIR += squirrelmail-vlogin-plugin

View File

@ -0,0 +1,39 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= squirrelmail-translations
PORTVERSION= 1.4.18 # Translations updated less often than SM
CATEGORIES= mail www
MASTER_SITES= SF/squirrelmail/locales/${PORTVERSION}-${PORTDATE}
DISTNAME= all_locales-${PORTVERSION}-${PORTDATE}
DIST_SUBDIR= squirrelmail
MAINTAINER= adamw@FreeBSD.org
COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
PORTDATE= 20090526
USE_BZIP2= yes
WRKSRC= ${WRKDIR}
NO_BUILD= yes
# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/${PORTNAME}
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
post-patch:
# The en_US help files are included with the main tarball
@${RM} -r ${WRKSRC}/help/en_US
do-install:
${MKDIR} ${SQUIRRELDIR}
.for DIR in help images locale
${CP} -rp ${WRKSRC}/${DIR} ${SQUIRRELDIR}
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (squirrelmail/all_locales-1.4.18-20090526.tar.bz2) = b9198127084407950ad6158e030c76fdf9be5fd0d0abd69c606fb7757ae246c6
SIZE (squirrelmail/all_locales-1.4.18-20090526.tar.bz2) = 3898341

View File

@ -0,0 +1,3 @@
The collection of l10n/i18n data files for Squirrelmail.
WWW: http://www.squirrelmail.org/

File diff suppressed because it is too large Load Diff