pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin Update openoffice2-bin to 2.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1a702ca919e
branches:  trunk
changeset: 553843:f1a702ca919e
user:      bad <bad%pkgsrc.org@localhost>
date:      Sat Jan 31 21:56:32 2009 +0000

description:
Update openoffice2-bin to 2.4.2.
While here, create symlinks to smath and spadmin in $PREFIX/bin to make them
available as normal commands.

Changes since 2.4.1:
* COMMAN_WHEEL_DATAZOOM changed
* delays for quick help change
* XSelectionSupplier now being supported by the database application controller
* Add Sami languages to language list box
* better automatic positions for lables on pie segments
* more flexible placement of labels on data points
* Equations for Regression Curves
* allow removing data point labels with delete key
* New property in Advanced settings dialog for Oracle
* views in HSQLDB database can be edited
* property browser: query designer now also available for list box content
* property browser: query designer also available for "native" SQL commands
* Base now supports also MS Access 2007 files (*.accdb)
* Reduce complexity: Remove unnecessary display options
* Extensible help
* "Change Icon" dialog now supports persistent import and deletion of icons
* Filter UINames changed from "OpenDocument" to "ODF"
* Display name of extension
* Release notes and publisher information during extension update
* Enhancements of print dialog for calc
* support for browser based update in Extension Manager
* Possibility to control persistent passwords storing per UI.
* Asynchronous callback service for UNO awt
* UNO awt dialogs and tab pages support background image property
* Online Update Trigger by New File Format Versions
* Relative links now available in PDF export filter, plus other features added.
* Relative links now available in PDF export filter, plus other features added.
* PDF/A-1a (ISO 19005-1:2005) export feature added.
* Implement Insert-Movie and Sound using QTKit (QuickTime)
* Context menu entry to quickly insert picture background for slides
* Remove GUI option "Automatic file name extension" from File-Save dialog
* (Office Dlg)
* Separate zoom per sheet
* Manual Sorting in DataPilot
* DataPilot drill-down on data field
* The Office now automaicaly checks for updates for extensions
* Support for backward references in Find & Replace
* Block selection
* Insert and Insert Object toolbars changed in Writer and Writer/Web
* Better language cotrol
* Printing of hidden text
* New shortcuts to apply Heading 4+5 and Text body and Default
* Ctrl-click Behavior for Hyperlinks Now Configurable

* bug fixes

diffstat:

 misc/openoffice2-bin/Makefile        |  9 ++++-----
 misc/openoffice2-bin/PLIST.proglinks |  4 +++-
 misc/openoffice2-bin/distinfo        |  8 ++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 2c652e606b99 -r f1a702ca919e misc/openoffice2-bin/Makefile
--- a/misc/openoffice2-bin/Makefile     Sat Jan 31 20:06:43 2009 +0000
+++ b/misc/openoffice2-bin/Makefile     Sat Jan 31 21:56:32 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2008/10/14 19:20:43 hira Exp $
+# $NetBSD: Makefile,v 1.38 2009/01/31 21:56:32 bad Exp $
 
 DISTNAME=              openoffice2-bin # overridden below
 PKGNAME=               openoffice2-bin-${OO_RELEASE}
-PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_OPENOFFICE:=stable/${OO_RELEASE}/}
 
@@ -18,7 +17,7 @@
 CONFLICTS+=            openoffice-linux-[0-9]*
 
 OO_VER=                        2.4
-OO_RELEASE=            2.4.1
+OO_RELEASE=            2.4.2
 PLIST_SUBST+=          VER=${OO_VER:Q}
 MESSAGE_SUBST+=                VER=${OO_VER:Q}
 FILES_SUBST+=          VER=${OO_VER:Q}
@@ -46,7 +45,7 @@
 
 .if ${EMUL_PLATFORM} == "linux-i386"
 DISTNAME=              OOo_${OO_RELEASE}_LinuxIntel_install_en-US
-WRKSRC=                        ${WRKDIR}/OOH680_m17_native_packed-1_en-US.9310
+WRKSRC=                        ${WRKDIR}/OOH680_m18_native_packed-1_en-US.9364
 .elif ${EMUL_PLATFORM} == "solaris-i386"
 DISTNAME=              OOo_${OO_RELEASE}_Solarisx86_install_en-US
 WRKSRC=                        ${WRKDIR}/OOG680_m5_native_packed-1_en-US.9221/packages
@@ -68,7 +67,7 @@
 .else
        ${LN} -sf ../openoffice.org${OO_VER}/program/soffice ${PREFIX}/bin/soffice
 .endif
-.for i in scalc sdraw simpress swriter
+.for i in scalc sdraw simpress smath spadmin swriter
        ${LN} -sf ../openoffice.org${OO_VER}/program/${i} ${PREFIX}/bin/${i}
 .endfor
 
diff -r 2c652e606b99 -r f1a702ca919e misc/openoffice2-bin/PLIST.proglinks
--- a/misc/openoffice2-bin/PLIST.proglinks      Sat Jan 31 20:06:43 2009 +0000
+++ b/misc/openoffice2-bin/PLIST.proglinks      Sat Jan 31 21:56:32 2009 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST.proglinks,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $
+@comment $NetBSD: PLIST.proglinks,v 1.2 2009/01/31 21:56:32 bad Exp $
 bin/scalc
 bin/sdraw
 bin/simpress
+bin/smath
 bin/soffice
+bin/spadmin
 bin/swriter
diff -r 2c652e606b99 -r f1a702ca919e misc/openoffice2-bin/distinfo
--- a/misc/openoffice2-bin/distinfo     Sat Jan 31 20:06:43 2009 +0000
+++ b/misc/openoffice2-bin/distinfo     Sat Jan 31 21:56:32 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2008/06/15 12:22:52 tron Exp $
+$NetBSD: distinfo,v 1.16 2009/01/31 21:56:32 bad Exp $
 
-SHA1 (OOo_2.4.1_LinuxIntel_install_en-US.tar.gz) = d12a4958e456230b3230471352e28727b4a52d87
-RMD160 (OOo_2.4.1_LinuxIntel_install_en-US.tar.gz) = d6128bb26d5ec22819e8ebc27cdd6e63f592a730
-Size (OOo_2.4.1_LinuxIntel_install_en-US.tar.gz) = 154297731 bytes
+SHA1 (OOo_2.4.2_LinuxIntel_install_en-US.tar.gz) = 74b087695eb3c14ab6874feeadce73cc621b6ce4
+RMD160 (OOo_2.4.2_LinuxIntel_install_en-US.tar.gz) = 1fe20d833cfadd6321ffa1b5c17385e3b6e7f404
+Size (OOo_2.4.2_LinuxIntel_install_en-US.tar.gz) = 154306851 bytes



Home | Main Index | Thread Index | Old Index