aboutsummaryrefslogtreecommitdiff
path: root/graphics/exifprobe
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:36:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:36:44 +0000
commit96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b (patch)
tree4267986638bd6a27f64834495b4aa4474322524a /graphics/exifprobe
parentc438a46382d554f251114e3885c3993ab5384805 (diff)
downloadports-96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b.tar.gz
ports-96abb7a57b844bf1f6d7bb84ddc3ea8625c1cd7b.zip
Notes
Diffstat (limited to 'graphics/exifprobe')
-rw-r--r--graphics/exifprobe/Makefile33
-rw-r--r--graphics/exifprobe/distinfo2
-rw-r--r--graphics/exifprobe/pkg-descr11
3 files changed, 0 insertions, 46 deletions
diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile
deleted file mode 100644
index 38d926edf52a..000000000000
--- a/graphics/exifprobe/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: exifprobe
-# Date created: 2004-07-21
-# Whom: Michael Johnson <ahze@ahze.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= exifprobe
-DISTVERSION= 2.0.1
-CATEGORIES= graphics
-MASTER_SITES= http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= Probes JPEG or TIFF images and reports contents and structure
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-MAN1= exifgrep.1 exifprobe.1
-PLIST_FILES= bin/exifgrep bin/exifprobe
-
-post-patch:
- @${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \
- ${WRKSRC}/${MAKEFILE}
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${PREFIX}/bin
-.for i in ${MAN1}
- @${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
-.endfor
-
-.include <bsd.port.mk>
diff --git a/graphics/exifprobe/distinfo b/graphics/exifprobe/distinfo
deleted file mode 100644
index 46af45edb92e..000000000000
--- a/graphics/exifprobe/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (exifprobe-2.0.1.tar.gz) = d84b118a4fff11ecd6c1ad4dfa7e4b45436175e1ea747438c4458d00e3baa7ad
-SIZE (exifprobe-2.0.1.tar.gz) = 261568
diff --git a/graphics/exifprobe/pkg-descr b/graphics/exifprobe/pkg-descr
deleted file mode 100644
index 7960e87b6c33..000000000000
--- a/graphics/exifprobe/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-[From exifprobe(1)]
-
-Exifprobe examines and reports the contents and structure of JPEG and
-TIFF image files. It will recognize all standard JPEG markers (including
-APPn markers) and will report the contents of any properly structured TIFF
-IFD encountered, even when entry tags are not recognized. Recognized TIFF
-and TIFF/EP tags are expanded, including EXIF2.2 sections and camera MakerNotes
-which are found to be in TIFF IFD format. Location, size, and format of image
-data is reported by default.
-
-WWW: http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/exifprobe.html