pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

idled: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sun May 27 23:13:40 2018 +0900
Changeset:	88c4d9c53c4ce852355cef55bb4923b57247026c

Modified Files:
	Makefile
Removed Files:
	idled/DESCR
	idled/Makefile
	idled/PLIST
	idled/distinfo
	idled/patches/patch-aa
	idled/patches/patch-ab

Log Message:
idled: remove

MASTER_SITE not found

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88c4d9c53c4ce852355cef55bb4923b57247026c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |   1 -
 idled/DESCR            |   6 ---
 idled/Makefile         |  16 -------
 idled/PLIST            |   5 ---
 idled/distinfo         |   7 ---
 idled/patches/patch-aa | 118 -------------------------------------------------
 idled/patches/patch-ab |  16 -------
 7 files changed, 169 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 265e375d26..2a5021f59a 100644
--- a/Makefile
+++ b/Makefile
@@ -1383,7 +1383,6 @@ SUBDIR+=	ices-vorbis
 SUBDIR+=	icestorm-git
 SUBDIR+=	icmpchat
 SUBDIR+=	id3
-SUBDIR+=	idled
 SUBDIR+=	ifstat
 SUBDIR+=	ifuse
 SUBDIR+=	igal
diff --git a/idled/DESCR b/idled/DESCR
deleted file mode 100644
index a9ea664ef1..0000000000
--- a/idled/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Idled (pronounced idle-dee) is a program that will run
-in the background on a machine and monitor the current
-tty sessions. It can be configured to log out users that
-have been idle for too long or logged on for too long.
-It can also prevent users from being logged in too many
-times, and refuse users from being logged in at all.
diff --git a/idled/Makefile b/idled/Makefile
deleted file mode 100644
index a8e4c71d90..0000000000
--- a/idled/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/09/30 05:44:15 asau Exp $
-#
-
-DISTNAME=	idled-1.16
-CATEGORIES=	sysutils
-MASTER_SITES=	http://www.netsw.org/system/tools/process/
-
-MAINTAINER=	tmarc%NetBSD.org.pl@localhost
-HOMEPAGE=	http://web.archive.org/web/2/http://www.darkwing.com/idled/
-COMMENT=	Daemon that logs out idle users
-
-
-post-extract:
-	${RM} -f ${WRKSRC}/parse.c ${WRKSRC}/scan.c
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/idled/PLIST b/idled/PLIST
deleted file mode 100644
index 8e258066fb..0000000000
--- a/idled/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:46 thomasklausner Exp $
-libexec/idled
-man/man5/idled.cf.5
-man/man8/idled.8
-share/examples/idled/idled.cf.template
diff --git a/idled/distinfo b/idled/distinfo
deleted file mode 100644
index 75f741a4e3..0000000000
--- a/idled/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/09/28 06:41:21 rillig Exp $
-
-SHA1 (idled-1.16.tar.gz) = 42cc38f2b2e22147cf2760e4e0d90aaab13f31e5
-RMD160 (idled-1.16.tar.gz) = c6fb99047f613dd6c6187d52d011bb388b6f4706
-Size (idled-1.16.tar.gz) = 70864 bytes
-SHA1 (patch-aa) = 08f40c148d81f217481317429c1659fb2d18f660
-SHA1 (patch-ab) = 892eed1079fd1c3c3b3155ffceff7e5c21c1cc6e
diff --git a/idled/patches/patch-aa b/idled/patches/patch-aa
deleted file mode 100644
index d439f2ce94..0000000000
--- a/idled/patches/patch-aa
+++ /dev/null
@@ -1,118 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/04/22 20:15:49 cjep Exp $
-
---- Makefile.orig	1996-05-16 23:05:28.000000000 +0100
-+++ Makefile
-@@ -165,27 +165,27 @@ INCLUDE = 
- #        If you add it, '-lkvm' must also be added to the SPECLIBS line
- # You will need to delete parse.c before compiling!  You can either
- # do so by hand, or do a 'make clean' followed by the normal 'make'.
--#DEFS += -O -m486
--#DEFS += -DBSD_OS2 -DHAVE_SETSID -DHAVE_YYRESTART -DPS_HACK
--#DEFS += -DPROC_SEARCH_1
--#SPECLIBS = -lkvm
--#INSTTYPE = install1a
--#
--#DEST    = /usr/local/libexec
--#CFDEST  = /usr/local/libexec
--#MDEST   = /usr/local/man
--#LOGDEST = /var/log
-+DEFS += -O
-+DEFS += -DBSD_OS2 -DHAVE_SETSID -DHAVE_YYRESTART -DPS_HACK
-+DEFS += -DPROC_SEARCH_1
-+SPECLIBS = -lkvm
-+INSTTYPE = install1a
-+#
-+DEST    = ${PREFIX}/libexec
-+CFDEST  = ${PREFIX}/share/examples/idled
-+MDEST   = ${PREFIX}/man
-+LOGDEST = /var/log
- #
--#OWNER   = root
--#CFOWNER = root
--#MOWNER  = man
-+OWNER   = root
-+CFOWNER = root
-+MOWNER  = root
- #
--#GROUP   = daemon
--#CFGROUP = daemon
-+GROUP   = wheel
-+CFGROUP = wheel
- #
--#MODE    = 750
--#CFMODE  = 664
--#MMODE   = 444
-+MODE    = 750
-+CFMODE  = 644
-+MMODE   = 444
- 
- ######################################################################
- ######################################################################
-@@ -215,25 +215,25 @@ INCLUDE = 
- # SVR4  --  Solaris 2.x
- # Use install3 for /usr/sbin/install
- # and install1 for /usr/ucb/install
--DEFS += -DSYSV -DHAVE_PROC_FS -DUTMPPID -DHAVE_SETSID -DHAVE_UTMPX -DUTMPHOST -DRUDEKILL
--SPECLIBS = 
--INSTTYPE = install3
--
--DEST    = /usr/local/bin
--CFDEST  = /usr/local/lib
--MDEST   = /usr/local/man
--LOGDEST = /var/log
-+#DEFS += -DSYSV -DHAVE_PROC_FS -DUTMPPID -DHAVE_SETSID -DHAVE_UTMPX -DUTMPHOST -DRUDEKILL
-+#SPECLIBS = 
-+#INSTTYPE = install3
- 
--OWNER   = root
--CFOWNER = root
--MOWNER  = root
-+#DEST    = /usr/local/bin
-+#CFDEST  = /usr/local/lib
-+#MDEST   = /usr/local/man
-+#LOGDEST = /var/log
- 
--GROUP   = root
--CFGROUP = root
-+#OWNER   = root
-+#CFOWNER = root
-+#MOWNER  = root
- 
--MODE    = 750
--CFMODE  = 664
--MMODE   = 644
-+#GROUP   = root
-+#CFGROUP = root
-+
-+#MODE    = 750
-+#CFMODE  = 664
-+#MMODE   = 644
- 
- ######################################################################
- ######################################################################
-@@ -482,13 +482,12 @@ install1: all 
- #                                            gzip manual pages
- install1a: all
- 	install -s -c -m ${MODE} -o ${OWNER} -g ${GROUP} ${BINARY} ${DEST}
--	install -c -m ${CFMODE} -o ${CFOWNER} -g ${CFGROUP} ${COMMFILE}.template ${CFDEST}
-+	install -d -m ${CFMODE} -o ${CFOWNER} -g ${CFGROUP} ${CFDEST}
-+	install -c -m ${CFMODE} -o ${CFOWNER} -g ${CFGROUP} ${COMMFILE}.template ${CONFIG}.template
- 	install -c -m ${MMODE} -o ${MOWNER} ${CFMAN} ${MDEST}/man5
--	gzip -f ${MDEST}/man5/${CFMAN}
- 	install -c -m ${MMODE} -o ${MOWNER} ${PMAN} ${MDEST}/man8
--	gzip -f ${MDEST}/man8/${PMAN}
- 	@echo ""
--	@echo "Be sure to edit/create the file ${CONFIG} based on"
-+	@echo "Be sure to edit/create the file ${COMMFILE} based on"
- 	@echo "the needs for your system. The ${CONFIG}.template"
- 	@echo "file can serve as a guide, as well as the man pages."
- 
-@@ -499,7 +498,7 @@ install2: all 
- 	install -c ${MDEST}/man5 -M ${MMODE} -O ${MOWNER} ${CFMAN} ${MDEST}/man5
- 	install -c ${MDEST}/man8 -M ${MMODE} -O ${MOWNER} ${PMAN} ${MDEST}/man8
- 	@echo ""
--	@echo "Be sure to edit/create the file ${CONFIG} based on"
-+	@echo "Be sure to edit/create the file ${COMMFILE} based on"
- 	@echo "the needs for your system. The ${CONFIG}.template"
- 	@echo "file can serve as a guide, as well as the man pages."
- 
diff --git a/idled/patches/patch-ab b/idled/patches/patch-ab
deleted file mode 100644
index 6b360c533d..0000000000
--- a/idled/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2003/04/22 20:15:49 cjep Exp $
-
---- warn.c.orig	1996-05-16 22:59:57.000000000 +0100
-+++ warn.c
-@@ -151,8 +151,10 @@ void warn(i, type, do_msg)
- #if defined(__linux__)
-          termf->_IO_read_ptr = termf->_IO_read_base;
-          termf->_IO_write_ptr = termf->_IO_write_base;
--#elif defined(BSDI) || defined(BSD_OS2)
-+#elif (defined(BSDI) || defined(BSD_OS2)) && !defined(__NetBSD__)
-          termf->_p = (termf->_ub)._base;
-+#elif defined(__NetBSD__)
-+	 fpurge(termf);
- #else
- 	 termf->_ptr = termf->_base;
- #endif


Home | Main Index | Thread Index | Old Index