summaryrefslogtreecommitdiffstats
path: root/sysutils/system-tools-backends
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /sysutils/system-tools-backends
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/system-tools-backends')
-rw-r--r--sysutils/system-tools-backends/Makefile38
-rw-r--r--sysutils/system-tools-backends/distinfo3
-rw-r--r--sysutils/system-tools-backends/files/patch-Users_Users.pm47
-rw-r--r--sysutils/system-tools-backends/files/patch-dispatcher_main.c11
-rw-r--r--sysutils/system-tools-backends/pkg-descr4
-rw-r--r--sysutils/system-tools-backends/pkg-plist132
6 files changed, 0 insertions, 235 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
deleted file mode 100644
index 3ff81e0f5..000000000
--- a/sysutils/system-tools-backends/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: system-tools-backends
-# Date created: 11 February 2005
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.53 2009/08/20 08:31:11 kwm Exp $
-#
-
-PORTNAME= system-tools-backends
-PORTVERSION= 2.8.2
-CATEGORIES= sysutils gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Backend system admin scripts for gnome-system-tools
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DBus.pm:${PORTSDIR}/devel/p5-Net-DBus
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-USE_GNOME= gnomehack intlhack glib20
-GNU_CONFIGURE= yes
-USE_GNOME_SUBR= yes
-CONFIGURE_ARGS= --with-stb-group=wheel \
- --localstatedir=/var
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-configure:
- @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \
- ${WRKSRC}/po/Makefile
-
-.include <bsd.port.mk>
diff --git a/sysutils/system-tools-backends/distinfo b/sysutils/system-tools-backends/distinfo
deleted file mode 100644
index d5b28d398..000000000
--- a/sysutils/system-tools-backends/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/system-tools-backends-2.8.2.tar.bz2) = 689c79b36d2929b264c29ff39db4b10b
-SHA256 (gnome2/system-tools-backends-2.8.2.tar.bz2) = bbbef8a0d160c6dfd44d60a5026a6c51ac97818d18febcf716e218983af4bf6c
-SIZE (gnome2/system-tools-backends-2.8.2.tar.bz2) = 458579
diff --git a/sysutils/system-tools-backends/files/patch-Users_Users.pm b/sysutils/system-tools-backends/files/patch-Users_Users.pm
deleted file mode 100644
index 909f28dff..000000000
--- a/sysutils/system-tools-backends/files/patch-Users_Users.pm
+++ /dev/null
@@ -1,47 +0,0 @@
---- Users/Users.pm.orig 2009-09-28 05:49:10.000000000 -0400
-+++ Users/Users.pm 2009-10-11 15:09:31.000000000 -0400
-@@ -443,7 +443,7 @@ sub del_user
-
- if ($Utils::Backend::tool{"system"} eq "FreeBSD")
- {
-- @command = ($cmd_pw, "userdel", "-n", $$user[$LOGIN]);
-+ @command = ($cmd_pw, "userdel", "-n", $$user[$LOGIN], "-r");
- }
- else
- {
-@@ -551,9 +551,7 @@ sub add_user
- my $pwdpipe;
- my $home;
-
-- # FreeBSD doesn't create the home directory
- $home = $$user[$HOME];
-- &Utils::File::run ($tool_mkdir, "-p", $home);
-
- $command = "$cmd_pw useradd " .
- " -n \'" . $$user[$LOGIN] . "\'" .
-@@ -561,7 +559,7 @@ sub add_user
- " -d \'" . $$user[$HOME] . "\'" .
- " -g \'" . $$user[$GID] . "\'" .
- " -s \'" . $$user[$SHELL] . "\'" .
-- " -H 0"; # pw(8) reads password from STDIN
-+ " -m -h 0"; # pw(8) reads password from STDIN
-
- # @command = ($cmd_pw, "useradd", "-n", $$user[$LOGIN],
- # "-u", $$user[$UID],
-@@ -573,6 +571,7 @@ sub add_user
- $pwdpipe = &Utils::File::run_pipe_write ($command);
- print $pwdpipe $$user[$PASSWD];
- &Utils::File::close_file ($pwdpipe);
-+ &Utils::File::run ("chown -R " . $$user[$LOGIN] . " $home");
- }
- elsif ($Utils::Backend::tool{"system"} eq "SunOS")
- {
-@@ -651,7 +650,7 @@ sub change_user
- " -d \'" . $$new_user[$HOME] . "\'" .
- " -g \'" . $$new_user[$GID] . "\'" .
- " -s \'" . $$new_user[$SHELL] . "\'" .
-- " -H 0"; # pw(8) reads password from STDIN
-+ " -h 0"; # pw(8) reads password from STDIN
-
- $pwdpipe = &Utils::File::run_pipe_write ($command);
- print $pwdpipe $$new_user[$PASSWD];
diff --git a/sysutils/system-tools-backends/files/patch-dispatcher_main.c b/sysutils/system-tools-backends/files/patch-dispatcher_main.c
deleted file mode 100644
index d21e2c24e..000000000
--- a/sysutils/system-tools-backends/files/patch-dispatcher_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dispatcher/main.c.orig 2009-03-17 02:57:49.000000000 +0100
-+++ dispatcher/main.c 2009-04-16 10:05:33.000000000 +0200
-@@ -48,7 +48,7 @@ daemonize (void)
- setsid ();
-
- if ((pidfile_fd = open (LOCALSTATEDIR "/run/system-tools-backends.pid",
-- O_CREAT | O_WRONLY,
-+ O_CREAT | O_WRONLY, 0600,
- S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) != -1)
- {
- str = g_strdup_printf ("%d", getpid ());
diff --git a/sysutils/system-tools-backends/pkg-descr b/sysutils/system-tools-backends/pkg-descr
deleted file mode 100644
index 3434030ae..000000000
--- a/sysutils/system-tools-backends/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-System-tools-backends is a collection of scripts (mostly Perl) used by
-gnome-system-tools to perform system administration tasks.
-
-WWW: http://www.gnome.org/projects/gst/
diff --git a/sysutils/system-tools-backends/pkg-plist b/sysutils/system-tools-backends/pkg-plist
deleted file mode 100644
index b300daf2d..000000000
--- a/sysutils/system-tools-backends/pkg-plist
+++ /dev/null
@@ -1,132 +0,0 @@
-etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf
-sbin/system-tools-backends
-libdata/pkgconfig/system-tools-backends-2.0.pc
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.GroupsConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.HostsConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.IfacesConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NFSConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.NTPConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.Platform.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.SMBConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.ServicesConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.TimeConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UserConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.UsersConfig.service
-share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.service
-share/locale/ar/LC_MESSAGES/system-tools-backends.mo
-share/locale/bg/LC_MESSAGES/system-tools-backends.mo
-share/locale/bn_IN/LC_MESSAGES/system-tools-backends.mo
-share/locale/ca/LC_MESSAGES/system-tools-backends.mo
-share/locale/cs/LC_MESSAGES/system-tools-backends.mo
-share/locale/da/LC_MESSAGES/system-tools-backends.mo
-share/locale/de/LC_MESSAGES/system-tools-backends.mo
-share/locale/el/LC_MESSAGES/system-tools-backends.mo
-share/locale/en_GB/LC_MESSAGES/system-tools-backends.mo
-share/locale/es/LC_MESSAGES/system-tools-backends.mo
-share/locale/et/LC_MESSAGES/system-tools-backends.mo
-share/locale/eu/LC_MESSAGES/system-tools-backends.mo
-share/locale/fi/LC_MESSAGES/system-tools-backends.mo
-share/locale/fr/LC_MESSAGES/system-tools-backends.mo
-share/locale/gl/LC_MESSAGES/system-tools-backends.mo
-share/locale/gu/LC_MESSAGES/system-tools-backends.mo
-share/locale/he/LC_MESSAGES/system-tools-backends.mo
-share/locale/hi/LC_MESSAGES/system-tools-backends.mo
-share/locale/hu/LC_MESSAGES/system-tools-backends.mo
-share/locale/it/LC_MESSAGES/system-tools-backends.mo
-share/locale/ja/LC_MESSAGES/system-tools-backends.mo
-share/locale/kn/LC_MESSAGES/system-tools-backends.mo
-share/locale/or/LC_MESSAGES/system-tools-backends.mo
-share/locale/pa/LC_MESSAGES/system-tools-backends.mo
-share/locale/pl/LC_MESSAGES/system-tools-backends.mo
-share/locale/pt/LC_MESSAGES/system-tools-backends.mo
-share/locale/pt_BR/LC_MESSAGES/system-tools-backends.mo
-share/locale/ro/LC_MESSAGES/system-tools-backends.mo
-share/locale/sl/LC_MESSAGES/system-tools-backends.mo
-share/locale/sr/LC_MESSAGES/system-tools-backends.mo
-share/locale/sr@latin/LC_MESSAGES/system-tools-backends.mo
-share/locale/sv/LC_MESSAGES/system-tools-backends.mo
-share/locale/ta/LC_MESSAGES/system-tools-backends.mo
-share/locale/te/LC_MESSAGES/system-tools-backends.mo
-share/locale/th/LC_MESSAGES/system-tools-backends.mo
-share/locale/tr/LC_MESSAGES/system-tools-backends.mo
-share/locale/uk/LC_MESSAGES/system-tools-backends.mo
-share/locale/zh_CN/LC_MESSAGES/system-tools-backends.mo
-share/locale/zh_HK/LC_MESSAGES/system-tools-backends.mo
-share/locale/zh_TW/LC_MESSAGES/system-tools-backends.mo
-share/polkit-1/actions/org.freedesktop.SystemToolsBackends.policy
-share/system-tools-backends-2.0/files/general_gprs_chatscript
-share/system-tools-backends-2.0/files/general_isdn_ppp_options
-share/system-tools-backends-2.0/files/general_pppoe_ppp_options
-share/system-tools-backends-2.0/scripts/GroupsConfig.pm
-share/system-tools-backends-2.0/scripts/HostsConfig.pm
-share/system-tools-backends-2.0/scripts/IfacesConfig.pm
-share/system-tools-backends-2.0/scripts/Init/Services.pm
-share/system-tools-backends-2.0/scripts/Init/ServicesList.pm
-share/system-tools-backends-2.0/scripts/NFSConfig.pm
-share/system-tools-backends-2.0/scripts/NTPConfig.pm
-share/system-tools-backends-2.0/scripts/Network/Hosts.pm
-share/system-tools-backends-2.0/scripts/Network/Ifaces.pm
-share/system-tools-backends-2.0/scripts/Platform.pm
-share/system-tools-backends-2.0/scripts/SMBConfig.pm
-share/system-tools-backends-2.0/scripts/ServicesConfig.pm
-share/system-tools-backends-2.0/scripts/Shares/NFS.pm
-share/system-tools-backends-2.0/scripts/Shares/SMB.pm
-share/system-tools-backends-2.0/scripts/StbObject.pm
-share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl
-share/system-tools-backends-2.0/scripts/Time/NTP.pm
-share/system-tools-backends-2.0/scripts/Time/TimeDate.pm
-share/system-tools-backends-2.0/scripts/TimeConfig.pm
-share/system-tools-backends-2.0/scripts/UserConfig.pm
-share/system-tools-backends-2.0/scripts/Users/Groups.pm
-share/system-tools-backends-2.0/scripts/Users/Shells.pm
-share/system-tools-backends-2.0/scripts/Users/Users.pm
-share/system-tools-backends-2.0/scripts/UsersConfig.pm
-share/system-tools-backends-2.0/scripts/Utils/Backend.pm
-share/system-tools-backends-2.0/scripts/Utils/DBus.pm
-share/system-tools-backends-2.0/scripts/Utils/File.pm
-share/system-tools-backends-2.0/scripts/Utils/Monitor.pm
-share/system-tools-backends-2.0/scripts/Utils/Parse.pm
-share/system-tools-backends-2.0/scripts/Utils/Platform.pm
-share/system-tools-backends-2.0/scripts/Utils/Replace.pm
-share/system-tools-backends-2.0/scripts/Utils/Report.pm
-share/system-tools-backends-2.0/scripts/Utils/Util.pm
-share/system-tools-backends-2.0/scripts/Utils/XML.pm
-@dirrm share/system-tools-backends-2.0/scripts/Utils
-@dirrm share/system-tools-backends-2.0/scripts/Users
-@dirrm share/system-tools-backends-2.0/scripts/Time
-@dirrm share/system-tools-backends-2.0/scripts/Shares
-@dirrm share/system-tools-backends-2.0/scripts/Network
-@dirrm share/system-tools-backends-2.0/scripts/Init
-@dirrm share/system-tools-backends-2.0/scripts
-@dirrm share/system-tools-backends-2.0/files
-@dirrm share/system-tools-backends-2.0
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@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/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN