pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc Converted the koffice i18n packages to use the i1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d406916549b2
branches: trunk
changeset: 520623:d406916549b2
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Oct 24 08:44:22 2006 +0000
description:
Converted the koffice i18n packages to use the i18n.mk file, thereby
fixing a "test ==".
diffstat:
misc/koffice-i18n-bg/Makefile | 22 +++++-----------------
misc/koffice-i18n-br/Makefile | 22 +++++-----------------
misc/koffice-i18n-ca/Makefile | 21 +++++----------------
misc/koffice-i18n-cs/Makefile | 21 +++++----------------
misc/koffice-i18n-cy/Makefile | 22 +++++-----------------
misc/koffice-i18n-el/Makefile | 22 +++++-----------------
misc/koffice-i18n-eo/Makefile | 22 +++++-----------------
misc/koffice-i18n-fa/Makefile | 22 +++++-----------------
misc/koffice-i18n-fi/Makefile | 22 +++++-----------------
misc/koffice-i18n-fr/Makefile | 21 +++++----------------
misc/koffice-i18n-he/Makefile | 22 +++++-----------------
misc/koffice-i18n-hsb/Makefile | 22 +++++-----------------
misc/koffice-i18n-hu/Makefile | 21 +++++----------------
misc/koffice-i18n-it/Makefile | 21 +++++----------------
misc/koffice-i18n-ja/Makefile | 22 +++++-----------------
misc/koffice-i18n-lo/Makefile | 22 +++++-----------------
misc/koffice-i18n-mt/Makefile | 22 +++++-----------------
misc/koffice-i18n-nb/Makefile | 22 +++++-----------------
misc/koffice-i18n-nl/Makefile | 22 +++++-----------------
misc/koffice-i18n-nn/Makefile | 21 +++++----------------
misc/koffice-i18n-pl/Makefile | 21 +++++----------------
misc/koffice-i18n-pt/Makefile | 21 +++++----------------
misc/koffice-i18n-pt_BR/Makefile | 21 +++++----------------
misc/koffice-i18n-ru/Makefile | 21 +++++----------------
misc/koffice-i18n-se/Makefile | 22 +++++-----------------
misc/koffice-i18n-sk/Makefile | 21 +++++----------------
misc/koffice-i18n-sl/Makefile | 21 +++++----------------
misc/koffice-i18n-sr/Makefile | 22 +++++-----------------
misc/koffice-i18n-sv/Makefile | 21 +++++----------------
misc/koffice-i18n-tg/Makefile | 22 +++++-----------------
misc/koffice-i18n-th/Makefile | 22 +++++-----------------
misc/koffice-i18n-tr/Makefile | 22 +++++-----------------
misc/koffice-i18n-ven/Makefile | 22 +++++-----------------
misc/koffice-i18n-xh/Makefile | 21 +++++----------------
misc/koffice-i18n-zh_CN/Makefile | 22 +++++-----------------
misc/koffice-i18n-zh_TW/Makefile | 22 +++++-----------------
misc/koffice-i18n-zu/Makefile | 22 +++++-----------------
37 files changed, 185 insertions(+), 615 deletions(-)
diffs (truncated from 1059 to 300 lines):
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-bg/Makefile
--- a/misc/koffice-i18n-bg/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-bg/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:45 wiz Exp $
-
-DISTNAME= koffice-i18n-bg-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Bulgarian language pack for KOffice
+KOFFICE_LANGUAGE= Bulgarian
+KOFFICE_LANGCODE= bg
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-br/Makefile
--- a/misc/koffice-i18n-br/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-br/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:45 wiz Exp $
-
-DISTNAME= koffice-i18n-br-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Breton language pack for KOffice
+KOFFICE_LANGUAGE= Breton
+KOFFICE_LANGCODE= br
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-ca/Makefile
--- a/misc/koffice-i18n-ca/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-ca/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,19 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/03/15 00:26:07 wiz Exp $
-
-DISTNAME= koffice-i18n-ca-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
+# $NetBSD: Makefile,v 1.9 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Catalan language pack for KOffice
-
-DEPENDS+= koffice-[0-9]*:../../misc/koffice
+KOFFICE_LANGUAGE= Catalan
+KOFFICE_LANGCODE= ca
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-cs/Makefile
--- a/misc/koffice-i18n-cs/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-cs/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,19 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/03/15 00:26:07 wiz Exp $
-
-DISTNAME= koffice-i18n-cs-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
+# $NetBSD: Makefile,v 1.9 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Czech language pack for KOffice
-
-DEPENDS+= koffice-[0-9]*:../../misc/koffice
+KOFFICE_LANGUAGE= Czech
+KOFFICE_LANGCODE= cs
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-cy/Makefile
--- a/misc/koffice-i18n-cy/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-cy/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-cy-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Welsh language pack for KOffice
+KOFFICE_LANGUAGE= Welsh
+KOFFICE_LANGCODE= cy
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-el/Makefile
--- a/misc/koffice-i18n-el/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-el/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-el-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Greek language pack for KOffice
+KOFFICE_LANGUAGE= Greek
+KOFFICE_LANGCODE= el
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-eo/Makefile
--- a/misc/koffice-i18n-eo/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-eo/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-eo-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Esperanto language pack for KOffice
+KOFFICE_LANGUAGE= Esperanto
+KOFFICE_LANGCODE= eo
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-fa/Makefile
--- a/misc/koffice-i18n-fa/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-fa/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-fa-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Persian language pack for KOffice
+KOFFICE_LANGUAGE= Persian
+KOFFICE_LANGCODE= fa
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-fi/Makefile
--- a/misc/koffice-i18n-fi/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-fi/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-fi-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
+# $NetBSD: Makefile,v 1.11 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= Finnish language pack for KOffice
+KOFFICE_LANGUAGE= Finnish
+KOFFICE_LANGCODE= fi
+PKGREVISION= 5
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-USE_PKGLOCALEDIR= YES
-
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-fr/Makefile
--- a/misc/koffice-i18n-fr/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-fr/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,19 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2006/03/15 00:26:07 wiz Exp $
-
-DISTNAME= koffice-i18n-fr-1.3.5
-PKGREVISION= 6
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
+# $NetBSD: Makefile,v 1.10 2006/10/24 08:44:22 rillig Exp $
-MAINTAINER= ianzag%mail.ru@localhost
-HOMEPAGE= http://www.koffice.org/
-COMMENT= French language pack for KOffice
-
-DEPENDS+= koffice-[0-9]*:../../misc/koffice
+KOFFICE_LANGUAGE= French
+KOFFICE_LANGCODE= fr
+PKGREVISION= 6
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../misc/koffice/i18n.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bb1416e45421 -r d406916549b2 misc/koffice-i18n-he/Makefile
--- a/misc/koffice-i18n-he/Makefile Tue Oct 24 08:43:40 2006 +0000
+++ b/misc/koffice-i18n-he/Makefile Tue Oct 24 08:44:22 2006 +0000
@@ -1,20 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2006/03/21 19:24:46 wiz Exp $
-
-DISTNAME= koffice-i18n-he-1.3.5
-PKGREVISION= 5
-CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/
-EXTRACT_SUFX= .tar.bz2
-
-BUILD_DEPENDS+= kdelibs>=3:../../x11/kdelibs3
Home |
Main Index |
Thread Index |
Old Index