Add shot2png, which takes syscons screenshots generated by scrshot(1) and
turns 'em in to PNG files.
This commit is contained in:
parent
e5d7960791
commit
c83d873641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42712
@ -212,6 +212,7 @@
|
||||
SUBDIR += sdl_image
|
||||
SUBDIR += sdl_ttf
|
||||
SUBDIR += seejpeg
|
||||
SUBDIR += shot2png
|
||||
SUBDIR += sketch
|
||||
SUBDIR += smpeg
|
||||
SUBDIR += smpeg-xmms
|
||||
|
26
graphics/shot2png/Makefile
Normal file
26
graphics/shot2png/Makefile
Normal 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>
|
1
graphics/shot2png/distinfo
Normal file
1
graphics/shot2png/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (shot2png-1.0.tar.gz) = c42d2fc9cee6dd2ec505695256fd77b5
|
1
graphics/shot2png/pkg-comment
Normal file
1
graphics/shot2png/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts the output of scrshot(1) to PNG
|
2
graphics/shot2png/pkg-descr
Normal file
2
graphics/shot2png/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
shot2png takes a syscons screenshot generated by scrshot(1) and
|
||||
converts it in to a PNG image.
|
1
graphics/shot2png/pkg-plist
Normal file
1
graphics/shot2png/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/shot2png
|
Loading…
Reference in New Issue
Block a user