pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc Rename openoffice-linux to openoffice-bin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83db8f934993
branches:  trunk
changeset: 489639:83db8f934993
user:      mrauch <mrauch%pkgsrc.org@localhost>
date:      Thu Feb 24 13:50:18 2005 +0000

description:
Rename openoffice-linux to openoffice-bin.

diffstat:

 misc/Makefile                              |     4 +-
 misc/openoffice-bin/DESCR                  |    14 +
 misc/openoffice-bin/MESSAGE                |    13 +
 misc/openoffice-bin/Makefile               |    71 +
 misc/openoffice-bin/Makefile.NetBSD.i386   |    10 +
 misc/openoffice-bin/PLIST                  |  5063 ++++++++++++++++++++++++++++
 misc/openoffice-bin/distinfo               |     6 +
 misc/openoffice-bin/files/soffice          |    60 +
 misc/openoffice-linux/DESCR                |    14 -
 misc/openoffice-linux/MESSAGE              |    13 -
 misc/openoffice-linux/Makefile             |    71 -
 misc/openoffice-linux/Makefile.NetBSD.i386 |    10 -
 misc/openoffice-linux/PLIST                |  5063 ----------------------------
 misc/openoffice-linux/distinfo             |     6 -
 misc/openoffice-linux/files/soffice        |    60 -
 misc/staroffice/Makefile                   |     4 +-
 16 files changed, 5241 insertions(+), 5241 deletions(-)

diffs (truncated from 10566 to 300 lines):

diff -r 808ba1c810e9 -r 83db8f934993 misc/Makefile
--- a/misc/Makefile     Thu Feb 24 12:51:41 2005 +0000
+++ b/misc/Makefile     Thu Feb 24 13:50:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2005/02/19 20:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.232 2005/02/24 13:54:14 mrauch Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -145,7 +145,7 @@
 SUBDIR+=       open2300
 SUBDIR+=       open2300-mysql
 SUBDIR+=       openoffice
-SUBDIR+=       openoffice-linux
+SUBDIR+=       openoffice-bin
 SUBDIR+=       p5-Array-PrintCols
 SUBDIR+=       p5-Business-CreditCard
 SUBDIR+=       p5-Business-ISBN
