[Midnightbsd-cvs] mports [23626] trunk/sysutils: add consolekit2 port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 22 12:52:25 EDT 2018
Revision: 23626
http://svnweb.midnightbsd.org/mports/?rev=23626
Author: laffer1
Date: 2018-07-22 12:52:24 -0400 (Sun, 22 Jul 2018)
Log Message:
-----------
add consolekit2 port
Modified Paths:
--------------
trunk/sysutils/Makefile
Added Paths:
-----------
trunk/sysutils/consolekit2/
trunk/sysutils/consolekit2/Makefile
trunk/sysutils/consolekit2/distinfo
trunk/sysutils/consolekit2/pkg-descr
trunk/sysutils/consolekit2/pkg-plist
Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile 2018-07-22 16:38:39 UTC (rev 23625)
+++ trunk/sysutils/Makefile 2018-07-22 16:52:24 UTC (rev 23626)
@@ -20,6 +20,7 @@
SUBDIR += cdrtools
SUBDIR += ciso-maker
SUBDIR += consolekit
+SUBDIR += consolekit2
SUBDIR += consolehm
SUBDIR += coreutils
SUBDIR += devcpu-data
Added: trunk/sysutils/consolekit2/Makefile
===================================================================
--- trunk/sysutils/consolekit2/Makefile (rev 0)
+++ trunk/sysutils/consolekit2/Makefile 2018-07-22 16:52:24 UTC (rev 23626)
@@ -0,0 +1,42 @@
+# Created by: FreeBSD GNOME Team <gnome at freebsd.org>
+# $FreeBSD: head/sysutils/consolekit2/Makefile 447399 2017-08-05 10:58:48Z kwm $
+# $MidnightBSD$
+
+PORTNAME= consolekit
+PORTVERSION= 1.2.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
+DISTNAME= ConsoleKit2-${PORTVERSION}
+PKGNAMESUFFIX= 2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Framework for defining and tracking users
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libdbus-1.so:devel/dbus \
+ libpolkit-gobject-1.so:sysutils/polkit
+
+WRKSRC= ${WRKDIR}/ConsoleKit2-${PORTVERSION}
+USES= gettext gmake libtool localbase pathfix pkgconfig tar:bzip2
+USE_XORG= x11
+USE_GNOME= glib20 libxslt introspection:build
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --with-pid-file=/var/run/${PORTNAME}.pid \
+ --enable-pam-module \
+ --with-pam-module-dir=${PREFIX}/lib \
+ --localstatedir=/var \
+ --enable-polkit \
+ --enable-introspection \
+ --without-html-dir \
+ --disable-udev-acl \
+ --disable-libcgmanager \
+ --disable-libdrm \
+ --disable-libevdev \
+ --disable-libudev \
+ --without-systemdsystemunitdir
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Property changes on: trunk/sysutils/consolekit2/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/sysutils/consolekit2/distinfo
===================================================================
--- trunk/sysutils/consolekit2/distinfo (rev 0)
+++ trunk/sysutils/consolekit2/distinfo 2018-07-22 16:52:24 UTC (rev 23626)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1501417547
+SHA256 (ConsoleKit2-1.2.0.tar.bz2) = d6ea13b306557a76519388de39bf7f1a1ea9010af147fad4fb3131ce634bd8b3
+SIZE (ConsoleKit2-1.2.0.tar.bz2) = 1125402
Property changes on: trunk/sysutils/consolekit2/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/sysutils/consolekit2/pkg-descr
===================================================================
--- trunk/sysutils/consolekit2/pkg-descr (rev 0)
+++ trunk/sysutils/consolekit2/pkg-descr 2018-07-22 16:52:24 UTC (rev 23626)
@@ -0,0 +1,20 @@
+ConsoleKit2 is a framework for defining and tracking users, login
+sessions, and seats. It allows multiple users to be logged in at the
+same time and share hardware for their graphical session. ConsoleKit2
+will keep track of those resources and whichever session is active
+will have use of the hardware at that time.
+
+What is a seat?
+===============
+A seat is a collection of sessions and a set of hardware (usually at
+least a keyboard and mouse). Only one session may be active on a
+seat at a time.
+
+What is a session?
+==================
+A session is a collection of all processes that originate from a single
+common ancestor and retain knowledge of a secret. As an implementation
+detail, this secret may be stored in the process environment by the
+login manager under the name XDG_SESSION_COOKIE.
+
+WWW: https://github.com/ConsoleKit2/ConsoleKit2
Property changes on: trunk/sysutils/consolekit2/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/sysutils/consolekit2/pkg-plist
===================================================================
--- trunk/sysutils/consolekit2/pkg-plist (rev 0)
+++ trunk/sysutils/consolekit2/pkg-plist 2018-07-22 16:52:24 UTC (rev 23626)
@@ -0,0 +1,57 @@
+bin/ck-history
+bin/ck-launch-session
+bin/ck-list-sessions
+etc/ConsoleKit/seats.d/00-primary.seat
+etc/X11/xinit/xinitrc.d/90-consolekit
+etc/dbus-1/system.d/ConsoleKit.conf
+etc/logrotate.d/consolekit
+include/ConsoleKit/ck-connector/ck-connector.h
+include/ConsoleKit/libconsolekit.h
+lib/ConsoleKit/scripts/ck-get-x11-display-device
+lib/ConsoleKit/scripts/ck-get-x11-server-pid
+lib/ConsoleKit/scripts/ck-system-hibernate
+lib/ConsoleKit/scripts/ck-system-hybridsleep
+lib/ConsoleKit/scripts/ck-system-restart
+lib/ConsoleKit/scripts/ck-system-stop
+lib/ConsoleKit/scripts/ck-system-suspend
+lib/girepository-1.0/libconsolekit-1.0.typelib
+lib/libck-connector.so
+lib/libck-connector.so.0
+lib/libck-connector.so.0.0.0
+lib/libconsolekit.so
+lib/libconsolekit.so.1
+lib/libconsolekit.so.1.0.0
+lib/pam_ck_connector.so
+libdata/pkgconfig/ck-connector.pc
+libdata/pkgconfig/libconsolekit.pc
+libexec/ck-collect-session-info
+@(,,4755) libexec/ck-get-x11-display-device
+libexec/ck-get-x11-server-pid
+libexec/ck-remove-directory
+man/man1/ck-history.1.gz
+man/man1/ck-launch-session.1.gz
+man/man1/ck-list-sessions.1.gz
+man/man1/console-kit-daemon.1m.gz
+man/man8/pam_ck_connector.8.gz
+sbin/ck-log-system-restart
+sbin/ck-log-system-start
+sbin/ck-log-system-stop
+sbin/console-kit-daemon
+share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
+share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml
+share/dbus-1/interfaces/org.freedesktop.ConsoleKit.Session.xml
+share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
+share/gir-1.0/libconsolekit-1.0.gir
+share/locale/bg/LC_MESSAGES/ConsoleKit2.mo
+share/locale/es/LC_MESSAGES/ConsoleKit2.mo
+share/locale/es_419/LC_MESSAGES/ConsoleKit2.mo
+share/locale/ru/LC_MESSAGES/ConsoleKit2.mo
+share/polkit-1/actions/org.freedesktop.consolekit.policy
+ at dir etc/ConsoleKit/run-seat.d
+ at dir etc/ConsoleKit/run-session.d
+ at dir lib/ConsoleKit/run-seat.d
+ at dir lib/ConsoleKit/run-session.d
+ at dir /var/log/ConsoleKit
+ at postexec /usr/bin/touch /var/log/ConsoleKit/history
+ at rmtry /var/log/ConsoleKit/history
+ at dir /var/run/ConsoleKit
Property changes on: trunk/sysutils/consolekit2/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