Import libwpg03
Make sure that libwpg is not conflicting with libwpg03
This commit is contained in:
parent
82646f1abd
commit
c74120ccb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370213
@ -543,6 +543,7 @@
|
||||
SUBDIR += libwmf
|
||||
SUBDIR += libwmf-nox11
|
||||
SUBDIR += libwpg
|
||||
SUBDIR += libwpg03
|
||||
SUBDIR += linplasma
|
||||
SUBDIR += linux-XnViewMP
|
||||
SUBDIR += linux-adobesvg
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= libwpg
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -19,11 +19,9 @@ SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --disable-werror
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
PORTDOCS= *
|
||||
post-stage:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/bin/wp*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
bin/wpg2raw
|
||||
bin/wpg2svg
|
||||
bin/wpg2svgbatch.pl
|
||||
include/libwpg-0.2/libwpg/WPGPaintInterface.h
|
||||
include/libwpg-0.2/libwpg/WPGraphics.h
|
||||
include/libwpg-0.2/libwpg/libwpg.h
|
||||
@ -10,5 +7,3 @@ lib/libwpg-0.2.so
|
||||
lib/libwpg-0.2.so.2
|
||||
lib/libwpg-0.2.so.2.0.2
|
||||
libdata/pkgconfig/libwpg-0.2.pc
|
||||
@dirrm include/libwpg-0.2/libwpg
|
||||
@dirrm include/libwpg-0.2
|
||||
|
25
graphics/libwpg03/Makefile
Normal file
25
graphics/libwpg03/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libwpg
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMESUFFIX= 03
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
|
||||
libwpd-0.10.so:${PORTSDIR}/textproc/libwpd010
|
||||
|
||||
USES= libtool pathfix perl5 pkgconfig shebangfix tar:bzip2
|
||||
SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/libwpg03/distinfo
Normal file
2
graphics/libwpg03/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libwpg-0.3.0.tar.bz2) = 28fc3580228a82948dfc01d07abd5076c8b0df76a68702c1a81eb88fdf377348
|
||||
SIZE (libwpg-0.3.0.tar.bz2) = 381878
|
3
graphics/libwpg03/pkg-descr
Normal file
3
graphics/libwpg03/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library for importing and converting Corel WordPerfect(tm) Graphics images
|
||||
|
||||
WWW: http://libwpg.sourceforge.net/
|
9
graphics/libwpg03/pkg-plist
Normal file
9
graphics/libwpg03/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/wpg2raw
|
||||
bin/wpg2svg
|
||||
bin/wpg2svgbatch.pl
|
||||
include/libwpg-0.3/libwpg/WPGraphics.h
|
||||
include/libwpg-0.3/libwpg/libwpg.h
|
||||
lib/libwpg-0.3.so
|
||||
lib/libwpg-0.3.so.3
|
||||
lib/libwpg-0.3.so.3.0.0
|
||||
libdata/pkgconfig/libwpg-0.3.pc
|
Loading…
Reference in New Issue
Block a user