mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
87bc68854b
commit
bd77d783db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174475
5 changed files with 39 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
SUBDIR += gurlchecker
|
||||
SUBDIR += harvest
|
||||
SUBDIR += havp
|
||||
SUBDIR += hinventory-client
|
||||
SUBDIR += horde
|
||||
SUBDIR += horde-passwd
|
||||
SUBDIR += hotjava
|
||||
|
|
25
www/hinventory-client/Makefile
Normal file
25
www/hinventory-client/Makefile
Normal file
|
@ -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>
|
3
www/hinventory-client/distinfo
Normal file
3
www/hinventory-client/distinfo
Normal file
|
@ -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
|
5
www/hinventory-client/pkg-descr
Normal file
5
www/hinventory-client/pkg-descr
Normal file
|
@ -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/
|
5
www/hinventory-client/pkg-plist
Normal file
5
www/hinventory-client/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/hinventory_FreeBSD.sh
|
||||
etc/hinventory.conf
|
||||
@cwd /
|
||||
@exec mkdir -p %D/var/spool/hinventory
|
||||
@dirrmtry var/spool/hinventory
|
Loading…
Add table
Reference in a new issue