diff options
author | steve <steve@FreeBSD.org> | 1998-08-24 09:59:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-24 09:59:56 +0800 |
commit | f0c803a7fed5542c42b45415a74b983b1d920798 (patch) | |
tree | ff3138d15c583d723ca4675d42e2e85767d8b9da | |
parent | 1114f7ce0a170d43dd87c7759284309985d6dbc5 (diff) | |
download | freebsd-ports-gnome-f0c803a7fed5542c42b45415a74b983b1d920798.tar.gz freebsd-ports-gnome-f0c803a7fed5542c42b45415a74b983b1d920798.tar.zst freebsd-ports-gnome-f0c803a7fed5542c42b45415a74b983b1d920798.zip |
Initial import of stamp version 0.61.
Adds a graphical, configurable timestamp to a grayscale image.
PR: 7577
Submitted by: Bill Fumerola <billf@chc-chimes.com>
-rw-r--r-- | graphics/stamp/Makefile | 27 | ||||
-rw-r--r-- | graphics/stamp/distinfo | 1 | ||||
-rw-r--r-- | graphics/stamp/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/stamp/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/stamp/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile new file mode 100644 index 000000000000..d58e432a4a6b --- /dev/null +++ b/graphics/stamp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: stamp +# Version required: 0.610 +# Date created: 11 August 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id$ +# + +DISTNAME= stamp +PKGNAME= stamp-0.61 +CATEGORIES= graphics +MASTER_SITES= http://www.telepath.com/booger/ + +MAINTAINER= billf@chc-chimes.com + +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg + +ALL_TARGET= + +post-patch: + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old + ${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.old >> ${WRKSRC}/Makefile + +post-install: + strip ${PREFIX}/bin/stamp + +.include <bsd.port.mk> diff --git a/graphics/stamp/distinfo b/graphics/stamp/distinfo new file mode 100644 index 000000000000..e9523ec8d93b --- /dev/null +++ b/graphics/stamp/distinfo @@ -0,0 +1 @@ +MD5 (stamp.tar.gz) = 2e899d64d4dc9fb68ea360afde896643 diff --git a/graphics/stamp/pkg-comment b/graphics/stamp/pkg-comment new file mode 100644 index 000000000000..ca9b9be8f194 --- /dev/null +++ b/graphics/stamp/pkg-comment @@ -0,0 +1 @@ +adds a graphical, configurable timestamp to a grayscale image diff --git a/graphics/stamp/pkg-descr b/graphics/stamp/pkg-descr new file mode 100644 index 000000000000..c0ccaba9599c --- /dev/null +++ b/graphics/stamp/pkg-descr @@ -0,0 +1,10 @@ +Stamp is a command-line program which will process a greyscale jpeg image, +such as one produced by a greyscale Quickcam. It can add a graphical (and +configurable) timestamp to the image. Stamp can also upload the timestamped +image via FTP, with the configuration of a stamprc file. It also features a +"quad" option which will take the latest image and composite it with up to +three previous images, while timestamping the latest one. + +http://www.telepath.com/booger/ + +Bill Fumerola <billf@chc-chimes.com> diff --git a/graphics/stamp/pkg-plist b/graphics/stamp/pkg-plist new file mode 100644 index 000000000000..2ed230e78f91 --- /dev/null +++ b/graphics/stamp/pkg-plist @@ -0,0 +1 @@ +bin/stamp |