diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-21 21:19:30 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-21 21:19:30 +0000 |
commit | 37871e9549f9409c5475ac4edecfcdea50083686 (patch) | |
tree | 55269c867d752caf0db5cd0e873298c1e12e70c5 /textproc | |
parent | 7f27fa95bad0d116a31ac6bfd220a40671a40271 (diff) | |
download | ports-37871e9549f9409c5475ac4edecfcdea50083686.tar.gz ports-37871e9549f9409c5475ac4edecfcdea50083686.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/libmspub/Makefile | 29 | ||||
-rw-r--r-- | textproc/libmspub/distinfo | 2 | ||||
-rw-r--r-- | textproc/libmspub/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/libmspub/pkg-plist | 12 |
5 files changed, 0 insertions, 48 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bf4e1ffe2314..dfed4297a1cf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -373,7 +373,6 @@ SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmrss-php - SUBDIR += libmspub SUBDIR += libnxml SUBDIR += libparsifal SUBDIR += libroxml diff --git a/textproc/libmspub/Makefile b/textproc/libmspub/Makefile deleted file mode 100644 index 6bb89920948f..000000000000 --- a/textproc/libmspub/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libmspub -PORTVERSION= 0.0.5 -CATEGORIES= textproc devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ - -MAINTAINER= office@FreeBSD.org -COMMENT= Library and tools for parsing Microsoft Publisher file format - -LICENSE= LGPL21 MPL GPLv2 -LICENSE_COMB= dual - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \ - wpg-0.2:${PORTSDIR}/graphics/libwpg \ - wpd-0.9:${PORTSDIR}/textproc/libwpd - -GNU_CONFIGURE= yes -USE_GNOME= gnomehack -USE_LDCONFIG= yes -USE_PKGCONFIG= build -USE_XZ= yes - -CONFIGURE_ARGS= --disable-werror --without-docs -CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" -CPPFLAGS+= -I${LOCALBASE}/include - -.include <bsd.port.mk> diff --git a/textproc/libmspub/distinfo b/textproc/libmspub/distinfo deleted file mode 100644 index 05bf364dbf0c..000000000000 --- a/textproc/libmspub/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libmspub-0.0.5.tar.xz) = 8ba71b640787d6b71337e2955d6fd10a11d8ca869359e03623193bf4f56e91ab -SIZE (libmspub-0.0.5.tar.xz) = 349232 diff --git a/textproc/libmspub/pkg-descr b/textproc/libmspub/pkg-descr deleted file mode 100644 index 64c9a0c71933..000000000000 --- a/textproc/libmspub/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libmspub is library providing ability to interpret and import Microsoft -Publisher content into various applications. - -WWW: http://www.freedesktop.org/wiki/Software/libmspub/ diff --git a/textproc/libmspub/pkg-plist b/textproc/libmspub/pkg-plist deleted file mode 100644 index 0356a2d03855..000000000000 --- a/textproc/libmspub/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/pub2raw -bin/pub2xhtml -include/libmspub-0.0/libmspub/MSPUBDocument.h -include/libmspub-0.0/libmspub/MSPUBStringVector.h -include/libmspub-0.0/libmspub/libmspub.h -lib/libmspub-0.0.a -lib/libmspub-0.0.la -lib/libmspub-0.0.so -lib/libmspub-0.0.so.0 -libdata/pkgconfig/libmspub-0.0.pc -@dirrm include/libmspub-0.0/libmspub -@dirrm include/libmspub-0.0 |