aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpgtn
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-09-15 19:11:08 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-09-15 19:11:08 +0000
commitbea8bb4d3bf94d7b89db957a4449991b5a5612b4 (patch)
tree45b27b36a6522b3e32e8f4a78a83239d81bb81c8 /graphics/jpgtn
parent0fc58458bda4b84a40b29410448bb5ebf1bd1702 (diff)
downloadports-bea8bb4d3bf94d7b89db957a4449991b5a5612b4.tar.gz
ports-bea8bb4d3bf94d7b89db957a4449991b5a5612b4.zip
Add jpgtn, a utility to create thumbnails of JPEG images.
Submitted by: Martin Blapp <mp@imp.ch>
Notes
Notes: svn path=/head/; revision=47850
Diffstat (limited to 'graphics/jpgtn')
-rw-r--r--graphics/jpgtn/Makefile20
-rw-r--r--graphics/jpgtn/distinfo1
-rw-r--r--graphics/jpgtn/files/patch-aa11
-rw-r--r--graphics/jpgtn/pkg-comment1
-rw-r--r--graphics/jpgtn/pkg-descr11
-rw-r--r--graphics/jpgtn/pkg-plist1
6 files changed, 45 insertions, 0 deletions
diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile
new file mode 100644
index 000000000000..3c6538243195
--- /dev/null
+++ b/graphics/jpgtn/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: jpgtn
+# Date created: 07 September 2001
+# Whom: mb@imp.ch
+#
+# $FreeBSD$
+#
+
+PORTNAME= jpgtn
+PORTVERSION= 1.04
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/graphics/misc
+
+MAINTAINER= mb@imp.ch
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+
+MAN1= jpgtn.1
+
+.include <bsd.port.mk>
diff --git a/graphics/jpgtn/distinfo b/graphics/jpgtn/distinfo
new file mode 100644
index 000000000000..d70c865d7557
--- /dev/null
+++ b/graphics/jpgtn/distinfo
@@ -0,0 +1 @@
+MD5 (jpgtn-1.04.tar.gz) = 50e4bfe42bcba068761ed4b4e77496e2
diff --git a/graphics/jpgtn/files/patch-aa b/graphics/jpgtn/files/patch-aa
new file mode 100644
index 000000000000..283ac2a1c1ad
--- /dev/null
+++ b/graphics/jpgtn/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Mon Jun 14 20:51:01 1999
++++ Makefile Fri Sep 7 16:51:04 2001
+@@ -17,7 +17,7 @@
+ # Compiler
+ #
+ CC = gcc
+-CFLAGS = -Wall -O2 -L/usr/local/lib/ $(SONYHACK)
++CFLAGS = -Wall -O2 -L$(LOCALBASE)/lib -I$(LOCALBASE)/include $(SONYHACK)
+
+ #
+ # Libraries
diff --git a/graphics/jpgtn/pkg-comment b/graphics/jpgtn/pkg-comment
new file mode 100644
index 000000000000..d92277a2f223
--- /dev/null
+++ b/graphics/jpgtn/pkg-comment
@@ -0,0 +1 @@
+Creates thumbnails of JPEG images
diff --git a/graphics/jpgtn/pkg-descr b/graphics/jpgtn/pkg-descr
new file mode 100644
index 000000000000..61e205cbf05f
--- /dev/null
+++ b/graphics/jpgtn/pkg-descr
@@ -0,0 +1,11 @@
+"jpgtn" is based on "tnpic" by Russell Marks and on "gtnpic" by Willie
+Daniel. "tnpic" was originally distributed as a utility with Marks' "zgv"
+program. "gtnpic" was an attempt to clean up and expand upon the original
+tnpic program and "maybe add some new features along the way." Jpgtn
+differs from both "tnpic" and "gtnpic" in purpose. It is *not* an indexer
+of image files. It simply creates thumbnails of images stored in JPEG
+format.
+
+FTP: ftp://ftp.uu.net/graphics/jpeg/
+WWW: http://cs.millersv.edu/~jdmadea/
+Mail: jdmadea@cs.millersv.edu
diff --git a/graphics/jpgtn/pkg-plist b/graphics/jpgtn/pkg-plist
new file mode 100644
index 000000000000..98bee855a8af
--- /dev/null
+++ b/graphics/jpgtn/pkg-plist
@@ -0,0 +1 @@
+bin/jpgtn