diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-14 17:59:19 +0800 | 
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-14 17:59:19 +0800 | 
| commit | 3de9eed7e7ace3896b282a0de7b493e7123dd04c (patch) | |
| tree | 2fbcfd294f629928a1fa3642f399bf4e399d9d1a | |
| parent | 54bdc451257345fc952c09368cd5ebd45a57f88d (diff) | |
| download | marcuscom-ports-3de9eed7e7ace3896b282a0de7b493e7123dd04c.tar.gz marcuscom-ports-3de9eed7e7ace3896b282a0de7b493e7123dd04c.tar.zst marcuscom-ports-3de9eed7e7ace3896b282a0de7b493e7123dd04c.zip  | |
Update to 2.31.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14395 df743ca5-7f9a-e211-a948-0013205c9059
| -rw-r--r-- | net/gnome-nettool/Makefile | 38 | ||||
| -rw-r--r-- | net/gnome-nettool/distinfo | 3 | ||||
| -rw-r--r-- | net/gnome-nettool/files/patch-src_info.c | 76 | ||||
| -rw-r--r-- | net/gnome-nettool/files/patch-src_lookup.c | 10 | ||||
| -rw-r--r-- | net/gnome-nettool/files/patch-src_netstat.c | 20 | ||||
| -rw-r--r-- | net/gnome-nettool/files/patch-src_nettool.c | 49 | ||||
| -rw-r--r-- | net/gnome-nettool/pkg-descr | 3 | ||||
| -rw-r--r-- | net/gnome-nettool/pkg-plist | 193 | ||||
| -rw-r--r-- | sysutils/gconf-editor/Makefile | 32 | ||||
| -rw-r--r-- | sysutils/gconf-editor/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/gconf-editor/pkg-descr | 2 | ||||
| -rw-r--r-- | sysutils/gconf-editor/pkg-plist | 321 | 
12 files changed, 750 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile new file mode 100644 index 000000000..87bfa6f0a --- /dev/null +++ b/net/gnome-nettool/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for:   gnomenetwork +# Date Created:			03 June 2003 +# Whom:				Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +#   $MCom: ports/net/gnome-nettool/Makefile,v 1.55 2010/04/01 16:28:19 kwm Exp $ +# + +PORTNAME=	gnome-nettool +PORTVERSION=	2.31.6 +PORTEPOCH=	1 +CATEGORIES=	net gnome +MASTER_SITES=	GNOME +DIST_SUBDIR=	gnome2 + +MAINTAINER=	gnome@FreeBSD.org +COMMENT=	A GNOME utility that provides network information statistics + +LIB_DEPENDS=	gtop-2.0.7:${PORTSDIR}/devel/libgtop + +USE_BZIP2=	yes +USE_GNOME=	gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils +GNOME_DESKTOP_VERSION=2 +USE_GMAKE=	yes +USE_GETTEXT=	yes +INSTALLS_OMF=	yes +INSTALLS_ICONS=	yes +GNU_CONFIGURE=	yes +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ +		LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+=	-DHAVE_SOCKADDR_SA_LEN + +post-install: +	${MKDIR} ${PREFIX}/share/pixmaps +	${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ +		${PREFIX}/share/pixmaps/gnome-nettool.png + +.include <bsd.port.mk> diff --git a/net/gnome-nettool/distinfo b/net/gnome-nettool/distinfo new file mode 100644 index 000000000..56e7375d6 --- /dev/null +++ b/net/gnome-nettool/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-nettool-2.31.6.tar.bz2) = 1a47492434e1fe22735ca1da617bf195 +SHA256 (gnome2/gnome-nettool-2.31.6.tar.bz2) = f9d51e1ef0a0d0376f2e2068f18cfaa94815284da9fd5d03aff901d99e9effe7 +SIZE (gnome2/gnome-nettool-2.31.6.tar.bz2) = 649256 diff --git a/net/gnome-nettool/files/patch-src_info.c b/net/gnome-nettool/files/patch-src_info.c new file mode 100644 index 000000000..88a107e6f --- /dev/null +++ b/net/gnome-nettool/files/patch-src_info.c @@ -0,0 +1,76 @@ +--- src/info.c.orig	2008-12-08 23:29:39.000000000 -0500 ++++ src/info.c	2009-02-27 16:33:49.000000000 -0500 +@@ -20,6 +20,10 @@ + #include <gtk/gtk.h> + #include <glib/gi18n.h> + #include <glib/gprintf.h> ++#include <sys/types.h> ++#include <string.h> ++#include <errno.h> ++#include <unistd.h> +  + #ifdef HAVE_CONFIG_H + #  include <config.h> +@@ -37,6 +41,9 @@ + #include <sys/ioctl.h> + #include <stdlib.h> + #include <net/if.h> ++#ifdef __FreeBSD__ ++#include <net/if_media.h> ++#endif +  + #include <glibtop.h> + #include <glibtop/netlist.h> +@@ -61,6 +68,7 @@ static InfoInterfaceDescription info_ifa + 	{ N_("Ethernet Interface"),      INFO_INTERFACE_ETH,     "16_ethernet.xpm", "eth",        NULL }, + 	{ N_("Wireless Interface"),      INFO_INTERFACE_WLAN,    "wavelan-16.png",  "wlan",       NULL }, + 	{ N_("Modem Interface"),         INFO_INTERFACE_PPP,     "16_ppp.xpm",      "ppp",        NULL }, ++	{ N_("Modem Interface"),         INFO_INTERFACE_PPP,     "16_ppp.xpm",      "tun",        NULL }, + 	{ N_("Parallel Line Interface"), INFO_INTERFACE_PLIP,    "16_plip.xpm",     "plip",       NULL }, + 	{ N_("Infrared Interface"),      INFO_INTERFACE_IRLAN,   "irda-16.png",     "irlan",      NULL }, + 	{ N_("Loopback Interface"),      INFO_INTERFACE_LO,      "16_loopback.xpm", "lo",         NULL }, +@@ -131,9 +139,42 @@ info_get_interface_from_dev_name (const  + { + 	gint i; + 	gchar *path; +-	 ++	gchar *dev_type = NULL; ++#if defined(__FreeBSD__) ++	int s; ++	struct ifmediareq ifmr; ++ ++	if ((s = socket (AF_INET, SOCK_DGRAM, 0)) > -1) { ++ ++		(void) memset (&ifmr, 0, sizeof (ifmr)); ++		(void) strncpy (ifmr.ifm_name, dev_name, sizeof (ifmr.ifm_name)); ++ ++		if (ioctl (s, SIOCGIFMEDIA, (caddr_t) &ifmr) > -1) { ++			switch (IFM_TYPE (ifmr.ifm_active)) { ++				case IFM_ETHER: ++					dev_type = "eth"; ++					break; ++				case IFM_FDDI: ++				case IFM_TOKEN: ++#ifdef IFM_ATM ++				case IFM_ATM: ++#endif ++					dev_type = "other_type"; ++					break; ++				case IFM_IEEE80211: ++					dev_type = "wlan"; ++					break; ++			} ++		} ++		close (s); ++	} ++#endif /* defined(__FreeBSD__) */ ++ ++	if (!dev_type) ++		dev_type = (gchar *) dev_name; ++ + 	for (i = 0; info_iface_desc[i].name; i++) +-		if (strstr (dev_name, info_iface_desc[i].prefix) == dev_name) { ++		if (strstr (dev_type, info_iface_desc[i].prefix) == dev_type) { + 			(*iface) = g_strdup_printf ("%s (%s)", _(info_iface_desc[i].name), dev_name); + 			if (info_iface_desc[i].pixbuf == NULL) { + 				path = g_build_filename (PIXMAPS_DIR, info_iface_desc[i].icon, NULL); diff --git a/net/gnome-nettool/files/patch-src_lookup.c b/net/gnome-nettool/files/patch-src_lookup.c new file mode 100644 index 000000000..9744c1397 --- /dev/null +++ b/net/gnome-nettool/files/patch-src_lookup.c @@ -0,0 +1,10 @@ +--- src/lookup.c.orig	Sun Jul  3 17:47:02 2005 ++++ src/lookup.c	Sun Jul  3 17:47:20 2005 +@@ -21,6 +21,7 @@ + #include <gtk/gtk.h> + #include <glib/gi18n.h> + #include <glib/gprintf.h> ++#include <sys/types.h> +  + #include "lookup.h" + #include "utils.h" diff --git a/net/gnome-nettool/files/patch-src_netstat.c b/net/gnome-nettool/files/patch-src_netstat.c new file mode 100644 index 000000000..1eec84927 --- /dev/null +++ b/net/gnome-nettool/files/patch-src_netstat.c @@ -0,0 +1,20 @@ +--- src/netstat.c.orig	Tue Jul  6 13:55:25 2004 ++++ src/netstat.c	Fri Aug 20 15:55:40 2004 +@@ -108,12 +108,17 @@ + 	g_return_val_if_fail (netinfo != NULL, NULL); + 	 + 	if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (netinfo->routing))) { ++#ifdef __FreeBSD__ ++		/* XXX We only support ipv4 now */ ++		option = g_strdup ("-rn -f inet"); ++#else + 		/* Works for Solaris and Linux */ + 		if (netinfo_is_ipv6_enable ()) { + 			option = g_strdup ("-rn -A inet -A inet6"); + 		} else { + 			option = g_strdup ("-rn -A inet"); + 		} ++#endif +  + 		if (netinfo->stbar_text) + 			g_free (netinfo->stbar_text); diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c new file mode 100644 index 000000000..40e454467 --- /dev/null +++ b/net/gnome-nettool/files/patch-src_nettool.c @@ -0,0 +1,49 @@ +--- src/nettool.c.orig	2009-06-18 13:51:14.000000000 -0400 ++++ src/nettool.c	2009-07-19 16:05:59.000000000 -0400 +@@ -24,6 +24,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <signal.h> + #include <errno.h> + #include <sys/wait.h> +@@ -374,6 +375,10 @@ netinfo_io_text_buffer_dialog (GIOChanne + 						 	len, NULL); + 			} +  ++			g_free (text); ++ ++			return TRUE; ++ + 		} else if (status == G_IO_STATUS_AGAIN) { + 			char buf[1]; +  +@@ -385,6 +390,8 @@ netinfo_io_text_buffer_dialog (GIOChanne + 				} + 				g_string_append_c (netinfo->command_output, buf[0]); + 			} ++			g_free (text); ++			return TRUE; + 		} else if (status == G_IO_STATUS_EOF) { + 			 + 		} else if (status == G_IO_STATUS_ERROR) { +@@ -402,15 +409,15 @@ netinfo_io_text_buffer_dialog (GIOChanne +  + 			} else { + 				g_warning ("Error: %s\n", err->message); +-				g_free (text); + 				g_free (err); + 			} +  ++			g_free (text); ++			return TRUE; ++ + 		} +  + 		g_free (text); +- +-		return TRUE; + 	} +  + 	/* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so diff --git a/net/gnome-nettool/pkg-descr b/net/gnome-nettool/pkg-descr new file mode 100644 index 000000000..5619126fe --- /dev/null +++ b/net/gnome-nettool/pkg-descr @@ -0,0 +1,3 @@ +Gnome-nettool is a utility for getting network information such as interface +statistics, and for front-ending commands like ping and traceroute.  It +is very similar to the MacOS X Network Utility. diff --git a/net/gnome-nettool/pkg-plist b/net/gnome-nettool/pkg-plist new file mode 100644 index 000000000..f358bc3f8 --- /dev/null +++ b/net/gnome-nettool/pkg-plist @@ -0,0 +1,193 @@ +bin/gnome-nettool +share/applications/gnome-nettool.desktop +%%DATADIR%%/pixmaps/16_ethernet.xpm +%%DATADIR%%/pixmaps/16_loopback.xpm +%%DATADIR%%/pixmaps/16_plip.xpm +%%DATADIR%%/pixmaps/16_ppp.xpm +%%DATADIR%%/pixmaps/gnome-nettool.png +%%DATADIR%%/pixmaps/irda-16.png +%%DATADIR%%/pixmaps/network.png +%%DATADIR%%/pixmaps/wavelan-16.png +%%DATADIR%%/ui/gnome-nettool.ui +share/gnome/help/gnome-nettool/C/gnome-nettool.xml +share/gnome/help/gnome-nettool/C/legal.xml +share/gnome/help/gnome-nettool/ca/gnome-nettool.xml +share/gnome/help/gnome-nettool/cs/gnome-nettool.xml +share/gnome/help/gnome-nettool/da/gnome-nettool.xml +share/gnome/help/gnome-nettool/de/gnome-nettool.xml +share/gnome/help/gnome-nettool/el/gnome-nettool.xml +share/gnome/help/gnome-nettool/en_GB/gnome-nettool.xml +share/gnome/help/gnome-nettool/es/gnome-nettool.xml +share/gnome/help/gnome-nettool/fr/gnome-nettool.xml +share/gnome/help/gnome-nettool/oc/gnome-nettool.xml +share/gnome/help/gnome-nettool/pa/gnome-nettool.xml +share/gnome/help/gnome-nettool/pt_BR/gnome-nettool.xml +share/gnome/help/gnome-nettool/ru/gnome-nettool.xml +share/gnome/help/gnome-nettool/sv/gnome-nettool.xml +share/gnome/help/gnome-nettool/uk/gnome-nettool.xml +share/gnome/help/gnome-nettool/vi/gnome-nettool.xml +share/gnome/help/gnome-nettool/zh_CN/gnome-nettool.xml +share/icons/hicolor/16x16/apps/gnome-nettool.png +share/icons/hicolor/22x22/apps/gnome-nettool.png +share/icons/hicolor/24x24/apps/gnome-nettool.png +share/icons/hicolor/32x32/apps/gnome-nettool.png +share/icons/hicolor/scalable/apps/gnome-nettool.svg +share/locale/af/LC_MESSAGES/gnome-nettool.mo +share/locale/ar/LC_MESSAGES/gnome-nettool.mo +share/locale/as/LC_MESSAGES/gnome-nettool.mo +share/locale/ast/LC_MESSAGES/gnome-nettool.mo +share/locale/az/LC_MESSAGES/gnome-nettool.mo +share/locale/bg/LC_MESSAGES/gnome-nettool.mo +share/locale/bn/LC_MESSAGES/gnome-nettool.mo +share/locale/bn_IN/LC_MESSAGES/gnome-nettool.mo +share/locale/br/LC_MESSAGES/gnome-nettool.mo +share/locale/bs/LC_MESSAGES/gnome-nettool.mo +share/locale/ca/LC_MESSAGES/gnome-nettool.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-nettool.mo +share/locale/cs/LC_MESSAGES/gnome-nettool.mo +share/locale/cy/LC_MESSAGES/gnome-nettool.mo +share/locale/da/LC_MESSAGES/gnome-nettool.mo +share/locale/de/LC_MESSAGES/gnome-nettool.mo +share/locale/dz/LC_MESSAGES/gnome-nettool.mo +share/locale/el/LC_MESSAGES/gnome-nettool.mo +share/locale/en@shaw/LC_MESSAGES/gnome-nettool.mo +share/locale/en_CA/LC_MESSAGES/gnome-nettool.mo +share/locale/en_GB/LC_MESSAGES/gnome-nettool.mo +share/locale/es/LC_MESSAGES/gnome-nettool.mo +share/locale/et/LC_MESSAGES/gnome-nettool.mo +share/locale/eu/LC_MESSAGES/gnome-nettool.mo +share/locale/fa/LC_MESSAGES/gnome-nettool.mo +share/locale/fi/LC_MESSAGES/gnome-nettool.mo +share/locale/fr/LC_MESSAGES/gnome-nettool.mo +share/locale/ga/LC_MESSAGES/gnome-nettool.mo +share/locale/gl/LC_MESSAGES/gnome-nettool.mo +share/locale/gu/LC_MESSAGES/gnome-nettool.mo +share/locale/he/LC_MESSAGES/gnome-nettool.mo +share/locale/hi/LC_MESSAGES/gnome-nettool.mo +share/locale/hr/LC_MESSAGES/gnome-nettool.mo +share/locale/hu/LC_MESSAGES/gnome-nettool.mo +share/locale/id/LC_MESSAGES/gnome-nettool.mo +share/locale/it/LC_MESSAGES/gnome-nettool.mo +share/locale/ja/LC_MESSAGES/gnome-nettool.mo +share/locale/ka/LC_MESSAGES/gnome-nettool.mo +share/locale/kn/LC_MESSAGES/gnome-nettool.mo +share/locale/ko/LC_MESSAGES/gnome-nettool.mo +share/locale/ku/LC_MESSAGES/gnome-nettool.mo +share/locale/lt/LC_MESSAGES/gnome-nettool.mo +share/locale/lv/LC_MESSAGES/gnome-nettool.mo +share/locale/mai/LC_MESSAGES/gnome-nettool.mo +share/locale/mg/LC_MESSAGES/gnome-nettool.mo +share/locale/mk/LC_MESSAGES/gnome-nettool.mo +share/locale/ml/LC_MESSAGES/gnome-nettool.mo +share/locale/mn/LC_MESSAGES/gnome-nettool.mo +share/locale/mr/LC_MESSAGES/gnome-nettool.mo +share/locale/ms/LC_MESSAGES/gnome-nettool.mo +share/locale/nb/LC_MESSAGES/gnome-nettool.mo +share/locale/ne/LC_MESSAGES/gnome-nettool.mo +share/locale/nl/LC_MESSAGES/gnome-nettool.mo +share/locale/nn/LC_MESSAGES/gnome-nettool.mo +share/locale/oc/LC_MESSAGES/gnome-nettool.mo +share/locale/or/LC_MESSAGES/gnome-nettool.mo +share/locale/pa/LC_MESSAGES/gnome-nettool.mo +share/locale/pl/LC_MESSAGES/gnome-nettool.mo +share/locale/ps/LC_MESSAGES/gnome-nettool.mo +share/locale/pt/LC_MESSAGES/gnome-nettool.mo +share/locale/pt_BR/LC_MESSAGES/gnome-nettool.mo +share/locale/ro/LC_MESSAGES/gnome-nettool.mo +share/locale/ru/LC_MESSAGES/gnome-nettool.mo +share/locale/rw/LC_MESSAGES/gnome-nettool.mo +share/locale/si/LC_MESSAGES/gnome-nettool.mo +share/locale/sk/LC_MESSAGES/gnome-nettool.mo +share/locale/sl/LC_MESSAGES/gnome-nettool.mo +share/locale/sq/LC_MESSAGES/gnome-nettool.mo +share/locale/sr/LC_MESSAGES/gnome-nettool.mo +share/locale/sr@latin/LC_MESSAGES/gnome-nettool.mo +share/locale/sv/LC_MESSAGES/gnome-nettool.mo +share/locale/ta/LC_MESSAGES/gnome-nettool.mo +share/locale/te/LC_MESSAGES/gnome-nettool.mo +share/locale/th/LC_MESSAGES/gnome-nettool.mo +share/locale/tr/LC_MESSAGES/gnome-nettool.mo +share/locale/uk/LC_MESSAGES/gnome-nettool.mo +share/locale/uz/LC_MESSAGES/gnome-nettool.mo +share/locale/uz@cyrillic/LC_MESSAGES/gnome-nettool.mo +share/locale/vi/LC_MESSAGES/gnome-nettool.mo +share/locale/wa/LC_MESSAGES/gnome-nettool.mo +share/locale/xh/LC_MESSAGES/gnome-nettool.mo +share/locale/zh_CN/LC_MESSAGES/gnome-nettool.mo +share/locale/zh_HK/LC_MESSAGES/gnome-nettool.mo +share/locale/zh_TW/LC_MESSAGES/gnome-nettool.mo +share/omf/gnome-nettool/gnome-nettool-C.omf +share/omf/gnome-nettool/gnome-nettool-ca.omf +share/omf/gnome-nettool/gnome-nettool-cs.omf +share/omf/gnome-nettool/gnome-nettool-da.omf +share/omf/gnome-nettool/gnome-nettool-de.omf +share/omf/gnome-nettool/gnome-nettool-el.omf +share/omf/gnome-nettool/gnome-nettool-en_GB.omf +share/omf/gnome-nettool/gnome-nettool-es.omf +share/omf/gnome-nettool/gnome-nettool-fr.omf +share/omf/gnome-nettool/gnome-nettool-oc.omf +share/omf/gnome-nettool/gnome-nettool-pa.omf +share/omf/gnome-nettool/gnome-nettool-pt_BR.omf +share/omf/gnome-nettool/gnome-nettool-ru.omf +share/omf/gnome-nettool/gnome-nettool-sv.omf +share/omf/gnome-nettool/gnome-nettool-uk.omf +share/omf/gnome-nettool/gnome-nettool-vi.omf +share/omf/gnome-nettool/gnome-nettool-zh_CN.omf +share/pixmaps/gnome-nettool.png +@dirrm share/omf/gnome-nettool +@dirrm share/gnome/help/gnome-nettool/zh_CN +@dirrm share/gnome/help/gnome-nettool/vi +@dirrm share/gnome/help/gnome-nettool/uk +@dirrm share/gnome/help/gnome-nettool/sv +@dirrm share/gnome/help/gnome-nettool/ru +@dirrm share/gnome/help/gnome-nettool/pt_BR +@dirrm share/gnome/help/gnome-nettool/pa +@dirrm share/gnome/help/gnome-nettool/oc +@dirrm share/gnome/help/gnome-nettool/fr +@dirrm share/gnome/help/gnome-nettool/es +@dirrm share/gnome/help/gnome-nettool/en_GB +@dirrm share/gnome/help/gnome-nettool/el +@dirrm share/gnome/help/gnome-nettool/de +@dirrm share/gnome/help/gnome-nettool/da +@dirrm share/gnome/help/gnome-nettool/cs +@dirrm share/gnome/help/gnome-nettool/ca +@dirrm share/gnome/help/gnome-nettool/C +@dirrm share/gnome/help/gnome-nettool +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile new file mode 100644 index 000000000..35db86e88 --- /dev/null +++ b/sysutils/gconf-editor/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for:	gconf-editor +# Date created:				12 May 2002 +# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +#   $MCom: ports/sysutils/gconf-editor/Makefile,v 1.82 2010/04/01 15:48:36 kwm Exp $ +# + +PORTNAME=	gconf-editor +PORTVERSION=	2.31.6 +PORTEPOCH=	1 +CATEGORIES=	sysutils gnome +MASTER_SITES=	GNOME +DIST_SUBDIR=	gnome2 + +MAINTAINER=	gnome@FreeBSD.org +COMMENT=	A gconf database editor for the GNOME 2 environment + +USE_BZIP2=	yes +USE_GETTEXT=	yes +INSTALLS_OMF=	yes +INSTALLS_ICONS=	yes +USE_GMAKE=	yes +USE_GNOME=	gnomeprefix intlhack gnomehack libgnomeui gnomedocutils +GNU_CONFIGURE=	yes +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \ +		LDFLAGS="-L${LOCALBASE}/lib" + +MAN1=		gconf-editor.1 +GCONF_SCHEMAS=	gconf-editor.schemas + +.include <bsd.port.mk> diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo new file mode 100644 index 000000000..d4e8e9047 --- /dev/null +++ b/sysutils/gconf-editor/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gconf-editor-2.31.6.tar.bz2) = 87cae03e67e4a5b34c85fa4f3881a7ce +SHA256 (gnome2/gconf-editor-2.31.6.tar.bz2) = 1023d6f5c7eface8bea81f6bedf6ba8b5d9edb6ede293af0c1a2fd54d895d154 +SIZE (gnome2/gconf-editor-2.31.6.tar.bz2) = 1438610 diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr new file mode 100644 index 000000000..0c8d23c9b --- /dev/null +++ b/sysutils/gconf-editor/pkg-descr @@ -0,0 +1,2 @@ +gconf-editor is a GNOME 2 GConf database editor.  It is analogous to +regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist new file mode 100644 index 000000000..056eace55 --- /dev/null +++ b/sysutils/gconf-editor/pkg-plist @@ -0,0 +1,321 @@ +bin/gconf-editor +share/applications/gconf-editor.desktop +%%DATADIR%%/icons/hicolor/16x16/status/type-boolean.png +%%DATADIR%%/icons/hicolor/16x16/status/type-float.png +%%DATADIR%%/icons/hicolor/16x16/status/type-integer.png +%%DATADIR%%/icons/hicolor/16x16/status/type-list.png +%%DATADIR%%/icons/hicolor/16x16/status/type-pair.png +%%DATADIR%%/icons/hicolor/16x16/status/type-schema.png +%%DATADIR%%/icons/hicolor/16x16/status/type-string.png +%%DATADIR%%/icons/hicolor/16x16/status/type-undefined.png +share/gnome/help/gconf-editor/C/figures/entry-blank.png +share/gnome/help/gconf-editor/C/figures/entry-bool.png +share/gnome/help/gconf-editor/C/figures/entry-list.png +share/gnome/help/gconf-editor/C/figures/entry-number.png +share/gnome/help/gconf-editor/C/figures/entry-schema.png +share/gnome/help/gconf-editor/C/figures/entry-string.png +share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/C/gconf-editor.xml +share/gnome/help/gconf-editor/C/legal.xml +share/gnome/help/gconf-editor/ca/figures/entry-blank.png +share/gnome/help/gconf-editor/ca/figures/entry-bool.png +share/gnome/help/gconf-editor/ca/figures/entry-list.png +share/gnome/help/gconf-editor/ca/figures/entry-number.png +share/gnome/help/gconf-editor/ca/figures/entry-schema.png +share/gnome/help/gconf-editor/ca/figures/entry-string.png +share/gnome/help/gconf-editor/ca/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/ca/gconf-editor.xml +share/gnome/help/gconf-editor/cs/figures/entry-blank.png +share/gnome/help/gconf-editor/cs/figures/entry-bool.png +share/gnome/help/gconf-editor/cs/figures/entry-list.png +share/gnome/help/gconf-editor/cs/figures/entry-number.png +share/gnome/help/gconf-editor/cs/figures/entry-schema.png +share/gnome/help/gconf-editor/cs/figures/entry-string.png +share/gnome/help/gconf-editor/cs/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/cs/gconf-editor.xml +share/gnome/help/gconf-editor/de/figures/entry-blank.png +share/gnome/help/gconf-editor/de/figures/entry-bool.png +share/gnome/help/gconf-editor/de/figures/entry-list.png +share/gnome/help/gconf-editor/de/figures/entry-number.png +share/gnome/help/gconf-editor/de/figures/entry-schema.png +share/gnome/help/gconf-editor/de/figures/entry-string.png +share/gnome/help/gconf-editor/de/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/de/gconf-editor.xml +share/gnome/help/gconf-editor/el/figures/entry-blank.png +share/gnome/help/gconf-editor/el/figures/entry-bool.png +share/gnome/help/gconf-editor/el/figures/entry-list.png +share/gnome/help/gconf-editor/el/figures/entry-number.png +share/gnome/help/gconf-editor/el/figures/entry-schema.png +share/gnome/help/gconf-editor/el/figures/entry-string.png +share/gnome/help/gconf-editor/el/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/el/gconf-editor.xml +share/gnome/help/gconf-editor/en_GB/figures/entry-blank.png +share/gnome/help/gconf-editor/en_GB/figures/entry-bool.png +share/gnome/help/gconf-editor/en_GB/figures/entry-list.png +share/gnome/help/gconf-editor/en_GB/figures/entry-number.png +share/gnome/help/gconf-editor/en_GB/figures/entry-schema.png +share/gnome/help/gconf-editor/en_GB/figures/entry-string.png +share/gnome/help/gconf-editor/en_GB/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/en_GB/gconf-editor.xml +share/gnome/help/gconf-editor/es/figures/entry-blank.png +share/gnome/help/gconf-editor/es/figures/entry-bool.png +share/gnome/help/gconf-editor/es/figures/entry-list.png +share/gnome/help/gconf-editor/es/figures/entry-number.png +share/gnome/help/gconf-editor/es/figures/entry-schema.png +share/gnome/help/gconf-editor/es/figures/entry-string.png +share/gnome/help/gconf-editor/es/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/es/gconf-editor.xml +share/gnome/help/gconf-editor/fr/figures/entry-blank.png +share/gnome/help/gconf-editor/fr/figures/entry-bool.png +share/gnome/help/gconf-editor/fr/figures/entry-list.png +share/gnome/help/gconf-editor/fr/figures/entry-number.png +share/gnome/help/gconf-editor/fr/figures/entry-schema.png +share/gnome/help/gconf-editor/fr/figures/entry-string.png +share/gnome/help/gconf-editor/fr/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/fr/gconf-editor.xml +share/gnome/help/gconf-editor/it/figures/entry-blank.png +share/gnome/help/gconf-editor/it/figures/entry-bool.png +share/gnome/help/gconf-editor/it/figures/entry-list.png +share/gnome/help/gconf-editor/it/figures/entry-number.png +share/gnome/help/gconf-editor/it/figures/entry-schema.png +share/gnome/help/gconf-editor/it/figures/entry-string.png +share/gnome/help/gconf-editor/it/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/it/gconf-editor.xml +share/gnome/help/gconf-editor/oc/figures/entry-blank.png +share/gnome/help/gconf-editor/oc/figures/entry-bool.png +share/gnome/help/gconf-editor/oc/figures/entry-list.png +share/gnome/help/gconf-editor/oc/figures/entry-number.png +share/gnome/help/gconf-editor/oc/figures/entry-schema.png +share/gnome/help/gconf-editor/oc/figures/entry-string.png +share/gnome/help/gconf-editor/oc/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/oc/gconf-editor.xml +share/gnome/help/gconf-editor/pt_BR/figures/entry-blank.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-bool.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-list.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-number.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-schema.png +share/gnome/help/gconf-editor/pt_BR/figures/entry-string.png +share/gnome/help/gconf-editor/pt_BR/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/pt_BR/gconf-editor.xml +share/gnome/help/gconf-editor/ru/figures/entry-blank.png +share/gnome/help/gconf-editor/ru/figures/entry-bool.png +share/gnome/help/gconf-editor/ru/figures/entry-list.png +share/gnome/help/gconf-editor/ru/figures/entry-number.png +share/gnome/help/gconf-editor/ru/figures/entry-schema.png +share/gnome/help/gconf-editor/ru/figures/entry-string.png +share/gnome/help/gconf-editor/ru/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/ru/gconf-editor.xml +share/gnome/help/gconf-editor/sv/figures/entry-blank.png +share/gnome/help/gconf-editor/sv/figures/entry-bool.png +share/gnome/help/gconf-editor/sv/figures/entry-list.png +share/gnome/help/gconf-editor/sv/figures/entry-number.png +share/gnome/help/gconf-editor/sv/figures/entry-schema.png +share/gnome/help/gconf-editor/sv/figures/entry-string.png +share/gnome/help/gconf-editor/sv/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/sv/gconf-editor.xml +share/gnome/help/gconf-editor/th/figures/entry-blank.png +share/gnome/help/gconf-editor/th/figures/entry-bool.png +share/gnome/help/gconf-editor/th/figures/entry-list.png +share/gnome/help/gconf-editor/th/figures/entry-number.png +share/gnome/help/gconf-editor/th/figures/entry-schema.png +share/gnome/help/gconf-editor/th/figures/entry-string.png +share/gnome/help/gconf-editor/th/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/th/gconf-editor.xml +share/gnome/help/gconf-editor/uk/figures/entry-blank.png +share/gnome/help/gconf-editor/uk/figures/entry-bool.png +share/gnome/help/gconf-editor/uk/figures/entry-list.png +share/gnome/help/gconf-editor/uk/figures/entry-number.png +share/gnome/help/gconf-editor/uk/figures/entry-schema.png +share/gnome/help/gconf-editor/uk/figures/entry-string.png +share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/uk/gconf-editor.xml +share/gnome/help/gconf-editor/zh_CN/figures/entry-blank.png +share/gnome/help/gconf-editor/zh_CN/figures/entry-bool.png +share/gnome/help/gconf-editor/zh_CN/figures/entry-list.png +share/gnome/help/gconf-editor/zh_CN/figures/entry-number.png +share/gnome/help/gconf-editor/zh_CN/figures/entry-schema.png +share/gnome/help/gconf-editor/zh_CN/figures/entry-string.png +share/gnome/help/gconf-editor/zh_CN/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/zh_CN/gconf-editor.xml +share/icons/hicolor/48x48/apps/gconf-editor.png +share/locale/am/LC_MESSAGES/gconf-editor.mo +share/locale/ar/LC_MESSAGES/gconf-editor.mo +share/locale/as/LC_MESSAGES/gconf-editor.mo +share/locale/ast/LC_MESSAGES/gconf-editor.mo +share/locale/az/LC_MESSAGES/gconf-editor.mo +share/locale/be/LC_MESSAGES/gconf-editor.mo +share/locale/be@latin/LC_MESSAGES/gconf-editor.mo +share/locale/bg/LC_MESSAGES/gconf-editor.mo +share/locale/bn/LC_MESSAGES/gconf-editor.mo +share/locale/bn_IN/LC_MESSAGES/gconf-editor.mo +share/locale/br/LC_MESSAGES/gconf-editor.mo +share/locale/bs/LC_MESSAGES/gconf-editor.mo +share/locale/ca/LC_MESSAGES/gconf-editor.mo +share/locale/ca@valencia/LC_MESSAGES/gconf-editor.mo +share/locale/cs/LC_MESSAGES/gconf-editor.mo +share/locale/cy/LC_MESSAGES/gconf-editor.mo +share/locale/da/LC_MESSAGES/gconf-editor.mo +share/locale/de/LC_MESSAGES/gconf-editor.mo +share/locale/dz/LC_MESSAGES/gconf-editor.mo +share/locale/el/LC_MESSAGES/gconf-editor.mo +share/locale/en@shaw/LC_MESSAGES/gconf-editor.mo +share/locale/en_CA/LC_MESSAGES/gconf-editor.mo +share/locale/en_GB/LC_MESSAGES/gconf-editor.mo +share/locale/es/LC_MESSAGES/gconf-editor.mo +share/locale/et/LC_MESSAGES/gconf-editor.mo +share/locale/eu/LC_MESSAGES/gconf-editor.mo +share/locale/fa/LC_MESSAGES/gconf-editor.mo +share/locale/fi/LC_MESSAGES/gconf-editor.mo +share/locale/fr/LC_MESSAGES/gconf-editor.mo +share/locale/ga/LC_MESSAGES/gconf-editor.mo +share/locale/gl/LC_MESSAGES/gconf-editor.mo +share/locale/gu/LC_MESSAGES/gconf-editor.mo +share/locale/he/LC_MESSAGES/gconf-editor.mo +share/locale/hi/LC_MESSAGES/gconf-editor.mo +share/locale/hr/LC_MESSAGES/gconf-editor.mo +share/locale/hu/LC_MESSAGES/gconf-editor.mo +share/locale/id/LC_MESSAGES/gconf-editor.mo +share/locale/it/LC_MESSAGES/gconf-editor.mo +share/locale/ja/LC_MESSAGES/gconf-editor.mo +share/locale/ka/LC_MESSAGES/gconf-editor.mo +share/locale/kn/LC_MESSAGES/gconf-editor.mo +share/locale/ko/LC_MESSAGES/gconf-editor.mo +share/locale/ku/LC_MESSAGES/gconf-editor.mo +share/locale/li/LC_MESSAGES/gconf-editor.mo +share/locale/lt/LC_MESSAGES/gconf-editor.mo +share/locale/lv/LC_MESSAGES/gconf-editor.mo +share/locale/mai/LC_MESSAGES/gconf-editor.mo +share/locale/mg/LC_MESSAGES/gconf-editor.mo +share/locale/mk/LC_MESSAGES/gconf-editor.mo +share/locale/ml/LC_MESSAGES/gconf-editor.mo +share/locale/mn/LC_MESSAGES/gconf-editor.mo +share/locale/mr/LC_MESSAGES/gconf-editor.mo +share/locale/ms/LC_MESSAGES/gconf-editor.mo +share/locale/nb/LC_MESSAGES/gconf-editor.mo +share/locale/ne/LC_MESSAGES/gconf-editor.mo +share/locale/nl/LC_MESSAGES/gconf-editor.mo +share/locale/nn/LC_MESSAGES/gconf-editor.mo +share/locale/oc/LC_MESSAGES/gconf-editor.mo +share/locale/or/LC_MESSAGES/gconf-editor.mo +share/locale/pa/LC_MESSAGES/gconf-editor.mo +share/locale/pl/LC_MESSAGES/gconf-editor.mo +share/locale/ps/LC_MESSAGES/gconf-editor.mo +share/locale/pt/LC_MESSAGES/gconf-editor.mo +share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo +share/locale/ro/LC_MESSAGES/gconf-editor.mo +share/locale/ru/LC_MESSAGES/gconf-editor.mo +share/locale/rw/LC_MESSAGES/gconf-editor.mo +share/locale/si/LC_MESSAGES/gconf-editor.mo +share/locale/sk/LC_MESSAGES/gconf-editor.mo +share/locale/sl/LC_MESSAGES/gconf-editor.mo +share/locale/sq/LC_MESSAGES/gconf-editor.mo +share/locale/sr/LC_MESSAGES/gconf-editor.mo +share/locale/sr@latin/LC_MESSAGES/gconf-editor.mo +share/locale/sv/LC_MESSAGES/gconf-editor.mo +share/locale/ta/LC_MESSAGES/gconf-editor.mo +share/locale/te/LC_MESSAGES/gconf-editor.mo +share/locale/th/LC_MESSAGES/gconf-editor.mo +share/locale/tr/LC_MESSAGES/gconf-editor.mo +share/locale/ug/LC_MESSAGES/gconf-editor.mo +share/locale/uk/LC_MESSAGES/gconf-editor.mo +share/locale/vi/LC_MESSAGES/gconf-editor.mo +share/locale/xh/LC_MESSAGES/gconf-editor.mo +share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo +share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo +share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo +share/omf/gconf-editor/gconf-editor-C.omf +share/omf/gconf-editor/gconf-editor-ca.omf +share/omf/gconf-editor/gconf-editor-cs.omf +share/omf/gconf-editor/gconf-editor-de.omf +share/omf/gconf-editor/gconf-editor-el.omf +share/omf/gconf-editor/gconf-editor-en_GB.omf +share/omf/gconf-editor/gconf-editor-es.omf +share/omf/gconf-editor/gconf-editor-fr.omf +share/omf/gconf-editor/gconf-editor-it.omf +share/omf/gconf-editor/gconf-editor-oc.omf +share/omf/gconf-editor/gconf-editor-pt_BR.omf +share/omf/gconf-editor/gconf-editor-ru.omf +share/omf/gconf-editor/gconf-editor-sv.omf +share/omf/gconf-editor/gconf-editor-th.omf +share/omf/gconf-editor/gconf-editor-uk.omf +share/omf/gconf-editor/gconf-editor-zh_CN.omf +@dirrm share/omf/gconf-editor +@dirrm share/gnome/help/gconf-editor/zh_CN/figures +@dirrm share/gnome/help/gconf-editor/zh_CN +@dirrm share/gnome/help/gconf-editor/uk/figures +@dirrm share/gnome/help/gconf-editor/uk +@dirrm share/gnome/help/gconf-editor/th/figures +@dirrm share/gnome/help/gconf-editor/th +@dirrm share/gnome/help/gconf-editor/sv/figures +@dirrm share/gnome/help/gconf-editor/sv +@dirrm share/gnome/help/gconf-editor/ru/figures +@dirrm share/gnome/help/gconf-editor/ru +@dirrm share/gnome/help/gconf-editor/pt_BR/figures +@dirrm share/gnome/help/gconf-editor/pt_BR +@dirrm share/gnome/help/gconf-editor/oc/figures +@dirrm share/gnome/help/gconf-editor/oc +@dirrm share/gnome/help/gconf-editor/it/figures +@dirrm share/gnome/help/gconf-editor/it +@dirrm share/gnome/help/gconf-editor/fr/figures +@dirrm share/gnome/help/gconf-editor/fr +@dirrm share/gnome/help/gconf-editor/es/figures +@dirrm share/gnome/help/gconf-editor/es +@dirrm share/gnome/help/gconf-editor/en_GB/figures +@dirrm share/gnome/help/gconf-editor/en_GB +@dirrm share/gnome/help/gconf-editor/el/figures +@dirrm share/gnome/help/gconf-editor/el +@dirrm share/gnome/help/gconf-editor/de/figures +@dirrm share/gnome/help/gconf-editor/de +@dirrm share/gnome/help/gconf-editor/cs/figures +@dirrm share/gnome/help/gconf-editor/cs +@dirrm share/gnome/help/gconf-editor/ca/figures +@dirrm share/gnome/help/gconf-editor/ca +@dirrm share/gnome/help/gconf-editor/C/figures +@dirrm share/gnome/help/gconf-editor/C +@dirrm share/gnome/help/gconf-editor +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@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/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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  | 
