pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import vino-3.18.1 as wip/vino



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Dec 1 04:30:06 2015 +0000
Changeset:	31d7a59be4c3aa362d1830d531eae6de0a4d8713

Added Files:
	vino/DESCR
	vino/Makefile
	vino/PLIST
	vino/distinfo
	vino/options.mk

Log Message:
import vino-3.18.1 as wip/vino

VNC (Virtual Network Computing) software makes it possible to view and
fully-interact with one computer from any other computer or mobile device
anywhere on the Internet.  VNC software is cross-platform, allowing remote
control between different types of computer.

VNC has a wide range of applications including system administration, IT
support and helpdesks.  It can also be used to support the mobile user, both
for hot desking within the enterprise and also to provide remote access at
home, or on the road.  The system allows several connections to the same
desktop, providing an invaluable tool for collaborative or shared working in
the workplace or classroom.  Computer support within the geographically spread
family is an ever popular use.

Vino is an VNC server that integrates cleanly within the GNOME Desktop.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31d7a59be4c3aa362d1830d531eae6de0a4d8713

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vino/DESCR      | 14 ++++++++++++++
 vino/Makefile   | 42 ++++++++++++++++++++++++++++++++++++++++++
 vino/PLIST      |  0
 vino/distinfo   |  6 ++++++
 vino/options.mk | 28 ++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+)

diffs:
diff --git a/vino/DESCR b/vino/DESCR
new file mode 100644
index 0000000..01710cc
--- /dev/null
+++ b/vino/DESCR
@@ -0,0 +1,14 @@
+VNC (Virtual Network Computing) software makes it possible to view and
+fully-interact with one computer from any other computer or mobile device
+anywhere on the Internet.  VNC software is cross-platform, allowing remote
+control between different types of computer.
+
+VNC has a wide range of applications including system administration, IT
+support and helpdesks.  It can also be used to support the mobile user, both
+for hot desking within the enterprise and also to provide remote access at
+home, or on the road.  The system allows several connections to the same
+desktop, providing an invaluable tool for collaborative or shared working in
+the workplace or classroom.  Computer support within the geographically spread
+family is an ever popular use.
+
+Vino is an VNC server that integrates cleanly within the GNOME Desktop.
diff --git a/vino/Makefile b/vino/Makefile
new file mode 100644
index 0000000..7ede017
--- /dev/null
+++ b/vino/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.85 2015/10/10 01:58:17 ryoon Exp $
+
+DISTNAME=	vino-3.18.1
+PKGREVISION=	16
+CATEGORIES=	net gnome
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/vino/3.18/}
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.gnome.org/
+COMMENT=	VNC server for GNOME
+LICENSE=	gnu-gpl-v2
+
+USE_LIBTOOL=		yes
+USE_PKGLOCALEDIR=	yes
+USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--enable-gnome-keyring
+CONFIGURE_ARGS+=	--enable-http-server=yes
+
+GCONF_SCHEMAS=		vino-server.schemas
+
+.include "options.mk"
+
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../security/libgnome-keyring/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../x11/libunique/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vino/PLIST b/vino/PLIST
new file mode 100644
index 0000000..e69de29
diff --git a/vino/distinfo b/vino/distinfo
new file mode 100644
index 0000000..314a787
--- /dev/null
+++ b/vino/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (vino-3.18.1.tar.xz) = 58bd9e020cdd51c164598370f42173c0e4507287
+RMD160 (vino-3.18.1.tar.xz) = 021c871ce96f1770195c83e482a791ca0e11bce0
+SHA512 (vino-3.18.1.tar.xz) = 6c98b86a1ae324547b63a2071208f5c2213765ad554f10f3e504bc6ab5817682e5a03df5c23ddbb814d918f263027579c3344dab944eeb4329b0a84f9a3bd182
+Size (vino-3.18.1.tar.xz) = 766944 bytes
diff --git a/vino/options.mk b/vino/options.mk
new file mode 100644
index 0000000..153698a
--- /dev/null
+++ b/vino/options.mk
@@ -0,0 +1,28 @@
+# $NetBSD: options.mk,v 1.6 2013/08/12 09:36:41 obache Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.vino
+PKG_SUPPORTED_OPTIONS+=	avahi inet6 telepathy
+PKG_SUGGESTED_OPTIONS=	inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mavahi)
+CONFIGURE_ARGS+=	--enable-avahi
+.include "../../net/avahi/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--disable-avahi
+.endif
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.else
+CONFIGURE_ARGS+=	--disable-ipv6
+.endif
+
+.if !empty(PKG_OPTIONS:Mtelepathy)
+CONFIGURE_ARGS+=	--enable-telepathy
+BUILDLINK_API_DEPENDS.telepathy-glib+=	telepathy-glib>=0.11.6
+.include "../../chat/telepathy-glib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--disable-telepathy
+.endif


Home | Main Index | Thread Index | Old Index