From owner-svn-ports-all@FreeBSD.ORG Fri May 30 14:22:37 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 CAA0467F; Fri, 30 May 2014 14:22:37 +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 B77A62B12; Fri, 30 May 2014 14:22:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UEMbt4090211; Fri, 30 May 2014 14:22:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UEMaCe090204; Fri, 30 May 2014 14:22:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405301422.s4UEMaCe090204@svn.freebsd.org> From: Antoine Brodin Date: Fri, 30 May 2014 14:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355847 - in head/devel: . libvhdi 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: Fri, 30 May 2014 14:22:38 -0000 Author: antoine Date: Fri May 30 14:22:36 2014 New Revision: 355847 URL: http://svnweb.freebsd.org/changeset/ports/355847 QAT: https://qat.redports.org/buildarchive/r355847/ Log: New port: devel/libvhdi Library and tools to access the Virtual Hard Disk (VHD) image format WWW: http://code.google.com/p/libvhdi/ Added: head/devel/libvhdi/ head/devel/libvhdi/Makefile (contents, props changed) head/devel/libvhdi/distinfo (contents, props changed) head/devel/libvhdi/pkg-descr (contents, props changed) head/devel/libvhdi/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 30 14:22:02 2014 (r355846) +++ head/devel/Makefile Fri May 30 14:22:36 2014 (r355847) @@ -1144,6 +1144,7 @@ SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc + SUBDIR += libvhdi SUBDIR += libvirt SUBDIR += libvirt-glib SUBDIR += libvirt-java Added: head/devel/libvhdi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvhdi/Makefile Fri May 30 14:22:36 2014 (r355847) @@ -0,0 +1,32 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libvhdi +# If/When moving from experimental to alpha, override DISTNAME to prevent PORTEPOCH +DISTVERSION= experimental-20140330 +CATEGORIES= devel +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSY250RjRzRXQ0bDg/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the Virtual Hard Disk image format + +LICENSE= LGPL3 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +USES= fuse gettext iconv libtool pathfix pkgconfig +USE_PYTHON= 2 +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +PORTDOCS= AUTHORS ChangeLog + +OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/devel/libvhdi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvhdi/distinfo Fri May 30 14:22:36 2014 (r355847) @@ -0,0 +1,2 @@ +SHA256 (libvhdi-experimental-20140330.tar.gz) = eb57d9907e1be98cc8e45dd68581fdd3e4a007573cc732649ac00985da7d9677 +SIZE (libvhdi-experimental-20140330.tar.gz) = 1306365 Added: head/devel/libvhdi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvhdi/pkg-descr Fri May 30 14:22:36 2014 (r355847) @@ -0,0 +1,3 @@ +Library and tools to access the Virtual Hard Disk (VHD) image format. + +WWW: http://code.google.com/p/libvhdi/ Added: head/devel/libvhdi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libvhdi/pkg-plist Fri May 30 14:22:36 2014 (r355847) @@ -0,0 +1,19 @@ +bin/vhdiinfo +bin/vhdimount +include/libvhdi.h +include/libvhdi/codepage.h +include/libvhdi/definitions.h +include/libvhdi/error.h +include/libvhdi/extern.h +include/libvhdi/features.h +include/libvhdi/types.h +lib/libvhdi.a +lib/libvhdi.so +lib/libvhdi.so.1 +lib/libvhdi.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyvhdi.a +%%PYTHON_SITELIBDIR%%/pyvhdi.so +libdata/pkgconfig/libvhdi.pc +man/man1/vhdiinfo.1.gz +man/man3/libvhdi.3.gz +@dirrm include/libvhdi