head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.20 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.18 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.16 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.14 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.12 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.10 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.8 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.6 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.4 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.2 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.12 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.10 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.8 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.6 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.4 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.2 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2008.03.25.13.43.18; author wiz; state dead; branches; next 1.4; 1.4 date 2005.10.01.07.00.08; author mrauch; state Exp; branches; next 1.3; 1.3 date 2004.06.03.18.48.17; author mrauch; state Exp; branches 1.3.12.1; next 1.2; 1.2 date 2004.05.03.20.56.36; author mrauch; state dead; branches; next 1.1; 1.1 date 2002.02.13.18.09.22; author mrauch; state Exp; branches 1.1.1.1; next ; 1.3.12.1 date 2005.10.05.12.18.35; author salo; state Exp; branches; next ; 1.1.1.1 date 2002.02.13.18.09.22; author mrauch; state Exp; branches; next ; desc @@ 1.5 log @Remove openoffice (1.x branch) packages. They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13. @ text @$NetBSD: patch-av,v 1.4 2005/10/01 07:00:08 mrauch Exp $ --- ../officecfg/util/makefile.pmk.orig 2004-01-09 19:06:41.000000000 +0100 +++ ../officecfg/util/makefile.pmk @@@@ -100,9 +100,11 @@@@ $(MISC)$/registry$/res$/{$(alliso)}$/%.p .IF "$(SOLAR_JAVA)"!="" $(JAVA) -classpath $(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/resource.xsl $(@@:d)$(<:b).properties locale={$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))} .ELSE + $(SED) 's|$$locale|'"'"'{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}'"'"'|g' <$(PRJ)$/util$/resource.xsl >$(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}.xsl $(XSLTPROC) -o $(@@:d)$(<:b).properties \ --stringparam locale {$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))} \ - $(PRJ)$/util$/resource.xsl $< + $(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}.xsl $< + $(TOUCH) $(@@:d)$(<:b).properties .ENDIF # --- XCU --- @ 1.4 log @Add patch for the xsl compilation problem in officecfg, which occured after the update to libxslt-1.1.15. Fixes PR pkg/31401 . @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Allow installation of localized versions via the variable PKG_LANG. @ text @d5 5 a9 1 @@@@ -103,6 +103,7 @@@@ $(MISC)$/registry$/res$/{$(alliso)}$/%.p d12 3 a14 2 $(PRJ)$/util$/resource.xsl $< + $(TOUCH) $(@@:d)$(<:b).properties @ 1.3.12.1 log @Pullup ticket 800 - requested by Michael Rauch build fix for openoffice Revisions pulled up: - pkgsrc/misc/openoffice/distinfo 1.33 - pkgsrc/misc/openoffice/patches/patch-av 1.4 Module Name: pkgsrc Committed By: mrauch Date: Sat Oct 1 07:00:08 UTC 2005 Modified Files: pkgsrc/misc/openoffice: distinfo pkgsrc/misc/openoffice/patches: patch-av Log Message: Add patch for the xsl compilation problem in officecfg, which occured after the update to libxslt-1.1.15. Fixes PR pkg/31401 . @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.4 2005/10/01 07:00:08 mrauch Exp $ d5 1 a5 5 @@@@ -100,9 +100,11 @@@@ $(MISC)$/registry$/res$/{$(alliso)}$/%.p .IF "$(SOLAR_JAVA)"!="" $(JAVA) -classpath $(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/resource.xsl $(@@:d)$(<:b).properties locale={$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))} .ELSE + $(SED) 's|$$locale|'"'"'{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}'"'"'|g' <$(PRJ)$/util$/resource.xsl >$(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}.xsl d8 2 a9 3 - $(PRJ)$/util$/resource.xsl $< + $(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@@)))}.xsl $< + $(TOUCH) $(@@:d)$(<:b).properties @ 1.2 log @Update to version 1.1.1. New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.1 2002/02/13 18:09:22 mrauch Exp $ d3 7 a9 3 --- ../connectivity/source/manager/makefile.mk.orig Tue Jan 1 14:09:00 2002 +++ ../connectivity/source/manager/makefile.mk @@@@ -92,11 +92,11 @@@@ a10 9 SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ + $(SALLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(VOSLIB) \ - $(OSLLIB) \ - $(SALLIB) + $(OSLLIB) d12 1 a12 2 SHL1DEPN= SHL1IMPLIB= i$(SHL1TARGET) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @OpenOffice.org is an Open Source, community-developed, multi-platform office productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites. @ text @@