svn commit: r355851 - in head/devel: . libvmdk
Antoine Brodin
antoine at FreeBSD.org
Fri May 30 14:31:39 UTC 2014
Author: antoine
Date: Fri May 30 14:31:37 2014
New Revision: 355851
URL: http://svnweb.freebsd.org/changeset/ports/355851
QAT: https://qat.redports.org/buildarchive/r355851/
Log:
New port: devel/libvmdk
Library and tools to access the VMware Virtual Disk (VMDK) image format
WWW: http://code.google.com/p/libvmdk/
Added:
head/devel/libvmdk/
head/devel/libvmdk/Makefile (contents, props changed)
head/devel/libvmdk/distinfo (contents, props changed)
head/devel/libvmdk/pkg-descr (contents, props changed)
head/devel/libvmdk/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri May 30 14:25:51 2014 (r355850)
+++ head/devel/Makefile Fri May 30 14:31:37 2014 (r355851)
@@ -1148,6 +1148,7 @@
SUBDIR += libvirt
SUBDIR += libvirt-glib
SUBDIR += libvirt-java
+ SUBDIR += libvmdk
SUBDIR += libvolume_id
SUBDIR += libvshadow
SUBDIR += libwfut
Added: head/devel/libvmdk/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvmdk/Makefile Fri May 30 14:31:37 2014 (r355851)
@@ -0,0 +1,32 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libvmdk
+# If/When moving from experimental to alpha, override DISTNAME to prevent PORTEPOCH
+DISTVERSION= experimental-20140421
+CATEGORIES= devel
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSQ1dOUmhqMkR2cm8/ \
+ LOCAL/antoine
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Library and tools to access the VMware Virtual Disk (VMDK) 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/libvmdk/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvmdk/distinfo Fri May 30 14:31:37 2014 (r355851)
@@ -0,0 +1,2 @@
+SHA256 (libvmdk-experimental-20140421.tar.gz) = 0d4fa5a4748cd684896d00f7eaa75b36c2495f548d7c75158240ccaca1416ad0
+SIZE (libvmdk-experimental-20140421.tar.gz) = 1388714
Added: head/devel/libvmdk/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvmdk/pkg-descr Fri May 30 14:31:37 2014 (r355851)
@@ -0,0 +1,3 @@
+Library and tools to access the VMware Virtual Disk (VMDK) format.
+
+WWW: http://code.google.com/p/libvmdk/
Added: head/devel/libvmdk/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libvmdk/pkg-plist Fri May 30 14:31:37 2014 (r355851)
@@ -0,0 +1,18 @@
+bin/vmdkinfo
+bin/vmdkmount
+include/libvmdk.h
+include/libvmdk/definitions.h
+include/libvmdk/error.h
+include/libvmdk/extern.h
+include/libvmdk/features.h
+include/libvmdk/types.h
+lib/libvmdk.a
+lib/libvmdk.so
+lib/libvmdk.so.1
+lib/libvmdk.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyvmdk.a
+%%PYTHON_SITELIBDIR%%/pyvmdk.so
+libdata/pkgconfig/libvmdk.pc
+man/man1/vmdkinfo.1.gz
+man/man3/libvmdk.3.gz
+ at dirrm include/libvmdk
More information about the svn-ports-all
mailing list