summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-09 08:40:58 +0000
committerache <ache@FreeBSD.org>2001-08-09 08:40:58 +0000
commit7179648d4bb24b7e3b1eaa847f31029ec6d10719 (patch)
tree03751b65490f1f3678acda43bed0b782d1c9b7b7
parent6065bc61b3ccedcce93c1d1091082aeff0da6d45 (diff)
downloadFreeBSD-ports-7179648d4bb24b7e3b1eaa847f31029ec6d10719.zip
FreeBSD-ports-7179648d4bb24b7e3b1eaa847f31029ec6d10719.tar.gz
Test jpegs for errors, generate MD5 and listing
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/jpeginfo/Makefile23
-rw-r--r--graphics/jpeginfo/distinfo1
-rw-r--r--graphics/jpeginfo/pkg-comment1
-rw-r--r--graphics/jpeginfo/pkg-descr5
-rw-r--r--graphics/jpeginfo/pkg-plist1
6 files changed, 32 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index e4c8810..13a9a35 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -105,6 +105,7 @@
SUBDIR += jpeg
SUBDIR += jpeg2ps-a4
SUBDIR += jpeg2ps-letter
+ SUBDIR += jpeginfo
SUBDIR += jslice
SUBDIR += juno-2
SUBDIR += kdc2tiff
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile
new file mode 100644
index 0000000..fef6592
--- /dev/null
+++ b/graphics/jpeginfo/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: jpeginfo
+# Date created: 9.8.2001
+# Whom: ache
+#
+# $FreeBSD$
+#
+
+PORTNAME= jpeginfo
+PORTVERSION= 1.5a
+CATEGORIES= graphics
+MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/
+
+MAINTAINER= ache@freebsd.org
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+MAN1= jpeginfo.1
+
+.include <bsd.port.mk>
diff --git a/graphics/jpeginfo/distinfo b/graphics/jpeginfo/distinfo
new file mode 100644
index 0000000..963d6cc
--- /dev/null
+++ b/graphics/jpeginfo/distinfo
@@ -0,0 +1 @@
+MD5 (jpeginfo-1.5a.tar.gz) = 380068d145efe3b2f738a3e971cce26f
diff --git a/graphics/jpeginfo/pkg-comment b/graphics/jpeginfo/pkg-comment
new file mode 100644
index 0000000..e206807
--- /dev/null
+++ b/graphics/jpeginfo/pkg-comment
@@ -0,0 +1 @@
+Generate listing and MD5, check jpegs for error, delete broken ones
diff --git a/graphics/jpeginfo/pkg-descr b/graphics/jpeginfo/pkg-descr
new file mode 100644
index 0000000..6abf177
--- /dev/null
+++ b/graphics/jpeginfo/pkg-descr
@@ -0,0 +1,5 @@
+jpeginfo is used to generate informative listings of jpeg
+files, and also to check jpeg files for errors. Program
+also supports automatic deletion of broken jpegs.
+
+WWW: http://www.cc.jyu.fi/~tjko/projects.html
diff --git a/graphics/jpeginfo/pkg-plist b/graphics/jpeginfo/pkg-plist
new file mode 100644
index 0000000..7dad7a5
--- /dev/null
+++ b/graphics/jpeginfo/pkg-plist
@@ -0,0 +1 @@
+bin/jpeginfo
OpenPOWER on IntegriCloud