Update from 0.8.0 to 0.8.3 and take over maintainership for the time

being.

The vendor's CHANGE-log is impressive and even OpenOffice comes with
version 0.8.2.

Approved by:	Jeremy C. Reed	(the former maintainer)
This commit is contained in:
Mikhail Teterin 2005-10-03 18:39:33 +00:00
parent aeff6ebbee
commit e5f543d67a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144098
8 changed files with 8 additions and 54 deletions

View file

@ -6,13 +6,12 @@
#
PORTNAME= libwpd
PORTVERSION= 0.8.0
PORTREVISION= 1
PORTVERSION= 0.8.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libwpd
MAINTAINER= reed@pugetsoundtechnology.com
MAINTAINER= mi@aldan.algebra.com
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
USE_GMAKE= yes

View file

@ -1,2 +1,2 @@
MD5 (libwpd-0.8.0.tar.gz) = 98e59beecc112339bb78654863304c1c
SIZE (libwpd-0.8.0.tar.gz) = 449371
MD5 (libwpd-0.8.3.tar.gz) = f34404f8dc6123aca156d203c37e3e5d
SIZE (libwpd-0.8.3.tar.gz) = 482757

View file

@ -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"])

View file

@ -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

View file

@ -6,13 +6,12 @@
#
PORTNAME= libwpd
PORTVERSION= 0.8.0
PORTREVISION= 1
PORTVERSION= 0.8.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libwpd
MAINTAINER= reed@pugetsoundtechnology.com
MAINTAINER= mi@aldan.algebra.com
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
USE_GMAKE= yes

View file

@ -1,2 +1,2 @@
MD5 (libwpd-0.8.0.tar.gz) = 98e59beecc112339bb78654863304c1c
SIZE (libwpd-0.8.0.tar.gz) = 449371
MD5 (libwpd-0.8.3.tar.gz) = f34404f8dc6123aca156d203c37e3e5d
SIZE (libwpd-0.8.3.tar.gz) = 482757

View file

@ -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"])

View file

@ -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