aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
committerRene Ladan <rene@FreeBSD.org>2015-11-01 16:02:28 +0000
commit5e1001eeb3e8c92ec3453e2cee94a870ee99ed86 (patch)
tree2d4440a865b6507c6089800fceacb58171068eed /sysutils
parentacc59885c0fb4ea82d7060279e4951d8aec72189 (diff)
downloadports-5e1001eeb3e8c92ec3453e2cee94a870ee99ed86.tar.gz
ports-5e1001eeb3e8c92ec3453e2cee94a870ee99ed86.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/sdd/Makefile32
-rw-r--r--sysutils/sdd/distinfo2
-rw-r--r--sysutils/sdd/files/patch-RULES_i386-freebsd-cc.rul30
-rw-r--r--sysutils/sdd/files/patch-RULES_mk-gmake.id11
-rw-r--r--sysutils/sdd/files/patch-RULES_rules.cnf14
-rw-r--r--sysutils/sdd/files/patch-conf_configure11
-rw-r--r--sysutils/sdd/files/patch-inc_avoffset.c12
-rw-r--r--sysutils/sdd/files/patch-include_schily.h11
-rw-r--r--sysutils/sdd/files/patch-sdd_sdd.c38
-rw-r--r--sysutils/sdd/pkg-descr18
-rw-r--r--sysutils/xfce4-minicmd-plugin/Makefile25
-rw-r--r--sysutils/xfce4-minicmd-plugin/distinfo2
-rw-r--r--sysutils/xfce4-minicmd-plugin/pkg-descr5
-rw-r--r--sysutils/xfce4-minicmd-plugin/pkg-plist2
15 files changed, 0 insertions, 215 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 74dda58ce4b4..908c6e65f9b7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -932,7 +932,6 @@
SUBDIR += screenie
SUBDIR += scterc
SUBDIR += sd-agent
- SUBDIR += sdd
SUBDIR += sdparm
SUBDIR += searchmonkey
SUBDIR += seatools
@@ -1135,7 +1134,6 @@
SUBDIR += xfce4-diskperf-plugin
SUBDIR += xfce4-fsguard-plugin
SUBDIR += xfce4-genmon-plugin
- SUBDIR += xfce4-minicmd-plugin
SUBDIR += xfce4-mount-plugin
SUBDIR += xfce4-netload-plugin
SUBDIR += xfce4-power-manager
diff --git a/sysutils/sdd/Makefile b/sysutils/sdd/Makefile
deleted file mode 100644
index ec671842a44e..000000000000
--- a/sysutils/sdd/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sdd
-PORTVERSION= 1.52
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.berlios.de/pub/sdd/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Faster and improved version of dd
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-10-31
-
-USES= gmake
-MAKE_ENV= MAKEPROG="${MAKE_CMD}" CCOM="${CC}" COPTX="${CFLAGS}"
-PLIST_FILES= bin/sdd man/man1/sdd.1.gz
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386" || ${CC} != "cc"
-post-extract:
- @${LN} -sf i386-freebsd-cc.rul \
- ${WRKSRC}/RULES/${ARCH}-freebsd-${CC}.rul
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sdd/OBJ/${ARCH}-freebsd-${CC}/sdd \
- ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sdd/sdd.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/sdd/distinfo b/sysutils/sdd/distinfo
deleted file mode 100644
index cc2e19ff471e..000000000000
--- a/sysutils/sdd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sdd-1.52.tar.gz) = 142b3ec789248ec573eb1f047709c484cc5ae7ac9b49107384cfe4f1ad625d87
-SIZE (sdd-1.52.tar.gz) = 319493
diff --git a/sysutils/sdd/files/patch-RULES_i386-freebsd-cc.rul b/sysutils/sdd/files/patch-RULES_i386-freebsd-cc.rul
deleted file mode 100644
index 9dad6dfd06e6..000000000000
--- a/sysutils/sdd/files/patch-RULES_i386-freebsd-cc.rul
+++ /dev/null
@@ -1,30 +0,0 @@
---- RULES/i386-freebsd-cc.rul.orig Sun Jul 21 02:46:53 2002
-+++ RULES/i386-freebsd-cc.rul Sun Jul 21 02:48:18 2002
-@@ -30,7 +30,7 @@
- COPTS=
- CWOPTS= -Wall -Wtraditional \
- -Wshadow -Wmissing-prototypes -Wstrict-prototypes
--COPTOPT= -O
-+COPTOPT=
- KDEFINES= -DKERNEL -D_KERNEL
- COPTDYN= -fpic
- COPTGPROF= -pg
-@@ -57,14 +57,14 @@
-
- FLOAT_OPTIONS=
-
--CC= @echo " ==> COMPILING \"$@\""; gcc
--LDCC= @echo " ==> LINKING \"$@\""; gcc
--DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
-+CC= @echo " ==> COMPILING \"$@\""; $(CCOM)
-+LDCC= @echo " ==> LINKING \"$@\""; $(CCOM)
-+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; $(CCOM)
- RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
- ARFLAGS= cr
- LORDER= lorder
- TSORT= tsort
-
- RMDEP= :
--MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
-+MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); $(CCOM) -M
- MKDEP_OUT=
diff --git a/sysutils/sdd/files/patch-RULES_mk-gmake.id b/sysutils/sdd/files/patch-RULES_mk-gmake.id
deleted file mode 100644
index 8a90cb3e1fa5..000000000000
--- a/sysutils/sdd/files/patch-RULES_mk-gmake.id
+++ /dev/null
@@ -1,11 +0,0 @@
---- RULES/mk-gmake.id.orig 2004-08-03 23:33:18.000000000 +0200
-+++ RULES/mk-gmake.id 2013-09-07 17:37:34.000000000 +0200
-@@ -37,7 +37,7 @@ MAKEPROG= gmake
-
- ifndef ARCH_DONE
-
--__gmake_warn:= $(shell cat $(SRCROOT)/$(RULESDIR)/gmake.wrn 1>&2; sleep 15)
-+__gmake_warn:= :
-
- _MACHCMD= (mach || uname -p || true) 2> /dev/null
- _ARCHCMD= (arch || /usr/ucb/arch || true) 2> /dev/null
diff --git a/sysutils/sdd/files/patch-RULES_rules.cnf b/sysutils/sdd/files/patch-RULES_rules.cnf
deleted file mode 100644
index 3f8a544623af..000000000000
--- a/sysutils/sdd/files/patch-RULES_rules.cnf
+++ /dev/null
@@ -1,14 +0,0 @@
---- RULES/rules.cnf.orig Sun Jul 21 02:51:42 2002
-+++ RULES/rules.cnf Sun Jul 21 02:52:14 2002
-@@ -33,8 +33,9 @@
- #
- # Hack until the <mach>-<os>-*cc.rul files are updated
- #
--_HCCCOM= $(OARCH:%-gcc=gcc)
--HCCCOM= $(_HCCCOM:%-cc=cc)
-+#_HCCCOM= $(OARCH:%-gcc=gcc)
-+#HCCCOM= $(_HCCCOM:%-cc=cc)
-+HCCCOM= $(C_ARCH)
-
- _CCCOM= $(_UNIQ)$(CCCOM)
- __CCCOM= $(_CCCOM:$(_UNIQ)=$(HCCCOM))
diff --git a/sysutils/sdd/files/patch-conf_configure b/sysutils/sdd/files/patch-conf_configure
deleted file mode 100644
index 3470dfa0a946..000000000000
--- a/sysutils/sdd/files/patch-conf_configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- conf/configure.orig Sun Jul 8 13:38:41 2001
-+++ conf/configure Fri Jul 20 00:51:13 2001
-@@ -6590,7 +6590,7 @@
- fi
- done
-
--for ac_func in setreuid setresuid seteuid setuid
-+for ac_func in seteuid setuid
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
- echo "configure:6597: checking for $ac_func" >&5
diff --git a/sysutils/sdd/files/patch-inc_avoffset.c b/sysutils/sdd/files/patch-inc_avoffset.c
deleted file mode 100644
index 0054f54ca3af..000000000000
--- a/sysutils/sdd/files/patch-inc_avoffset.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- inc/avoffset.c.orig 2004-05-09 13:06:08.000000000 +0200
-+++ inc/avoffset.c 2013-09-07 19:06:44.000000000 +0200
-@@ -78,6 +78,9 @@ main(ac, av)
- signal(SIGBUS, handler);
- #endif
- signal(SIGSEGV, handler);
-+#ifdef SIGILL
-+ signal(SIGILL, handler);
-+#endif
-
- printf("/*\n");
- printf(" * This file has been generated automatically\n");
diff --git a/sysutils/sdd/files/patch-include_schily.h b/sysutils/sdd/files/patch-include_schily.h
deleted file mode 100644
index a8e023d9659c..000000000000
--- a/sysutils/sdd/files/patch-include_schily.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/schily.h.orig 2008-04-26 16:53:01.000000000 +0200
-+++ include/schily.h 2008-04-26 16:53:13.000000000 +0200
-@@ -108,8 +108,6 @@ extern int fexecle __PR((const char *, F
- /* 6th arg not const, fexecv forces av[ac] = NULL */
- extern int fexecv __PR((const char *, FILE *, FILE *, FILE *, int,
- char **));
--extern int fexecve __PR((const char *, FILE *, FILE *, FILE *,
-- char * const *, char * const *));
- extern int fspawnv __PR((FILE *, FILE *, FILE *, int, char * const *));
- extern int fspawnl __PR((FILE *, FILE *, FILE *,
- const char *, const char *, ...));
diff --git a/sysutils/sdd/files/patch-sdd_sdd.c b/sysutils/sdd/files/patch-sdd_sdd.c
deleted file mode 100644
index 36e36f213ad5..000000000000
--- a/sysutils/sdd/files/patch-sdd_sdd.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- sdd/sdd.c.orig Fri Sep 17 02:28:51 2004
-+++ sdd/sdd.c Fri Sep 17 02:30:12 2004
-@@ -1654,11 +1654,13 @@
- usage(ex)
- int ex;
- {
-- error("\
-+ FILE *fp = ex ? stderr : stdout;
-+
-+ fprintf(fp, "\
- Usage: sdd [option=value] [-flag]\n\
- Options:\n\
- ");
-- error("\
-+ fprintf(fp, "\
- if=name Read input from name instead of stdin\n\
- of=name Write output to name instead of stdout\n\
- -inull Do not read input from file (use null char's)\n\
-@@ -1672,7 +1674,7 @@
- seek=#,skip=# Seek/skip # bytes on input/output before starting\n\
- ivseek=#,ovseek=# Seek # bytes on input/output volumes before starting\n\
- ");
-- error("\
-+ fprintf(fp, "\
- -notrunc Do not trunctate existing output file\n\
- -pg Print a dot on each write to indicate progress\n\
- -noerror Do not stop on error\n\
-@@ -1683,8 +1685,8 @@
- -fill Fill each record with zeros up to obs\n\
- -swab,-block,-unblock,-lcase,-ucase,-ascii,-ebcdic,-ibm\n\
- ");
-- error("\t-help\t\t print this online help\n");
-- error("\t-version\t print version number\n");
-+ fprintf(fp, "\t-help\t\t print this online help\n");
-+ fprintf(fp, "\t-version\t print version number\n");
- exit(ex);
- }
-
diff --git a/sysutils/sdd/pkg-descr b/sysutils/sdd/pkg-descr
deleted file mode 100644
index 4067c5eccdac..000000000000
--- a/sysutils/sdd/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-sdd is a replacement for dd(1).
-
-- Much faster than dd in cases where input block size (ibs) is not equal
- to the output block size (obs).
-- sdd does not share the design bugs of dd that cause fragments to be
- read from a pipe and filled up to input block size.
-- Statistics are much better readable than from 'dd'.
-- rmt support for if= & of=
-- Output file is sync'd before doing statistic report.
-- Timing available, -time option will print transfer speed
-- Timing & Statistics available at any time with SIGQUIT (^\)
-- Can seek on input and output
-- Fast null input
-- Fast null output
-- Reblocking on pipes does not fill small input blocks to
- input block size
-- Debug printing
-- Progress printing
diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile
deleted file mode 100644
index 63848310b27c..000000000000
--- a/sysutils/xfce4-minicmd-plugin/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xfce4-minicmd-plugin
-PORTVERSION= 0.4
-PORTREVISION= 18
-CATEGORIES= sysutils xfce
-MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
-DIST_SUBDIR= xfce4
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Displays a mini-command line on the xfce4-panel
-
-BROKEN= No public distfiles
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-10-31
-
-GNU_CONFIGURE= yes
-USES= gettext gmake libtool pkgconfig xfce tar:bzip2
-USE_GNOME= gtk20 intltool intlhack
-USE_XFCE= libgui panel
-
-CONFIGURE_ARGS=--disable-static
-
-.include <bsd.port.mk>
diff --git a/sysutils/xfce4-minicmd-plugin/distinfo b/sysutils/xfce4-minicmd-plugin/distinfo
deleted file mode 100644
index a342d55bf43d..000000000000
--- a/sysutils/xfce4-minicmd-plugin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xfce4/xfce4-minicmd-plugin-0.4.tar.bz2) = 6783a22725240984c45eef1ff34c28a65cf16a4fc90fa58ef3df60cbe1923951
-SIZE (xfce4/xfce4-minicmd-plugin-0.4.tar.bz2) = 326565
diff --git a/sysutils/xfce4-minicmd-plugin/pkg-descr b/sysutils/xfce4-minicmd-plugin/pkg-descr
deleted file mode 100644
index c510215e398a..000000000000
--- a/sysutils/xfce4-minicmd-plugin/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Displays a mini-command line on the xfce4-panel. Uses the same history file as
-xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the
-command and <Ctrl>-<Enter> executes the command in a terminal.
-
-WWW: http://www.xfce.org/
diff --git a/sysutils/xfce4-minicmd-plugin/pkg-plist b/sysutils/xfce4-minicmd-plugin/pkg-plist
deleted file mode 100644
index 2671058787db..000000000000
--- a/sysutils/xfce4-minicmd-plugin/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/xfce4/panel-plugins/libminicmd.so
-share/xfce4/panel-plugins/minicmd.desktop