diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 13:59:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 13:59:09 +0800 |
commit | a559e695d2c7a2b37120749e752b193af32e866f (patch) | |
tree | 0a4ba790a76ebb902886f532047da0092b8070bf /textproc | |
parent | 0f4624cadf6c81e41ad4db494721e2d182a981c4 (diff) | |
download | freebsd-ports-gnome-a559e695d2c7a2b37120749e752b193af32e866f.tar.gz freebsd-ports-gnome-a559e695d2c7a2b37120749e752b193af32e866f.tar.zst freebsd-ports-gnome-a559e695d2c7a2b37120749e752b193af32e866f.zip |
Removed old now unused Word Press libraries
This resolves conflicts in pkgname with actual versions
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libwpd08/Makefile | 29 | ||||
-rw-r--r-- | textproc/libwpd08/distinfo | 2 | ||||
-rw-r--r-- | textproc/libwpd08/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/libwpd08/pkg-plist | 21 |
5 files changed, 0 insertions, 60 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 428c20bdc70e..ff3480b5f127 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -389,7 +389,6 @@ SUBDIR += libuninameslist SUBDIR += libvisio SUBDIR += libwpd - SUBDIR += libwpd08 SUBDIR += libwps SUBDIR += libxdiff SUBDIR += libxml diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile deleted file mode 100644 index 0b1719498639..000000000000 --- a/textproc/libwpd08/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: reed@pugetsoundtechnology.com -# $FreeBSD$ - -PORTNAME= libwpd -PORTVERSION= 0.8.14 -PORTREVISION= 4 -CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= fluffy@FreeBSD.org -COMMENT= Tools for importing and exporting WordPerfect(tm) documents - -LATEST_LINK= ${PORTNAME}08 - -LICENSE= LGPL21 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USES= pkgconfig -USE_GNOME= gnomehack libgsf -USE_LDCONFIG= yes - -CONFIGURE_ARGS+=--without-docs - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/conv//g' ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/textproc/libwpd08/distinfo b/textproc/libwpd08/distinfo deleted file mode 100644 index 4234af36db2a..000000000000 --- a/textproc/libwpd08/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libwpd-0.8.14.tar.bz2) = e4aca91b90d6faf9b01fbc4695074ac43f236eb39aee6f8bd993e1c241149901 -SIZE (libwpd-0.8.14.tar.bz2) = 424176 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 0595d95954a5..000000000000 --- a/textproc/libwpd08/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -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/WPXStreamImplementation.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.la -lib/libwpd-0.8.so -lib/libwpd-0.8.so.8 -lib/libwpd-stream-0.8.la -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 |