Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 17:16:47 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361982 - in head/devel: . libosinfo
Message-ID:  <201407151716.s6FHGlhq090488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Jul 15 17:16:46 2014
New Revision: 361982
URL: http://svnweb.freebsd.org/changeset/ports/361982
QAT: https://qat.redports.org/buildarchive/r361982/

Log:
  libosinfo is a library that allows virtualization provisioning tools to
  determine the optimal device settings for a hypervisor/operating system
  combination.
  
  Review and improvements by:	kwm

Added:
  head/devel/libosinfo/
  head/devel/libosinfo/Makefile   (contents, props changed)
  head/devel/libosinfo/distinfo   (contents, props changed)
  head/devel/libosinfo/pkg-descr   (contents, props changed)
  head/devel/libosinfo/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jul 15 17:14:33 2014	(r361981)
+++ head/devel/Makefile	Tue Jul 15 17:16:46 2014	(r361982)
@@ -1085,6 +1085,7 @@
     SUBDIR += libopensync022
     SUBDIR += libopkele
     SUBDIR += liborcus
+    SUBDIR += libosinfo
     SUBDIR += libowfat
     SUBDIR += libpafe
     SUBDIR += libpafe-ruby

Added: head/devel/libosinfo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosinfo/Makefile	Tue Jul 15 17:16:46 2014	(r361982)
@@ -0,0 +1,27 @@
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libosinfo
+PORTVERSION=	0.2.10
+CATEGORIES=	devel
+MASTER_SITES=	https://fedorahosted.org/releases/l/i/libosinfo/
+
+MAINTAINER=	novel@FreeBSD.org
+COMMENT=	Library for managing OS information for virtualization
+
+LIB_DEPENDS=	libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
+
+USES=		gmake libtool pathfix pkgconfig
+USE_GNOME=	gnomehier glib20 libxml2 libxslt introspection:build intltool
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+
+CONFIGURE_ARGS+=	--disable-tests --disable-vala
+
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=yes
+
+NLS_USES=	gettext
+NLS_CONFIGURE_ENABLE=	nls
+
+.include <bsd.port.mk>

Added: head/devel/libosinfo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosinfo/distinfo	Tue Jul 15 17:16:46 2014	(r361982)
@@ -0,0 +1,2 @@
+SHA256 (libosinfo-0.2.10.tar.gz) = 564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d
+SIZE (libosinfo-0.2.10.tar.gz) = 1247320

Added: head/devel/libosinfo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosinfo/pkg-descr	Tue Jul 15 17:16:46 2014	(r361982)
@@ -0,0 +1,3 @@
+libosinfo is a library that allows virtualization provisioning tools to
+determine the optimal device settings for a hypervisor/operating system
+combination.

