1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

"Quite sorry for sending this so late. I just got my hands on a Sun

StarOffice CDROM and found out how broken the port really was.
It also uses a DIST_SUBDIR now."

Submitted by:	obrien
This commit is contained in:
Satoshi Asami 1999-12-14 23:14:36 +00:00
parent ce59e9a532
commit 76579b97b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23780
100 changed files with 65100 additions and 64475 deletions

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff

View File

@ -9,56 +9,77 @@
DISTNAME= so51a_lnx_01
PKGNAME= staroffice-5.1a
CATEGORIES= editors
MASTER_SITES= "" # manual fetch
EXTRACT_SUFX= .tar
PATCH_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/~sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \
ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \
ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \
ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/
PATCHFILES= applicat.rdb libofa517li.so libsdb517li.so
EXTRACT_SUFX= .tar
DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
${PREFIX}/bin/unzip:${PORTSDIR}/archivers/unzip
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
MAINTAINER= dkiwebe@hagenhomes.com
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Must be downloaded direct from Sun via www interface'
IS_INTERACTIVE= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS= -u
NO_BUILD= yes
DIST_SUBDIR= staroffice5
WRKSRC= ${WRKDIR}/so51inst
.if !exists(${DISTDIR}/${DISTFILES})
IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or copy them from your Sun StarOffice CDROM. Put ${DISTFILES} into the directory ${DISTDIR} and run make again."
.include <bsd.port.pre.mk>
.if defined(USE_CDROM)
.if !exists(/cdrom/linux/office51/setup.zip)
IGNORE="Please mount the Sun StarOffice 5.1 CDROM onto /cdrom and run make again."
.endif
.else # FTP/web download
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again. Or, if you have the Sun StarOffice 5.1 CDROM, please run 'make USE_CDROM=yes'"
.endif
.endif
.if defined(USE_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office51
@cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* .
.endif
post-extract:
@unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
@${CP} -p ${_DISTDIR}/applicat.rdb.gz ${WRKDIR}
@${GZIP_CMD} -d ${WRKDIR}/applicat.rdb.gz
post-configure:
${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
@${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp
${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
/usr/compat/linux/sbin/ldconfig
${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
${TOUCH} ${WRKDIR}/.install-done
${CAT} ${PKGDIR}/MESSAGE
${WRKDIR}/so51inst/office51/setup /net
@${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf
@${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf
@PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp
@LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib
@/usr/compat/linux/sbin/ldconfig
@${CAT} ${PKGDIR}/MESSAGE
@-${WRKDIR}/so51inst/office51/setup /net
# A seperate target as we need to be able to run this stuff independantly.
post-install:
${INSTALL_DATA} ${DISTDIR}/applicat.rdb ${PREFIX}/Office51/bin
${INSTALL_DATA} ${DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
${INSTALL_DATA} ${DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
${PATCH} ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
${PATCH} ${PREFIX}/Office51/instdb.ins ${FILESDIR}/instdb.ins.patch
${PATCH} ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${INSTALL_DATA} ${WRKDIR}/applicat.rdb ${PREFIX}/Office51/bin
@${INSTALL_DATA} ${_DISTDIR}/libofa517li.so ${PREFIX}/Office51/lib
@${INSTALL_DATA} ${_DISTDIR}/libsdb517li.so ${PREFIX}/Office51/lib
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libofa517li.so
@${CHMOD} 100755 ${PREFIX}/Office51/lib/libsdb517li.so
@${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/Office51/bin/soffice ${FILESDIR}/soffice.patch
@${PERL} -pi -e 's|DefaultDestPath = "${PREFIX}/Office51";|DefaultDestPath = "~/Office51";|' ${PREFIX}/Office51/instdb.ins
@${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc
install-user:
${PREFIX}/Office51/bin/setup
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3
MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137
MD5 (staroffice5/so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5
MD5 (staroffice5/applicat.rdb.gz) = d752621081b027f9f30d0c55086f9011
MD5 (staroffice5/libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484
MD5 (staroffice5/libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137

View File

@ -4,11 +4,11 @@ Written By:
Darren Wiebe
dkwiebe@hagenhomes.com
You will very shortly be done a network install of
StarOffice 5.1a. Once that is done run "make post-install".
Once that is done exit X11 and run it again as
the user that you usually use. Then run
"make install-user" and do a standard workstation
install. It will now be ready to use.
You will very shortly be done a network install of StarOffice 5.1a.
Once that is done run "make post-install".
Once that is done exit X11 and run it again as the user that you usually use.
Then run "make install-user" and do a standard workstation install.
It will now be ready to use.
Good Luck

File diff suppressed because it is too large Load Diff