Import pdf2svg-0.2.3 as converters/pdf2svg.
A very small utility to convert PDF files to SVG files using Poppler and Cairo.
This commit is contained in:
parent
65a2d28c0e
commit
aa6bd6bc20
4 changed files with 30 additions and 0 deletions
1
converters/pdf2svg/DESCR
Normal file
1
converters/pdf2svg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A very small utility to convert PDF files to SVG files using Poppler and Cairo.
|
21
converters/pdf2svg/Makefile
Normal file
21
converters/pdf2svg/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/02/25 10:16:20 kamil Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pdf2svg-0.2.3
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=dawbarton/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= bsd@cs.ubc.ca
|
||||
HOMEPAGE= http://www.cityinthesky.co.uk/opensource/pdf2svg/
|
||||
COMMENT= Small utility to convert PDF files to SVG files
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILD_TARGET= pdf2svg
|
||||
|
||||
.include "../../print/poppler-glib/buildlink3.mk"
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
converters/pdf2svg/PLIST
Normal file
2
converters/pdf2svg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/02/25 10:16:20 kamil Exp $
|
||||
bin/pdf2svg
|
6
converters/pdf2svg/distinfo
Normal file
6
converters/pdf2svg/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/02/25 10:16:20 kamil Exp $
|
||||
|
||||
SHA1 (pdf2svg-0.2.3.tar.gz) = 4d9e64be4964112dbb25770666d51cbe7d93dd06
|
||||
RMD160 (pdf2svg-0.2.3.tar.gz) = b5fc21c5a45c176fa9611fa780260ff6b066ac57
|
||||
SHA512 (pdf2svg-0.2.3.tar.gz) = e8f0cc34c112c7d9ae02396ca587f1354462add882501f003b0173e05ebb09c09456dc1736679674fec5a2c04bdc0ef4141266090ba7efeba8b194ee602f5ee2
|
||||
Size (pdf2svg-0.2.3.tar.gz) = 89461 bytes
|
Loading…
Reference in a new issue