diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-04-21 22:04:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-04-21 22:04:23 +0000 |
commit | 5e90450ff1c0dcb03d411a7d076efdbe0194ee34 (patch) | |
tree | 4089dab2de12db12616321b83d7514529c35863a /editors/ooo-build | |
parent | Update to 0.11.1. (diff) |
Add pkg-descr and comment
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
"Glen R. J. Neff" <neff_glen@emc.com>
Diffstat (limited to 'editors/ooo-build')
-rw-r--r-- | editors/ooo-build/Makefile | 4 | ||||
-rw-r--r-- | editors/ooo-build/pkg-descr | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index 048bcc1f1a2e..31a6a431f4a7 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -14,6 +14,10 @@ DISTFILES+= ${OOOBUILD_SOURCE} ${OOO_CAIRO} \ MAINTAINER= maho@FreeBSD.org +COMMENT= Community enhanced/bug fixed version of OpenOffice.org + +DESCR= ${.CURDIR}/pkg-descr + #DEVELOPER_VER= yes #you must be an expert or guru to activate this .if defined(DEVELOPER_VER) OOOBUILD_VERSION=2.0.2.${MILESTONE} diff --git a/editors/ooo-build/pkg-descr b/editors/ooo-build/pkg-descr new file mode 100644 index 000000000000..a1cebdc72a10 --- /dev/null +++ b/editors/ooo-build/pkg-descr @@ -0,0 +1,20 @@ +ooo-build is a collection of patches, artwork and build infrastructure +exists solely as a reflection of the many problems encouraging reasonably +responsive change up-stream. The process of change is painful for +any organisation, the larger the more painful. However - the size of the +problem is no excuse to not try; hence the evenutal aim is to remove the +need for ooo-build by incrementally fixing the various problems. + +ooo-build arose from acute frustration with the bad-old days of OOo +process before the Child Workspace concept was introduced, it is also +fueled by a non-performant CVS server. + +o a lot of minor fixes +o VBA interoperability +o Solver (linear programming) +o Mono bridge +o Evolution2 integration +o 64bit stuffs + +WWW: http://wiki.services.openoffice.org/wiki/Ooo-build + http://www.go-oo.org/packages/ |