diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
commit | a6383cf6b518bd966957825741ae9aadce5ba6b8 (patch) | |
tree | 42d8daf674429ddcd6d8c7703d0d46e7553c687b /portuguese | |
parent | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (diff) | |
download | ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.gz ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.zip |
- Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address
PR: based on ports/179681
Submitted by: RyoTa SimaMoto (maintainer)
Notes
Notes:
svn path=/head/; revision=342129
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/gimp-help-pt_BR/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 4addfb4b483f..e22e2f68eb34 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -8,6 +8,7 @@ SUBDIR += aspell-pt_PT SUBDIR += calligra-l10n SUBDIR += calligra-l10n-pt_BR + SUBDIR += gimp-help-pt_BR SUBDIR += hunspell SUBDIR += hyphen SUBDIR += irpf-pt_BR diff --git a/portuguese/gimp-help-pt_BR/Makefile b/portuguese/gimp-help-pt_BR/Makefile new file mode 100644 index 000000000000..20d07b3e682a --- /dev/null +++ b/portuguese/gimp-help-pt_BR/Makefile @@ -0,0 +1,15 @@ +# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com> +# $FreeBSD$ + +CATEGORIES= portuguese graphics + +MAINTAINER= liangtai.s16@gmail.com +COMMENT= The GIMP User Manual in Brazilian Portuguese + +LICENSE= GFDL + +MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en + +DOCLANG= pt_BR + +.include "${MASTERDIR}/Makefile" |