diff options
-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 8a2723a631fd..2bb46d2131d0 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 000000000000..e7c1dde342f9 --- /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 000000000000..76f4b8a0cb31 --- /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 000000000000..dd4b84cb7040 --- /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 000000000000..140ad7abcdce --- /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 000000000000..d1279bdb332d --- /dev/null +++ b/graphics/scr2png/pkg-plist @@ -0,0 +1 @@ +bin/scr2png |