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:
parent
af069b9b70
commit
830728c596
28
graphics/jpeginfo/Makefile
Normal file
28
graphics/jpeginfo/Makefile
Normal 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>
|
2
graphics/jpeginfo/distinfo
Normal file
2
graphics/jpeginfo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jpeginfo-1.6.1.tar.gz) = Yp4xzx2g+h7+SnzFTGcSOmj1Ak89joZKMEV66u0ddlM=
|
||||
SIZE (jpeginfo-1.6.1.tar.gz) = 64856
|
3
graphics/jpeginfo/pkg/DESCR
Normal file
3
graphics/jpeginfo/pkg/DESCR
Normal 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.
|
3
graphics/jpeginfo/pkg/PLIST
Normal file
3
graphics/jpeginfo/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user