Commit graph

19 commits

Author SHA1 Message Date
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
ghen
3c4efb2a04 pkglint: Please use ${OO_VER:Q} instead of ${OO_VER} (in MESSAGE_SUBST). 2006-03-11 11:15:39 +00:00
ghen
496a8989a4 Update to OpenOffice 2.0.2, another bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new features.
For a complete list of changes, see
  http://development.openoffice.org/releases/2.0.2.html

Ok with mrauch.
2006-03-11 11:11:04 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
adf8da23f9 Build the Linux based package for DragonFly as well. 2006-01-30 17:24:49 +00:00
tron
eb4dfcb58b Remove unnecessary dependence on "rpm" package. This package only
needs "rpm2pkg" (which only has a build time dependence on "rpm").
2006-01-21 20:40:00 +00:00
ghen
12f8cb92be Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new featues.
For a complete list of changes, see
  http://development.openoffice.org/releases/2.0.1.html

Ok by mrauch, wiz.
2006-01-04 15:29:41 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
mrauch
8b6802b5ba Remove the test if /proc exists.
This was left over from the version 1 package and is no longer necessary,
as installation sets are now rpms.
Noted by Geert Hendrickx.
2005-11-01 13:26:43 +00:00
mrauch
24299b5cb3 Missed one file when committing the change to enable optional java support.
This patch was part of the patch set from Geert Hendrickx.
2005-10-26 18:26:52 +00:00
tv
c439d81404 Check defined() before empty() to satisfy older NetBSD make / bmake. 2005-10-26 11:56:12 +00:00
rillig
6fbf764a47 Added missing $ after NetBSD in line 1. 2005-10-23 20:11:47 +00:00
mrauch
bc9a97eb7b Add optional java support via options framework.
Patch from Geert Hendrickx in mail to tech-pkg.
2005-10-23 14:38:30 +00:00
mrauch
6721dad7d4 Rename PKGNAME to openoffice-bin so it better coexists with the
misc/openoffice-bin package.
Noted by Hubert Feyrer in mail to tech-pkg.
2005-10-21 12:30:58 +00:00
mrauch
55401acbdd Update to the final release 2.0.0.
This version is completely identical to the previous 2.0.0rc3.
2005-10-20 14:05:39 +00:00
mrauch
6df68d9f44 Update to 2.0.0rc3.
This version solves the OOo bug 55330 that the value of a graphics
object attribute was accidentally inverted during read.
Update submitted by Geert Hendrickx in PR pkg/31851.
2005-10-18 15:12:10 +00:00
mrauch
86c7c4c764 Adding the pkgsrc library path is useful only for a native version. This can
lead to native libraries being found instead of the required emulation ones
which in turn prevents startup of the program.
Noted by Geert Hendrickx in private mail.
2005-10-10 20:08:49 +00:00
mrauch
73255c0421 OpenOffice.org is a multiplatform and multilingual office suite and an
open-source project. Compatible with all other major office suites, the
product is free to download, use, and distribute.

New features in version 2 include:
* Open Standards XML File Format (OASIS OpenDocument)
* New CustomShapes (compatible with Microsoft AutoShapes)
* Enhanced PDF Export
* New enhanced Database Frontend
* Mail Merge Wizard
* Support for Nested Tables
* Digital Signatures Support
* XForms Support
* WordPerfect Filters

A complete list is available at
http://marketing.openoffice.org/2.0/featureguide.html.

This package was submitted by Geert Hendrickx to tech-pkg, based on an
earlier version posted there by myself.
2005-10-09 13:39:53 +00:00