diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 15:26:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 15:26:34 +0000 |
commit | c27bf7fe77c96009efe7e578c10dd82561e4adf7 (patch) | |
tree | 81b954400d6d6ae1e807ef5bcef3fc1642b64231 /converters | |
parent | a6debdeee585f34381fb04349dd4dde3149276f5 (diff) | |
download | pkgsrc-c27bf7fe77c96009efe7e578c10dd82561e4adf7.tar.gz |
Initial import of libwpg-0.1.3:
Libwpg project is a collection of library and tools to work with
graphics in WPG (WordPerfect Graphics) format. WPG is the format
used among others in Corel sofware, such as WordPerfect(tm) and
Presentations(tm).
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libwpg/DESCR | 4 | ||||
-rw-r--r-- | converters/libwpg/Makefile | 24 | ||||
-rw-r--r-- | converters/libwpg/PLIST | 22 | ||||
-rw-r--r-- | converters/libwpg/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/converters/libwpg/DESCR b/converters/libwpg/DESCR new file mode 100644 index 00000000000..29115c13962 --- /dev/null +++ b/converters/libwpg/DESCR @@ -0,0 +1,4 @@ +Libwpg project is a collection of library and tools to work with +graphics in WPG (WordPerfect Graphics) format. WPG is the format +used among others in Corel sofware, such as WordPerfect(tm) and +Presentations(tm). diff --git a/converters/libwpg/Makefile b/converters/libwpg/Makefile new file mode 100644 index 00000000000..adab3dca35a --- /dev/null +++ b/converters/libwpg/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/16 15:26:34 wiz Exp $ + +DISTNAME= libwpg-0.1.3 +CATEGORIES= converters graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpg/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://libwpg.sourceforge.net/ +COMMENT= Library for importing and converting Corel WordPerfect Graphics images +#LICENSE= gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-docs +PKGCONFIG_OVERRIDE+= libwpg-0.1.pc.in libwpg-stream-0.1.pc.in + +REPLACE_PERL= src/conv/svg/wpg2svgbatch.pl + +.include "../../converters/libwpd/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/libwpg/PLIST b/converters/libwpg/PLIST new file mode 100644 index 00000000000..c4dd4a9bfe4 --- /dev/null +++ b/converters/libwpg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/16 15:26:34 wiz Exp $ +bin/wpg2raw +bin/wpg2svg +bin/wpg2svgbatch.pl +include/libwpg-0.1/libwpg/WPGBinaryData.h +include/libwpg-0.1/libwpg/WPGBitmap.h +include/libwpg-0.1/libwpg/WPGBrush.h +include/libwpg-0.1/libwpg/WPGColor.h +include/libwpg-0.1/libwpg/WPGGradient.h +include/libwpg-0.1/libwpg/WPGPaintInterface.h +include/libwpg-0.1/libwpg/WPGPath.h +include/libwpg-0.1/libwpg/WPGPen.h +include/libwpg-0.1/libwpg/WPGPoint.h +include/libwpg-0.1/libwpg/WPGRect.h +include/libwpg-0.1/libwpg/WPGStreamImplementation.h +include/libwpg-0.1/libwpg/WPGString.h +include/libwpg-0.1/libwpg/WPGraphics.h +include/libwpg-0.1/libwpg/libwpg.h +lib/libwpg-0.1.la +lib/libwpg-stream-0.1.la +lib/pkgconfig/libwpg-0.1.pc +lib/pkgconfig/libwpg-stream-0.1.pc diff --git a/converters/libwpg/distinfo b/converters/libwpg/distinfo new file mode 100644 index 00000000000..a7aa08d0f8c --- /dev/null +++ b/converters/libwpg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/10/16 15:26:34 wiz Exp $ + +SHA1 (libwpg-0.1.3.tar.gz) = 6d350eb0ad57b97499ef8335506f172b0c21375a +RMD160 (libwpg-0.1.3.tar.gz) = 6e9e0545215af2ee05780887ad57ca1ae7ef78f5 +Size (libwpg-0.1.3.tar.gz) = 410799 bytes |