diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 05:57:40 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 05:57:40 +0800 |
commit | 0cf24b6921bf24e5190cf5796338575b05f441a0 (patch) | |
tree | 5aef18cc4ffbf6ae15d7367833839e627326447d /net | |
parent | b6d5d3e049b7382cef2718f80a20607798f43d94 (diff) | |
download | marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar.gz marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar.bz2 marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar.lz marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar.xz marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.tar.zst marcuscom-ports-0cf24b6921bf24e5190cf5796338575b05f441a0.zip |
-Update to 0.4.90.
-Remove gnome-vfs dependency, it uses gio now.
-Remove INSTALL from docs, it's not need.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10250 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vinagre/Makefile | 48 | ||||
-rw-r--r-- | net/vinagre/distinfo | 3 | ||||
-rw-r--r-- | net/vinagre/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/vinagre/pkg-descr | 10 | ||||
-rw-r--r-- | net/vinagre/pkg-plist | 96 |
5 files changed, 168 insertions, 0 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile new file mode 100644 index 000000000..1d36ff0ba --- /dev/null +++ b/net/vinagre/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: vinagre +# Date created: 16 December 2007 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= vinagre +PORTVERSION= 0.4.90 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= VNC client for the GNOME Desktop + +LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ + avahi-core.5:${PORTSDIR}/net/avahi-app \ + avahi-ui.0:${PORTSDIR}/net/avahi-gtk \ + gnome-keyring:${PORTSDIR}/security/gnome-keyring + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XLIB= yes +USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-avahi +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= vinagre.1 + +post-install: + @-update-desktop-database > /dev/null + @-update-mime-database ${PREFIX}/share/mime > /dev/null +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo new file mode 100644 index 000000000..fe4b93eee --- /dev/null +++ b/net/vinagre/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/vinagre-0.4.90.tar.bz2) = 6bfc7c8fefb1e730dc9ff40ee01735f1 +SHA256 (gnome2/vinagre-0.4.90.tar.bz2) = 1cdbd6727e4a4c67e63cb393924ce5f663cd2c802b1892cc689013c76e1cb78c +SIZE (gnome2/vinagre-0.4.90.tar.bz2) = 637257 diff --git a/net/vinagre/files/patch-Makefile.in b/net/vinagre/files/patch-Makefile.in new file mode 100644 index 000000000..d54e01e7f --- /dev/null +++ b/net/vinagre/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2007-12-16 14:18:35.000000000 -0500 ++++ Makefile.in 2007-12-16 14:19:09.000000000 -0500 +@@ -667,7 +667,7 @@ info: info-recursive + + info-am: + +-install-data-am: install-vinagredocDATA ++install-data-am: + + install-dvi: install-dvi-recursive + diff --git a/net/vinagre/pkg-descr b/net/vinagre/pkg-descr new file mode 100644 index 000000000..9aa3ad1fa --- /dev/null +++ b/net/vinagre/pkg-descr @@ -0,0 +1,10 @@ +Vinagre is a VNC Client for the GNOME Desktop. Its features include: + +* You can connect to several machines at the same time, we like tabs +* You can keep track of your most used connections, we like favorites +* You can keep track of your recently used connections, we like GtkRecent +* You can browse your network for VNC servers, we like avahi +* You don't need to supply the password on every connection, we like GNOME + Keyring + +WWW: http://www.gnome.org/projects/vinagre/ diff --git a/net/vinagre/pkg-plist b/net/vinagre/pkg-plist new file mode 100644 index 000000000..9ed2391d7 --- /dev/null +++ b/net/vinagre/pkg-plist @@ -0,0 +1,96 @@ +bin/vinagre +share/applications/vinagre-file.desktop +share/applications/vinagre.desktop +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/gnome/help/vinagre/C/figures/vinagre-screenshot.png +share/gnome/help/vinagre/C/legal.xml +share/gnome/help/vinagre/C/vinagre.xml +share/gnome/help/vinagre/es/figures/vinagre-screenshot.png +share/gnome/help/vinagre/es/vinagre.xml +share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png +share/gnome/help/vinagre/oc/vinagre.xml +share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png +share/gnome/help/vinagre/pt/vinagre.xml +share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png +share/gnome/help/vinagre/sv/vinagre.xml +share/icons/hicolor/16x16/apps/vinagre.png +share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png +share/icons/hicolor/16x16/mimetypes/application-x-vnc.png +share/icons/hicolor/22x22/apps/vinagre.png +share/icons/hicolor/22x22/mimetypes/application-x-remote-connection.png +share/icons/hicolor/22x22/mimetypes/application-x-vnc.png +share/icons/hicolor/24x24/apps/vinagre.png +share/icons/hicolor/24x24/mimetypes/application-x-remote-connection.png +share/icons/hicolor/24x24/mimetypes/application-x-vnc.png +share/icons/hicolor/32x32/apps/vinagre.png +share/icons/hicolor/32x32/mimetypes/application-x-remote-connection.png +share/icons/hicolor/32x32/mimetypes/application-x-vnc.png +share/icons/hicolor/48x48/apps/vinagre.png +share/icons/hicolor/48x48/mimetypes/application-x-remote-connection.png +share/icons/hicolor/48x48/mimetypes/application-x-vnc.png +share/icons/hicolor/scalable/apps/vinagre.svg +share/icons/hicolor/scalable/mimetypes/application-x-remote-connection.svg +share/icons/hicolor/scalable/mimetypes/application-x-vnc.svg +share/locale/ar/LC_MESSAGES/vinagre.mo +share/locale/bg/LC_MESSAGES/vinagre.mo +share/locale/ca/LC_MESSAGES/vinagre.mo +share/locale/de/LC_MESSAGES/vinagre.mo +share/locale/es/LC_MESSAGES/vinagre.mo +share/locale/et/LC_MESSAGES/vinagre.mo +share/locale/eu/LC_MESSAGES/vinagre.mo +share/locale/fi/LC_MESSAGES/vinagre.mo +share/locale/fr/LC_MESSAGES/vinagre.mo +share/locale/gl/LC_MESSAGES/vinagre.mo +share/locale/he/LC_MESSAGES/vinagre.mo +share/locale/hu/LC_MESSAGES/vinagre.mo +share/locale/it/LC_MESSAGES/vinagre.mo +share/locale/ko/LC_MESSAGES/vinagre.mo +share/locale/mk/LC_MESSAGES/vinagre.mo +share/locale/nb/LC_MESSAGES/vinagre.mo +share/locale/nl/LC_MESSAGES/vinagre.mo +share/locale/oc/LC_MESSAGES/vinagre.mo +share/locale/pt/LC_MESSAGES/vinagre.mo +share/locale/pt_BR/LC_MESSAGES/vinagre.mo +share/locale/ru/LC_MESSAGES/vinagre.mo +share/locale/si/LC_MESSAGES/vinagre.mo +share/locale/sl/LC_MESSAGES/vinagre.mo +share/locale/sv/LC_MESSAGES/vinagre.mo +share/locale/zh_CN/LC_MESSAGES/vinagre.mo +share/mime/application/x-remote-connection.xml +share/mime/application/x-vnc.xml +share/mime/packages/vinagre-mime.xml +share/omf/vinagre/vinagre-C.omf +share/omf/vinagre/vinagre-es.omf +share/omf/vinagre/vinagre-oc.omf +share/omf/vinagre/vinagre-pt.omf +share/omf/vinagre/vinagre-sv.omf +%%DATADIR%%/vinagre-ui.xml +%%DATADIR%%/vinagre.glade +@dirrm %%DATADIR%% +@dirrm share/omf/vinagre +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrm share/gnome/help/vinagre/sv/figures +@dirrm share/gnome/help/vinagre/sv +@dirrm share/gnome/help/vinagre/pt/figures +@dirrm share/gnome/help/vinagre/pt +@dirrm share/gnome/help/vinagre/oc/figures +@dirrm share/gnome/help/vinagre/oc +@dirrm share/gnome/help/vinagre/es/figures +@dirrm share/gnome/help/vinagre/es +@dirrm share/gnome/help/vinagre/C/figures +@dirrm share/gnome/help/vinagre/C +@dirrm share/gnome/help/vinagre +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications |