diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-05-20 20:34:27 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-05-20 20:34:27 +0000 |
commit | 16e57dcf1e0d2cae8846ecf6951626b7a723bcec (patch) | |
tree | d2974260c3bd0306b37b18e3bfd70c8a210565ca /graphics | |
parent | Rename shot2txt to scr2txt, based on feedback. (diff) |
Nuke shot2png in favour of scr2png.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shot2png/Makefile | 26 | ||||
-rw-r--r-- | graphics/shot2png/distinfo | 1 | ||||
-rw-r--r-- | graphics/shot2png/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/shot2png/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/shot2png/pkg-plist | 1 |
5 files changed, 0 insertions, 31 deletions
diff --git a/graphics/shot2png/Makefile b/graphics/shot2png/Makefile deleted file mode 100644 index 3ad4a225e64a..000000000000 --- a/graphics/shot2png/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: shot2png -# Date created: 18 May 2001 -# Whom: nik -# -# $FreeBSD$ -# - -PORTNAME= shot2png -PORTVERSION= 1.0 -CATEGORIES= graphics - -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=nik -NO_WRKSUBDIR= yes - -MAINTAINER= nik@freebsd.org - -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd - -MAN1= shot2png.1 -MANCOMPRESSED= yes - -do-install: - @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install - -.include <bsd.port.mk> diff --git a/graphics/shot2png/distinfo b/graphics/shot2png/distinfo deleted file mode 100644 index 6f9ae6f34e83..000000000000 --- a/graphics/shot2png/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (shot2png-1.0.tar.gz) = c42d2fc9cee6dd2ec505695256fd77b5 diff --git a/graphics/shot2png/pkg-comment b/graphics/shot2png/pkg-comment deleted file mode 100644 index ba9e384ccae7..000000000000 --- a/graphics/shot2png/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts the output of scrshot(1) to PNG diff --git a/graphics/shot2png/pkg-descr b/graphics/shot2png/pkg-descr deleted file mode 100644 index 14e8d364e893..000000000000 --- a/graphics/shot2png/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -shot2png takes a syscons screenshot generated by scrshot(1) and -converts it in to a PNG image. diff --git a/graphics/shot2png/pkg-plist b/graphics/shot2png/pkg-plist deleted file mode 100644 index 51aa4e0abd4d..000000000000 --- a/graphics/shot2png/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shot2png |