svn commit: r325307 - head/graphics/scr2png/scr2png
Eitan Adler
eadler at FreeBSD.org
Sat Aug 24 19:45:39 UTC 2013
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 at 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.
More information about the svn-ports-all
mailing list