[Midnightbsd-cvs] mports [20384] trunk/converters: add o3read
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 2 22:57:33 EDT 2015
Revision: 20384
http://svnweb.midnightbsd.org/mports/?rev=20384
Author: laffer1
Date: 2015-10-02 22:57:33 -0400 (Fri, 02 Oct 2015)
Log Message:
-----------
add o3read
Modified Paths:
--------------
trunk/converters/Makefile
Added Paths:
-----------
trunk/converters/o3read/
trunk/converters/o3read/Makefile
trunk/converters/o3read/distinfo
trunk/converters/o3read/files/
trunk/converters/o3read/files/patch-Makefile
trunk/converters/o3read/pkg-descr
trunk/converters/o3read/pkg-plist
Modified: trunk/converters/Makefile
===================================================================
--- trunk/converters/Makefile 2015-10-03 02:55:30 UTC (rev 20383)
+++ trunk/converters/Makefile 2015-10-03 02:57:33 UTC (rev 20384)
@@ -6,6 +6,7 @@
SUBDIR += fribidi
SUBDIR += libiconv
SUBDIR += mpack
+SUBDIR += o3read
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BinHex
SUBDIR += p5-Encode
Added: trunk/converters/o3read/Makefile
===================================================================
--- trunk/converters/o3read/Makefile (rev 0)
+++ trunk/converters/o3read/Makefile 2015-10-03 02:57:33 UTC (rev 20384)
@@ -0,0 +1,30 @@
+# Created by: samm
+# $MidnightBSD$
+# $FreeBSD: head/converters/o3read/Makefile 386312 2015-05-14 10:15:04Z mat $
+
+PORTNAME= o3read
+PORTVERSION= 0.0.4
+CATEGORIES= converters
+MASTER_SITES= http://siag.nu/pub/o3read/ \
+ GENTOO
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+PORTDOCS= README COPYING ChangeLog
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/*.1 ${MAN1PREFIX}/man/man1
+ @${MKDIR} ${DOCSDIR}
+.for FILE in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
+
+.include <bsd.port.mk>
Property changes on: trunk/converters/o3read/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/o3read/distinfo
===================================================================
--- trunk/converters/o3read/distinfo (rev 0)
+++ trunk/converters/o3read/distinfo 2015-10-03 02:57:33 UTC (rev 20384)
@@ -0,0 +1,2 @@
+SHA256 (o3read-0.0.4.tar.gz) = 3704b448099d3396bec4cf503c298628c815703aae12bfcddbac4444bc786430
+SIZE (o3read-0.0.4.tar.gz) = 21075
Property changes on: trunk/converters/o3read/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/o3read/files/patch-Makefile
===================================================================
--- trunk/converters/o3read/files/patch-Makefile (rev 0)
+++ trunk/converters/o3read/files/patch-Makefile 2015-10-03 02:57:33 UTC (rev 20384)
@@ -0,0 +1,13 @@
+--- Makefile.orig 2005-01-07 11:28:47.000000000 +0300
++++ Makefile 2008-08-21 20:27:37.000000000 +0400
+@@ -2,9 +2,7 @@
+ PACKAGE = o3read
+ VERSION = 0.0.4
+
+-CC = gcc
+-CFLAGS = -Wall -ansi -pedantic -O -g
+-PREFIX = /usr/local
++CFLAGS += -Wall -ansi -pedantic
+ BINDIR = $(PREFIX)/bin
+ MANDIR = $(PREFIX)/man/man1
+ DOCS = COPYING INSTALL README TODO ChangeLog filformat.sxw
Property changes on: trunk/converters/o3read/files/patch-Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/o3read/pkg-descr
===================================================================
--- trunk/converters/o3read/pkg-descr (rev 0)
+++ trunk/converters/o3read/pkg-descr 2015-10-03 02:57:33 UTC (rev 20384)
@@ -0,0 +1,10 @@
+This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
+and scalc (*.sxc) formats.
+It doesn't depend on Open Office or any other external tools or libraries.
+There are three output modules:
+ * o3read displays a dump of the parse tree
+ * o3totxt creates plain text
+ * o3tohtml creates html code
+Example: unzip -p document.odt content.xml | o3totxt
+
+WWW: http://siag.nu/o3read/
Property changes on: trunk/converters/o3read/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/converters/o3read/pkg-plist
===================================================================
--- trunk/converters/o3read/pkg-plist (rev 0)
+++ trunk/converters/o3read/pkg-plist 2015-10-03 02:57:33 UTC (rev 20384)
@@ -0,0 +1,8 @@
+bin/o3read
+bin/o3tohtml
+bin/o3totxt
+bin/utf8tolatin1
+man/man1/o3read.1.gz
+man/man1/o3tohtml.1.gz
+man/man1/o3totxt.1.gz
+man/man1/utf8tolatin1.1.gz
Property changes on: trunk/converters/o3read/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list