From f84925896437aa5b13c4df7b098de69656eb5395 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Sun, 14 Jun 2009 03:11:15 +0000 Subject: Add parallels-tools, Parallels Desktop Tools for FreeBSD. --- emulators/Makefile | 1 + emulators/parallels-tools/Makefile | 29 +++++++++++++++++++++++++++++ emulators/parallels-tools/distinfo | 3 +++ emulators/parallels-tools/pkg-descr | 3 +++ emulators/parallels-tools/pkg-plist | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 emulators/parallels-tools/Makefile create mode 100644 emulators/parallels-tools/distinfo create mode 100644 emulators/parallels-tools/pkg-descr create mode 100644 emulators/parallels-tools/pkg-plist (limited to 'emulators') diff --git a/emulators/Makefile b/emulators/Makefile index 67b3ea47374c..bc5fc03d6b46 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -131,6 +131,7 @@ SUBDIR += open-vm-tools-nox11 SUBDIR += osmose SUBDIR += p-interp + SUBDIR += parallels-tools SUBDIR += pcemu SUBDIR += pearpc SUBDIR += prodosemu diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile new file mode 100644 index 000000000000..a6dd586a276b --- /dev/null +++ b/emulators/parallels-tools/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: parallels-tools +# Date created: 14 Jun 2009 +# Whom: Alexander Nedotsukov +# +# $FreeBSD$ +# + +PORTNAME= parallels-tools +PORTVERSION= 0.1.0 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland + +MAINTAINER= bland@FreeBSD.org +COMMENT= Parallels Desktop Tools for FreeBSD + +USE_BZIP2= yes + +KMODDIR?= /boot/modules +PLIST_SUB+= KMODDIR=${KMODDIR} +MAKE_ENV+= KMODDIR=${KMODDIR} + +.include + +.if ${OSVERSION} < 700000 +IGNORE= is only supported on FreeBSD 7.x or later +.endif + +.include diff --git a/emulators/parallels-tools/distinfo b/emulators/parallels-tools/distinfo new file mode 100644 index 000000000000..f16a5d8f7026 --- /dev/null +++ b/emulators/parallels-tools/distinfo @@ -0,0 +1,3 @@ +MD5 (parallels-tools-0.1.0.tar.bz2) = 5dc0efc08963e113bc0a02588044c63f +SHA256 (parallels-tools-0.1.0.tar.bz2) = 690cf3b5c2ec8b0d9ccc48e11a82fb4be1b1e3594837c85e74d465a30a36859f +SIZE (parallels-tools-0.1.0.tar.bz2) = 9021 diff --git a/emulators/parallels-tools/pkg-descr b/emulators/parallels-tools/pkg-descr new file mode 100644 index 000000000000..4ba1e83d02d0 --- /dev/null +++ b/emulators/parallels-tools/pkg-descr @@ -0,0 +1,3 @@ +This is a port of Parallels Desktop Tools for the FreeBSD. + +WWW: http://www.parallels.com/products/desktop/ diff --git a/emulators/parallels-tools/pkg-plist b/emulators/parallels-tools/pkg-plist new file mode 100644 index 000000000000..d0b39d08167e --- /dev/null +++ b/emulators/parallels-tools/pkg-plist @@ -0,0 +1,4 @@ +@cwd %%KMODDIR%% +if_pvmnet.ko +@exec kldxref %D +@unexec kldxref %D -- cgit v1.2.3