diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:45 +0000 |
commit | 2c8c6c8970972a7da5a3ee28fc61a52f90059c94 (patch) | |
tree | d0941216885b3e1a441f3cd818ed315d94f5893e /security/tuntun | |
parent | 78602f2dfdde469def1f079217d3b21e5af1e987 (diff) | |
download | ports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.tar.gz ports-2c8c6c8970972a7da5a3ee28fc61a52f90059c94.zip |
Notes
Diffstat (limited to 'security/tuntun')
-rw-r--r-- | security/tuntun/Makefile | 27 | ||||
-rw-r--r-- | security/tuntun/distinfo | 2 | ||||
-rw-r--r-- | security/tuntun/files/patch-po | 11 | ||||
-rw-r--r-- | security/tuntun/files/patch-src_tuntun-applet.c | 19 | ||||
-rw-r--r-- | security/tuntun/files/patch-tuntun.server | 10 | ||||
-rw-r--r-- | security/tuntun/pkg-descr | 12 | ||||
-rw-r--r-- | security/tuntun/pkg-plist | 27 |
7 files changed, 0 insertions, 108 deletions
diff --git a/security/tuntun/Makefile b/security/tuntun/Makefile deleted file mode 100644 index 7da37f1bd2bc..000000000000 --- a/security/tuntun/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> -# $FreeBSD$ - -PORTNAME= tuntun -PORTVERSION= 0.4.0 -PORTREVISION= 5 -CATEGORIES= security gnome -MASTER_SITES= http://tuntun.googlecode.com/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gnome applet gui for OpenVPN - -DEPRECATED= gnome-panel 2.x will be updated in the GNOME 3 import -EXPIRATION_DATE=2014-04-10 - -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify - -USES= gmake pkgconfig pathfix -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" -CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0` -CONFIGURE_ARGS= --libdir=${PREFIX}/libdata/servers - -USE_GNOME= gnomehier intlhack gnomeprefix gnomepanel glib20 libgnomeui - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/security/tuntun/distinfo b/security/tuntun/distinfo deleted file mode 100644 index 5fac48202c96..000000000000 --- a/security/tuntun/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tuntun-0.4.0.tar.gz) = 9cfd51908530ed8ae9059511935fd3777b7515bb0a504affeddfe8bd713f6a0c -SIZE (tuntun-0.4.0.tar.gz) = 438866 diff --git a/security/tuntun/files/patch-po b/security/tuntun/files/patch-po deleted file mode 100644 index c1116dd9863c..000000000000 --- a/security/tuntun/files/patch-po +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig 2008-09-16 11:15:56.000000000 -0300 -+++ po/Makefile.in.in 2008-09-16 11:16:40.000000000 -0300 -@@ -44,7 +44,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - --GMSGFMT = @GMSGFMT@ -+GMSGFMT = @MSGFMT@ - MSGFMT = @MSGFMT@ - XGETTEXT = @XGETTEXT@ - INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ diff --git a/security/tuntun/files/patch-src_tuntun-applet.c b/security/tuntun/files/patch-src_tuntun-applet.c deleted file mode 100644 index 5f98a4fa65b8..000000000000 --- a/security/tuntun/files/patch-src_tuntun-applet.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/tuntun-applet.c.orig 2011-08-16 15:08:48.000000000 +0200 -+++ src/tuntun-applet.c 2011-08-16 15:32:49.000000000 +0200 -@@ -705,14 +705,14 @@ static void tuntun_panel_applet_on_conne - NotifyNotification* _tmp2_; - char* _tmp1_; - char* _tmp0_; -- notification = (_tmp2_ = notify_notification_new (tuntun_connection_info_get_name (tuntun_connection_get_info (connection)), _tmp0_ = g_strdup_printf (_ ("connection established\nassigned ip: %s"), tuntun_connection_info_get_assigned_ip (tuntun_connection_get_info (connection))), _tmp1_ = tuntun_utils_get_image_path (TUNTUN_CONSTANTS_IMAGES_CONNECTION_STATUS_CONNECTED), (GtkWidget*) self), _g_object_unref0 (notification), _tmp2_); -+ notification = (_tmp2_ = notify_notification_new (tuntun_connection_info_get_name (tuntun_connection_get_info (connection)), _tmp0_ = g_strdup_printf (_ ("connection established\nassigned ip: %s"), tuntun_connection_info_get_assigned_ip (tuntun_connection_get_info (connection))), _tmp1_ = tuntun_utils_get_image_path (TUNTUN_CONSTANTS_IMAGES_CONNECTION_STATUS_CONNECTED)), _g_object_unref0 (notification), _tmp2_); - _g_free0 (_tmp1_); - _g_free0 (_tmp0_); - } else { - if (tuntun_connection_get_status (connection) == TUNTUN_CONNECTION_STATES_DISCONNECTED) { - NotifyNotification* _tmp4_; - char* _tmp3_; -- notification = (_tmp4_ = notify_notification_new (tuntun_connection_info_get_name (tuntun_connection_get_info (connection)), _ ("connection closed"), _tmp3_ = tuntun_utils_get_image_path (TUNTUN_CONSTANTS_IMAGES_CONNECTION_STATUS_DISCONNECTED), (GtkWidget*) self), _g_object_unref0 (notification), _tmp4_); -+ notification = (_tmp4_ = notify_notification_new (tuntun_connection_info_get_name (tuntun_connection_get_info (connection)), _ ("connection closed"), _tmp3_ = tuntun_utils_get_image_path (TUNTUN_CONSTANTS_IMAGES_CONNECTION_STATUS_DISCONNECTED)), _g_object_unref0 (notification), _tmp4_); - _g_free0 (_tmp3_); - } - } diff --git a/security/tuntun/files/patch-tuntun.server b/security/tuntun/files/patch-tuntun.server deleted file mode 100644 index b8f75c0122a7..000000000000 --- a/security/tuntun/files/patch-tuntun.server +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tuntun.server.in 2008-09-16 11:10:52.000000000 -0300 -+++ src/tuntun.server.in 2008-09-16 11:11:36.000000000 -0300 -@@ -1,6 +1,6 @@ - <oaf_info> - <oaf_server iid="OAFIID:GNOME_Tuntun_Factory" type="exe" -- location="/usr/lib/gnome-applets/tuntun"> -+ location="/usr/local/libexec/tuntun"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Bonobo/GenericFactory:1.0"/> diff --git a/security/tuntun/pkg-descr b/security/tuntun/pkg-descr deleted file mode 100644 index ebb5dfcd7589..000000000000 --- a/security/tuntun/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Tuntun is an applet for Gnome panel that manage a list of vpn connections -through the OpenVPN Management Interface. - -Main features - - * Simple & lightweight just a client GUI to start/stop your OpenVPN tunnels - and nothing more - * Integrated with the Gnome Desktop (support for the Keyring and notification - daemon) - * Support for Auth and Private-Key OpenVPN authentication methods - -WWW: http://code.google.com/p/tuntun/ diff --git a/security/tuntun/pkg-plist b/security/tuntun/pkg-plist deleted file mode 100644 index cd27aa711b5f..000000000000 --- a/security/tuntun/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -libdata/bonobo/servers/tuntun.server -libexec/tuntun -share/locale/it/LC_MESSAGES/tuntun.mo -share/locale/lv/LC_MESSAGES/tuntun.mo -share/pixmaps/tuntun-icon.png -share/tuntun/ui/tuntun.ui -share/tuntun/ui/tuntun-auth-dialog.ui -share/tuntun/pixmaps/tuntun.png -share/tuntun/pixmaps/tuntun_act_1.png -share/tuntun/pixmaps/tuntun_act_2.png -share/tuntun/pixmaps/connect.png -share/tuntun/pixmaps/connected.png -share/tuntun/pixmaps/disconnect.png -share/tuntun/pixmaps/not_connected.png -share/tuntun/pixmaps/unknown.png -share/tuntun/pixmaps/tuntun_error.png -share/tuntun/pixmaps/tuntun_warning.png -share/doc/tuntun/AUTHORS -share/doc/tuntun/COPYING -share/doc/tuntun/ChangeLog -share/doc/tuntun/INSTALL -share/doc/tuntun/NEWS -share/doc/tuntun/README -@dirrm share/doc/tuntun -@dirrm share/tuntun/pixmaps -@dirrm share/tuntun/ui -@dirrm share/tuntun |