diff -r 808ba1c810e9 -r 83db8f934993 misc/openoffice-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice-bin/DESCR Thu Feb 24 13:50:18 2005 +0000
@@ -0,0 +1,14 @@
+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.
+
+Components include:
+  * A universal word processing application for creating business
+    letters, extensive text documents, professional layouts, and HTML
+    documents.
+  * A sophisticated application for performing advanced spreadsheet
+    functions, such as analyzing figures, creating lists, and viewing data.
+  * A tool for creating effective eye-catching presentations.
+  * A vector-oriented draw module that enables the creation of 3D
+    illustrations.
diff -r 808ba1c810e9 -r 83db8f934993 misc/openoffice-bin/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice-bin/MESSAGE       Thu Feb 24 13:50:18 2005 +0000
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/02/24 13:50:18 mrauch Exp $
+
+  OpenOffice has now been installed in ${PREFIX}/OpenOffice.org${VER}.
+
+  Before using this package for the first time, each user has to run
+  a setup program, which is automatically invoked at the first start of 
+  ${PREFIX}/bin/soffice.
+
+  For (optional) Java support, please run 
+  ${PREFIX}/OpenOffice.org${VER}/program/jvmsetup
+  after having run the user setup program.
+===========================================================================
diff -r 808ba1c810e9 -r 83db8f934993 misc/openoffice-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice-bin/Makefile      Thu Feb 24 13:50:18 2005 +0000
@@ -0,0 +1,71 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/24 13:50:18 mrauch Exp $
+
+DISTNAME=              OOo_${OO_VER}_LinuxIntel_install
+PKGNAME=               openoffice-bin-${OO_VER}
+CATEGORIES=            misc
+MASTER_SITES=          ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/}
+DISTFILES=             ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES+=            openoffice-linux-112-services.rdb.bz2
+SITES_openoffice-linux-112-services.rdb.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\
+                       ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/
+
+MAINTAINER=            mrauch%NetBSD.org@localhost
+HOMEPAGE=              http://www.openoffice.org/
+COMMENT=               Integrated office productivity suite (binary pkg)
+
+OO_VER=                        1.1.4
+PLIST_SUBST+=          VER=${OO_VER}
+MESSAGE_SUBST+=                VER=${OO_VER}
+
+NO_CONFIGURE=           yes
+
+CONFLICTS+=            staroffice-[0-9]*
+CONFLICTS+=            openoffice-[0-9]*
+
+ONLY_FOR_PLATFORM=     NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
+ONLY_FOR_PLATFORM+=    Linux-*-i[3-6]86
+
+TEMP?=                 ${WRKSRC}
+CHECK_SHLIBS=          no
+
+.include "../../mk/bsd.prefs.mk"
+
+do-build:
+
+.if ${OPSYS} == "NetBSD"
+USE_PKGINSTALL=         yes
+SUPPORT_FILES=          /dev/null /emul/linux/etc/mtab
+.endif
+
+pre-install:
+       ${CP} ${WRKSRC}/setup.ins ${WRKSRC}/setup.ins.orig
+       ${SED}  -e "s|/usr/bin/soffice|${PREFIX}/bin/soffice.orig|g"    \
+               -e "s|not(existsFile(searchdir, searchfile))|true|g"    \
+               <${WRKSRC}/setup.ins.orig >${WRKSRC}/setup.ins
+#.     if ${OPSYS}=="NetBSD" && !exists(/emul/linux/etc/mtab)
+#      ${CP} /dev/null /emul/linux/etc/mtab
+#.     endif
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/OpenOffice.org${OO_VER}/program
+       ${INSTALL_DATA} ${WRKDIR}/openoffice-linux-112-services.rdb     \
+               ${PREFIX}/OpenOffice.org${OO_VER}/program/services.rdb
+       ${SH} -c "cd ${WRKSRC}; ./install --prefix=${PREFIX}"
+       ${RM} -f ${PREFIX}/bin/soffice.orig
+       ${SED}  -e "s|@@PREFIX@@|${PREFIX}|g" -e "s|@@OO_VER@@|${OO_VER}|g"             \
+               < ${FILESDIR}/soffice > ${PREFIX}/bin/soffice
+       ${CHMOD} +x ${PREFIX}/bin/soffice
+.for i in scalc sdraw simpress swriter
+       ${LN} -sf ${PREFIX}/OpenOffice.org${OO_VER}/program/$i ${PREFIX}/bin/$i
+.endfor
+
+# everything specific to your OS/Arch goes into its own Makefile
+# group together i386, i486, i586 and i686 (for Linux)
+#
+ARCH=  ${MACHINE_ARCH:C/i[3-6]86/i386/g}
+
+.if exists(Makefile.${OPSYS}.${ARCH})
+.  include "Makefile.${OPSYS}.${ARCH}"
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff -r 808ba1c810e9 -r 83db8f934993 misc/openoffice-bin/Makefile.NetBSD.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice-bin/Makefile.NetBSD.i386  Thu Feb 24 13:50:18 2005 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2005/02/24 13:50:19 mrauch Exp $
+
+DEPENDS+=               suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+=               suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+
+.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
+PKG_FAIL_REASON=       "please mount /emul/linux/proc or /proc"
+.endif
+
+.include "../../emulators/suse_linux/Makefile.application"
diff -r 808ba1c810e9 -r 83db8f934993 misc/openoffice-bin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/openoffice-bin/PLIST Thu Feb 24 13:50:18 2005 +0000
@@ -0,0 +1,5063 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/24 13:50:20 mrauch Exp $
+OpenOffice.org${VER}/LICENSE
+OpenOffice.org${VER}/LICENSE.html
+OpenOffice.org${VER}/README
+OpenOffice.org${VER}/README.html
+OpenOffice.org${VER}/THIRDPARTYLICENSEREADME.html
+OpenOffice.org${VER}/help/en/common.jar
+OpenOffice.org${VER}/help/en/common.tree
+OpenOffice.org${VER}/help/en/custom.css
+OpenOffice.org${VER}/help/en/default.css
+OpenOffice.org${VER}/help/en/err.html
+OpenOffice.org${VER}/help/en/highcontrast1.css
+OpenOffice.org${VER}/help/en/highcontrast2.css
+OpenOffice.org${VER}/help/en/highcontrastblack.css
+OpenOffice.org${VER}/help/en/highcontrastwhite.css
+OpenOffice.org${VER}/help/en/picture.db
+OpenOffice.org${VER}/help/en/picture.jar
+OpenOffice.org${VER}/help/en/sbasic.cfg
+OpenOffice.org${VER}/help/en/sbasic.db
+OpenOffice.org${VER}/help/en/sbasic.ht
+OpenOffice.org${VER}/help/en/sbasic.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/sbasic.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/sbasic.idx/DOCS
+OpenOffice.org${VER}/help/en/sbasic.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/sbasic.idx/EDGE
+OpenOffice.org${VER}/help/en/sbasic.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/sbasic.idx/OFFSETS
+OpenOffice.org${VER}/help/en/sbasic.idx/POSITIONS
+OpenOffice.org${VER}/help/en/sbasic.idx/SCHEMA
+OpenOffice.org${VER}/help/en/sbasic.jar
+OpenOffice.org${VER}/help/en/sbasic.key
+OpenOffice.org${VER}/help/en/sbasic.tree
+OpenOffice.org${VER}/help/en/scalc.cfg
+OpenOffice.org${VER}/help/en/scalc.db
+OpenOffice.org${VER}/help/en/scalc.ht
+OpenOffice.org${VER}/help/en/scalc.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/scalc.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/scalc.idx/DOCS
+OpenOffice.org${VER}/help/en/scalc.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/scalc.idx/EDGE
+OpenOffice.org${VER}/help/en/scalc.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/scalc.idx/OFFSETS
+OpenOffice.org${VER}/help/en/scalc.idx/POSITIONS
+OpenOffice.org${VER}/help/en/scalc.idx/SCHEMA
+OpenOffice.org${VER}/help/en/scalc.jar
+OpenOffice.org${VER}/help/en/scalc.key
+OpenOffice.org${VER}/help/en/scalc.tree
+OpenOffice.org${VER}/help/en/schart.jar
+OpenOffice.org${VER}/help/en/schart.tree
+OpenOffice.org${VER}/help/en/sdraw.cfg
+OpenOffice.org${VER}/help/en/sdraw.db
+OpenOffice.org${VER}/help/en/sdraw.ht
+OpenOffice.org${VER}/help/en/sdraw.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/sdraw.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/sdraw.idx/DOCS
+OpenOffice.org${VER}/help/en/sdraw.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/sdraw.idx/EDGE
+OpenOffice.org${VER}/help/en/sdraw.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/sdraw.idx/OFFSETS
+OpenOffice.org${VER}/help/en/sdraw.idx/POSITIONS
+OpenOffice.org${VER}/help/en/sdraw.idx/SCHEMA
+OpenOffice.org${VER}/help/en/sdraw.jar
+OpenOffice.org${VER}/help/en/sdraw.key
+OpenOffice.org${VER}/help/en/simpress.cfg
+OpenOffice.org${VER}/help/en/simpress.db
+OpenOffice.org${VER}/help/en/simpress.ht
+OpenOffice.org${VER}/help/en/simpress.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/simpress.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/simpress.idx/DOCS
+OpenOffice.org${VER}/help/en/simpress.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/simpress.idx/EDGE
+OpenOffice.org${VER}/help/en/simpress.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/simpress.idx/OFFSETS
+OpenOffice.org${VER}/help/en/simpress.idx/POSITIONS
+OpenOffice.org${VER}/help/en/simpress.idx/SCHEMA
+OpenOffice.org${VER}/help/en/simpress.jar
+OpenOffice.org${VER}/help/en/simpress.key
+OpenOffice.org${VER}/help/en/simpress.tree
+OpenOffice.org${VER}/help/en/smath.cfg
+OpenOffice.org${VER}/help/en/smath.db
+OpenOffice.org${VER}/help/en/smath.ht
+OpenOffice.org${VER}/help/en/smath.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/smath.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/smath.idx/DOCS
+OpenOffice.org${VER}/help/en/smath.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/smath.idx/EDGE
+OpenOffice.org${VER}/help/en/smath.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/smath.idx/OFFSETS
+OpenOffice.org${VER}/help/en/smath.idx/POSITIONS
+OpenOffice.org${VER}/help/en/smath.idx/SCHEMA
+OpenOffice.org${VER}/help/en/smath.jar
+OpenOffice.org${VER}/help/en/smath.key
+OpenOffice.org${VER}/help/en/smath.tree
+OpenOffice.org${VER}/help/en/swriter.cfg
+OpenOffice.org${VER}/help/en/swriter.db
+OpenOffice.org${VER}/help/en/swriter.ht
+OpenOffice.org${VER}/help/en/swriter.idx/CONTEXTS
+OpenOffice.org${VER}/help/en/swriter.idx/DICTIONARY
+OpenOffice.org${VER}/help/en/swriter.idx/DOCS
+OpenOffice.org${VER}/help/en/swriter.idx/DOCS.TAB
+OpenOffice.org${VER}/help/en/swriter.idx/EDGE
+OpenOffice.org${VER}/help/en/swriter.idx/LINKNAMES
+OpenOffice.org${VER}/help/en/swriter.idx/OFFSETS
+OpenOffice.org${VER}/help/en/swriter.idx/POSITIONS
+OpenOffice.org${VER}/help/en/swriter.idx/SCHEMA
+OpenOffice.org${VER}/help/en/swriter.jar
+OpenOffice.org${VER}/help/en/swriter.key
+OpenOffice.org${VER}/help/en/swriter.tree
+OpenOffice.org${VER}/help/main_transform.xsl
+OpenOffice.org${VER}/program/acceptor.uno.so
+OpenOffice.org${VER}/program/bootstraprc
+OpenOffice.org${VER}/program/bridgefac.uno.so
+OpenOffice.org${VER}/program/classes/XFlatXml.jar
+OpenOffice.org${VER}/program/classes/XMergeBridge.jar
+OpenOffice.org${VER}/program/classes/XSLTFilter.jar
+OpenOffice.org${VER}/program/classes/XSLTValidate.jar
+OpenOffice.org${VER}/program/classes/classes.jar
+OpenOffice.org${VER}/program/classes/common.jar
+OpenOffice.org${VER}/program/classes/docbook.jar
+OpenOffice.org${VER}/program/classes/htmlsoff.jar
+OpenOffice.org${VER}/program/classes/java_uno.jar
+OpenOffice.org${VER}/program/classes/java_uno_accessbridge.jar
+OpenOffice.org${VER}/program/classes/juh.jar
+OpenOffice.org${VER}/program/classes/jurt.jar
+OpenOffice.org${VER}/program/classes/jut.jar
+OpenOffice.org${VER}/program/classes/officebean.jar
+OpenOffice.org${VER}/program/classes/report.jar
+OpenOffice.org${VER}/program/classes/ridl.jar
+OpenOffice.org${VER}/program/classes/sandbox.jar
+OpenOffice.org${VER}/program/classes/unoil.jar
+OpenOffice.org${VER}/program/classes/xmerge.jar
+OpenOffice.org${VER}/program/classes/xt.jar
+OpenOffice.org${VER}/program/component.reg
+OpenOffice.org${VER}/program/components/libaddrbook.so
+OpenOffice.org${VER}/program/components/libmork.so
+OpenOffice.org${VER}/program/components/libmozldap.so
+OpenOffice.org${VER}/program/components/libnecko.so
+OpenOffice.org${VER}/program/components/libpref.so
+OpenOffice.org${VER}/program/components/libprofile.so
+OpenOffice.org${VER}/program/components/librdf.so
+OpenOffice.org${VER}/program/components/libstrres.so
+OpenOffice.org${VER}/program/components/libuconv.so
+OpenOffice.org${VER}/program/components/libucvcn.so
+OpenOffice.org${VER}/program/components/libucvibm.so
+OpenOffice.org${VER}/program/components/libucvja.so
+OpenOffice.org${VER}/program/components/libucvko.so
+OpenOffice.org${VER}/program/components/libucvlatin.so
+OpenOffice.org${VER}/program/components/libucvtw.so
+OpenOffice.org${VER}/program/components/libucvtw2.so
+OpenOffice.org${VER}/program/components/libunicharutil.so
+OpenOffice.org${VER}/program/components/liburiloader.so
+OpenOffice.org${VER}/program/components/libvcard.so
+OpenOffice.org${VER}/program/components/libxpconnect.so
+OpenOffice.org${VER}/program/components/necko_dns.xpt



Home | Main Index | Thread Index | Old Index