From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 17:16:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EF6CFDE; Tue, 15 Jul 2014 17:16:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09FE12DE3; Tue, 15 Jul 2014 17:16:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FHGlO2090494; Tue, 15 Jul 2014 17:16:47 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FHGlhq090488; Tue, 15 Jul 2014 17:16:47 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201407151716.s6FHGlhq090488@svn.freebsd.org> From: Roman Bogorodskiy Date: Tue, 15 Jul 2014 17:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361982 - in head/devel: . libosinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 17:16:48 -0000 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 +# $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 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%%