mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.0.4.
This commit is contained in:
parent
d884cb8fc2
commit
bd60c841d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458588
3 changed files with 9 additions and 8 deletions
|
@ -1,22 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libpagemaker
|
||||
PORTVERSION= 0.0.3
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= print graphics devel
|
||||
MASTER_SITES= LIBREOFFICE_DEV
|
||||
MASTER_SITES= LODEV/${PORTNAME}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library and tools for parsing Aldus/Adobe PageMaker documents
|
||||
|
||||
LICENSE= MPL20
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (libpagemaker-0.0.3.tar.xz) = d896dc55dafd84ee3441e0ca497b810809f9eea44805a495c3843412309036d6
|
||||
SIZE (libpagemaker-0.0.3.tar.xz) = 292960
|
||||
TIMESTAMP = 1515541613
|
||||
SHA256 (libpagemaker-0.0.4.tar.xz) = 66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d
|
||||
SIZE (libpagemaker-0.0.4.tar.xz) = 306496
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
bin/pmd2raw
|
||||
bin/pmd2svg
|
||||
bin/pmd2text
|
||||
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.3
|
||||
lib/libpagemaker-0.0.so.0.0.4
|
||||
libdata/pkgconfig/libpagemaker-0.0.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue