Update devel/shtk to 1.5:

Released on 2014-03-16.

* Added a version module with helper functions to check if shtk is a
  given version or matches some constraints.  Useful to dynamically
  determine which functions to call in a script, if their need is
  optional.

* Added timeout support to shtk_process_run.  The new '-t' option to
  this function takes the number of seconds before forcibly killing the
  subprocess.

Approved by:	bdrewery
This commit is contained in:
Julio Merino 2014-03-16 00:15:57 +00:00
parent 1ed87bb903
commit ff5415a39b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348389
3 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= shtk
PORTVERSION= 1.4
PORTREVISION= 1
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= https://github.com/jmmv/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ \
LOCAL/jmmv

View File

@ -1,2 +1,2 @@
SHA256 (shtk-1.4.tar.gz) = 14501d7426f7fe5ab42901a383d7b6d2ec2f7368c43724be7dc12c5207fd9550
SIZE (shtk-1.4.tar.gz) = 79127
SHA256 (shtk-1.5.tar.gz) = aabd8a8e708a25f10e271b6af88c39d5176afe59f318d44963b8b1fa66f393d8
SIZE (shtk-1.5.tar.gz) = 84555

View File

@ -15,6 +15,7 @@ share/shtk/config.subr
share/shtk/cvs.subr
share/shtk/list.subr
share/shtk/process.subr
share/shtk/version.subr
%%TEST%%tests/shtk/Kyuafile
%%TEST%%tests/shtk/base_test
%%TEST%%tests/shtk/bool_test
@ -25,6 +26,7 @@ share/shtk/process.subr
%%TEST%%tests/shtk/list_test
%%TEST%%tests/shtk/process_test
%%TEST%%tests/shtk/shtk_test
%%TEST%%tests/shtk/version_test
%%TEST%%@dirrm tests/shtk
@dirrm share/shtk
@dirrm share/doc/shtk