- Update to version 0.5
- Use DOCSDIR macro PR: 55974 Submitted by: maintainer
This commit is contained in:
parent
484f8d9cd4
commit
cc1c598550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87712
5 changed files with 23 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libstatgrab
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (iscream/libstatgrab-0.4.tar.gz) = c0de07bc4f2914ca36a0fd6c5b9a4e91
|
||||
MD5 (iscream/libstatgrab-0.5.tar.gz) = 81636522cd648caea31ab45b092d99c2
|
||||
|
|
10
devel/libstatgrab/files/patch-configure
Normal file
10
devel/libstatgrab/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Tue Aug 26 08:10:39 2003
|
||||
+++ configure Tue Aug 26 08:10:54 2003
|
||||
@@ -7856,6 +7856,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@ -3,4 +3,4 @@ accessing system statistics and information. It was designed for
|
|||
use in the i-scream central monitoring system, but should be useable
|
||||
in other programs.
|
||||
|
||||
WWW: http://www.i-scream.org.uk/
|
||||
WWW: http://www.i-scream.org/
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
include/statgrab.h
|
||||
lib/libstatgrab.a
|
||||
lib/libstatgrab.la
|
||||
lib/libstatgrab.so
|
||||
lib/libstatgrab.so.1
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cpu.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/diskio.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/load_average.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/network.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/os_stats.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/page_stat.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/process_stats.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user_list.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/vm_stats.txt
|
||||
@dirrm %%PORTDOCS%%%%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue