Import graphics/jpeginfo, from Mikolaj Kucharski

< mikolaj at kucharski dot name >.

OK sthen@

Comment:
prints information and tests integrity of JPEG files

Description:
Jpeginfo is an utility to generate informative listings from JPEG files,
and to check JPEG files for errors. Program also supports automagic
deletion of broken JPEGs.

WWW: https://www.kokkonen.net/tjko/projects.html


+jpeginfo
This commit is contained in:
cwen 2020-10-07 22:35:03 +00:00
parent af069b9b70
commit 830728c596
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/10/07 22:35:03 cwen Exp $
COMMENT = prints information and tests integrity of JPEG files
DISTNAME = jpeginfo-1.6.1
CATEGORIES = graphics
HOMEPAGE = https://www.kokkonen.net/tjko/projects.html
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c jpeg
MASTER_SITES = https://www.kokkonen.net/tjko/src/
LIB_DEPENDS = graphics/jpeg
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-libjpeg=${LOCALBASE}
DESTDIRNAME = INSTALL_ROOT
MAKE_FLAGS = mandir=${PREFIX}/man
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (jpeginfo-1.6.1.tar.gz) = Yp4xzx2g+h7+SnzFTGcSOmj1Ak89joZKMEV66u0ddlM=
SIZE (jpeginfo-1.6.1.tar.gz) = 64856

View File

@ -0,0 +1,3 @@
Jpeginfo is an utility to generate informative listings from JPEG files,
and to check JPEG files for errors. Program also supports automagic
deletion of broken JPEGs.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/10/07 22:35:03 cwen Exp $
@bin bin/jpeginfo
@man man/man1/jpeginfo.1