mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add new port: devel/libsysinfo
The sysinfo(3) function is a GNU interface for retrieving common information about the configuration and state of the system, such as is returned by sysctl(3) and sysconf(3). WWW: http://code.google.com/p/sysinfo-bsd/ PR: ports/166843 Submitted by: jwbacon@tds.net
This commit is contained in:
parent
b837a78b12
commit
17b6e307dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295512
4 changed files with 37 additions and 0 deletions
|
@ -965,6 +965,7 @@
|
||||||
SUBDIR += libstatgrab
|
SUBDIR += libstatgrab
|
||||||
SUBDIR += libstrfunc
|
SUBDIR += libstrfunc
|
||||||
SUBDIR += libstroke
|
SUBDIR += libstroke
|
||||||
|
SUBDIR += libsysinfo
|
||||||
SUBDIR += libtai
|
SUBDIR += libtai
|
||||||
SUBDIR += libtap
|
SUBDIR += libtap
|
||||||
SUBDIR += libtar
|
SUBDIR += libtar
|
||||||
|
|
29
devel/libsysinfo/Makefile
Normal file
29
devel/libsysinfo/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: libsysinfo
|
||||||
|
# Date created: 14 April 2012
|
||||||
|
# Whom: Jason Bacon <jwbacon@tds.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= libsysinfo
|
||||||
|
PORTVERSION= 0.0.2
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
|
MAINTAINER= jwbacon@tds.net
|
||||||
|
COMMENT= GNU libc's sysinfo port for FreeBSD
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
PROJECTHOST= sysinfo-bsd
|
||||||
|
|
||||||
|
PLIST_FILES= include/sys/sysinfo.h \
|
||||||
|
lib/libsysinfo.a \
|
||||||
|
lib/libsysinfo.so \
|
||||||
|
lib/libsysinfo.so.0
|
||||||
|
PLIST_DIRSTRY= include/sys
|
||||||
|
|
||||||
|
MAN3= sysinfo.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/libsysinfo/distinfo
Normal file
2
devel/libsysinfo/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (libsysinfo-0.0.2.tar.gz) = 190fbb5002950bcb16d618eeceb144d226dc363d44949ee0c935166f0420db8b
|
||||||
|
SIZE (libsysinfo-0.0.2.tar.gz) = 3541
|
5
devel/libsysinfo/pkg-descr
Normal file
5
devel/libsysinfo/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
The sysinfo(3) function is a GNU interface for retrieving common information
|
||||||
|
about the configuration and state of the system, such as is returned by
|
||||||
|
sysctl(3) and sysconf(3).
|
||||||
|
|
||||||
|
WWW: http://code.google.com/p/sysinfo-bsd/
|
Loading…
Add table
Reference in a new issue