pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc OdfConverter: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ababae1aebef
branches:  trunk
changeset: 385678:ababae1aebef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 24 06:54:37 2022 +0000

description:
OdfConverter: remove

Does not build in any bulk builds I could find, upstream development
stopped in 2010.

diffstat:

 doc/CHANGES-2022                                    |   3 +-
 textproc/Makefile                                   |   3 +-
 textproc/OdfConverter/DESCR                         |  18 -----
 textproc/OdfConverter/Makefile                      |  75 ---------------------
 textproc/OdfConverter/PLIST                         |   3 -
 textproc/OdfConverter/distinfo                      |   9 --
 textproc/OdfConverter/patches/patch-aa              |  36 ----------
 textproc/OdfConverter/patches/patch-ab              |  14 ---
 textproc/OdfConverter/patches/patch-ac              |  18 -----
 textproc/OdfConverter/patches/patch-build_common.mk |  15 ----
 10 files changed, 3 insertions(+), 191 deletions(-)

diffs (251 lines):

diff -r 8e624dc70801 -r ababae1aebef doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sat Sep 24 06:48:55 2022 +0000
+++ b/doc/CHANGES-2022  Sat Sep 24 06:54:37 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4658 2022/09/24 06:37:46 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4659 2022/09/24 06:54:37 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -6853,3 +6853,4 @@
        Removed misc/root [wiz 2022-09-24]
        Removed misc/rump [wiz 2022-09-24]
        Removed filesystems/fs-utils [wiz 2022-09-24]
+       Removed textproc/OdfConverter [wiz 2022-09-24]
diff -r 8e624dc70801 -r ababae1aebef textproc/Makefile
--- a/textproc/Makefile Sat Sep 24 06:48:55 2022 +0000
+++ b/textproc/Makefile Sat Sep 24 06:54:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1326 2022/09/11 17:46:40 wiz Exp $
+# $NetBSD: Makefile,v 1.1327 2022/09/24 06:54:37 wiz Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -10,7 +10,6 @@
 SUBDIR+=       GutenMark-words
 SUBDIR+=       LDoc
 SUBDIR+=       Markdown
