Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2013 19:45:38 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325307 - head/graphics/scr2png/scr2png
Message-ID:  <201308241945.r7OJjcKr025088@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Aug 24 19:45:38 2013
New Revision: 325307
URL: http://svnweb.freebsd.org/changeset/ports/325307

Log:
  Say hello to the new, modern, fixed, scr2png

Added:
  head/graphics/scr2png/scr2png/
  head/graphics/scr2png/scr2png/Makefile   (contents, props changed)
  head/graphics/scr2png/scr2png/distinfo   (contents, props changed)
  head/graphics/scr2png/scr2png/pkg-descr   (contents, props changed)

Added: head/graphics/scr2png/scr2png/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/scr2png/scr2png/Makefile	Sat Aug 24 19:45:38 2013	(r325307)
@@ -0,0 +1,27 @@
+# Created by: nik
+# $FreeBSD$
+
+PORTNAME=	scr2png
+PORTVERSION=	1.2
+PORTREVISION=	6
+CATEGORIES=	graphics
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	nik
+
+MAINTAINER=	eadler@FreeBSD.org
+COMMENT=	Converts the output of "vidcontrol -p" to PNG
+
+LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
+
+NO_WRKSUBDIR=	yes
+
+MAN1=		scr2png.1
+MANCOMPRESSED=	yes
+PLIST_FILES=	bin/scr2png
+MAKE_ARGS=	BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
+
+pre-patch:
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c
+
+.include <bsd.port.mk>

Added: head/graphics/scr2png/scr2png/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/scr2png/scr2png/distinfo	Sat Aug 24 19:45:38 2013	(r325307)
@@ -0,0 +1,2 @@
+SHA256 (scr2png-1.2.tar.gz) = dd0d431127240830d120124f0ed86b89784298ba93bc70d2f8bbcb243a6072e9
+SIZE (scr2png-1.2.tar.gz) = 7112

Added: head/graphics/scr2png/scr2png/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/scr2png/scr2png/pkg-descr	Sat Aug 24 19:45:38 2013	(r325307)
@@ -0,0 +1,2 @@
+scr2png takes a syscons screenshot generated by "vidcontrol -p" and
+converts it in to a PNG image.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308241945.r7OJjcKr025088>