Index: head/chinese/gimp-help-zh_CN/Makefile =================================================================== --- head/chinese/gimp-help-zh_CN/Makefile (revision 493762) +++ head/chinese/gimp-help-zh_CN/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= chinese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Simplified Chinese +COMMENT= GIMP User Manual in Simplified Chinese LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= zh_CN .include "${MASTERDIR}/Makefile" Index: head/french/gimp-help/Makefile =================================================================== --- head/french/gimp-help/Makefile (revision 493762) +++ head/french/gimp-help/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= french graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in French +COMMENT= GIMP User Manual in French LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= fr .include "${MASTERDIR}/Makefile" Index: head/german/gimp-help/Makefile =================================================================== --- head/german/gimp-help/Makefile (revision 493762) +++ head/german/gimp-help/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= german graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in German +COMMENT= GIMP User Manual in German LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= de .include "${MASTERDIR}/Makefile" Index: head/graphics/gimp-help/Makefile =================================================================== --- head/graphics/gimp-help/Makefile (revision 493762) +++ head/graphics/gimp-help/Makefile (revision 493763) @@ -1,61 +1,61 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= gimp-help PORTVERSION= 2.8.1 PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -html MAINTAINER= liangtai.s16@gmail.com -COMMENT= The meta port for GIMP User Manual +COMMENT= Meta port for the GIMP User Manual LICENSE= GFDL USES= metaport 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 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 ja_NAME= Japanese ko_NAME= Korean nl_NAME= Dutch nn_NAME= Norwegian Nynorsk pt_BR_NAME= Brazilian Portuguese ru_NAME= Russian sl_NAME= Slovenian sv_NAME= Swedish zh_CN_NAME= Chinese Simplified OPTIONS_DEFINE= ALL ${LANG_ALL_HTML:tu} 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:tu}_DESC= ${${lang}_NAME} ${lang:tu}_RUN_DEPENDS= ${${lang}_DETECT}:${${lang}_PORT} ALL_RUN_DEPENDS+= ${${lang}_DETECT}:${${lang}_PORT} .endfor .include Index: head/japanese/gimp-help/Makefile =================================================================== --- head/japanese/gimp-help/Makefile (revision 493762) +++ head/japanese/gimp-help/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= japanese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Japanese +COMMENT= GIMP User Manual in Japanese LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= ja .include "${MASTERDIR}/Makefile" Index: head/korean/gimp-help/Makefile =================================================================== --- head/korean/gimp-help/Makefile (revision 493762) +++ head/korean/gimp-help/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= korean graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Korean +COMMENT= GIMP User Manual in Korean LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= ko .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-ca/Makefile =================================================================== --- head/misc/gimp-help-ca/Makefile (revision 493762) +++ head/misc/gimp-help-ca/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Catalan +COMMENT= GIMP User Manual in Catalan LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= ca .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-da/Makefile =================================================================== --- head/misc/gimp-help-da/Makefile (revision 493762) +++ head/misc/gimp-help-da/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Danish +COMMENT= GIMP User Manual in Danish LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= da .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-el/Makefile =================================================================== --- head/misc/gimp-help-el/Makefile (revision 493762) +++ head/misc/gimp-help-el/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Greek +COMMENT= GIMP User Manual in Greek LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= el .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-en/Makefile =================================================================== --- head/misc/gimp-help-en/Makefile (revision 493762) +++ head/misc/gimp-help-en/Makefile (revision 493763) @@ -1,46 +1,48 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ PORTNAME= gimp-help PORTVERSION= 2.8.2 PORTREVISION= 1 CATEGORIES?= misc graphics MASTER_SITES= http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= gimp/help PKGNAMEPREFIX?= ${DOCLANG}- PKGNAMESUFFIX= -html MAINTAINER= liangtai.s16@gmail.com COMMENT?= GIMP User Manual in English LICENSE= GFDL BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl USES= gettext-tools gmake perl5 pkgconfig python:2.7 shebangfix tar:bzip2 USE_GNOME= libxslt:build USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gimp CONFIGURE_ENV= ALL_LINGUAS=${DOCLANG} DOCLANG?= en PORTDATA= * DATADIR= ${PREFIX}/share/gimp +MAKE_JOBS_UNSAFE= yes + SHEBANG_FILES= tools/xml2po.py 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 Index: head/misc/gimp-help-en_GB/Makefile =================================================================== --- head/misc/gimp-help-en_GB/Makefile (revision 493762) +++ head/misc/gimp-help-en_GB/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in British English +COMMENT= GIMP User Manual in British English LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= en_GB .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-es/Makefile =================================================================== --- head/misc/gimp-help-es/Makefile (revision 493762) +++ head/misc/gimp-help-es/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics spanish MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Spanish +COMMENT= GIMP User Manual in Spanish LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= es .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-it/Makefile =================================================================== --- head/misc/gimp-help-it/Makefile (revision 493762) +++ head/misc/gimp-help-it/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Italian +COMMENT= GIMP User Manual in Italian LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= it .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-nl/Makefile =================================================================== --- head/misc/gimp-help-nl/Makefile (revision 493762) +++ head/misc/gimp-help-nl/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Dutch +COMMENT= GIMP User Manual in Dutch LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= nl .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-nn/Makefile =================================================================== --- head/misc/gimp-help-nn/Makefile (revision 493762) +++ head/misc/gimp-help-nn/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Norwegian:Ninorsk +COMMENT= GIMP User Manual in Norwegian:Ninorsk LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= nn .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-sl/Makefile =================================================================== --- head/misc/gimp-help-sl/Makefile (revision 493762) +++ head/misc/gimp-help-sl/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Slovenian +COMMENT= GIMP User Manual in Slovenian LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= sl .include "${MASTERDIR}/Makefile" Index: head/misc/gimp-help-sv/Makefile =================================================================== --- head/misc/gimp-help-sv/Makefile (revision 493762) +++ head/misc/gimp-help-sv/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= misc graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Swedish +COMMENT= GIMP User Manual in Swedish LICENSE= GFDL MASTERDIR= ${.CURDIR}/../gimp-help-en DOCLANG= sv .include "${MASTERDIR}/Makefile" Index: head/portuguese/gimp-help-pt_BR/Makefile =================================================================== --- head/portuguese/gimp-help-pt_BR/Makefile (revision 493762) +++ head/portuguese/gimp-help-pt_BR/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= portuguese graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Brazilian Portuguese +COMMENT= GIMP User Manual in Brazilian Portuguese LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= pt_BR .include "${MASTERDIR}/Makefile" Index: head/russian/gimp-help/Makefile =================================================================== --- head/russian/gimp-help/Makefile (revision 493762) +++ head/russian/gimp-help/Makefile (revision 493763) @@ -1,15 +1,15 @@ # Created by: SimaMoto,RyoTa # $FreeBSD$ CATEGORIES= russian graphics MAINTAINER= liangtai.s16@gmail.com -COMMENT= The GIMP User Manual in Russian +COMMENT= GIMP User Manual in Russian LICENSE= GFDL MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en DOCLANG= ru .include "${MASTERDIR}/Makefile"