svn commit: r432810 - in head/devel: . libgudev
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jan 29 23:33:30 UTC 2017
Author: bapt
Date: Sun Jan 29 23:33:28 2017
New Revision: 432810
URL: https://svnweb.freebsd.org/changeset/ports/432810
Log:
This library provides GObject bindings for libudev.
WWW: https://wiki.gnome.org/Projects/libgudev
Obtained from: FreeBSDDesktop github
Added:
head/devel/libgudev/
head/devel/libgudev/Makefile (contents, props changed)
head/devel/libgudev/distinfo (contents, props changed)
head/devel/libgudev/pkg-descr (contents, props changed)
head/devel/libgudev/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jan 29 23:27:55 2017 (r432809)
+++ head/devel/Makefile Sun Jan 29 23:33:28 2017 (r432810)
@@ -1312,6 +1312,7 @@
SUBDIR += libgsf
SUBDIR += libgta
SUBDIR += libgtop
+ SUBDIR += libgudev
SUBDIR += libgutenfetch
SUBDIR += libhash
SUBDIR += libhid
Added: head/devel/libgudev/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgudev/Makefile Sun Jan 29 23:33:28 2017 (r432810)
@@ -0,0 +1,24 @@
+# Created by johalun0 at gmail.com
+# $FreeBSD$
+
+PORTNAME= libgudev
+PORTVERSION= 230
+PORTREVISION= 1
+CATEGORIES= devel
+MASTER_SITES= https://download.gnome.org/sources/libgudev/${PORTVERSION}/
+
+MAINTAINER= x11 at FreeBSD.org
+COMMENT= GObject bindings for libudev.
+
+LICENSE= LGPL21
+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>
Added: head/devel/libgudev/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgudev/distinfo Sun Jan 29 23:33:28 2017 (r432810)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1485731896
+SHA256 (libgudev-230.tar.xz) = a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18
+SIZE (libgudev-230.tar.xz) = 257528
Added: head/devel/libgudev/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgudev/pkg-descr Sun Jan 29 23:33:28 2017 (r432810)
@@ -0,0 +1,3 @@
+This library provides GObject bindings for libudev.
+
+WWW: https://wiki.gnome.org/Projects/libgudev
Added: head/devel/libgudev/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libgudev/pkg-plist Sun Jan 29 23:33:28 2017 (r432810)
@@ -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
More information about the svn-ports-head
mailing list