diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
commit | d094e113f37e3b6318c46c91c5ade948d4d18ce9 (patch) | |
tree | 472d346662830af419092bbd1facede489965349 /russian | |
parent | eee34b264fe695d73cac649734d2fbeba7485b11 (diff) |
Remove openoffice.org localized ports as I announced:
o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice
o still you can build them via knobs for 1.1
see ports/editors/openoffice-1.1/files/Makefile.localized
o 1.0 has been broken for long time, no longer maintained actively.
(but still I don't delete 1.0 and delete only localized versions)
Notes
Notes:
svn path=/head/; revision=138155
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 2 | ||||
-rw-r--r-- | russian/openoffice-1.0/Makefile | 23 | ||||
-rw-r--r-- | russian/openoffice-1.1/Makefile | 19 |
3 files changed, 0 insertions, 44 deletions
diff --git a/russian/Makefile b/russian/Makefile index 81092b9ae366..b2e46bfd69da 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -26,8 +26,6 @@ SUBDIR += nagios SUBDIR += napster SUBDIR += ooodict-ru_RU - SUBDIR += openoffice-1.0 - SUBDIR += openoffice-1.1 SUBDIR += p5-Lingua-RU-Charset SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile deleted file mode 100644 index 0a994067021d..000000000000 --- a/russian/openoffice-1.0/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Russian language -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= russian - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= ru_RU.KOI8-R -.endif -LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U -LANG_PKGNAME= ru -LANG_EXT= 07 -LANG_CONFIGURE_ARG= RUSS -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -PATCH_SITES= http://people.freebsd.org/~mbr/ooo/ -PATCHFILES= patch-translation-ru-1.0.3.bz2 - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" diff --git a/russian/openoffice-1.1/Makefile b/russian/openoffice-1.1/Makefile deleted file mode 100644 index 6099f75c3534..000000000000 --- a/russian/openoffice-1.1/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Russian language -# Date created: Sun Nov 9 9:19:23 2003 JST -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= russian - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= ru_RU.KOI8-R -.endif -LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U -LANG_PKGNAME= ru -LANG_EXT= 07 -LANG_CONFIGURE_ARG= RUSS -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |