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:
parent
d8663e3895
commit
5c4187f2d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305547
@ -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
|
||||
|
39
mail/squirrelmail-translations/Makefile
Normal file
39
mail/squirrelmail-translations/Makefile
Normal 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>
|
2
mail/squirrelmail-translations/distinfo
Normal file
2
mail/squirrelmail-translations/distinfo
Normal 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
|
3
mail/squirrelmail-translations/pkg-descr
Normal file
3
mail/squirrelmail-translations/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The collection of l10n/i18n data files for Squirrelmail.
|
||||
|
||||
WWW: http://www.squirrelmail.org/
|
1686
mail/squirrelmail-translations/pkg-plist
Normal file
1686
mail/squirrelmail-translations/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user