diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-20 00:06:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-20 00:06:37 +0800 |
commit | 233071349198ce703fe1b01043a744a22ebe9e2f (patch) | |
tree | d07f46db343f776c7fd19832ae4043a22b911e61 /sysutils | |
parent | abca90a97afa3fdcfa82b0a127c44936f0d26e86 (diff) | |
download | freebsd-ports-gnome-233071349198ce703fe1b01043a744a22ebe9e2f.tar.gz freebsd-ports-gnome-233071349198ce703fe1b01043a744a22ebe9e2f.tar.zst freebsd-ports-gnome-233071349198ce703fe1b01043a744a22ebe9e2f.zip |
vordog is a collection of a driver and a user space daemon for FreeBSD to
leverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9)
compatible. It is as a timer source of watchdog(9), you can use it with
watchdog(4), watchdog(8), and watchdogd(8).
You can get vordog from repository with Mercurial.
WWW: http://www.assembla.com/spaces/vordog
PR: ports/125409
Submitted by: Kueifeng Li <thinker at branda.to>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/vordog/Makefile | 23 | ||||
-rw-r--r-- | sysutils/vordog/distinfo | 3 | ||||
-rw-r--r-- | sysutils/vordog/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/vordog/pkg-plist | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 462e24fd7f1d..fb945ee75cf9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -755,6 +755,7 @@ SUBDIR += vils SUBDIR += virtualmin SUBDIR += vobcopy + SUBDIR += vordog SUBDIR += vstrip SUBDIR += vttest SUBDIR += wait_on diff --git a/sysutils/vordog/Makefile b/sysutils/vordog/Makefile new file mode 100644 index 000000000000..4193db4bdfff --- /dev/null +++ b/sysutils/vordog/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: vordog +# Date created: 8 July 2008 +# Whom: Kueifeng Li <thinker@branda.to> +# +# $FreeBSD$ +# + +PORTNAME= vordog +PORTVERSION= 20080708 +CATEGORIES= sysutils +MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/ + +MAINTAINER= thinker@branda.to +COMMENT= Watchdog(9) driver for watchdog timer of Vortex86 + +KMODDIR= /boot/modules + +ONLY_FOR_ARCHS= i386 + +do-install: + ${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR} + +.include <bsd.port.mk> diff --git a/sysutils/vordog/distinfo b/sysutils/vordog/distinfo new file mode 100644 index 000000000000..1b973f874bec --- /dev/null +++ b/sysutils/vordog/distinfo @@ -0,0 +1,3 @@ +MD5 (vordog-20080708.tar.gz) = edb160967283df35978f31001d029996 +SHA256 (vordog-20080708.tar.gz) = f6345682e013f2a16545f3ec92a701f06ebebd2ac3e32182e65e84486a92cdaf +SIZE (vordog-20080708.tar.gz) = 4842 diff --git a/sysutils/vordog/pkg-descr b/sysutils/vordog/pkg-descr new file mode 100644 index 000000000000..52a891830d4f --- /dev/null +++ b/sysutils/vordog/pkg-descr @@ -0,0 +1,8 @@ +vordog is a collection of a driver and a user space daemon for FreeBSD to +leverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9) +compatible. It is as a timer source of watchdog(9), you can use it with +watchdog(4), watchdog(8), and watchdogd(8). + +You can get vordog from repository with Mercurial. + +WWW: http://www.assembla.com/spaces/vordog diff --git a/sysutils/vordog/pkg-plist b/sysutils/vordog/pkg-plist new file mode 100644 index 000000000000..4da705951ff2 --- /dev/null +++ b/sysutils/vordog/pkg-plist @@ -0,0 +1,3 @@ +@cwd / +boot/modules/vordog.ko + |