diff options
author | leot <leot@pkgsrc.org> | 2016-02-14 14:04:15 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-14 14:04:15 +0000 |
commit | 367519dbb9bd47a2d5623ee9c9c65d7d0ba51263 (patch) | |
tree | ae7e3e461ee7ce29230c76d710c6caf444884ccb /print/zathura-ps | |
parent | 1c4c669a9dfe05cdfa6d1171154e219c2640db75 (diff) | |
download | pkgsrc-367519dbb9bd47a2d5623ee9c9c65d7d0ba51263.tar.gz |
Import zathura-ps-0.2.3 as print/zathura-ps.
The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library.
Packaged in pkgsrc-wip by myself.
Diffstat (limited to 'print/zathura-ps')
-rw-r--r-- | print/zathura-ps/DESCR | 2 | ||||
-rw-r--r-- | print/zathura-ps/Makefile | 21 | ||||
-rw-r--r-- | print/zathura-ps/PLIST | 3 | ||||
-rw-r--r-- | print/zathura-ps/distinfo | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/print/zathura-ps/DESCR b/print/zathura-ps/DESCR new file mode 100644 index 00000000000..21dfb1a6c62 --- /dev/null +++ b/print/zathura-ps/DESCR @@ -0,0 +1,2 @@ +The zathura-ps plugin adds PostScript support to zathura by using the +libspectre library. diff --git a/print/zathura-ps/Makefile b/print/zathura-ps/Makefile new file mode 100644 index 00000000000..7e5adea9760 --- /dev/null +++ b/print/zathura-ps/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2016/02/14 14:04:16 leot Exp $ +# + +DISTNAME= zathura-ps-0.2.3 +CATEGORIES= print +MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= http://pwmt.org/projects/zathura-ps/ +COMMENT= Add PS support to zathura using libspectre library +LICENSE= zlib + +USE_TOOLS+= pkg-config gmake +USE_LIBTOOL= yes + +.include "../../graphics/cairo/buildlink3.mk" +.include "../../print/libspectre/buildlink3.mk" +.include "../../print/zathura/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtk3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/zathura-ps/PLIST b/print/zathura-ps/PLIST new file mode 100644 index 00000000000..a5a1126ff44 --- /dev/null +++ b/print/zathura-ps/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/02/14 14:04:16 leot Exp $ +lib/zathura/ps.so +share/applications/zathura-ps.desktop diff --git a/print/zathura-ps/distinfo b/print/zathura-ps/distinfo new file mode 100644 index 00000000000..c9e0c4ddad1 --- /dev/null +++ b/print/zathura-ps/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/02/14 14:04:16 leot Exp $ + +SHA1 (zathura-ps-0.2.3.tar.gz) = 893f743a5e54b0cdabf30a50451eb3d427831b17 +RMD160 (zathura-ps-0.2.3.tar.gz) = 7081371b2f6349de7d24b9d90ad3460f67eeba7c +SHA512 (zathura-ps-0.2.3.tar.gz) = e5ce62f494f45eeb41a3cf5c91633953fd730b4dd448723afb39fa30cb58f887ef71e5ac462503791905c8de758ca0157805b5e672c6e0807d159294e2b29c7a +Size (zathura-ps-0.2.3.tar.gz) = 5973 bytes |