diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-17 11:20:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-17 11:20:36 +0000 |
commit | f86f503095f962ca9df841788ded7dc5cc358e5a (patch) | |
tree | 72796f206771825312e8862c57a01dd4326e49e4 | |
parent | 3d7e062d1adb05db02452c2edaa871eb220d88a5 (diff) | |
download | ports-f86f503095f962ca9df841788ded7dc5cc358e5a.tar.gz ports-f86f503095f962ca9df841788ded7dc5cc358e5a.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/libmspub/Makefile | 32 | ||||
-rw-r--r-- | print/libmspub/distinfo | 2 | ||||
-rw-r--r-- | print/libmspub/pkg-descr | 4 | ||||
-rw-r--r-- | print/libmspub/pkg-plist | 7 |
6 files changed, 1 insertions, 46 deletions
@@ -7163,3 +7163,4 @@ security/krb5-maint|krb5-111|2014-10-16|MIT now supports two maintenance release devel/rubygem-rspec-spies||2014-10-17|Has expired: Same syntax available in rspec 2.14 and later graphics/libfreehand00|graphics/libfreehand|2014-10-17|Replaced by newer version graphics/libcdr|graphics/libcdr01|2014-10-17|Replaced by newer version +print/libmspub|print/libmspub01|2014-10-17|Replaced by newer version diff --git a/print/Makefile b/print/Makefile index 619173921dba..005f3ce2a74e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -111,7 +111,6 @@ SUBDIR += libgnomeprintmm SUBDIR += libharu SUBDIR += libijs - SUBDIR += libmspub SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpaper diff --git a/print/libmspub/Makefile b/print/libmspub/Makefile deleted file mode 100644 index 0035d875218b..000000000000 --- a/print/libmspub/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libmspub -PORTVERSION= 0.0.6 -PORTREVISION= 3 -CATEGORIES= print graphics 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= libicui18n.so:${PORTSDIR}/devel/icu \ - libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ - libwpg-0.2.so:${PORTSDIR}/graphics/libwpg - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig tar:xz -INSTALL_TARGET= install-strip - -CONFIGURE_ARGS= --disable-werror --without-docs -CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" -CPPFLAGS+= -I${LOCALBASE}/include - -post-stage: - @${RM} -f ${STAGEDIR}${PREFIX}/bin/pub* - -.include <bsd.port.mk> diff --git a/print/libmspub/distinfo b/print/libmspub/distinfo deleted file mode 100644 index 350805b9f3f8..000000000000 --- a/print/libmspub/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libmspub-0.0.6.tar.xz) = 4cd4e3e9e3eef5ae676fa18415f3f342c17c28e5167d7354115a5cc2ea96a2f9 -SIZE (libmspub-0.0.6.tar.xz) = 353356 diff --git a/print/libmspub/pkg-descr b/print/libmspub/pkg-descr deleted file mode 100644 index 64c9a0c71933..000000000000 --- a/print/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/print/libmspub/pkg-plist b/print/libmspub/pkg-plist deleted file mode 100644 index 25978732df0e..000000000000 --- a/print/libmspub/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -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.so -lib/libmspub-0.0.so.0 -lib/libmspub-0.0.so.0.0.6 -libdata/pkgconfig/libmspub-0.0.pc |