svn commit: r394026 - in head/print: . libpagemaker
Jung-uk Kim
jkim at FreeBSD.org
Wed Aug 12 18:15:51 UTC 2015
Author: jkim
Date: Wed Aug 12 18:15:48 2015
New Revision: 394026
URL: https://svnweb.freebsd.org/changeset/ports/394026
Log:
Libpagemaker is a library that parses the file format of Aldus/Adobe
PageMaker documents.
WWW: https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
Added:
head/print/libpagemaker/
head/print/libpagemaker/Makefile (contents, props changed)
head/print/libpagemaker/distinfo (contents, props changed)
head/print/libpagemaker/pkg-descr (contents, props changed)
head/print/libpagemaker/pkg-plist (contents, props changed)
Modified:
head/print/Makefile
Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile Wed Aug 12 18:13:23 2015 (r394025)
+++ head/print/Makefile Wed Aug 12 18:15:48 2015 (r394026)
@@ -119,6 +119,7 @@
SUBDIR += libijs
SUBDIR += libmspub01
SUBDIR += libotf
+ SUBDIR += libpagemaker
SUBDIR += libpaper
SUBDIR += libppd
SUBDIR += libspectre
Added: head/print/libpagemaker/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/libpagemaker/Makefile Wed Aug 12 18:15:48 2015 (r394026)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= libpagemaker
+PORTVERSION= 0.0.2
+CATEGORIES= print graphics devel
+MASTER_SITES= LIBREOFFICE_DEV
+
+MAINTAINER= office at FreeBSD.org
+COMMENT= Library and tools for parsing Aldus/Adobe PageMaker documents
+
+LICENSE= MPL
+
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USES= libtool pathfix pkgconfig tar:xz
+INSTALL_TARGET= install-strip
+
+CONFIGURE_ARGS= --disable-werror --without-docs
+CPPFLAGS+= -I${LOCALBASE}/include
+
+.include <bsd.port.mk>
Added: head/print/libpagemaker/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/libpagemaker/distinfo Wed Aug 12 18:15:48 2015 (r394026)
@@ -0,0 +1,2 @@
+SHA256 (libpagemaker-0.0.2.tar.xz) = cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17
+SIZE (libpagemaker-0.0.2.tar.xz) = 279396
Added: head/print/libpagemaker/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/libpagemaker/pkg-descr Wed Aug 12 18:15:48 2015 (r394026)
@@ -0,0 +1,4 @@
+Libpagemaker is a library that parses the file format of Aldus/Adobe
+PageMaker documents.
+
+WWW: https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
Added: head/print/libpagemaker/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/print/libpagemaker/pkg-plist Wed Aug 12 18:15:48 2015 (r394026)
@@ -0,0 +1,8 @@
+bin/pmd2raw
+bin/pmd2svg
+include/libpagemaker-0.0/libpagemaker/PMDocument.h
+include/libpagemaker-0.0/libpagemaker/libpagemaker.h
+lib/libpagemaker-0.0.so
+lib/libpagemaker-0.0.so.0
+lib/libpagemaker-0.0.so.0.0.2
+libdata/pkgconfig/libpagemaker-0.0.pc
More information about the svn-ports-all
mailing list