svn commit: r355847 - in head/devel: . libvhdi

Antoine Brodin antoine at FreeBSD.org
Fri May 30 14:22:38 UTC 2014


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 <antoine at FreeBSD.org>
+# $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 at 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 <bsd.port.mk>

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
+ at dirrm include/libvhdi


More information about the svn-ports-all mailing list