[Midnightbsd-cvs] mports [18638] trunk/x11-toolkits: add gnome-pty-helper
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 12 00:30:26 EDT 2015
Revision: 18638
http://svnweb.midnightbsd.org/mports/?rev=18638
Author: laffer1
Date: 2015-04-12 00:30:25 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
add gnome-pty-helper
Modified Paths:
--------------
trunk/x11-toolkits/Makefile
Added Paths:
-----------
trunk/x11-toolkits/gnome-pty-helper/
trunk/x11-toolkits/gnome-pty-helper/Makefile
trunk/x11-toolkits/gnome-pty-helper/pkg-descr
trunk/x11-toolkits/gnome-pty-helper/pkg-plist
Modified: trunk/x11-toolkits/Makefile
===================================================================
--- trunk/x11-toolkits/Makefile 2015-04-12 04:28:54 UTC (rev 18637)
+++ trunk/x11-toolkits/Makefile 2015-04-12 04:30:25 UTC (rev 18638)
@@ -8,6 +8,7 @@
SUBDIR += fltk
SUBDIR += fpc-gtk2
SUBDIR += gdl
+SUBDIR += gnome-pty-helper
SUBDIR += gnustep-art
SUBDIR += gnustep-back
SUBDIR += gnustep-cairo
Added: trunk/x11-toolkits/gnome-pty-helper/Makefile
===================================================================
--- trunk/x11-toolkits/gnome-pty-helper/Makefile (rev 0)
+++ trunk/x11-toolkits/gnome-pty-helper/Makefile 2015-04-12 04:30:25 UTC (rev 18638)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME= gnome-pty-helper
+PORTREVISION= 0
+PKGNAMESUFFIX= #empty
+
+COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget
+
+VTE3_SLAVE= yes
+
+MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3
+WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+PATCHDIR= ${.CURDIR}/files
+PLIST= ${.CURDIR}/pkg-plist
+USE_GNOME= gnomeprefix
+CONFIGURE_ARGS= # empty
+PATCH_STRIP= -p1
+EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \
+ ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/x11-toolkits/gnome-pty-helper/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-toolkits/gnome-pty-helper/pkg-descr
===================================================================
--- trunk/x11-toolkits/gnome-pty-helper/pkg-descr (rev 0)
+++ trunk/x11-toolkits/gnome-pty-helper/pkg-descr 2015-04-12 04:30:25 UTC (rev 18638)
@@ -0,0 +1,2 @@
+Gnome-pty-helper is a backend executable that provides access to the utmp
+and wtmp files for vte-based terminal applications such as gnome-terminal.
Property changes on: trunk/x11-toolkits/gnome-pty-helper/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
Added: trunk/x11-toolkits/gnome-pty-helper/pkg-plist
===================================================================
--- trunk/x11-toolkits/gnome-pty-helper/pkg-plist (rev 0)
+++ trunk/x11-toolkits/gnome-pty-helper/pkg-plist 2015-04-12 04:30:25 UTC (rev 18638)
@@ -0,0 +1 @@
+libexec/gnome-pty-helper
Property changes on: trunk/x11-toolkits/gnome-pty-helper/pkg-plist
___________________________________________________________________
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