1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.9.8 (0.9.8-universal-freebsd)

- Add LICENSE
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/djberg96/sys-proctable/blob/master/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-24 18:57:03 +00:00
parent eb54a1a2d7
commit cb1e4490c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387307
3 changed files with 15 additions and 14 deletions

View File

@ -2,19 +2,21 @@
# $FreeBSD$
PORTNAME= sys-proctable
PORTVERSION= 0.9.0
PORTVERSION= 0.9.8
DISTVERSIONSUFFIX= -universal-freebsd
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
EXTRACT_SUFX= # none
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface for getting process information
GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
LICENSE= ART20
USE_RUBY= yes
USE_RUBYGEMS= yes
RUN_DEPENDS= rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi
GEM_NAME= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 441f8174836e2bdb2124546de6f2a02b4c50ed4d26f3cf9bcf4854ea7054b4e4
SIZE (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 17408
SHA256 (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = e711236a4b4270607898e2169230af8a52c145b0482059d65a4fdb48b165341c
SIZE (rubygem/sys-proctable-0.9.8-universal-freebsd.gem) = 19456

View File

@ -1,7 +1,6 @@
The sys-proctable library provides an interface for gathering
information about processes on your system, i.e. the process table.
Most major platforms are supported and, while different platforms
may return different information, the external interface is identical
across platforms.
The sys-proctable library provides an interface for gathering information about
processes on your system, i.e. the process table. Most major platforms are
supported and, while different platforms may return different information, the
external interface is identical across platforms.
WWW: http://rubygems.org/gems/sys-proctable/
WWW: https://github.com/djberg96/sys-proctable