[Midnightbsd-cvs] mports [20161] trunk/x11: add
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 4 17:11:57 EDT 2015
Revision: 20161
http://svnweb.midnightbsd.org/mports/?rev=20161
Author: laffer1
Date: 2015-09-04 17:11:56 -0400 (Fri, 04 Sep 2015)
Log Message:
-----------
add
Modified Paths:
--------------
trunk/x11/Makefile
Added Paths:
-----------
trunk/x11/xbrightness/
trunk/x11/xbrightness/Makefile
trunk/x11/xbrightness/distinfo
trunk/x11/xbrightness/pkg-descr
Modified: trunk/x11/Makefile
===================================================================
--- trunk/x11/Makefile 2015-09-01 12:40:53 UTC (rev 20160)
+++ trunk/x11/Makefile 2015-09-04 21:11:56 UTC (rev 20161)
@@ -122,6 +122,7 @@
SUBDIR += x11perf
SUBDIR += xauth
SUBDIR += xbacklight
+SUBDIR += xbrightness
SUBDIR += xbiff
SUBDIR += xbitmaps
SUBDIR += xcalc
Added: trunk/x11/xbrightness/Makefile
===================================================================
--- trunk/x11/xbrightness/Makefile (rev 0)
+++ trunk/x11/xbrightness/Makefile 2015-09-04 21:11:56 UTC (rev 20161)
@@ -0,0 +1,20 @@
+# Created by: Michiel Overtoom <motoom at xs4all.nl>
+# $FreeBSD: head/x11/xbrightness/Makefile 340722 2014-01-22 17:00:46Z mat $
+# $MidnightBSD$
+
+PORTNAME= xbrightness
+PORTVERSION= 0.3
+CATEGORIES= x11
+MASTER_SITES= http://disjunkt.com/xbrightness/ ftp://ftp.motoom.net/files/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Brightness and gamma correction through the X server
+
+LICENSE= unknown
+
+USE_XORG= x11 xxf86vm ice xmu xt xaw
+USES= imake
+
+PLIST_FILES= bin/xbrightness man/man1/xbrightness.1.gz
+
+.include <bsd.port.mk>
Property changes on: trunk/x11/xbrightness/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/xbrightness/distinfo
===================================================================
--- trunk/x11/xbrightness/distinfo (rev 0)
+++ trunk/x11/xbrightness/distinfo 2015-09-04 21:11:56 UTC (rev 20161)
@@ -0,0 +1,2 @@
+SHA256 (xbrightness-0.3.tar.gz) = ac294649d05b2bb838ce2a3a9e1d02eec6004abb2fcfd683897447abff32bf53
+SIZE (xbrightness-0.3.tar.gz) = 2872
Property changes on: trunk/x11/xbrightness/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11/xbrightness/pkg-descr
===================================================================
--- trunk/x11/xbrightness/pkg-descr (rev 0)
+++ trunk/x11/xbrightness/pkg-descr 2015-09-04 21:11:56 UTC (rev 20161)
@@ -0,0 +1,4 @@
+This package contains xbrightness, a commandline tool for altering the
+brightness (and optionally gamma) through the X server.
+
+WWW: http://disjunkt.com/xbrightness/
Property changes on: trunk/x11/xbrightness/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list