From owner-svn-ports-head@FreeBSD.ORG Sat Aug 24 19:45:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D61E587; Sat, 24 Aug 2013 19:45:39 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 002752FBC; Sat, 24 Aug 2013 19:45:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7OJjcj2025091; Sat, 24 Aug 2013 19:45:38 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7OJjcKr025088; Sat, 24 Aug 2013 19:45:38 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201308241945.r7OJjcKr025088@svn.freebsd.org> From: Eitan Adler Date: Sat, 24 Aug 2013 19:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325307 - head/graphics/scr2png/scr2png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 19:45:39 -0000 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|||' ${WRKSRC}/scr2png.c + +.include 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.