aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-05 22:42:53 +0800
committerbapt <bapt@FreeBSD.org>2013-10-05 22:42:53 +0800
commit41ae9216dd170d1253d912849838303a39917dad (patch)
tree67a457a45662e87da936538e7cc50d8f147df556 /sysutils
parent47b8c7d5ada938a21d928f4badc5291ba0fc02f3 (diff)
downloadfreebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.gz
freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.zst
freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.zip
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/xsu/Makefile41
-rw-r--r--sysutils/xsu/distinfo2
-rw-r--r--sysutils/xsu/files/patch-configure29
-rw-r--r--sysutils/xsu/files/patch-xsu.desktop10
-rw-r--r--sysutils/xsu/pkg-descr7
-rw-r--r--sysutils/xsu/pkg-plist13
7 files changed, 0 insertions, 103 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 908c10f008ee..9fee02121613 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1040,7 +1040,6 @@
SUBDIR += xosview
SUBDIR += xsi
SUBDIR += xstow
- SUBDIR += xsu
SUBDIR += xsysstats
SUBDIR += xvidcap
SUBDIR += yawho
diff --git a/sysutils/xsu/Makefile b/sysutils/xsu/Makefile
deleted file mode 100644
index 4ced6fe3d274..000000000000
--- a/sysutils/xsu/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Juan Salaverria <rael@vectorstar.net>
-# $FreeBSD$
-
-PORTNAME= xsu
-PORTVERSION= 0.2.4
-PORTREVISION= 6
-CATEGORIES= sysutils gnome
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Xsu runs commands as root after prompting for the root password
-
-GNU_CONFIGURE= yes
-USES= pathfix
-USE_GNOME= gnomeprefix gnomelibs
-CONFIGURE_ARGS= --su-pwd-out="Password:"
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= -I${LOCALBASE}/include
-
-MAN8= xsu.8
-
-DOCS= CHANGELOG COPYING INSTALL
-
-NO_STAGE= yes
-post-patch:
-.ifdef NOPORTDOCS
- ${REINPLACE_CMD} -e '/doc_path\/$$name/s,^[[:blank:]],#&,' \
- -e '/@echo "Now read the README file"/s,^[[:blank:]],#&,' \
- ${WRKSRC}/configure
-.endif
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/xsu.desktop \
- ${PREFIX}/share/gnome/apps/System
-.if !defined(NOPORTDOCS)
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/xsu/distinfo b/sysutils/xsu/distinfo
deleted file mode 100644
index 82ef7506a7a8..000000000000
--- a/sysutils/xsu/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xsu-0.2.4.tar.gz) = 6847c460082a8bdaa0a23e27cda3f06f2098876cdc7c05c452b9f24365fc6d92
-SIZE (xsu-0.2.4.tar.gz) = 103250
diff --git a/sysutils/xsu/files/patch-configure b/sysutils/xsu/files/patch-configure
deleted file mode 100644
index e59394e33cf2..000000000000
--- a/sysutils/xsu/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Thu Mar 21 05:45:50 2002
-+++ configure Wed Aug 28 03:20:24 2002
-@@ -20,7 +20,7 @@
- CPP="cc"
- gnome_config_prefix=""
- xsu_location="${prefix}/bin"
--man_base="${prefix}/share/man"
-+man_base="${prefix}/man"
- doc_path="${prefix}/share/doc"
- su_pwd_out="Password: "
- max_su_delay=30000
-@@ -54,7 +54,7 @@
- -prefix=* | --prefix=*)
- prefix="$ac_optarg"
- xsu_location="${prefix}/bin"
-- man_base="${prefix}/share/man"
-+ man_base="${prefix}/man"
- doc_path="${prefix}/share/doc";;
-
- -su-pwd-out=* | --su-pwd-out=*)
-@@ -384,7 +384,7 @@
- @echo "- I n s t a l l i n g D o c u m e n t a t i o n ----------"
- install -d $man_base/man8
- install -d $doc_path/$name
-- gzip -c9 doc/man/xsu.8 > $man_base/man8/xsu.8.gz
-+ \$(INSTALL) -m 644 doc/man/xsu.8 $man_base/man8/xsu.8
- \$(INSTALL) -m 644 \$(DOCFILES) $doc_path/$name/
- @echo "- I n s t a l l a t i o n c o m p l e t e ----------------"
- @echo "Now read the README file"
diff --git a/sysutils/xsu/files/patch-xsu.desktop b/sysutils/xsu/files/patch-xsu.desktop
deleted file mode 100644
index a33553fad5d0..000000000000
--- a/sysutils/xsu/files/patch-xsu.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
---- xsu.desktop.ori Tue Aug 27 11:19:58 2002
-+++ xsu.desktop Tue Aug 27 11:19:43 2002
-@@ -0,0 +1,7 @@
-+[Desktop Entry]
-+Name=GNOME Xsu
-+Comment=A GNOME su interface
-+Exec=xsu --message "Please type the command to run,^the username and password to use."
-+Icon=
-+Terminal=0
-+Type=Application
diff --git a/sysutils/xsu/pkg-descr b/sysutils/xsu/pkg-descr
deleted file mode 100644
index efab75d55615..000000000000
--- a/sysutils/xsu/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-xsu Is an interface for the command `su - username -c command` in Gnome.
-When the user executes xsu, he will be prompted for a command, a username
-and a password. If the username and password are correct xsu will execute
-the command as the entered user. So if the username was root, then the
-command will be executed as root.
-
-WWW: http://xsu.sourceforge.net/
diff --git a/sysutils/xsu/pkg-plist b/sysutils/xsu/pkg-plist
deleted file mode 100644
index ff9ae9a07e30..000000000000
--- a/sysutils/xsu/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/xsu
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/xsu_doc.html
-%%PORTDOCS%%%%DOCSDIR%%/xsu_example.jpg
-%%PORTDOCS%%%%DOCSDIR%%/xsu_example2.png
-%%PORTDOCS%%%%DOCSDIR%%/xsu_example3.png
-%%PORTDOCS%%%%DOCSDIR%%/xsu_in_gmenu.jpg
-share/gnome/apps/System/xsu.desktop
-%%PORTDOCS%%@dirrm %%DOCSDIR%%