svn commit: r352455 - in head/devel: . libqcow
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 27 19:47:30 UTC 2014
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 <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libqcow
+DISTVERSION= alpha-20140328
+CATEGORIES= devel
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSzlxcHFxRC0zYTA/ \
+ LOCAL/antoine
+
+MAINTAINER= antoine at 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 <bsd.port.mk>
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
+ at dirrm include/libqcow
More information about the svn-ports-head
mailing list