diff options
author | nik <nik@FreeBSD.org> | 2001-05-20 20:31:23 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-05-20 20:31:23 +0000 |
commit | ab80b9cc027630b5a85489a9eea6e9bbc2061cd2 (patch) | |
tree | bf0a7630af7ea0d3580d44d88730992b58d8e20a /graphics | |
parent | 64a064ef82d8a252c30e7482ce503658b3c26d67 (diff) | |
download | FreeBSD-ports-ab80b9cc027630b5a85489a9eea6e9bbc2061cd2.zip FreeBSD-ports-ab80b9cc027630b5a85489a9eea6e9bbc2061cd2.tar.gz |
Rename shot2png to scr2png based on private comments.
Fix bogons when parsing a .scr header.
Update documentation to talk about vidcontrol(1) rather than scrshot(1).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/scr2png/Makefile | 26 | ||||
-rw-r--r-- | graphics/scr2png/distinfo | 1 | ||||
-rw-r--r-- | graphics/scr2png/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/scr2png/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/scr2png/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8a2723a..2bb46d2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -209,6 +209,7 @@ SUBDIR += sane-backends SUBDIR += sane-frontends SUBDIR += sced + SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl_image diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile new file mode 100644 index 0000000..e7c1dde --- /dev/null +++ b/graphics/scr2png/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: scr2png +# Date created: 18 May 2001 +# Whom: nik +# +# $FreeBSD$ +# + +PORTNAME= scr2png +PORTVERSION= 1.1 +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= scr2png.1 +MANCOMPRESSED= yes + +do-install: + @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install + +.include <bsd.port.mk> diff --git a/graphics/scr2png/distinfo b/graphics/scr2png/distinfo new file mode 100644 index 0000000..76f4b8a --- /dev/null +++ b/graphics/scr2png/distinfo @@ -0,0 +1 @@ +MD5 (scr2png-1.1.tar.gz) = afb701102db1fd0446bad11aa00516d8 diff --git a/graphics/scr2png/pkg-comment b/graphics/scr2png/pkg-comment new file mode 100644 index 0000000..dd4b84c --- /dev/null +++ b/graphics/scr2png/pkg-comment @@ -0,0 +1 @@ +Converts the output of "vidcontrol -p" to PNG diff --git a/graphics/scr2png/pkg-descr b/graphics/scr2png/pkg-descr new file mode 100644 index 0000000..140ad7a --- /dev/null +++ b/graphics/scr2png/pkg-descr @@ -0,0 +1,2 @@ +scr2png takes a syscons screenshot generated by "vidcontrol -p" and +converts it in to a PNG image. diff --git a/graphics/scr2png/pkg-plist b/graphics/scr2png/pkg-plist new file mode 100644 index 0000000..d1279bd --- /dev/null +++ b/graphics/scr2png/pkg-plist @@ -0,0 +1 @@ +bin/scr2png |