From owner-freebsd-openoffice Thu Nov 21 15: 1:23 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E202437B401 for ; Thu, 21 Nov 2002 15:01:21 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949A443E6E for ; Thu, 21 Nov 2002 15:01:21 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-225-049-bsace7003.dsl.telebrasilia.net.br (200-193-225-049-bsace7003.dsl.telebrasilia.net.br [200.193.225.49]) by heaven.gigo.com (Postfix) with ESMTP id D2B8DB8BB for ; Thu, 21 Nov 2002 15:01:20 -0800 (PST) Received: (qmail 5394 invoked by uid 1001); 21 Nov 2002 22:55:00 -0000 Message-ID: <20021121225500.5393.qmail@exxodus.fedaykin.here> Date: Thu, 21 Nov 2002 19:54:38 -0300 From: Mario Sergio Fujikawa Ferreira To: openoffice@FreeBSD.org Subject: Portuguese category (ooodict-pt_PT and ooodict-pt_BR) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I am orchestrating a move of any portuguese related ports to the newly created portuguese category. Could you review this patch against both portuguese/ooodict-pt_BR and portuguese/ooodict-pt_PT ports ? Both editors/ooodict-pt_BR and editors/ooodict-pt_PT ports will be removed after we finish preparing all the necessary files. Let me know if this patch is allright or if I should change anything. Please, only review the patch. I am scheduling ordered commits to guarantee that I won't break anything. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- ooodict-pt_BR/Makefile.orig Thu Nov 21 19:20:41 2002 +++ ooodict-pt_BR/Makefile Thu Nov 21 19:31:22 2002 @@ -7,12 +7,14 @@ # $FreeBSD: ports/portuguese/ooodict-pt_BR/Makefile,v 1.1 2002/08/11 19:10:41 mbr Exp $ # -CATEGORIES= editors +CATEGORIES= portuguese LANGPREFIX= pt LANGSUFFIX= BR LANGDIST+= pt_BR.zip -MASTERDIR= ${.CURDIR}/../ooodict-all +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-pt .include "${MASTERDIR}/Makefile" + +PKGNAMEPREFIX= pt_BR- --- ooodict-pt_PT/Makefile.orig Thu Nov 21 19:26:35 2002 +++ ooodict-pt_PT/Makefile Thu Nov 21 19:53:25 2002 @@ -7,12 +7,14 @@ # $FreeBSD: ports/portuguese/ooodict-pt_PT/Makefile,v 1.1 2002/08/11 19:10:41 mbr Exp $ # -CATEGORIES= editors +CATEGORIES= portuguese LANGPREFIX= pt LANGSUFFIX= PT LANGDIST+= pt_PT.zip -MASTERDIR= ${.CURDIR}/../ooodict-all +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-pt .include "${MASTERDIR}/Makefile" + +PKGNAMEPREFIX= pt_PT- --KsGdsel6WgEHnImy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message