[Midnightbsd-cvs] mports [24049] trunk/devel: add missing ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 31 15:17:49 EDT 2018


Revision: 24049
          http://svnweb.midnightbsd.org/mports/?rev=24049
Author:   laffer1
Date:     2018-08-31 15:17:48 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
add missing ports

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/libgudev/
    trunk/devel/libgudev/Makefile
    trunk/devel/libgudev/distinfo
    trunk/devel/libgudev/pkg-descr
    trunk/devel/libgudev/pkg-plist
    trunk/devel/libudev-devd/
    trunk/devel/libudev-devd/Makefile
    trunk/devel/libudev-devd/distinfo
    trunk/devel/libudev-devd/files/
    trunk/devel/libudev-devd/files/patch-utils.h
    trunk/devel/libudev-devd/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-08-31 19:15:04 UTC (rev 24048)
+++ trunk/devel/Makefile	2018-08-31 19:17:48 UTC (rev 24049)
@@ -164,6 +164,7 @@
 SUBDIR += libglade2
 SUBDIR += libgsf
 SUBDIR += libgtop
+SUBDIR += libgudev
 SUBDIR += libical
 SUBDIR += libinotify
 SUBDIR += libixp
@@ -189,6 +190,7 @@
 SUBDIR += libthai
 SUBDIR += libtool
 SUBDIR += libublio
+SUBDIR += libudev-devd
 SUBDIR += libunicode
 SUBDIR += libuninum
 SUBDIR += libunistring

Added: trunk/devel/libgudev/Makefile
===================================================================
--- trunk/devel/libgudev/Makefile	                        (rev 0)
+++ trunk/devel/libgudev/Makefile	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME=	libgudev
+PORTVERSION=	230
+CATEGORIES=	devel
+MASTER_SITES=	https://download.gnome.org/sources/libgudev/${PORTVERSION}/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GObject bindings for libudev.
+
+LICENSE=	lgpl2.1
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libudev.so:devel/libudev-devd
+
+USES=		gettext-runtime gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	glib20 introspection:build
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/libgudev/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/devel/libgudev/distinfo
===================================================================
--- trunk/devel/libgudev/distinfo	                        (rev 0)
+++ trunk/devel/libgudev/distinfo	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1485731896
+SHA256 (libgudev-230.tar.xz) = a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18
+SIZE (libgudev-230.tar.xz) = 257528


Property changes on: trunk/devel/libgudev/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/devel/libgudev/pkg-descr
===================================================================
--- trunk/devel/libgudev/pkg-descr	                        (rev 0)
+++ trunk/devel/libgudev/pkg-descr	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,3 @@
+This library provides GObject bindings for libudev.
+
+WWW: https://wiki.gnome.org/Projects/libgudev


Property changes on: trunk/devel/libgudev/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/devel/libgudev/pkg-plist
===================================================================
--- trunk/devel/libgudev/pkg-plist	                        (rev 0)
+++ trunk/devel/libgudev/pkg-plist	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,13 @@
+include/gudev-1.0/gudev/gudev.h
+include/gudev-1.0/gudev/gudevclient.h
+include/gudev-1.0/gudev/gudevdevice.h
+include/gudev-1.0/gudev/gudevenumerator.h
+include/gudev-1.0/gudev/gudevenums.h
+include/gudev-1.0/gudev/gudevenumtypes.h
+include/gudev-1.0/gudev/gudevtypes.h
+lib/girepository-1.0/GUdev-1.0.typelib
+lib/libgudev-1.0.so
+lib/libgudev-1.0.so.0
+lib/libgudev-1.0.so.0.2.0
+libdata/pkgconfig/gudev-1.0.pc
+share/gir-1.0/GUdev-1.0.gir


Property changes on: trunk/devel/libgudev/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
Added: trunk/devel/libudev-devd/Makefile
===================================================================
--- trunk/devel/libudev-devd/Makefile	                        (rev 0)
+++ trunk/devel/libudev-devd/Makefile	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,30 @@
+# $MidnightBSD$
+
+PORTNAME=	libudev-devd
+PORTVERSION=	0.3
+CATEGORIES=	devel
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	libudev-compatible interface for devd
+
+LICENSE=	bsd2
+
+BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat
+LIB_DEPENDS=	libevdev.so:devel/libevdev
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	FreeBSDDesktop
+GH_TAGNAME=	b7aa09f
+
+USES=		dos2unix autoreconf gmake libtool localbase pathfix pkgconfig
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
+PLIST_FILES=	include/libudev.h \
+		lib/libudev.so \
+		lib/libudev.so.0 \
+		lib/libudev.so.0.0.0 \
+		libdata/pkgconfig/libudev.pc
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/libudev-devd/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/devel/libudev-devd/distinfo
===================================================================
--- trunk/devel/libudev-devd/distinfo	                        (rev 0)
+++ trunk/devel/libudev-devd/distinfo	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535743022
+SHA256 (libudev-devd-0.3_GH0.tar.gz) = 880a497ef5123fdebf447f4b9b1a7adae3fa2a71885a42dd7c35dbb877985260
+SIZE (libudev-devd-0.3_GH0.tar.gz) = 16442


Property changes on: trunk/devel/libudev-devd/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/devel/libudev-devd/files/patch-utils.h
===================================================================
--- trunk/devel/libudev-devd/files/patch-utils.h	                        (rev 0)
+++ trunk/devel/libudev-devd/files/patch-utils.h	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,13 @@
+--- utils.h.orig	2017-01-07 22:21:49 UTC
++++ utils.h
+@@ -5,8 +5,8 @@
+ #include <unistd.h>
+ 
+ 
+-#define	ENABLE_TRACE
+-#define	LOG_LEVEL       1
++/* #define	ENABLE_TRACE */
++#define	LOG_LEVEL       0
+ 
+ /*
+ #ifndef	LOG_LEVEL


Property changes on: trunk/devel/libudev-devd/files/patch-utils.h
___________________________________________________________________
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/devel/libudev-devd/pkg-descr
===================================================================
--- trunk/devel/libudev-devd/pkg-descr	                        (rev 0)
+++ trunk/devel/libudev-devd/pkg-descr	2018-08-31 19:17:48 UTC (rev 24049)
@@ -0,0 +1,5 @@
+libudev-compatible interface for devd
+
+Intended to work with xorg-server and libinput
+
+WWW: https://github.com/FreeBSDDesktop/libudev-devd


Property changes on: trunk/devel/libudev-devd/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