mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
Update to 0.1.2.
This commit is contained in:
parent
058c493f3e
commit
815b5103bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450177
@ -1,18 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfreehand
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= LODEV
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings
|
||||
COMMENT= Library for interpreting and importing Adobe/Macromedia drawings
|
||||
|
||||
LICENSE= LGPL21 MPL GPLv2
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= MPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= icu-config:devel/icu
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \
|
||||
cppunit-config:devel/cppunit \
|
||||
icu-config:devel/icu
|
||||
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||
librevenge-0.0.so:textproc/librevenge
|
||||
|
||||
@ -21,6 +22,7 @@ USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
CPPFLAGS+= -I ${LOCALBASE}/include
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libfreehand-0.1.1.tar.xz) = ec6676d0c63f7feac7801a1fe18dd7abe9044b39c3882fc99b9afef39bdf1d30
|
||||
SIZE (libfreehand-0.1.1.tar.xz) = 492916
|
||||
TIMESTAMP = 1505860846
|
||||
SHA256 (libfreehand-0.1.2.tar.xz) = 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac
|
||||
SIZE (libfreehand-0.1.2.tar.xz) = 516132
|
||||
|
@ -1,4 +1,4 @@
|
||||
Libfreehand is library providing ability to interpret and import
|
||||
Adobe/Macromedia drawings into various applications
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software/libfreehand/
|
||||
WWW: https://wiki.documentfoundation.org/DLP/Libraries/libfreehand
|
||||
|
@ -5,5 +5,5 @@ include/libfreehand-0.1/libfreehand/FreeHandDocument.h
|
||||
include/libfreehand-0.1/libfreehand/libfreehand.h
|
||||
lib/libfreehand-0.1.so
|
||||
lib/libfreehand-0.1.so.1
|
||||
lib/libfreehand-0.1.so.1.0.1
|
||||
lib/libfreehand-0.1.so.1.0.2
|
||||
libdata/pkgconfig/libfreehand-0.1.pc
|
||||
|
Loading…
Reference in New Issue
Block a user