From 28913d78a7153b0334fc28ffb49f15258449052f Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Mon, 3 May 2004 23:26:16 +0000 Subject: [PATCH] Add koffice-i18n-bg, localized messages and documentation for koffice (tajik) --- editors/koffice-i18n-tg/Makefile | 31 ++++++++++++++++++++++++++ editors/koffice-i18n-tg/distinfo | 2 ++ editors/koffice-i18n-tg/pkg-descr | 3 +++ editors/koffice-i18n-tg/pkg-plist | 37 +++++++++++++++++++++++++++++++ misc/Makefile | 1 + misc/koffice-i18n-tg/Makefile | 31 ++++++++++++++++++++++++++ misc/koffice-i18n-tg/distinfo | 2 ++ misc/koffice-i18n-tg/pkg-descr | 3 +++ misc/koffice-i18n-tg/pkg-plist | 37 +++++++++++++++++++++++++++++++ 9 files changed, 147 insertions(+) create mode 100644 editors/koffice-i18n-tg/Makefile create mode 100644 editors/koffice-i18n-tg/distinfo create mode 100644 editors/koffice-i18n-tg/pkg-descr create mode 100644 editors/koffice-i18n-tg/pkg-plist create mode 100644 misc/koffice-i18n-tg/Makefile create mode 100644 misc/koffice-i18n-tg/distinfo create mode 100644 misc/koffice-i18n-tg/pkg-descr create mode 100644 misc/koffice-i18n-tg/pkg-plist diff --git a/editors/koffice-i18n-tg/Makefile b/editors/koffice-i18n-tg/Makefile new file mode 100644 index 000000000000..d51dffb8f7ae --- /dev/null +++ b/editors/koffice-i18n-tg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: koffice-i18n-th +# Date created: 27 April 2003 +# Whom: Michael Nottebrock +# +# $FreeBSD$ +# + +PORTNAME= koffice-i18n +PORTVERSION= 1.3.1 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +PKGNAMEPREFIX= tg- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Localized messages and documentation for koffice + +IGNORE= This port will be activated shortly + +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +KDE_I18N= yes + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +.include diff --git a/editors/koffice-i18n-tg/distinfo b/editors/koffice-i18n-tg/distinfo new file mode 100644 index 000000000000..c1c9274476a7 --- /dev/null +++ b/editors/koffice-i18n-tg/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kde-i18n/koffice-i18n-tg-1.3.1.tar.bz2) = cc16c57f52863f0c08c5450d66c83f22 +SIZE (KDE/kde-i18n/koffice-i18n-tg-1.3.1.tar.bz2) = 536405 diff --git a/editors/koffice-i18n-tg/pkg-descr b/editors/koffice-i18n-tg/pkg-descr new file mode 100644 index 000000000000..9cb0386755e8 --- /dev/null +++ b/editors/koffice-i18n-tg/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for koffice. + +WWW: http://koffice.kde.org/ diff --git a/editors/koffice-i18n-tg/pkg-plist b/editors/koffice-i18n-tg/pkg-plist new file mode 100644 index 000000000000..161693b245a1 --- /dev/null +++ b/editors/koffice-i18n-tg/pkg-plist @@ -0,0 +1,37 @@ +share/locale/th/LC_MESSAGES/csvfilter.mo +share/locale/th/LC_MESSAGES/desktop_koffice.mo +share/locale/th/LC_MESSAGES/example.mo +share/locale/th/LC_MESSAGES/graphite.mo +share/locale/th/LC_MESSAGES/karbon.mo +share/locale/th/LC_MESSAGES/kchart.mo +share/locale/th/LC_MESSAGES/kfile_koffice.mo +share/locale/th/LC_MESSAGES/kformula.mo +share/locale/th/LC_MESSAGES/kformulalatexfilter.mo +share/locale/th/LC_MESSAGES/kformulapngfilter.mo +share/locale/th/LC_MESSAGES/kivio.mo +share/locale/th/LC_MESSAGES/koconverter.mo +share/locale/th/LC_MESSAGES/koffice.mo +share/locale/th/LC_MESSAGES/kontour.mo +share/locale/th/LC_MESSAGES/koshell.mo +share/locale/th/LC_MESSAGES/kounavail.mo +share/locale/th/LC_MESSAGES/kplato.mo +share/locale/th/LC_MESSAGES/kpresenter.mo +share/locale/th/LC_MESSAGES/kpresenterkwordfilter.mo +share/locale/th/LC_MESSAGES/krita.mo +share/locale/th/LC_MESSAGES/kscan_plugin.mo +share/locale/th/LC_MESSAGES/kspread.mo +share/locale/th/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/th/LC_MESSAGES/kspreadqprofilter.mo +share/locale/th/LC_MESSAGES/kthesaurus.mo +share/locale/th/LC_MESSAGES/kugar.mo +share/locale/th/LC_MESSAGES/kword.mo +share/locale/th/LC_MESSAGES/kwordasciifilter.mo +share/locale/th/LC_MESSAGES/kwordhtmlexportfilter.mo +share/locale/th/LC_MESSAGES/kwordhtmlimportfilter.mo +share/locale/th/LC_MESSAGES/kwordlatexfilter.mo +share/locale/th/LC_MESSAGES/olefilterswinword97filter.mo +share/locale/th/LC_MESSAGES/thesaurus_tool.mo +share/locale/th/LC_MESSAGES/xsltexportfilter.mo +share/locale/th/LC_MESSAGES/xsltimportfilter.mo +@dirrm share/locale/th/LC_MESSAGES +@dirrm share/locale/th diff --git a/misc/Makefile b/misc/Makefile index 745f52e24e2c..3be58a82b073 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -238,6 +238,7 @@ SUBDIR += koffice-i18n-sl SUBDIR += koffice-i18n-sr SUBDIR += koffice-i18n-sv + SUBDIR += koffice-i18n-tg SUBDIR += koffice-i18n-th SUBDIR += koffice-i18n-tr SUBDIR += koffice-i18n-ven diff --git a/misc/koffice-i18n-tg/Makefile b/misc/koffice-i18n-tg/Makefile new file mode 100644 index 000000000000..d51dffb8f7ae --- /dev/null +++ b/misc/koffice-i18n-tg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: koffice-i18n-th +# Date created: 27 April 2003 +# Whom: Michael Nottebrock +# +# $FreeBSD$ +# + +PORTNAME= koffice-i18n +PORTVERSION= 1.3.1 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src +PKGNAMEPREFIX= tg- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Localized messages and documentation for koffice + +IGNORE= This port will be activated shortly + +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +KDE_I18N= yes + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +.include diff --git a/misc/koffice-i18n-tg/distinfo b/misc/koffice-i18n-tg/distinfo new file mode 100644 index 000000000000..c1c9274476a7 --- /dev/null +++ b/misc/koffice-i18n-tg/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kde-i18n/koffice-i18n-tg-1.3.1.tar.bz2) = cc16c57f52863f0c08c5450d66c83f22 +SIZE (KDE/kde-i18n/koffice-i18n-tg-1.3.1.tar.bz2) = 536405 diff --git a/misc/koffice-i18n-tg/pkg-descr b/misc/koffice-i18n-tg/pkg-descr new file mode 100644 index 000000000000..9cb0386755e8 --- /dev/null +++ b/misc/koffice-i18n-tg/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for koffice. + +WWW: http://koffice.kde.org/ diff --git a/misc/koffice-i18n-tg/pkg-plist b/misc/koffice-i18n-tg/pkg-plist new file mode 100644 index 000000000000..161693b245a1 --- /dev/null +++ b/misc/koffice-i18n-tg/pkg-plist @@ -0,0 +1,37 @@ +share/locale/th/LC_MESSAGES/csvfilter.mo +share/locale/th/LC_MESSAGES/desktop_koffice.mo +share/locale/th/LC_MESSAGES/example.mo +share/locale/th/LC_MESSAGES/graphite.mo +share/locale/th/LC_MESSAGES/karbon.mo +share/locale/th/LC_MESSAGES/kchart.mo +share/locale/th/LC_MESSAGES/kfile_koffice.mo +share/locale/th/LC_MESSAGES/kformula.mo +share/locale/th/LC_MESSAGES/kformulalatexfilter.mo +share/locale/th/LC_MESSAGES/kformulapngfilter.mo +share/locale/th/LC_MESSAGES/kivio.mo +share/locale/th/LC_MESSAGES/koconverter.mo +share/locale/th/LC_MESSAGES/koffice.mo +share/locale/th/LC_MESSAGES/kontour.mo +share/locale/th/LC_MESSAGES/koshell.mo +share/locale/th/LC_MESSAGES/kounavail.mo +share/locale/th/LC_MESSAGES/kplato.mo +share/locale/th/LC_MESSAGES/kpresenter.mo +share/locale/th/LC_MESSAGES/kpresenterkwordfilter.mo +share/locale/th/LC_MESSAGES/krita.mo +share/locale/th/LC_MESSAGES/kscan_plugin.mo +share/locale/th/LC_MESSAGES/kspread.mo +share/locale/th/LC_MESSAGES/kspreadcalc_calc.mo +share/locale/th/LC_MESSAGES/kspreadqprofilter.mo +share/locale/th/LC_MESSAGES/kthesaurus.mo +share/locale/th/LC_MESSAGES/kugar.mo +share/locale/th/LC_MESSAGES/kword.mo +share/locale/th/LC_MESSAGES/kwordasciifilter.mo +share/locale/th/LC_MESSAGES/kwordhtmlexportfilter.mo +share/locale/th/LC_MESSAGES/kwordhtmlimportfilter.mo +share/locale/th/LC_MESSAGES/kwordlatexfilter.mo +share/locale/th/LC_MESSAGES/olefilterswinword97filter.mo +share/locale/th/LC_MESSAGES/thesaurus_tool.mo +share/locale/th/LC_MESSAGES/xsltexportfilter.mo +share/locale/th/LC_MESSAGES/xsltimportfilter.mo +@dirrm share/locale/th/LC_MESSAGES +@dirrm share/locale/th