summaryrefslogtreecommitdiff
path: root/misc/sch
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-02-24 05:08:03 +0000
committeritojun <itojun@pkgsrc.org>2001-02-24 05:08:03 +0000
commit108e563fcdf46641cdfd0ffdcb9434d6b37d80c7 (patch)
treeec7efd57e761cf641b02e65a640804d1e86a5cfb /misc/sch
parent67bb4b1ad2f154d4b1734f53d3ffcc9ff9438734 (diff)
downloadpkgsrc-108e563fcdf46641cdfd0ffdcb9434d6b37d80c7.tar.gz
sch, curses-based scheduler (SRA scheduler)
Diffstat (limited to 'misc/sch')
-rw-r--r--misc/sch/Makefile19
-rw-r--r--misc/sch/files/md53
-rw-r--r--misc/sch/pkg/DESCR1
-rw-r--r--misc/sch/pkg/PLIST2
4 files changed, 25 insertions, 0 deletions
diff --git a/misc/sch/Makefile b/misc/sch/Makefile
new file mode 100644
index 00000000000..5ec4f0f6d76
--- /dev/null
+++ b/misc/sch/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/24 05:08:03 itojun Exp $
+
+DISTNAME= sch-20010224
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.itojun.org/pub/misc/
+
+MAINTAINER= packages@netbsd.org
+COMMENT= curses-based schedule management tool
+
+LICENSE= no-commercial-use
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/sch/build
+
+# manpages are not complete, don't confuse people
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sch ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/sch/files/md5 b/misc/sch/files/md5
new file mode 100644
index 00000000000..2de27a71691
--- /dev/null
+++ b/misc/sch/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/02/24 05:08:03 itojun Exp $
+
+MD5 (sch-20010224.tar.gz) = 95ddf897a75fe9b05fbdda6b7d2963e0
diff --git a/misc/sch/pkg/DESCR b/misc/sch/pkg/DESCR
new file mode 100644
index 00000000000..dbe815403f9
--- /dev/null
+++ b/misc/sch/pkg/DESCR
@@ -0,0 +1 @@
+curses-based schedule management tool (so-called "SRA scheduler").
diff --git a/misc/sch/pkg/PLIST b/misc/sch/pkg/PLIST
new file mode 100644
index 00000000000..3661d70ec6a
--- /dev/null
+++ b/misc/sch/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/24 05:08:03 itojun Exp $
+bin/sch