diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3ecda2895dc5..e59d8151a4ae 100644 --- a/www/Makefile +++ b/www/Makefile @@ -183,6 +183,7 @@ SUBDIR += gurlchecker SUBDIR += harvest SUBDIR += havp + SUBDIR += hinventory-client SUBDIR += horde SUBDIR += horde-passwd SUBDIR += hotjava 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 |