pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc softmaker-office-demo: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/576ea2ecd9fa
branches:  trunk
changeset: 401807:576ea2ecd9fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 27 07:00:51 2019 +0000

description:
softmaker-office-demo: remove

This is a Linux binary of a test version of a text editor, last
updated in 2006, which does not fetch.

Newer versions are available, so someone can re-add it if interested.

diffstat:

 doc/CHANGES-2019                    |    3 +-
 misc/Makefile                       |    3 +-
 misc/softmaker-office-demo/DESCR    |    6 -
 misc/softmaker-office-demo/Makefile |   45 ---
 misc/softmaker-office-demo/PLIST    |  416 ------------------------------------
 misc/softmaker-office-demo/distinfo |    6 -
 6 files changed, 3 insertions(+), 476 deletions(-)

diffs (truncated from 520 to 300 lines):

diff -r 45b8e72fcea4 -r 576ea2ecd9fa doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Sep 27 06:57:11 2019 +0000
+++ b/doc/CHANGES-2019  Fri Sep 27 07:00:51 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.4051 2019/09/26 18:37:04 bsiegert Exp $
+$NetBSD: CHANGES-2019,v 1.4052 2019/09/27 07:00:51 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -6613,3 +6613,4 @@
        Updated net/couriertcpd to 0.68.1nb9 [wiz 2019-09-26]
        Updated www/php-glpi to 9.4.4 [hauke 2019-09-26]
        Updated lang/go112 to 1.12.10 [bsiegert 2019-09-26]
+       Removed misc/softmaker-office-demo [wiz 2019-09-27]
diff -r 45b8e72fcea4 -r 576ea2ecd9fa misc/Makefile
--- a/misc/Makefile     Fri Sep 27 06:57:11 2019 +0000
+++ b/misc/Makefile     Fri Sep 27 07:00:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.513 2019/09/18 09:32:08 nia Exp $
+# $NetBSD: Makefile,v 1.514 2019/09/27 07:00:52 wiz Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -332,7 +332,6 @@
 SUBDIR+=       send-pr
 SUBDIR+=       siag
 SUBDIR+=       since
-SUBDIR+=       softmaker-office-demo
 SUBDIR+=       splitvt
 SUBDIR+=       starplot
 SUBDIR+=       stellarium
diff -r 45b8e72fcea4 -r 576ea2ecd9fa misc/softmaker-office-demo/DESCR
--- a/misc/softmaker-office-demo/DESCR  Fri Sep 27 06:57:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Office suite from SoftMaker.  Contains PlanMaker and TextMaker, a
-spreadsheet program and a document editor.  Supports Excel and Word
-files as well as OpenDocument and OpenOffice.org files.
-
-This trial version let you evaluate SoftMaker Office for 30 days.
-Export to Word and Excel formats is disabled.
diff -r 45b8e72fcea4 -r 576ea2ecd9fa misc/softmaker-office-demo/Makefile
--- a/misc/softmaker-office-demo/Makefile       Fri Sep 27 06:57:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2015/01/04 03:39:11 dholland Exp $
-#
-
-DISTNAME=      ofl06trial
-PKGNAME=       softmaker-office-demo-2006
-CATEGORIES=    misc
-MASTER_SITES=  http://www.softmaker.net/down/
-EXTRACT_SUFX=  .tgz
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.softmaker.net/
-COMMENT=       SoftMaker Office (TextMaker and PlanMaker) demo version (Linux binary)
-LICENSE=       softmaker-office-demo-license
-
-RESTRICTED=            Only separately distributed, exact copies, for no fee
-NO_SRC_ON_FTP=         ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_CDROM=       ${RESTRICTED}
-
-# Politically incorrect on Dragonfly
-NOT_FOR_PLATFORM+=     DragonFly-*-*
-
-WRKSRC=                ${WRKDIR}/officetrial
-USE_LANGUAGES= # none
-USE_TOOLS+=            pax
-EMUL_PLATFORMS=                linux-i386
-EMUL_MODULES.linux=    base x11
-
-INSTALLATION_DIRS=     bin lib/softmaker
-
-do-build:
-       ${ECHO} '#!/bin/sh' > ${WRKDIR}/textmaker
-       ${ECHO} 'cd ${PREFIX}/lib/softmaker' >> ${WRKDIR}/textmaker
-       ${ECHO} './textmaker' >> ${WRKDIR}/textmaker
-       ${ECHO} '#!/bin/sh' > ${WRKDIR}/planmaker
-       ${ECHO} 'cd ${PREFIX}/lib/softmaker' >> ${WRKDIR}/planmaker
-       ${ECHO} './planmaker' >> ${WRKDIR}/planmaker
-
-do-install:
-       ${INSTALL_SCRIPT} ${WRKDIR}/textmaker ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_SCRIPT} ${WRKDIR}/planmaker ${DESTDIR}${PREFIX}/bin
-       cd ${WRKSRC} && pax -rwpp * ${DESTDIR}${PREFIX}/lib/softmaker
-
-.include "../../mk/bsd.pkg.mk"
diff -r 45b8e72fcea4 -r 576ea2ecd9fa misc/softmaker-office-demo/PLIST
--- a/misc/softmaker-office-demo/PLIST  Fri Sep 27 06:57:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,416 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 20:52:13 joerg Exp $
-bin/planmaker
-bin/textmaker
-lib/softmaker/fonts/coup.pfb
-lib/softmaker/fonts/coupb.pfb
-lib/softmaker/fonts/coupbi.pfb
-lib/softmaker/fonts/coupi.pfb
-lib/softmaker/fonts/micr.pfb
-lib/softmaker/fonts/micrb.pfb
-lib/softmaker/fonts/micrbi.pfb
-lib/softmaker/fonts/micri.pfb
-lib/softmaker/fonts/roma.pfb
-lib/softmaker/fonts/romab.pfb
-lib/softmaker/fonts/romabi.pfb
-lib/softmaker/fonts/romai.pfb
-lib/softmaker/fonts/saps.pfb
-lib/softmaker/fonts/sapsb.pfb
-lib/softmaker/fonts/sapsbi.pfb
-lib/softmaker/fonts/sapsi.pfb
-lib/softmaker/fonts/symb.pfb
-lib/softmaker/html/images/bullet.gif
-lib/softmaker/html/images/bullet1.gif
-lib/softmaker/html/images/eur6995.gif
-lib/softmaker/html/images/flag_de_mini.gif
-lib/softmaker/html/images/flag_us_mini.gif
-lib/softmaker/html/images/logoblu.gif
-lib/softmaker/html/images/office2006logo_300_linux_de.gif
-lib/softmaker/html/images/office2006logo_300_linux_en.gif
-lib/softmaker/html/images/office_recom.gif
-lib/softmaker/html/images/ofl06_280_de.gif
-lib/softmaker/html/images/ofl06_280_en.gif
-lib/softmaker/html/images/ofl06_280_onblue_de.gif
-lib/softmaker/html/images/ofl06_280_onblue_en.gif
-lib/softmaker/html/images/ofl06_box.jpg
-lib/softmaker/html/images/ofl06_de.png
-lib/softmaker/html/images/ofl06_en.png
-lib/softmaker/html/images/pcmagtop.gif
-lib/softmaker/html/images/pcmagtop_onblue.gif
-lib/softmaker/html/images/pm_bubbles.gif
-lib/softmaker/html/images/pm_bubbles_en.gif
-lib/softmaker/html/images/pm_bubbles_sml.gif
-lib/softmaker/html/images/pm_flat.gif
-lib/softmaker/html/images/pm_flat_en.gif
-lib/softmaker/html/images/pm_flat_sml.gif
-lib/softmaker/html/images/pm_pie3d.gif
-lib/softmaker/html/images/pm_pie3d_sml.gif
-lib/softmaker/html/images/pm_textart.gif
-lib/softmaker/html/images/pml06_280_de.gif
-lib/softmaker/html/images/pml06_280_en.gif
-lib/softmaker/html/images/pml06_de.png
-lib/softmaker/html/images/pml06_en.png
-lib/softmaker/html/images/pml06_flow_120_de.gif
-lib/softmaker/html/images/pml06_flow_120_en.gif
-lib/softmaker/html/images/pml06_flow_de.png
-lib/softmaker/html/images/pml06_flow_en.png
-lib/softmaker/html/images/pml06_shapes_120_de.gif
-lib/softmaker/html/images/pml06_shapes_120_en.gif
-lib/softmaker/html/images/pml06_shapes_de.png
-lib/softmaker/html/images/pml06_shapes_en.png
-lib/softmaker/html/images/smo06_box.jpg
-lib/softmaker/html/images/tml06_280_de.gif
-lib/softmaker/html/images/tml06_280_en.gif
-lib/softmaker/html/images/tml06_de.png
-lib/softmaker/html/images/tml06_en.png
-lib/softmaker/html/images/tml06_objectstrip_de.gif
-lib/softmaker/html/images/tml06_objectstrip_en.gif
-lib/softmaker/html/images/tml06_revisionstrip_de.gif
-lib/softmaker/html/images/tml06_revisionstrip_en.gif
-lib/softmaker/html/images/tml06_textart_190.gif
-lib/softmaker/html/images/tml06_textart_190_en.gif
-lib/softmaker/html/images/tml06_textart_de.gif
-lib/softmaker/html/images/tml06_textart_en.gif
-lib/softmaker/html/images/usd6995_en.gif
-lib/softmaker/html/impress.htm
-lib/softmaker/html/impress_en.htm
-lib/softmaker/html/index.htm
-lib/softmaker/html/of.htm
-lib/softmaker/html/of_en.htm
-lib/softmaker/html/ofl.htm
-lib/softmaker/html/ofl_en.htm
-lib/softmaker/html/oflpm.htm
-lib/softmaker/html/oflpm_en.htm
-lib/softmaker/html/oflpress.htm
-lib/softmaker/html/oflpress_en.htm
-lib/softmaker/html/ofltm.htm
-lib/softmaker/html/ofltm_en.htm
-lib/softmaker/icons/pml_16.png
-lib/softmaker/icons/pml_32.png
-lib/softmaker/icons/pml_48.png
-lib/softmaker/icons/tml_16.png
-lib/softmaker/icons/tml_16.xpm
-lib/softmaker/icons/tml_32.png
-lib/softmaker/icons/tml_32.xpm
-lib/softmaker/icons/tml_48.png
-lib/softmaker/icons/tml_48.xpm
-lib/softmaker/install_de/Config/tmsmart.dat
-lib/softmaker/install_de/Documents/Beispiele/Biorhythmus.pmd
-lib/softmaker/install_de/Documents/Beispiele/Einheitenrechner.pmd
-lib/softmaker/install_de/Documents/Beispiele/Fahrtenbuch.pmd
-lib/softmaker/install_de/Documents/Beispiele/Gebiete.pmd
-lib/softmaker/install_de/Documents/Beispiele/Kalender 2007 ohne Feiertage.pmd
-lib/softmaker/install_de/Documents/Beispiele/Kalender 2007.pmd
-lib/softmaker/install_de/Documents/Beispiele/Life.pmd
-lib/softmaker/install_de/Documents/Beispiele/Rechnung.dbf
-lib/softmaker/install_de/Documents/Beispiele/Rechnung.tmd
-lib/softmaker/install_de/Documents/Beispiele/Stundenplan.pmd
-lib/softmaker/install_de/Documents/Beispiele/Telefonliste.pmd
-lib/softmaker/install_de/Documents/Beispiele/Tour1.tmd
-lib/softmaker/install_de/Documents/Beispiele/Tour2.tmd
-lib/softmaker/install_de/Documents/Beispiele/Tour3.tmd
-lib/softmaker/install_de/Documents/Beispiele/Tour4.tmd
-lib/softmaker/install_de/Documents/Beispiele/Umsatz.pmd
-lib/softmaker/install_de/Documents/Beispiele/Zeiterfassung.pmd
-lib/softmaker/install_de/Documents/FAQ (Deutsch).tmd
-lib/softmaker/install_de/Documents/FAQ_DE.rtf
-lib/softmaker/install_de/Documents/Liesmich.tmd
-lib/softmaker/install_de/Documents/World Languages.tmd
-lib/softmaker/install_de/Documents/biblio.dbf
-lib/softmaker/install_de/Documents/tmw.dbf
-lib/softmaker/install_de/Templates/English/Business Card/Business Card 1 (personal).tmv
-lib/softmaker/install_de/Templates/English/Business Card/Business Card 1.tmv
-lib/softmaker/install_de/Templates/English/Business Card/Business Card 2 (personal).tmv
-lib/softmaker/install_de/Templates/English/Business Card/Business Card 2.tmv
-lib/softmaker/install_de/Templates/English/Fax/Business Fax 1.tmv
-lib/softmaker/install_de/Templates/English/Fax/Business Fax 2.tmv
-lib/softmaker/install_de/Templates/English/Fax/Business Fax 3.tmv
-lib/softmaker/install_de/Templates/English/Fax/Business Fax 4.tmv
-lib/softmaker/install_de/Templates/English/Fax/Personal Fax 1.tmv
-lib/softmaker/install_de/Templates/English/Fax/Personal Fax 2.tmv
-lib/softmaker/install_de/Templates/English/Fax/Personal Fax 3.tmv
-lib/softmaker/install_de/Templates/English/Fax/Personal Fax 4.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 1.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 2.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 3.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 4.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 5.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 6.tmv
-lib/softmaker/install_de/Templates/English/Letter/Personal Letter 7.tmv
-lib/softmaker/install_de/Templates/English/Memo/Memo 1.tmv
-lib/softmaker/install_de/Templates/English/Memo/Memo 2.tmv
-lib/softmaker/install_de/Templates/English/Misc/Delivery Note (business) 1.tmv
-lib/softmaker/install_de/Templates/English/Misc/Delivery Note (business) 2.tmv
-lib/softmaker/install_de/Templates/English/Misc/Invoice (business) 1.tmv
-lib/softmaker/install_de/Templates/English/Misc/Invoice (business) 2.tmv
-lib/softmaker/install_de/Templates/English/Misc/Meeting Notes.tmv
-lib/softmaker/install_de/Templates/English/Misc/Order (business) 1.tmv
-lib/softmaker/install_de/Templates/English/Misc/Order (business) 2.tmv
-lib/softmaker/install_de/Templates/English/Misc/Order (personal) 1.tmv
-lib/softmaker/install_de/Templates/English/Misc/Order (personal) 2.tmv
-lib/softmaker/install_de/Templates/English/Misc/Phone List.tmv
-lib/softmaker/install_de/Templates/English/Misc/Resume.tmv
-lib/softmaker/install_de/Templates/English/Normal.tmv
-lib/softmaker/install_de/Templates/English/PlanMaker/Normal.pmv
-lib/softmaker/install_de/Templates/English/Short Letter/Short Letter (business) 1.tmv
-lib/softmaker/install_de/Templates/English/Short Letter/Short Letter (business) 2.tmv
-lib/softmaker/install_de/Templates/English/Short Letter/Short Letter (personal) 1.tmv
-lib/softmaker/install_de/Templates/English/Short Letter/Short Letter (personal) 2.tmv
-lib/softmaker/install_en/Config/tmsmart.dat
-lib/softmaker/install_en/Documents/FAQ (English).tmd
-lib/softmaker/install_en/Documents/FAQ_EN.rtf
-lib/softmaker/install_en/Documents/Readme.tmd
-lib/softmaker/install_en/Documents/Samples/Invoice.dbf
-lib/softmaker/install_en/Documents/Samples/Invoice.tmd
-lib/softmaker/install_en/Documents/Samples/Sample.pmd
-lib/softmaker/install_en/Documents/Samples/Tour1.tmd
-lib/softmaker/install_en/Documents/Samples/Tour2.tmd
-lib/softmaker/install_en/Documents/Samples/Tour3.tmd
-lib/softmaker/install_en/Documents/Samples/Tour4.tmd
-lib/softmaker/install_en/Documents/World Languages.tmd
-lib/softmaker/install_en/Documents/biblio.dbf
-lib/softmaker/install_en/Documents/tmw.dbf
-lib/softmaker/install_en/Templates/English/Business Card/Business Card 1 (personal).tmv
-lib/softmaker/install_en/Templates/English/Business Card/Business Card 1.tmv
-lib/softmaker/install_en/Templates/English/Business Card/Business Card 2 (personal).tmv
-lib/softmaker/install_en/Templates/English/Business Card/Business Card 2.tmv
-lib/softmaker/install_en/Templates/English/Fax/Business Fax 1.tmv
-lib/softmaker/install_en/Templates/English/Fax/Business Fax 2.tmv
-lib/softmaker/install_en/Templates/English/Fax/Business Fax 3.tmv
-lib/softmaker/install_en/Templates/English/Fax/Business Fax 4.tmv
-lib/softmaker/install_en/Templates/English/Fax/Personal Fax 1.tmv
-lib/softmaker/install_en/Templates/English/Fax/Personal Fax 2.tmv
-lib/softmaker/install_en/Templates/English/Fax/Personal Fax 3.tmv
-lib/softmaker/install_en/Templates/English/Fax/Personal Fax 4.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 1.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 2.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 3.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 4.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 5.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 6.tmv
-lib/softmaker/install_en/Templates/English/Letter/Personal Letter 7.tmv
-lib/softmaker/install_en/Templates/English/Memo/Memo 1.tmv
-lib/softmaker/install_en/Templates/English/Memo/Memo 2.tmv
-lib/softmaker/install_en/Templates/English/Misc/Phone List.tmv
-lib/softmaker/install_en/Templates/English/Normal.tmv
-lib/softmaker/install_en/Templates/English/PlanMaker/Normal.pmv
-lib/softmaker/install_es/Config/tmsmart.dat
-lib/softmaker/install_es/Documents/FAQ (English).tmd
-lib/softmaker/install_es/Documents/Leame.tmd
-lib/softmaker/install_es/Documents/Samples/Ejemplo.pmd
-lib/softmaker/install_es/Documents/Samples/Tour1.tmd
-lib/softmaker/install_es/Documents/Samples/Tour2.tmd
-lib/softmaker/install_es/Documents/Samples/Tour3.tmd
-lib/softmaker/install_es/Documents/Samples/Tour4.tmd
-lib/softmaker/install_es/Documents/World Languages.tmd
-lib/softmaker/install_es/Documents/biblio.dbf
-lib/softmaker/install_es/Documents/tmw.dbf



Home | Main Index | Thread Index | Old Index