From 7c65536d1fe52e33e35dae49c1b03a718aca100a Mon Sep 17 00:00:00 2001 From: lofi Date: Mon, 3 May 2004 23:24:36 +0000 Subject: Add koffice-i18n-bg, localized messages and documentation for koffice (bulgarian) --- editors/koffice-i18n-bg/Makefile | 31 +++++++++++++++++++++++++++++++ editors/koffice-i18n-bg/distinfo | 2 ++ editors/koffice-i18n-bg/pkg-descr | 3 +++ editors/koffice-i18n-bg/pkg-plist | 29 +++++++++++++++++++++++++++++ misc/Makefile | 1 + misc/koffice-i18n-bg/Makefile | 31 +++++++++++++++++++++++++++++++ misc/koffice-i18n-bg/distinfo | 2 ++ misc/koffice-i18n-bg/pkg-descr | 3 +++ misc/koffice-i18n-bg/pkg-plist | 29 +++++++++++++++++++++++++++++ 9 files changed, 131 insertions(+) create mode 100644 editors/koffice-i18n-bg/Makefile create mode 100644 editors/koffice-i18n-bg/distinfo create mode 100644 editors/koffice-i18n-bg/pkg-descr create mode 100644 editors/koffice-i18n-bg/pkg-plist create mode 100644 misc/koffice-i18n-bg/Makefile create mode 100644 misc/koffice-i18n-bg/distinfo create mode 100644 misc/koffice-i18n-bg/pkg-descr create mode 100644 misc/koffice-i18n-bg/pkg-plist diff --git a/editors/koffice-i18n-bg/Makefile b/editors/koffice-i18n-bg/Makefile new file mode 100644 index 000000000000..fbc32c9133e9 --- /dev/null +++ b/editors/koffice-i18n-bg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: koffice-i18n-bs +# 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= bg- +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-bg/distinfo b/editors/koffice-i18n-bg/distinfo new file mode 100644 index 000000000000..f153afd44f50 --- /dev/null +++ b/editors/koffice-i18n-bg/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kde-i18n/koffice-i18n-bg-1.3.1.tar.bz2) = 2992a66afb37de410a3c93fbaa0bca29 +SIZE (KDE/kde-i18n/koffice-i18n-bg-1.3.1.tar.bz2) = 552618 diff --git a/editors/koffice-i18n-bg/pkg-descr b/editors/koffice-i18n-bg/pkg-descr new file mode 100644 index 000000000000..9cb0386755e8 --- /dev/null +++ b/editors/koffice-i18n-bg/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for koffice. + +WWW: http://koffice.kde.org/ diff --git a/editors/koffice-i18n-bg/pkg-plist b/editors/koffice-i18n-bg/pkg-plist new file mode 100644 index 000000000000..a370d9989c3b --- /dev/null +++ b/editors/koffice-i18n-bg/pkg-plist @@ -0,0 +1,29 @@ +share/locale/bs/LC_MESSAGES/csvfilter.mo +share/locale/bs/LC_MESSAGES/desktop_koffice.mo +share/locale/bs/LC_MESSAGES/example.mo +share/locale/bs/LC_MESSAGES/graphite.mo +share/locale/bs/LC_MESSAGES/kchart.mo +share/locale/bs/LC_MESSAGES/kfile_koffice.mo +share/locale/bs/LC_MESSAGES/kformula.mo +share/locale/bs/LC_MESSAGES/kformulalatexfilter.mo +share/locale/bs/LC_MESSAGES/kformulapngfilter.mo +share/locale/bs/LC_MESSAGES/kocryptfilter.mo +share/locale/bs/LC_MESSAGES/koffice.mo +share/locale/bs/LC_MESSAGES/kontour.mo +share/locale/bs/LC_MESSAGES/koshell.mo +share/locale/bs/LC_MESSAGES/kounavail.mo +share/locale/bs/LC_MESSAGES/krita.mo +share/locale/bs/LC_MESSAGES/kscan_plugin.mo +share/locale/bs/LC_MESSAGES/kspread.mo +share/locale/bs/LC_MESSAGES/kspreadqprofilter.mo +share/locale/bs/LC_MESSAGES/kugar.mo +share/locale/bs/LC_MESSAGES/kword.mo +share/locale/bs/LC_MESSAGES/kwordasciifilter.mo +share/locale/bs/LC_MESSAGES/kwordhtmlexportfilter.mo +share/locale/bs/LC_MESSAGES/kwordhtmlimportfilter.mo +share/locale/bs/LC_MESSAGES/kwordlatexfilter.mo +share/locale/bs/LC_MESSAGES/olefilterswinword97filter.mo +share/locale/bs/LC_MESSAGES/xsltexportfilter.mo +share/locale/bs/LC_MESSAGES/xsltimportfilter.mo +@dirrm share/locale/bs/LC_MESSAGES +@dirrm share/locale/bs diff --git a/misc/Makefile b/misc/Makefile index e038a8700f05..745f52e24e2c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -213,6 +213,7 @@ SUBDIR += knewsticker-scripts SUBDIR += koffice-i18n SUBDIR += koffice-i18n-af + SUBDIR += koffice-i18n-bg SUBDIR += koffice-i18n-bs SUBDIR += koffice-i18n-ca SUBDIR += koffice-i18n-cs diff --git a/misc/koffice-i18n-bg/Makefile b/misc/koffice-i18n-bg/Makefile new file mode 100644 index 000000000000..fbc32c9133e9 --- /dev/null +++ b/misc/koffice-i18n-bg/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: koffice-i18n-bs +# 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= bg- +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-bg/distinfo b/misc/koffice-i18n-bg/distinfo new file mode 100644 index 000000000000..f153afd44f50 --- /dev/null +++ b/misc/koffice-i18n-bg/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kde-i18n/koffice-i18n-bg-1.3.1.tar.bz2) = 2992a66afb37de410a3c93fbaa0bca29 +SIZE (KDE/kde-i18n/koffice-i18n-bg-1.3.1.tar.bz2) = 552618 diff --git a/misc/koffice-i18n-bg/pkg-descr b/misc/koffice-i18n-bg/pkg-descr new file mode 100644 index 000000000000..9cb0386755e8 --- /dev/null +++ b/misc/koffice-i18n-bg/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for koffice. + +WWW: http://koffice.kde.org/ diff --git a/misc/koffice-i18n-bg/pkg-plist b/misc/koffice-i18n-bg/pkg-plist new file mode 100644 index 000000000000..a370d9989c3b --- /dev/null +++ b/misc/koffice-i18n-bg/pkg-plist @@ -0,0 +1,29 @@ +share/locale/bs/LC_MESSAGES/csvfilter.mo +share/locale/bs/LC_MESSAGES/desktop_koffice.mo +share/locale/bs/LC_MESSAGES/example.mo +share/locale/bs/LC_MESSAGES/graphite.mo +share/locale/bs/LC_MESSAGES/kchart.mo +share/locale/bs/LC_MESSAGES/kfile_koffice.mo +share/locale/bs/LC_MESSAGES/kformula.mo +share/locale/bs/LC_MESSAGES/kformulalatexfilter.mo +share/locale/bs/LC_MESSAGES/kformulapngfilter.mo +share/locale/bs/LC_MESSAGES/kocryptfilter.mo +share/locale/bs/LC_MESSAGES/koffice.mo +share/locale/bs/LC_MESSAGES/kontour.mo +share/locale/bs/LC_MESSAGES/koshell.mo +share/locale/bs/LC_MESSAGES/kounavail.mo +share/locale/bs/LC_MESSAGES/krita.mo +share/locale/bs/LC_MESSAGES/kscan_plugin.mo +share/locale/bs/LC_MESSAGES/kspread.mo +share/locale/bs/LC_MESSAGES/kspreadqprofilter.mo +share/locale/bs/LC_MESSAGES/kugar.mo +share/locale/bs/LC_MESSAGES/kword.mo +share/locale/bs/LC_MESSAGES/kwordasciifilter.mo +share/locale/bs/LC_MESSAGES/kwordhtmlexportfilter.mo +share/locale/bs/LC_MESSAGES/kwordhtmlimportfilter.mo +share/locale/bs/LC_MESSAGES/kwordlatexfilter.mo +share/locale/bs/LC_MESSAGES/olefilterswinword97filter.mo +share/locale/bs/LC_MESSAGES/xsltexportfilter.mo +share/locale/bs/LC_MESSAGES/xsltimportfilter.mo +@dirrm share/locale/bs/LC_MESSAGES +@dirrm share/locale/bs -- cgit