Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
jbig2dec is a decoder for the JGIB2 image compression format. JBIG2 is
|
||||
jbig2dec is a decoder for the JBIG2 image compression format. JBIG2 is
|
||||
designed for lossy and lossless encoding of monochrome images at
|
||||
moderately high resolutions. For scanned paper documents, compression
|
||||
ratios on the order of 100:1 are often seen.
|
||||
|
||||
@@ -1,16 +1,21 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/08/22 20:08:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/09/05 19:41:34 adam Exp $
|
||||
|
||||
DISTNAME= jbig2dec-0.11
|
||||
DISTNAME= jbig2dec-0.12
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jbig2dec/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
MASTER_SITES= http://downloads.ghostscript.com/public/jbig2dec/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://jbig2dec.sourceforge.net/
|
||||
HOMEPAGE= http://www.ghostscript.com/jbig2dec.html
|
||||
COMMENT= JBIG2 decoder library
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= aclocal autoconf autoheader automake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# we need this, because someone has left wrong symbolic links within the distfile
|
||||
pre-configure:
|
||||
set -e; cd ${WRKSRC}; libtoolize -f; \
|
||||
aclocal; autoheader; automake -a --foreign -i; autoconf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2013/08/22 20:08:01 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/09/05 19:41:34 adam Exp $
|
||||
|
||||
SHA1 (jbig2dec-0.11.tar.xz) = 6eb7411a1d010899fcfa05e300ebb0d9affdabd3
|
||||
RMD160 (jbig2dec-0.11.tar.xz) = 7c94cb5409371beff8f289beded40b02e0f55e89
|
||||
Size (jbig2dec-0.11.tar.xz) = 258908 bytes
|
||||
SHA1 (jbig2dec-0.12.tar.gz) = b543d1c73267bc029f0fc57f468f8fcac27dd20f
|
||||
RMD160 (jbig2dec-0.12.tar.gz) = 75a6289c6f149866e08da389123203e8621dd9e1
|
||||
Size (jbig2dec-0.12.tar.gz) = 330935 bytes
|
||||
|
||||
Reference in New Issue
Block a user