mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- 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)
This commit is contained in:
parent
d7ba8fc7c1
commit
a6383cf6b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342129
1
MOVED
1
MOVED
@ -5425,3 +5425,4 @@ sysutils/mbmon|sysutils/xmbmon|2014-01-31|Has expired: Use sysutils/xmbmon inste
|
||||
dns/bind96||2014-01-31|Has expired: EOL in January 2014, consider moving to Bind 9.8 or 9.9
|
||||
x11-drivers/xf86-video-nouveau||2014-01-31|Has expired: Not supported, missing kernel support. use the nvidia driver.
|
||||
cad/mars||2014-01-31|Removed, abandonware, no releases in the past 20 years
|
||||
polish/gimp-help||2014-02-01|Removed, excluded from gimp-help-2.8.1 release
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= chinese graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Simplified Chinese
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= zh_CN
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= french graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in French
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= fr
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= german graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in German
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= de
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,14 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp-help
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= # empty
|
||||
PKGNAMESUFFIX= -html
|
||||
DISTFILES= # none
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The meta port for GIMP User Manual
|
||||
|
||||
LICENSE= GFDL
|
||||
@ -17,20 +15,27 @@ LICENSE= GFDL
|
||||
.MAKE.FreeBSD_UL= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
NO_MTREE= yes
|
||||
|
||||
LANG_ALL= de en es fr it ja ko nl nn pl ru sv zh_CN
|
||||
LANG_ALL_HTML= ca da de el en en_GB es fr it ja ko nl nn \
|
||||
pt_BR ru sl sv zh_CN
|
||||
|
||||
de_PORT= german/gimp-help
|
||||
fr_PORT= french/gimp-help
|
||||
ja_PORT= japanese/gimp-help
|
||||
ko_PORT= korean/gimp-help
|
||||
pl_PORT= polish/gimp-help
|
||||
pt_BR_PORT= portuguese/gimp-help-pt_BR
|
||||
ru_PORT= russian/gimp-help
|
||||
zh_CN_PORT= chinese/gimp-help-zh_CN
|
||||
|
||||
# you can find more in ${PORTSDIR}/misc/kde4-l10n/files/kde4-lang-names
|
||||
ca_NAME= Catalan
|
||||
da_NAME= Danish
|
||||
de_NAME= German
|
||||
el_NAME= Greek
|
||||
en_NAME= English
|
||||
en_GB_NAME= British English
|
||||
es_NAME= Spanish
|
||||
fr_NAME= French
|
||||
it_NAME= Italian
|
||||
@ -38,35 +43,23 @@ ja_NAME= Japanese
|
||||
ko_NAME= Korean
|
||||
nl_NAME= Dutch
|
||||
nn_NAME= Norwegian Nynorsk
|
||||
pl_NAME= Polish
|
||||
pt_BR_NAME= Brazilian Portuguese
|
||||
ru_NAME= Russian
|
||||
sl_NAME= Slovenian
|
||||
sv_NAME= Swedish
|
||||
zh_CN_NAME= Chinese Simplified
|
||||
|
||||
.for lang in ${LANG_ALL}
|
||||
OPTIONS_DEFINE= ALL ${LANG_ALL_HTML:U}
|
||||
OPTIONS_DEFAULT= ALL
|
||||
ALL_DESC= All translations
|
||||
|
||||
.for lang in ${LANG_ALL_HTML}
|
||||
${lang}_DETECT?= ${LOCALBASE}/share/gimp/help/${lang}/index.html
|
||||
${lang}_PORT?= misc/gimp-help-${lang}
|
||||
${lang}_NAME?= ${lang}
|
||||
${lang:U}_DESC= ${${lang}_NAME}
|
||||
${lang:U}_RUN_DEPENDS= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
|
||||
ALL_RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
|
||||
.endfor
|
||||
|
||||
OPTIONS_DEFINE= ALL
|
||||
OPTIONS_DEFAULT= ALL
|
||||
ALL_DESC= All translations
|
||||
.for lang in ${LANG_ALL}
|
||||
OPTIONS_DEFINE+= ${lang:U}
|
||||
.endfor
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.for lang in ${LANG_ALL}
|
||||
.if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${lang:U}}
|
||||
RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${DO_NADA}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
The meta port for GIMP User Manual. The GIMP User Manual is distributed
|
||||
as a set of HTML pages for use with the internal GIMP help browser
|
||||
The meta port for GIMP User Manual which consists of HTML pages
|
||||
in several languages for use with the internal GIMP help browser
|
||||
or any web browser.
|
||||
|
||||
WWW: http://docs.gimp.org
|
||||
WWW: http://docs.gimp.org
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= japanese graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Japanese
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= ja
|
||||
AMPLE= ""
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= korean graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Korean
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= ko
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -128,11 +128,16 @@
|
||||
SUBDIR += gctpc
|
||||
SUBDIR += geekcode
|
||||
SUBDIR += getopt
|
||||
SUBDIR += gimp-help-ca
|
||||
SUBDIR += gimp-help-da
|
||||
SUBDIR += gimp-help-el
|
||||
SUBDIR += gimp-help-en
|
||||
SUBDIR += gimp-help-en_GB
|
||||
SUBDIR += gimp-help-es
|
||||
SUBDIR += gimp-help-it
|
||||
SUBDIR += gimp-help-nl
|
||||
SUBDIR += gimp-help-nn
|
||||
SUBDIR += gimp-help-sl
|
||||
SUBDIR += gimp-help-sv
|
||||
SUBDIR += gkrellm-gamma
|
||||
SUBDIR += gkrellm-helium
|
||||
|
15
misc/gimp-help-ca/Makefile
Normal file
15
misc/gimp-help-ca/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Catalan
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= ca
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
15
misc/gimp-help-da/Makefile
Normal file
15
misc/gimp-help-da/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Danish
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= da
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
15
misc/gimp-help-el/Makefile
Normal file
15
misc/gimp-help-el/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Greek
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= el
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gimp-help
|
||||
PORTVERSION= 2.6.1
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES?= misc graphics
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
|
||||
@ -12,26 +12,40 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
MASTER_SITE_SUBDIR= gimp/help
|
||||
PKGNAMEPREFIX?= ${DOCLANG}-
|
||||
PKGNAMESUFFIX= -html
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}-${DOCLANG}
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
COMMENT?= The GIMP User Manual in English
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT?= GIMP User Manual in English
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
USE_BZIP2= YES
|
||||
NO_BUILD= YES
|
||||
PLIST_SUB= GIMPDATA=${GIMPDATADIR:S,^${PREFIX}/,,} \
|
||||
AMPLE=${AMPLE} DOCLANG=${DOCLANG}
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \
|
||||
${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
|
||||
|
||||
USES= gettext:build gmake perl5 pkgconfig shebangfix
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= libxslt:build
|
||||
USE_PERL5= build
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-gimp
|
||||
CONFIGURE_ENV= ALL_LINGUAS=${DOCLANG}
|
||||
|
||||
GIMPDATADIR?= ${PREFIX}/share/gimp
|
||||
DOCLANG?= en
|
||||
AMPLE?= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@ ${MKDIR} ${GIMPDATADIR}/help ; \
|
||||
cd ${WRKDIR}/${PORTNAME}-2/html && \
|
||||
${COPYTREE_SHARE} ${DOCLANG} ${GIMPDATADIR}/help
|
||||
PORTDATA= *
|
||||
DATADIR= ${PREFIX}/share/gimp
|
||||
|
||||
SHEBANG_FILES= tools/xml2po.py
|
||||
python_OLD_CMD= /usr/bin/env python
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
|
||||
post-patch:
|
||||
# Install to the same directory as when configuring --with-gimp
|
||||
${REINPLACE_CMD} '/gimpdatadir=.*\/2.0/s,/2\.0,,' \
|
||||
${WRKSRC}/configure
|
||||
.if ${DOCLANG:Mru}
|
||||
${REINPLACE_CMD} -e '/glossary\.xml:1596/{; n; n; s/xref/link/g; }' \
|
||||
${WRKSRC}/po/ru/glossary.po
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,26 +1,2 @@
|
||||
SHA256 (gimp-help-2.6.1-html-de.tar.bz2) = a43bd4cb933d707e08eb27d9c93601ddf050a815b4332197c5f5854cbae4fadb
|
||||
SIZE (gimp-help-2.6.1-html-de.tar.bz2) = 32847795
|
||||
SHA256 (gimp-help-2.6.1-html-en.tar.bz2) = 41b00fcec43b6aaadd74fbf9699f592b70ffa696a524960825dc9eeeb13eaa27
|
||||
SIZE (gimp-help-2.6.1-html-en.tar.bz2) = 28726945
|
||||
SHA256 (gimp-help-2.6.1-html-es.tar.bz2) = 097ce0ed0fe3746cd21bbd040a3d4f5d955448e285aa0e492088f7ed2c39517e
|
||||
SIZE (gimp-help-2.6.1-html-es.tar.bz2) = 29865240
|
||||
SHA256 (gimp-help-2.6.1-html-fr.tar.bz2) = f9bfe6f40d6dc0963953cd1c394f9bbb0b87cf42454911ac7dd41a0712ae08c1
|
||||
SIZE (gimp-help-2.6.1-html-fr.tar.bz2) = 28946028
|
||||
SHA256 (gimp-help-2.6.1-html-it.tar.bz2) = 4e7c89f6597217ccfb3bc167681231951c3df7d497fed44d1f84e84ec584ab9d
|
||||
SIZE (gimp-help-2.6.1-html-it.tar.bz2) = 33907905
|
||||
SHA256 (gimp-help-2.6.1-html-ja.tar.bz2) = f82422bd168663a3e42235aac70700b85e5c7db2ac82c26f65bac7b3c4db33e3
|
||||
SIZE (gimp-help-2.6.1-html-ja.tar.bz2) = 23109244
|
||||
SHA256 (gimp-help-2.6.1-html-ko.tar.bz2) = 8a9e33c89a2d0fd0807d8eb9e2d373a34f16e211cd48b898ec76cf4b4e98d4d6
|
||||
SIZE (gimp-help-2.6.1-html-ko.tar.bz2) = 28291254
|
||||
SHA256 (gimp-help-2.6.1-html-nl.tar.bz2) = c5650dab6933702f0ff7caa0f672294a1b339b4d57829651b6daa60910835397
|
||||
SIZE (gimp-help-2.6.1-html-nl.tar.bz2) = 28868153
|
||||
SHA256 (gimp-help-2.6.1-html-nn.tar.bz2) = 190ae2b21f1bac223889c1e3d5ceb26d15a5e52dd751bd8174368700d6fbaac2
|
||||
SIZE (gimp-help-2.6.1-html-nn.tar.bz2) = 23321117
|
||||
SHA256 (gimp-help-2.6.1-html-pl.tar.bz2) = d60a1b99cfcefa43bf400b0add2d5fb9cf0e7d39b61a5d2d37b247905108241c
|
||||
SIZE (gimp-help-2.6.1-html-pl.tar.bz2) = 28753373
|
||||
SHA256 (gimp-help-2.6.1-html-ru.tar.bz2) = 4f788dcf870fce463342437e1099bffc965d3d1e173f61d352fedd87d2d6a7ab
|
||||
SIZE (gimp-help-2.6.1-html-ru.tar.bz2) = 29324878
|
||||
SHA256 (gimp-help-2.6.1-html-sv.tar.bz2) = fb6bb874b28f7cd225efd614f30edf20c978ea15d31217cf22304a7091fa3fc9
|
||||
SIZE (gimp-help-2.6.1-html-sv.tar.bz2) = 29462846
|
||||
SHA256 (gimp-help-2.6.1-html-zh_CN.tar.bz2) = d82128dcd669c6247ded3b3cfa33071a44a6e08d8325ceb820089b4722ad5c69
|
||||
SIZE (gimp-help-2.6.1-html-zh_CN.tar.bz2) = 28735285
|
||||
SHA256 (gimp-help-2.8.1.tar.bz2) = b1c2b53533fc1c07450765fb0640277ea333f4beceffbf5c8f30851863323311
|
||||
SIZE (gimp-help-2.8.1.tar.bz2) = 138622582
|
||||
|
@ -1,4 +1,6 @@
|
||||
The GIMP User Manual is distributed as a set of HTML pages for use
|
||||
with the internal GIMP help browser or any web browser.
|
||||
GIMP-Help is a help system designed for use with the internal
|
||||
GIMP help browser, external web browser and HTML renderers, and
|
||||
human eyeballs. Docbook is used to create a highly customizable
|
||||
system for all needs.
|
||||
|
||||
WWW: http://docs.gimp.org
|
||||
WWW: http://docs.gimp.org
|
||||
|
File diff suppressed because it is too large
Load Diff
15
misc/gimp-help-en_GB/Makefile
Normal file
15
misc/gimp-help-en_GB/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in British English
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= en_GB
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Spanish
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= es
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Italian
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= it
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Dutch
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= nl
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Norwegian:Ninorsk
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= nn
|
||||
AMPLE= ""
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
15
misc/gimp-help-sl/Makefile
Normal file
15
misc/gimp-help-sl/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Slovenian
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= sl
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= misc graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Swedish
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../gimp-help-en
|
||||
|
||||
DOCLANG= sv
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -8,7 +8,6 @@
|
||||
SUBDIR += ekg
|
||||
SUBDIR += ekg2
|
||||
SUBDIR += fortunepl
|
||||
SUBDIR += gimp-help
|
||||
SUBDIR += gnugadu2
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += hyphen
|
||||
|
@ -1,15 +0,0 @@
|
||||
# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= polish graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
COMMENT= The GIMP User Manual in Polish
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= pl
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/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
|
||||
|
15
portuguese/gimp-help-pt_BR/Makefile
Normal file
15
portuguese/gimp-help-pt_BR/Makefile
Normal file
@ -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"
|
@ -3,13 +3,13 @@
|
||||
|
||||
CATEGORIES= russian graphics
|
||||
|
||||
MAINTAINER= liangtai.s4@gmail.com
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= The GIMP User Manual in Russian
|
||||
|
||||
LICENSE= GFDL
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en
|
||||
|
||||
DOCLANG= ru
|
||||
AMPLE= "@comment "
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user