diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-17 20:43:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-17 20:43:37 +0800 |
commit | 0062d13278a6481c042c83f7bf7a15bef8102b11 (patch) | |
tree | d5cc9b915dae6ce7e634453eed50a22c7f0bf742 | |
parent | 7f52b9c38fcb5cfb7bf8de2b390665bd9f0dd7cb (diff) | |
download | freebsd-ports-gnome-0062d13278a6481c042c83f7bf7a15bef8102b11.tar.gz freebsd-ports-gnome-0062d13278a6481c042c83f7bf7a15bef8102b11.tar.zst freebsd-ports-gnome-0062d13278a6481c042c83f7bf7a15bef8102b11.zip |
These are a set of utilites built upon sysfs, a new virtual filesystem
in Linux kernel versions 2.5+ that exposes a system's device tree.
WWW: http://linux-diag.sourceforge.net/Sysfsutils.html
PR: ports/120414
Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/sysfsutils/Makefile | 22 | ||||
-rw-r--r-- | devel/sysfsutils/distinfo | 3 | ||||
-rw-r--r-- | devel/sysfsutils/pkg-descr | 4 | ||||
-rw-r--r-- | devel/sysfsutils/pkg-plist | 13 |
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 70256bd26fb4..a5a7f232e645 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2305,6 +2305,7 @@ SUBDIR += swigruby SUBDIR += synfig SUBDIR += sysconftool + SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor diff --git a/devel/sysfsutils/Makefile b/devel/sysfsutils/Makefile new file mode 100644 index 000000000000..522032157f1e --- /dev/null +++ b/devel/sysfsutils/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: sysfsutils +# Date created: 2008-02-08 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= sysfsutils +PORTVERSION= 2.1.0 +CATEGORIES= devel +MASTER_SITES= SF +MASTER_SITE_SUBDIR= linux-diag + +MAINTAINER= gslin@gslin.org +COMMENT= System Utilities Based on Sysfs + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +MAN1= systool.1 + +.include <bsd.port.mk> diff --git a/devel/sysfsutils/distinfo b/devel/sysfsutils/distinfo new file mode 100644 index 000000000000..8b4ab978deba --- /dev/null +++ b/devel/sysfsutils/distinfo @@ -0,0 +1,3 @@ +MD5 (sysfsutils-2.1.0.tar.gz) = 14e7dcd0436d2f49aa403f67e1ef7ddc +SHA256 (sysfsutils-2.1.0.tar.gz) = e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a +SIZE (sysfsutils-2.1.0.tar.gz) = 788885 diff --git a/devel/sysfsutils/pkg-descr b/devel/sysfsutils/pkg-descr new file mode 100644 index 000000000000..3a9d1b149716 --- /dev/null +++ b/devel/sysfsutils/pkg-descr @@ -0,0 +1,4 @@ +These are a set of utilites built upon sysfs, a new virtual filesystem +in Linux kernel versions 2.5+ that exposes a system's device tree. + +WWW: http://linux-diag.sourceforge.net/Sysfsutils.html diff --git a/devel/sysfsutils/pkg-plist b/devel/sysfsutils/pkg-plist new file mode 100644 index 000000000000..aaceb4ee052e --- /dev/null +++ b/devel/sysfsutils/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +bin/dlist_test +bin/get_device +bin/get_driver +bin/get_module +bin/systool +include/sysfs/dlist.h +include/sysfs/libsysfs.h +lib/libsysfs.a +lib/libsysfs.la +lib/libsysfs.so +lib/libsysfs.so.2 +@dirrmtry include/sysfs |