Add shot2png, which takes syscons screenshots generated by scrshot(1) and

turns 'em in to PNG files.
This commit is contained in:
Nik Clayton 2001-05-18 16:32:25 +00:00
parent e5d7960791
commit c83d873641
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42712
6 changed files with 32 additions and 0 deletions

View File

@ -212,6 +212,7 @@
SUBDIR += sdl_image
SUBDIR += sdl_ttf
SUBDIR += seejpeg
SUBDIR += shot2png
SUBDIR += sketch
SUBDIR += smpeg
SUBDIR += smpeg-xmms

View File

@ -0,0 +1,26 @@
# 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>

View File

@ -0,0 +1 @@
MD5 (shot2png-1.0.tar.gz) = c42d2fc9cee6dd2ec505695256fd77b5

View File

@ -0,0 +1 @@
Converts the output of scrshot(1) to PNG

View File

@ -0,0 +1,2 @@
shot2png takes a syscons screenshot generated by scrshot(1) and
converts it in to a PNG image.

View File

@ -0,0 +1 @@
bin/shot2png