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:
Jason Helfman 2012-04-25 17:25:05 +00:00
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

View file

@ -965,6 +965,7 @@
SUBDIR += libstatgrab
SUBDIR += libstrfunc
SUBDIR += libstroke
SUBDIR += libsysinfo
SUBDIR += libtai
SUBDIR += libtap
SUBDIR += libtar

29
devel/libsysinfo/Makefile Normal file
View 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>

View file

@ -0,0 +1,2 @@
SHA256 (libsysinfo-0.0.2.tar.gz) = 190fbb5002950bcb16d618eeceb144d226dc363d44949ee0c935166f0420db8b
SIZE (libsysinfo-0.0.2.tar.gz) = 3541

View 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/