From owner-svn-ports-all@FreeBSD.ORG Sun Apr 27 19:47:30 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 7CCC9D15; Sun, 27 Apr 2014 19:47:30 +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 6896B191A; Sun, 27 Apr 2014 19:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3RJlTL4011324; Sun, 27 Apr 2014 19:47:29 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3RJlSap011319; Sun, 27 Apr 2014 19:47:28 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404271947.s3RJlSap011319@svn.freebsd.org> From: Antoine Brodin Date: Sun, 27 Apr 2014 19:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352455 - in head/devel: . libqcow 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.17 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: Sun, 27 Apr 2014 19:47:30 -0000 Author: antoine Date: Sun Apr 27 19:47:28 2014 New Revision: 352455 URL: http://svnweb.freebsd.org/changeset/ports/352455 QAT: https://qat.redports.org/buildarchive/r352455/ Log: New port: devel/libqcow Library and tooling to access the QEMU Copy-On-Write (QCOW) image format WWW: http://code.google.com/p/libqcow/ Added: head/devel/libqcow/ head/devel/libqcow/Makefile (contents, props changed) head/devel/libqcow/distinfo (contents, props changed) head/devel/libqcow/pkg-descr (contents, props changed) head/devel/libqcow/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 27 19:40:51 2014 (r352454) +++ head/devel/Makefile Sun Apr 27 19:47:28 2014 (r352455) @@ -1085,6 +1085,7 @@ SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpthread-stubs + SUBDIR += libqcow SUBDIR += libqxt SUBDIR += librcc SUBDIR += librcd Added: head/devel/libqcow/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libqcow/Makefile Sun Apr 27 19:47:28 2014 (r352455) @@ -0,0 +1,31 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= libqcow +DISTVERSION= alpha-20140328 +CATEGORIES= devel +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSzlxcHFxRC0zYTA/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tooling to access the QEMU Copy-On-Write 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/libqcow/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libqcow/distinfo Sun Apr 27 19:47:28 2014 (r352455) @@ -0,0 +1,2 @@ +SHA256 (libqcow-alpha-20140328.tar.gz) = dd290b9c4bfe0603c3da22de29e8c090b9d7baf064369c276036730aa6433a75 +SIZE (libqcow-alpha-20140328.tar.gz) = 1324420 Added: head/devel/libqcow/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libqcow/pkg-descr Sun Apr 27 19:47:28 2014 (r352455) @@ -0,0 +1,3 @@ +Library and tooling to access the QEMU Copy-On-Write (QCOW) image format + +WWW: http://code.google.com/p/libqcow/ Added: head/devel/libqcow/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libqcow/pkg-plist Sun Apr 27 19:47:28 2014 (r352455) @@ -0,0 +1,19 @@ +bin/qcowinfo +bin/qcowmount +include/libqcow.h +include/libqcow/codepage.h +include/libqcow/definitions.h +include/libqcow/error.h +include/libqcow/extern.h +include/libqcow/features.h +include/libqcow/types.h +lib/libqcow.a +lib/libqcow.so +lib/libqcow.so.1 +lib/libqcow.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyqcow.a +%%PYTHON_SITELIBDIR%%/pyqcow.so +libdata/pkgconfig/libqcow.pc +man/man1/qcowinfo.1.gz +man/man3/libqcow.3.gz +@dirrm include/libqcow