diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
| commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
| tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /textproc/libwpd08 | |
| parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) | |
Diffstat (limited to 'textproc/libwpd08')
| -rw-r--r-- | textproc/libwpd08/Makefile | 23 | ||||
| -rw-r--r-- | textproc/libwpd08/distinfo | 2 | ||||
| -rw-r--r-- | textproc/libwpd08/files/patch-src-conv-html-HtmlListener.cpp | 11 | ||||
| -rw-r--r-- | textproc/libwpd08/files/patch-src-lib-WPXString.cpp | 11 | ||||
| -rw-r--r-- | textproc/libwpd08/pkg-descr | 7 | ||||
| -rw-r--r-- | textproc/libwpd08/pkg-plist | 23 |
6 files changed, 0 insertions, 77 deletions
diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile deleted file mode 100644 index 34950172cfcd..000000000000 --- a/textproc/libwpd08/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libwpd -# Date created: Mon May 19 09:09:10 PDT 2003 -# Whom: reed@pugetsoundtechnology.com -# -# $FreeBSD$ -# - -PORTNAME= libwpd -PORTVERSION= 0.8.0 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libwpd - -MAINTAINER= reed@pugetsoundtechnology.com -COMMENT= Tools for importing and exporting WordPerfect(tm) documents - -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack libgsf -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/textproc/libwpd08/distinfo b/textproc/libwpd08/distinfo deleted file mode 100644 index a8f1f7664baf..000000000000 --- a/textproc/libwpd08/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libwpd-0.8.0.tar.gz) = 98e59beecc112339bb78654863304c1c -SIZE (libwpd-0.8.0.tar.gz) = 449371 diff --git a/textproc/libwpd08/files/patch-src-conv-html-HtmlListener.cpp b/textproc/libwpd08/files/patch-src-conv-html-HtmlListener.cpp deleted file mode 100644 index 844682218372..000000000000 --- a/textproc/libwpd08/files/patch-src-conv-html-HtmlListener.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/conv/html/HtmlListenerImpl.cpp.orig Tue Jun 28 00:31:29 2005 -+++ src/conv/html/HtmlListenerImpl.cpp Tue Jun 28 00:33:48 2005 -@@ -144,7 +144,7 @@ - - printf("<span style=\""); - if (propList["style:font-name"]) -- printf("font-family: \'%s\'\;", propList["style:font-name"]->getStr().cstr()); -+ printf("font-family: \'%s\';",propList["style:font-name"]->getStr().cstr()); - if (propList["fo:font-size"]) - printf("font-size: %s;", propList["fo:font-size"]->getStr().cstr()); - if (propList["fo:font-weight"]) diff --git a/textproc/libwpd08/files/patch-src-lib-WPXString.cpp b/textproc/libwpd08/files/patch-src-lib-WPXString.cpp deleted file mode 100644 index 77103cf929b4..000000000000 --- a/textproc/libwpd08/files/patch-src-lib-WPXString.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/WPXString.cpp.orig Tue Jun 28 00:17:50 2005 -+++ src/lib/WPXString.cpp Tue Jun 28 00:15:50 2005 -@@ -179,7 +179,7 @@ - - void WPXString::clear() - { -- static_cast<std::string *>(m_buf)->clear(); -+ static_cast<std::string *>(m_buf)->erase(static_cast<std::string *>(m_buf)->begin(), static_cast<std::string *>(m_buf)->end()); - } - - int WPXString::len() const diff --git a/textproc/libwpd08/pkg-descr b/textproc/libwpd08/pkg-descr deleted file mode 100644 index ebd37d7ed972..000000000000 --- a/textproc/libwpd08/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libwpd is a library for reading and writing WordPerfect(tm) -documents. - -This package also includes utilities for converting to HTML -and plain text. - -WWW: http://libwpd.sourceforge.net/ diff --git a/textproc/libwpd08/pkg-plist b/textproc/libwpd08/pkg-plist deleted file mode 100644 index b559b8bd349b..000000000000 --- a/textproc/libwpd08/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/wpd2html -bin/wpd2raw -bin/wpd2text -include/libwpd-0.8/libwpd/GSFStream.h -include/libwpd-0.8/libwpd/WPDocument.h -include/libwpd-0.8/libwpd/WPXHLListenerImpl.h -include/libwpd-0.8/libwpd/WPXProperty.h -include/libwpd-0.8/libwpd/WPXPropertyList.h -include/libwpd-0.8/libwpd/WPXPropertyListVector.h -include/libwpd-0.8/libwpd/WPXStream.h -include/libwpd-0.8/libwpd/WPXString.h -include/libwpd-0.8/libwpd/libwpd.h -include/libwpd-0.8/libwpd/libwpd_types.h -lib/libwpd-0.8.a -lib/libwpd-0.8.so -lib/libwpd-0.8.so.8 -lib/libwpd-stream-0.8.a -lib/libwpd-stream-0.8.so -lib/libwpd-stream-0.8.so.8 -libdata/pkgconfig/libwpd-0.8.pc -libdata/pkgconfig/libwpd-stream-0.8.pc -@dirrm include/libwpd-0.8/libwpd -@dirrm include/libwpd-0.8 |
