diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-05 03:41:06 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-05 03:41:06 +0800 |
commit | 09f3b2434ba194be7b1ab047c4b9efcdd3a70829 (patch) | |
tree | 10e07176d3d6f970adbc7e60af578ee1a971343e /www/hinventory-client | |
parent | 12b3a31998bc44f53af145d6913dd45db3a6656e (diff) | |
download | freebsd-ports-gnome-09f3b2434ba194be7b1ab047c4b9efcdd3a70829.tar.gz freebsd-ports-gnome-09f3b2434ba194be7b1ab047c4b9efcdd3a70829.tar.zst freebsd-ports-gnome-09f3b2434ba194be7b1ab047c4b9efcdd3a70829.zip |
This is the FreeBSD client for the h-inventory Web application.
This is a sh script that creates an XML file and can upload it.
You will obtain the hardware/software on your FreeBSD computer.
WWW: http://www.h-inventory.com/
PR: ports/100452
Submitted by: Thomas BRETON <tom at h-inventory.com>
Diffstat (limited to 'www/hinventory-client')
-rw-r--r-- | www/hinventory-client/Makefile | 25 | ||||
-rw-r--r-- | www/hinventory-client/distinfo | 3 | ||||
-rw-r--r-- | www/hinventory-client/pkg-descr | 5 | ||||
-rw-r--r-- | www/hinventory-client/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/hinventory-client/Makefile b/www/hinventory-client/Makefile new file mode 100644 index 000000000000..5c9d80107db6 --- /dev/null +++ b/www/hinventory-client/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hinventoryFreeBSD +# Date created: 14 July 2006 +# Whom: Thomas BRETON <tom@h-inventory.com> +# +# $FreeBSD$ +# + +PORTNAME= hinventory-client +PORTVERSION= 1.2.5 +CATEGORIES= www +MASTER_SITES= ftp://ftp.h-inventory.com/ +DISTNAME= hinventoryFreeBSD-${PORTVERSION} + +MAINTAINER= tom@h-inventory.com +COMMENT= H-Inventory Client for FreeBSD + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/hinventoryFreeBSD + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/hinventory_FreeBSD.sh \ + ${PREFIX}/bin/hinventory_FreeBSD.sh + ${INSTALL_DATA} ${WRKSRC}/hinventory.conf ${PREFIX}/etc/hinventory.conf + +.include <bsd.port.mk> diff --git a/www/hinventory-client/distinfo b/www/hinventory-client/distinfo new file mode 100644 index 000000000000..75135482a780 --- /dev/null +++ b/www/hinventory-client/distinfo @@ -0,0 +1,3 @@ +MD5 (hinventoryFreeBSD-1.2.5.tar.gz) = 0149133a827d1be94d7254f89e1d1fe9 +SHA256 (hinventoryFreeBSD-1.2.5.tar.gz) = 4c1fc7c1d8f5502b2a4b3f137645925bbe4f856121bd7cefdc08a3a8807a2715 +SIZE (hinventoryFreeBSD-1.2.5.tar.gz) = 7433 diff --git a/www/hinventory-client/pkg-descr b/www/hinventory-client/pkg-descr new file mode 100644 index 000000000000..226713e60e43 --- /dev/null +++ b/www/hinventory-client/pkg-descr @@ -0,0 +1,5 @@ +This is the FreeBSD client for the h-inventory Web application. +This is a sh script that creates an XML file and can upload it. +You will obtain the hardware/software on your FreeBSD computer. + +WWW: http://www.h-inventory.com/ diff --git a/www/hinventory-client/pkg-plist b/www/hinventory-client/pkg-plist new file mode 100644 index 000000000000..332e56a7a03f --- /dev/null +++ b/www/hinventory-client/pkg-plist @@ -0,0 +1,5 @@ +bin/hinventory_FreeBSD.sh +etc/hinventory.conf +@cwd / +@exec mkdir -p %D/var/spool/hinventory +@dirrmtry var/spool/hinventory |