diff options
author | maho <maho@FreeBSD.org> | 2006-04-22 06:04:23 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-04-22 06:04:23 +0800 |
commit | d062e214e911cdfbc0d01fb20056701990674e2c (patch) | |
tree | 0a0c3d284484848667d21579b9cce204b41cd9da /editors | |
parent | ea0c7a9efffddb98044ed5109f08ce0576903285 (diff) | |
download | freebsd-ports-gnome-d062e214e911cdfbc0d01fb20056701990674e2c.tar.gz freebsd-ports-gnome-d062e214e911cdfbc0d01fb20056701990674e2c.tar.zst freebsd-ports-gnome-d062e214e911cdfbc0d01fb20056701990674e2c.zip |
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')
-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/ |