Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2008 00:27:40 +0800 (CST)
From:      "Thinker K.F. Li" <thinker@branda.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125409: [NEW PORT] sysutils/vordog: Watchdog(9) driver for watchdog timer of Vortex86
Message-ID:  <200807081627.m68GReZE012131@cowboy.branda.to>
Resent-Message-ID: <200807081700.m68H06VI076131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125409
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/vordog: Watchdog(9) driver for watchdog timer of Vortex86
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 17:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Thinker K.F. Li
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cowboy.branda.to 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Sun Jul  6 22:16:08 CST
>Description:
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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- vordog-20080708.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ports
#	ports/Makefile
#	ports/pkg-plist
#	ports/distinfo
#	ports/pkg-descr
#
echo c - ports
mkdir -p ports > /dev/null 2>&1
echo x - ports/Makefile
sed 's/^X//' >ports/Makefile << 'aa76e45abf4deab2da2b19f9a17ff093'
X# Ports collection makefile for: vordog
X# Date created: 8 July 2008
X# Whom:		Kueifeng Li <thinker@branda.to>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	vordog
XPORTVERSION=	20080708
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
X
XMAINTAINER=	thinker@branda.to
XCOMMENT=	Watchdog(9) driver for watchdog timer of Vortex86
X
XKMODDIR=	/boot/modules
X
X.include <bsd.port.pre.mk>
X
XONLY_FOR_ARCHS=	i386
X
Xdo-install:
X	${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
X
X.include <bsd.port.post.mk>
aa76e45abf4deab2da2b19f9a17ff093
echo x - ports/pkg-plist
sed 's/^X//' >ports/pkg-plist << '89c89e05af4a2c18f21c00ff6fd176f2'
X@cwd /
Xboot/modules/vordog.ko
89c89e05af4a2c18f21c00ff6fd176f2
echo x - ports/distinfo
sed 's/^X//' >ports/distinfo << '5527457de60405abe182e84e3eba9ed0'
XMD5 (vordog-20080708.tar.gz) = edb160967283df35978f31001d029996
XSHA256 (vordog-20080708.tar.gz) = f6345682e013f2a16545f3ec92a701f06ebebd2ac3e32182e65e84486a92cdaf
XSIZE (vordog-20080708.tar.gz) = 4842
5527457de60405abe182e84e3eba9ed0
echo x - ports/pkg-descr
sed 's/^X//' >ports/pkg-descr << '40f3bf9232c1c04107cc1d1312a94b13'
Xvordog is a collection of a driver and a user space daemon for FreeBSD to
Xleverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9)
Xcompatible. It is as a timer source of watchdog(9), you can use it with
Xwatchdog(4), watchdog(8), and watchdogd(8).
X
XYou can get vordog from repository with Mercurial.
X
XWWW: http://www.assembla.com/spaces/vordog
40f3bf9232c1c04107cc1d1312a94b13
exit
--- vordog-20080708.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807081627.m68GReZE012131>