mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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).
This commit is contained in:
parent
a63fee938c
commit
88e73c8d3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42817
@ -209,6 +209,7 @@
|
||||
SUBDIR += sane-backends
|
||||
SUBDIR += sane-frontends
|
||||
SUBDIR += sced
|
||||
SUBDIR += scr2png
|
||||
SUBDIR += scrot
|
||||
SUBDIR += scwm-icons
|
||||
SUBDIR += sdl_image
|
||||
|
26
graphics/scr2png/Makefile
Normal file
26
graphics/scr2png/Makefile
Normal file
@ -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>
|
1
graphics/scr2png/distinfo
Normal file
1
graphics/scr2png/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (scr2png-1.1.tar.gz) = afb701102db1fd0446bad11aa00516d8
|
1
graphics/scr2png/pkg-comment
Normal file
1
graphics/scr2png/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts the output of "vidcontrol -p" to PNG
|
2
graphics/scr2png/pkg-descr
Normal file
2
graphics/scr2png/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
scr2png takes a syscons screenshot generated by "vidcontrol -p" and
|
||||
converts it in to a PNG image.
|
1
graphics/scr2png/pkg-plist
Normal file
1
graphics/scr2png/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/scr2png
|
Loading…
Reference in New Issue
Block a user