summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-29 18:05:47 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-29 18:05:47 +0800
commitf8e337522961754b35c6ceaf4ca2cc944e7a0d79 (patch)
tree7a3acdc0744c6759ae32d4f0268b6e2b76d626e9 /net
parent71772a60e1c3e8897aa1c3b7c9fd61b6d82fc7c9 (diff)
downloadmarcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar.gz
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar.bz2
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar.lz
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar.xz
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.tar.zst
marcuscom-ports-f8e337522961754b35c6ceaf4ca2cc944e7a0d79.zip
Update to 2.27.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12532 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/vinagre/Makefile49
-rw-r--r--net/vinagre/distinfo3
-rw-r--r--net/vinagre/files/patch-Makefile.in11
-rw-r--r--net/vinagre/pkg-descr10
-rw-r--r--net/vinagre/pkg-plist251
5 files changed, 324 insertions, 0 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
new file mode 100644
index 000000000..fdef47ad8
--- /dev/null
+++ b/net/vinagre/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: vinagre
+# Date created: 16 December 2007
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= vinagre
+PORTVERSION= 2.27.5
+CATEGORIES= net gnome
+MASTER_SITES= GNOME
+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.6:${PORTSDIR}/net/avahi-app \
+ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
+ gnome-keyring:${PORTSDIR}/security/gnome-keyring
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils \
+ gnomepanel
+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"
+
+GCONF_SCHEMAS= vinagre.schemas
+
+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..162edaf83
--- /dev/null
+++ b/net/vinagre/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/vinagre-2.27.5.tar.bz2) = 3ff63eda28860133467cba92f797d94e
+SHA256 (gnome2/vinagre-2.27.5.tar.bz2) = 1f7bd60cec6fdf228ac94958096a09a6e0fe751aa97cf2022c58739aa4973a2c
+SIZE (gnome2/vinagre-2.27.5.tar.bz2) = 1537950
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..e4c6936fc
--- /dev/null
+++ b/net/vinagre/pkg-plist
@@ -0,0 +1,251 @@
+bin/vinagre
+libdata/bonobo/servers/GNOME_VinagreApplet.server
+libexec/vinagre-applet
+include/vinagre-1.0/vinagre/vinagre-app.h
+include/vinagre-1.0/vinagre/vinagre-bacon.h
+include/vinagre-1.0/vinagre/vinagre-bookmarks-entry.h
+include/vinagre-1.0/vinagre/vinagre-bookmarks-migration.h
+include/vinagre-1.0/vinagre/vinagre-bookmarks-tree.h
+include/vinagre-1.0/vinagre/vinagre-bookmarks-ui.h
+include/vinagre-1.0/vinagre/vinagre-bookmarks.h
+include/vinagre-1.0/vinagre/vinagre-commands.h
+include/vinagre-1.0/vinagre/vinagre-connect.h
+include/vinagre-1.0/vinagre/vinagre-connection.h
+include/vinagre-1.0/vinagre/vinagre-debug.h
+include/vinagre-1.0/vinagre/vinagre-dirs.h
+include/vinagre-1.0/vinagre/vinagre-dnd.h
+include/vinagre-1.0/vinagre/vinagre-fav.h
+include/vinagre-1.0/vinagre/vinagre-notebook.h
+include/vinagre-1.0/vinagre/vinagre-plugin-loader.h
+include/vinagre-1.0/vinagre/vinagre-plugin.h
+include/vinagre-1.0/vinagre/vinagre-prefs.h
+include/vinagre-1.0/vinagre/vinagre-tab.h
+include/vinagre-1.0/vinagre/vinagre-ui.h
+include/vinagre-1.0/vinagre/vinagre-utils.h
+include/vinagre-1.0/vinagre/vinagre-window.h
+lib/vinagre-1/plugin-loaders/libcloader.a
+lib/vinagre-1/plugin-loaders/libcloader.la
+lib/vinagre-1/plugin-loaders/libcloader.so
+lib/vinagre-1/plugins/libvnc.a
+lib/vinagre-1/plugins/libvnc.la
+lib/vinagre-1/plugins/libvnc.so
+lib/vinagre-1/plugins/vnc.vinagre-plugin
+libdata/pkgconfig/vinagre-1.0.pc
+share/applications/vinagre-file.desktop
+share/applications/vinagre.desktop
+share/dbus-1/services/org.gnome.Empathy.StreamTubeHandler.x_vnc.service
+%%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/ca/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/ca/vinagre.xml
+share/gnome/help/vinagre/cs/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/cs/vinagre.xml
+share/gnome/help/vinagre/de/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/de/vinagre.xml
+share/gnome/help/vinagre/el/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/el/vinagre.xml
+share/gnome/help/vinagre/en_GB/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/en_GB/vinagre.xml
+share/gnome/help/vinagre/es/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/es/vinagre.xml
+share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/fr/vinagre.xml
+share/gnome/help/vinagre/it/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/it/vinagre.xml
+share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/oc/vinagre.xml
+share/gnome/help/vinagre/pl/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/pl/vinagre.xml
+share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/pt/vinagre.xml
+share/gnome/help/vinagre/pt_BR/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/pt_BR/vinagre.xml
+share/gnome/help/vinagre/sq/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/sq/vinagre.xml
+share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/sv/vinagre.xml
+share/gnome/help/vinagre/th/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/th/vinagre.xml
+share/gnome/help/vinagre/zh_CN/figures/vinagre-screenshot.png
+share/gnome/help/vinagre/zh_CN/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/16x16/status/view-minimize.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/22x22/status/view-minimize.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/32x32/status/view-minimize.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/48x48/status/view-minimize.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/icons/vinagre-plugin.png
+share/locale/ar/LC_MESSAGES/vinagre.mo
+share/locale/as/LC_MESSAGES/vinagre.mo
+share/locale/ast/LC_MESSAGES/vinagre.mo
+share/locale/be@latin/LC_MESSAGES/vinagre.mo
+share/locale/bg/LC_MESSAGES/vinagre.mo
+share/locale/bn_IN/LC_MESSAGES/vinagre.mo
+share/locale/ca/LC_MESSAGES/vinagre.mo
+share/locale/cs/LC_MESSAGES/vinagre.mo
+share/locale/da/LC_MESSAGES/vinagre.mo
+share/locale/de/LC_MESSAGES/vinagre.mo
+share/locale/el/LC_MESSAGES/vinagre.mo
+share/locale/en_GB/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/gu/LC_MESSAGES/vinagre.mo
+share/locale/he/LC_MESSAGES/vinagre.mo
+share/locale/hi/LC_MESSAGES/vinagre.mo
+share/locale/hu/LC_MESSAGES/vinagre.mo
+share/locale/it/LC_MESSAGES/vinagre.mo
+share/locale/ja/LC_MESSAGES/vinagre.mo
+share/locale/kn/LC_MESSAGES/vinagre.mo
+share/locale/ko/LC_MESSAGES/vinagre.mo
+share/locale/ku/LC_MESSAGES/vinagre.mo
+share/locale/lt/LC_MESSAGES/vinagre.mo
+share/locale/lv/LC_MESSAGES/vinagre.mo
+share/locale/mk/LC_MESSAGES/vinagre.mo
+share/locale/ml/LC_MESSAGES/vinagre.mo
+share/locale/mr/LC_MESSAGES/vinagre.mo
+share/locale/nb/LC_MESSAGES/vinagre.mo
+share/locale/nl/LC_MESSAGES/vinagre.mo
+share/locale/nn/LC_MESSAGES/vinagre.mo
+share/locale/oc/LC_MESSAGES/vinagre.mo
+share/locale/or/LC_MESSAGES/vinagre.mo
+share/locale/pa/LC_MESSAGES/vinagre.mo
+share/locale/pl/LC_MESSAGES/vinagre.mo
+share/locale/pt/LC_MESSAGES/vinagre.mo
+share/locale/pt_BR/LC_MESSAGES/vinagre.mo
+share/locale/ro/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/sq/LC_MESSAGES/vinagre.mo
+share/locale/sr/LC_MESSAGES/vinagre.mo
+share/locale/sr@latin/LC_MESSAGES/vinagre.mo
+share/locale/sv/LC_MESSAGES/vinagre.mo
+share/locale/ta/LC_MESSAGES/vinagre.mo
+share/locale/te/LC_MESSAGES/vinagre.mo
+share/locale/th/LC_MESSAGES/vinagre.mo
+share/locale/tr/LC_MESSAGES/vinagre.mo
+share/locale/vi/LC_MESSAGES/vinagre.mo
+share/locale/uk/LC_MESSAGES/vinagre.mo
+share/locale/zh_CN/LC_MESSAGES/vinagre.mo
+share/locale/zh_HK/LC_MESSAGES/vinagre.mo
+share/locale/zh_TW/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-ca.omf
+share/omf/vinagre/vinagre-cs.omf
+share/omf/vinagre/vinagre-de.omf
+share/omf/vinagre/vinagre-el.omf
+share/omf/vinagre/vinagre-en_GB.omf
+share/omf/vinagre/vinagre-es.omf
+share/omf/vinagre/vinagre-fr.omf
+share/omf/vinagre/vinagre-it.omf
+share/omf/vinagre/vinagre-oc.omf
+share/omf/vinagre/vinagre-pl.omf
+share/omf/vinagre/vinagre-pt.omf
+share/omf/vinagre/vinagre-pt_BR.omf
+share/omf/vinagre/vinagre-sq.omf
+share/omf/vinagre/vinagre-sv.omf
+share/omf/vinagre/vinagre-th.omf
+share/omf/vinagre/vinagre-zh_CN.omf
+%%DATADIR%%/GNOME_VinagreApplet.xml
+%%DATADIR%%/vinagre-ui.xml
+%%DATADIR%%/vinagre.glade
+@dirrm %%DATADIR%%
+@dirrm share/omf/vinagre
+@dirrm share/gnome/help/vinagre/zh_CN/figures
+@dirrm share/gnome/help/vinagre/zh_CN
+@dirrm share/gnome/help/vinagre/th/figures
+@dirrm share/gnome/help/vinagre/th
+@dirrm share/gnome/help/vinagre/sv/figures
+@dirrm share/gnome/help/vinagre/sv
+@dirrm share/gnome/help/vinagre/sq/figures
+@dirrm share/gnome/help/vinagre/sq
+@dirrm share/gnome/help/vinagre/pt_BR/figures
+@dirrm share/gnome/help/vinagre/pt_BR
+@dirrm share/gnome/help/vinagre/pt/figures
+@dirrm share/gnome/help/vinagre/pt
+@dirrm share/gnome/help/vinagre/pl/figures
+@dirrm share/gnome/help/vinagre/pl
+@dirrm share/gnome/help/vinagre/oc/figures
+@dirrm share/gnome/help/vinagre/oc
+@dirrm share/gnome/help/vinagre/it/figures
+@dirrm share/gnome/help/vinagre/it
+@dirrm share/gnome/help/vinagre/fr/figures
+@dirrm share/gnome/help/vinagre/fr
+@dirrm share/gnome/help/vinagre/es/figures
+@dirrm share/gnome/help/vinagre/es
+@dirrm share/gnome/help/vinagre/en_GB/figures
+@dirrm share/gnome/help/vinagre/en_GB
+@dirrm share/gnome/help/vinagre/el/figures
+@dirrm share/gnome/help/vinagre/el
+@dirrm share/gnome/help/vinagre/de/figures
+@dirrm share/gnome/help/vinagre/de
+@dirrm share/gnome/help/vinagre/cs/figures
+@dirrm share/gnome/help/vinagre/cs
+@dirrm share/gnome/help/vinagre/ca/figures
+@dirrm share/gnome/help/vinagre/ca
+@dirrm share/gnome/help/vinagre/C/figures
+@dirrm share/gnome/help/vinagre/C
+@dirrm share/gnome/help/vinagre
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrmtry share/applications
+@dirrm lib/vinagre-1/plugins
+@dirrm lib/vinagre-1/plugin-loaders
+@dirrm lib/vinagre-1
+@dirrm include/vinagre-1.0/vinagre
+@dirrm include/vinagre-1.0
+@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/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as