-SUBDIR+=       OdfConverter
 SUBDIR+=       PEGTL
 SUBDIR+=       R-DT
 SUBDIR+=       R-brew
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/DESCR
--- a/textproc/OdfConverter/DESCR       Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-The goal for this project is to provide translators to allow for
-interoperability between applications based on ODF (OpenDocument)
-1.0 standards and Microsoft OpenXML based Office applications. As
-a part of this interoperability initiative, add-ins are being
-developed that can be installed on top of Microsoft Office Word
-(document processing), Excel (spreadsheet) and PowerPoint (presentation)
-applications (Office 2007 / 2003 / XP version) to allow for opening
-and saving OpenDocument format / ODF files (.odt, .ods and .odp)
-that adheres to ODF 1.0 specifications. We also provide command
-line translator utilities that allow doing batch conversions.
-
-The converter is based on XSL transformations between two XML
-formats, along with some pre- and post-processing to manage the
-packaging (zip / unzip), schema incompatibility processings and
-the integration into Microsoft Office applications like Word, Excel
-and PowerPoint. We chose to use an Open Source development model
-that allows developers from all around the world to participate &
-contribute to the project.
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/Makefile
--- a/textproc/OdfConverter/Makefile    Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-# $NetBSD: Makefile,v 1.68 2022/04/18 19:12:09 adam Exp $
-#
-
-DISTNAME=      OdfAddinForOffice-src-3.0
-PKGNAME=       OdfConverter-3.0
-PKGREVISION=   58
-CATEGORIES=    converters textproc
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=odf-converter/}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://odf-converter.sourceforge.net/
-COMMENT=       Converter between Microsoft Office 2007 and OpenOffice formats
-LICENSE=       modified-bsd
-
-# mono-basic DLLs are required at run-time (but not at build time).
-DEPENDS+=      mono-basic-[0-9]*:../../lang/mono-basic
-
-USE_LANGUAGES= c
-USE_TOOLS+=    gmake pkg-config
-
-BUILD_DIRS=    source/Common/OdfZipUtils
-BUILD_DIRS+=   source/Common/OdfConverterLib
-BUILD_DIRS+=   source/Word/Converter
-BUILD_DIRS+=   source/Presentation/Converter
-BUILD_DIRS+=   source/Spreadsheet/Converter
-BUILD_DIRS+=   source/AdditionalTools/zlib123/contrib/minizip
-BUILD_DIRS+=   source/Shell/OdfConverter
-
-MAKE_JOBS_SAFE=        no
-
-INSTALLATION_DIRS=     bin share/doc/OdfConverter
-
-#
-# The Subversion repository has a number of file name case issues.  The
-# essential ones are fixed here so that the build can complete on a
-# case-sensitive filesystem.
-#
-FILE_CASE_FIXES=       ${BUILD_DIRS}
-FILE_CASE_FIXES+=      source/Shell/OdfConverter/OdfCommandLineException.cs
-FILE_CASE_FIXES+=      source/Shell/OdfConverter/OdfConverter.cs
-FILE_CASE_FIXES+=      source/Shell/OdfConverter/OoxValidator.cs
-FILE_CASE_FIXES+=      source/Shell/OdfConverter/OdfValidator.cs
-post-extract:
-       cd ${WRKDIR} && mv "odf-converter-r5224/trunk" ${DISTNAME:Q}
-       set -e; \
-       find "${WRKSRC}" -name Makefile -o \
-           -name '[Mm][Aa][Kk][Ee][Ff][Ii][Ll][Ee]' -print | \
-         while read file; do \
-           dir=`dirname "$$file"`; mv "$$file" "$$dir/Makefile"; done
-       set -e; files=""; \
-       for file in ${FILE_CASE_FIXES}; do \
-         while [ -n "$$file" -a "$$file" != "." ]; do \
-           files="$$file $$files"; base=`basename "$$file"`; \
-           file=`dirname "$$file"`; \
-         done; \
-       done; \
-       for file in $$files; do \
-         base=`basename "$$file"`; subdir=`dirname "$$file"`; \
-         lcbase=`basename "$$file" | tr 'A-Z' 'a-z'`; \
-         subdir="${WRKSRC}/$$subdir"; \
-         if [ -e "$$subdir/$$lcbase" -a ! -e "$$subdir/$$base" ]; then \
-           mv "$$subdir/$$lcbase" "$$subdir/$$base"; \
-         fi; \
-       done
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/source/Shell/OdfConverter/OdfConverter \
-               ${DESTDIR}${PREFIX}/bin/
-       ${INSTALL_DATA} ${WRKSRC}/source/Shell/OdfConverter/README.TXT \
-               ${DESTDIR}${PREFIX}/share/doc/OdfConverter/README.TXT
-
-.include "../../lang/mono/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/PLIST
--- a/textproc/OdfConverter/PLIST       Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:12 joerg Exp $
-bin/OdfConverter
-share/doc/OdfConverter/README.TXT
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/distinfo
--- a/textproc/OdfConverter/distinfo    Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:21:29 nia Exp $
-
-BLAKE2s (OdfAddinForOffice-src-3.0.zip) = 8c37b9ef9577db31a4c787ca5177cfd2978ead8907c6aae2300d9c95e35fc1e1
-SHA512 (OdfAddinForOffice-src-3.0.zip) = 1988d164aa55ba64e7a6e6a2b465466dfe9ca2781dfff80be4b911c07869a6fc6d4692a46168954e87130ca115c4cacec2ef0e35ee42f0fb74e45ddee6e1341d
-Size (OdfAddinForOffice-src-3.0.zip) = 34547426 bytes
-SHA1 (patch-aa) = cf6b802a221f7dbec6a92a6c20e5892055fd03e4
-SHA1 (patch-ab) = 1240ea11736009463bf937ccc547e5037d411626
-SHA1 (patch-ac) = 5e48d1f5a0a40912f56154bbbaaeea74819cd202
-SHA1 (patch-build_common.mk) = 08f61bb2459aad674f2d9db20a44280e3702ab94
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/patches/patch-aa
--- a/textproc/OdfConverter/patches/patch-aa    Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2015/05/23 06:43:00 kefren Exp $
-
---- source/Shell/OdfConverter/Makefile.orig    2008-09-26 21:49:32.000000000 +0300
-+++ source/Shell/OdfConverter/Makefile 2015-05-23 09:10:54.000000000 +0300
-@@ -54,7 +54,7 @@
-               $(SOURCE)
- 
- main.c bundle.o : OdfConverterTestStatic.exe Makefile
--      MONO_PATH='../../Common/OdfZipUtils$(PATHSEP)../../Common/OdfConverterLib$(PATHSEP)../../Word/Converter$(PATHSEP)../../Presentation/Converter$(PATHSEP)../../Spreadsheet/Converter' mkbundle2 
-c -o main.c -oo bundle.o --deps $(MACHINE_CONFIG_FILE) OdfConverterTestStatic.exe
-+      MONO_PATH='../../Common/OdfZipUtils$(PATHSEP)../../Common/OdfConverterLib$(PATHSEP)../../Word/Converter$(PATHSEP)../../Presentation/Converter$(PATHSEP)../../Spreadsheet/Converter' mkbundle -c 
-o main.c -oo bundle.o --deps $(MACHINE_CONFIG_FILE) OdfConverterTestStatic.exe
- 
- OdfConverter$(EXEEXT) : main.c bundle.o $(ZLIBDEP) Makefile
-       rm -f $@
-@@ -64,16 +64,17 @@
-       $(CC) -o OdfConverter -Wall `pkg-config --cflags mono` main.c \
-               `pkg-config --libs-only-L mono` -bind_at_load -all_load -lz \
-           ../../AdditionalTools/zlib123/contrib/minizip/libzlibwapi.a \
--              `pkg-config --libs-only-l mono` bundle.o
-+              `pkg-config --libs-only-l mono-2 gtk+-2.0 gthread-2.0` \
-+              `pkg-config --cflags mono-2` bundle.o
- else
--      $(CC) -o OdfConverter$(EXEEXT) -Wall `pkg-config --cflags mono` main.c \
-+      $(CC) -o OdfConverter$(EXEEXT) -Wall `pkg-config --cflags mono-2 gtk+-2.0 gthread-2.0` main.c \
-           $(KILLAT) \
-           bundle.o \
-           $(EXPORTDYNAMIC) \
-           -Wl,--undefined=$(ZIPOPEN) -Wl,--undefined=$(UNZOPEN) \
--          `pkg-config --libs-only-L mono` -L../../AdditionalTools/zlib123/contrib/minizip \
--          -Wl,-Bstatic -lmono -lzlibwapi -Wl,-Bdynamic  \
--          `pkg-config --libs-only-l mono | sed -e "s/\-lmono //"` \
-+          -L../../AdditionalTools/zlib123/contrib/minizip \
-+          -Wl,-Bstatic -lmonoboehm-2.0 -lzlibwapi -Wl,-Bdynamic  \
-+          `pkg-config --libs mono-2 gtk+-2.0 gthread-2.0 | sed -e "s/\-lmono-2.0 //"` \
-           $(ZLIB) $(OTHERLIBS)
- endif
- ifeq ($(OS),Cygwin)
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/patches/patch-ab
--- a/textproc/OdfConverter/patches/patch-ab    Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/07/27 05:39:21 dsainty Exp $
-
---- source/Spreadsheet/Converter/Makefile.orig 2008-09-26 21:49:52.000000000 +1200
-+++ source/Spreadsheet/Converter/Makefile      2009-07-16 17:10:15.000000000 +1200
-@@ -25,6 +25,9 @@
- SOURCE=${wildcard *.cs}
- DISTFILES=$(SOURCE) $(ODF2OOX_RES) $(OOX2ODF_RES)
- 
-+RESOURCE_FLAGS+=-r:System.Drawing
-+RESOURCE_FLAGS+=-r:System.Windows.Forms
-+
- all-local: Spreadsheet.dll SpreadsheetStatic.dll 
- Spreadsheet.dll: $(SOURCE) Makefile $(OOX2ODF_RES) $(ODF2OOX_RES)
-       $(CSC) $(CSC_DEBUG) $(RESOURCE_FLAGS) -target:library \
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/patches/patch-ac
--- a/textproc/OdfConverter/patches/patch-ac    Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2009/09/02 08:47:15 wiz Exp $
-
-Fix Mono-specific coding errors.
-
---- source/Shell/OdfConverter/OdfValidator.cs.orig     2009-02-11 10:50:02.000000000 +1300
-+++ source/Shell/OdfConverter/OdfValidator.cs  2009-07-16 17:23:31.469982005 +1200
-@@ -49,9 +49,9 @@
-       
- #if MONO
-       // Dummy validation class
--      public class OdfValidator
-+      public class OdfValidator : IValidator
-       {
--              public OdfValidator(Report report)
-+              public OdfValidator(ConversionReport report)
-               { 
-               }
-               public void validate(String fileName)
diff -r 8e624dc70801 -r ababae1aebef textproc/OdfConverter/patches/patch-build_common.mk
--- a/textproc/OdfConverter/patches/patch-build_common.mk       Sat Sep 24 06:48:55 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-build_common.mk,v 1.1 2015/05/23 06:43:00 kefren Exp $
-
-Build with mcs
-
---- build/common.mk.orig       2015-05-22 19:54:31.000000000 +0300
-+++ build/common.mk    2015-05-22 19:54:38.000000000 +0300
-@@ -9,7 +9,7 @@
- 
- CC=gcc
- LD=ld
--CSC=gmcs
-+CSC=mcs
- CSC_DEBUG=-d:DEBUG -debug+
- RECURSIVE_TARGETS = check clean install uninstall
- 



Home | Main Index | Thread Index | Old Index