Added: head/devel/libosinfo/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libosinfo/pkg-plist	Tue Jul 15 17:16:46 2014	(r361982)
@@ -0,0 +1,149 @@
+bin/osinfo-db-validate
+bin/osinfo-detect
+bin/osinfo-install-script
+bin/osinfo-query
+include/libosinfo-1.0/osinfo/osinfo.h
+include/libosinfo-1.0/osinfo/osinfo_avatar_format.h
+include/libosinfo-1.0/osinfo/osinfo_datamap.h
+include/libosinfo-1.0/osinfo/osinfo_datamaplist.h
+include/libosinfo-1.0/osinfo/osinfo_db.h
+include/libosinfo-1.0/osinfo/osinfo_deployment.h
+include/libosinfo-1.0/osinfo/osinfo_deploymentlist.h
+include/libosinfo-1.0/osinfo/osinfo_device.h
+include/libosinfo-1.0/osinfo/osinfo_device_driver.h
+include/libosinfo-1.0/osinfo/osinfo_device_driverlist.h
+include/libosinfo-1.0/osinfo/osinfo_devicelink.h
+include/libosinfo-1.0/osinfo/osinfo_devicelinkfilter.h
+include/libosinfo-1.0/osinfo/osinfo_devicelinklist.h
+include/libosinfo-1.0/osinfo/osinfo_devicelist.h
+include/libosinfo-1.0/osinfo/osinfo_entity.h
+include/libosinfo-1.0/osinfo/osinfo_enum_types.h
+include/libosinfo-1.0/osinfo/osinfo_filter.h
+include/libosinfo-1.0/osinfo/osinfo_install_config.h
+include/libosinfo-1.0/osinfo/osinfo_install_config_param.h
+include/libosinfo-1.0/osinfo/osinfo_install_config_paramlist.h
+include/libosinfo-1.0/osinfo/osinfo_install_script.h
+include/libosinfo-1.0/osinfo/osinfo_install_scriptlist.h
+include/libosinfo-1.0/osinfo/osinfo_list.h
+include/libosinfo-1.0/osinfo/osinfo_loader.h
+include/libosinfo-1.0/osinfo/osinfo_media.h
+include/libosinfo-1.0/osinfo/osinfo_medialist.h
+include/libosinfo-1.0/osinfo/osinfo_os.h
+include/libosinfo-1.0/osinfo/osinfo_os_variant.h
+include/libosinfo-1.0/osinfo/osinfo_os_variantlist.h
+include/libosinfo-1.0/osinfo/osinfo_oslist.h
+include/libosinfo-1.0/osinfo/osinfo_platform.h
+include/libosinfo-1.0/osinfo/osinfo_platformlist.h
+include/libosinfo-1.0/osinfo/osinfo_product.h
+include/libosinfo-1.0/osinfo/osinfo_productfilter.h
+include/libosinfo-1.0/osinfo/osinfo_productlist.h
+include/libosinfo-1.0/osinfo/osinfo_resources.h
+include/libosinfo-1.0/osinfo/osinfo_resourceslist.h
+include/libosinfo-1.0/osinfo/osinfo_tree.h
+include/libosinfo-1.0/osinfo/osinfo_treelist.h
+lib/girepository-1.0/Libosinfo-1.0.typelib
+lib/libosinfo-1.0.so
+lib/libosinfo-1.0.so.0
+lib/libosinfo-1.0.so.0.2.10
+libdata/pkgconfig/libosinfo-1.0.pc
+man/man1/osinfo-db-validate.1.gz
+man/man1/osinfo-detect.1.gz
+man/man1/osinfo-install-script.1.gz
+man/man1/osinfo-query.1.gz
+share/gir-1.0/Libosinfo-1.0.gir
+share/gtk-doc/html/Libosinfo/Libosinfo.devhelp2
+share/gtk-doc/html/Libosinfo/OsinfoDb.html
+share/gtk-doc/html/Libosinfo/OsinfoDeployment.html
+share/gtk-doc/html/Libosinfo/OsinfoDeploymentList.html
+share/gtk-doc/html/Libosinfo/OsinfoDevice.html
+share/gtk-doc/html/Libosinfo/OsinfoDeviceLink.html
+share/gtk-doc/html/Libosinfo/OsinfoDeviceLinkFilter.html
+share/gtk-doc/html/Libosinfo/OsinfoDeviceLinkList.html
+share/gtk-doc/html/Libosinfo/OsinfoDeviceList.html
+share/gtk-doc/html/Libosinfo/OsinfoEntity.html
+share/gtk-doc/html/Libosinfo/OsinfoFilter.html
+share/gtk-doc/html/Libosinfo/OsinfoList.html
+share/gtk-doc/html/Libosinfo/OsinfoLoader.html
+share/gtk-doc/html/Libosinfo/OsinfoMedia.html
+share/gtk-doc/html/Libosinfo/OsinfoMediaList.html
+share/gtk-doc/html/Libosinfo/OsinfoOs.html
+share/gtk-doc/html/Libosinfo/OsinfoOsList.html
+share/gtk-doc/html/Libosinfo/OsinfoPlatform.html
+share/gtk-doc/html/Libosinfo/OsinfoPlatformList.html
+share/gtk-doc/html/Libosinfo/OsinfoProduct.html
+share/gtk-doc/html/Libosinfo/OsinfoProductFilter.html
+share/gtk-doc/html/Libosinfo/OsinfoProductList.html
+share/gtk-doc/html/Libosinfo/OsinfoResources.html
+share/gtk-doc/html/Libosinfo/OsinfoResourcesList.html
+share/gtk-doc/html/Libosinfo/annotation-glossary.html
+share/gtk-doc/html/Libosinfo/api-index-full.html
+share/gtk-doc/html/Libosinfo/ch01.html
+share/gtk-doc/html/Libosinfo/home.png
+share/gtk-doc/html/Libosinfo/index.html
+share/gtk-doc/html/Libosinfo/index.sgml
+share/gtk-doc/html/Libosinfo/left-insensitive.png
+share/gtk-doc/html/Libosinfo/left.png
+share/gtk-doc/html/Libosinfo/object-tree.html
+share/gtk-doc/html/Libosinfo/right-insensitive.png
+share/gtk-doc/html/Libosinfo/right.png
+share/gtk-doc/html/Libosinfo/style.css
+share/gtk-doc/html/Libosinfo/up-insensitive.png
+share/gtk-doc/html/Libosinfo/up.png
+%%DATADIR%%/db/datamaps/windows-lang.xml
+%%DATADIR%%/db/datamaps/x11-keyboard.xml
+%%DATADIR%%/db/devices/qemu-pci.xml
+%%DATADIR%%/db/devices/qemu-ps2.xml
+%%DATADIR%%/db/devices/qemu-usb.xml
+%%DATADIR%%/db/devices/virtio-pci.xml
+%%DATADIR%%/db/devices/xen.xml
+%%DATADIR%%/db/hypervisors/kvm.xml
+%%DATADIR%%/db/hypervisors/qemu.xml
+%%DATADIR%%/db/hypervisors/rhel-xen.xml
+%%DATADIR%%/db/hypervisors/xen.xml
+%%DATADIR%%/db/install-scripts/debian.xml
+%%DATADIR%%/db/install-scripts/fedora.xml
+%%DATADIR%%/db/install-scripts/rhel.xml
+%%DATADIR%%/db/install-scripts/ubuntu.xml
+%%DATADIR%%/db/install-scripts/windows-cmd.xml
+%%DATADIR%%/db/install-scripts/windows-reg.xml
+%%DATADIR%%/db/install-scripts/windows-sif.xml
+%%DATADIR%%/db/install-scripts/windows-unattend.xml
+%%DATADIR%%/db/oses/altlinux.xml
+%%DATADIR%%/db/oses/centos.xml
+%%DATADIR%%/db/oses/debian.xml
+%%DATADIR%%/db/oses/dos.xml
+%%DATADIR%%/db/oses/fedora.xml
+%%DATADIR%%/db/oses/freebsd.xml
+%%DATADIR%%/db/oses/gnome.xml
+%%DATADIR%%/db/oses/macos.xml
+%%DATADIR%%/db/oses/mageia.xml
+%%DATADIR%%/db/oses/mandrake.xml
+%%DATADIR%%/db/oses/mandriva.xml
+%%DATADIR%%/db/oses/netbsd.xml
+%%DATADIR%%/db/oses/netware.xml
+%%DATADIR%%/db/oses/openbsd.xml
+%%DATADIR%%/db/oses/opensuse.xml
+%%DATADIR%%/db/oses/rhel.xml
+%%DATADIR%%/db/oses/rhl.xml
+%%DATADIR%%/db/oses/solaris.xml
+%%DATADIR%%/db/oses/suse.xml
+%%DATADIR%%/db/oses/ubuntu.xml
+%%DATADIR%%/db/oses/windows.xml
+%%DATADIR%%/db/pci.ids
+%%DATADIR%%/db/usb.ids
+%%DATADIR%%/schemas/libosinfo.rng
+%%NLS%%share/locale/pl/LC_MESSAGES/libosinfo.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/libosinfo.mo
+@dirrmtry include/libosinfo-1.0/osinfo
+@dirrmtry include/libosinfo-1.0
+@dirrmtry share/gtk-doc/html/Libosinfo
+@dirrmtry share/gtk-doc/html
+@dirrmtry share/gtk-doc
+@dirrmtry %%DATADIR%%/db/datamaps
+@dirrmtry %%DATADIR%%/db/devices
+@dirrmtry %%DATADIR%%/db/hypervisors
+@dirrmtry %%DATADIR%%/db/install-scripts
+@dirrmtry %%DATADIR%%/db/oses
+@dirrmtry %%DATADIR%%/db
+@dirrmtry %%DATADIR%%/schemas
+@dirrmtry %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407151716.s6FHGlhq090488>