forked from Lainports/freebsd-ports
Update to v1.0.20190920
This commit is contained in:
parent
bbf4ea6a60
commit
3f46930bf2
3 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tttcmds
|
||||
PORTVERSION= 1.0.20181214
|
||||
PORTVERSION= 1.0.20190920
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1544789118
|
||||
SHA256 (daichigoto-tttcmds-v1.0.20181214_GH0.tar.gz) = 52d752720ce3b6515e91d6875fd829ca665ea23b56f04db508cf54ba9867a630
|
||||
SIZE (daichigoto-tttcmds-v1.0.20181214_GH0.tar.gz) = 1592893
|
||||
TIMESTAMP = 1568971405
|
||||
SHA256 (daichigoto-tttcmds-v1.0.20190920_GH0.tar.gz) = 51aa387d1a521ed9e48b6e7fd47700f519f6d63f3f5aec4c3cc8ba22fc0b4bf9
|
||||
SIZE (daichigoto-tttcmds-v1.0.20190920_GH0.tar.gz) = 8107437
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ bin/conv_ssv2ssv
|
|||
bin/conv_ssv2transposedssv
|
||||
bin/conv_ssv2tsv
|
||||
bin/conv_ssv2txt
|
||||
bin/conv_ssv2yukossv
|
||||
bin/conv_ssvstr2str
|
||||
bin/conv_str2ssvstr
|
||||
bin/conv_tag2ssv
|
||||
|
|
@ -49,6 +50,7 @@ bin/leavefirst
|
|||
bin/leavelast
|
||||
bin/leftjoin
|
||||
bin/millisec
|
||||
bin/mkyuko
|
||||
bin/numfmt
|
||||
bin/numformat
|
||||
bin/ongs_awk
|
||||
|
|
@ -86,6 +88,7 @@ bin/ssv1txt
|
|||
bin/ssv2ssv
|
||||
bin/ssv2tsv
|
||||
bin/ssv2txt
|
||||
bin/ssv2yukossv
|
||||
bin/ssvstr2str
|
||||
bin/str2ssvstr
|
||||
bin/strfmt
|
||||
|
|
@ -103,11 +106,11 @@ bin/txt1txt
|
|||
bin/util_millisecond
|
||||
bin/val1txt
|
||||
bin/wait_filechanges
|
||||
include/ttt.h
|
||||
include/ttt_aliases.h
|
||||
include/ttt_debug.h
|
||||
include/ttt_text.h
|
||||
include/ttt_utils.h
|
||||
include/ttt.h
|
||||
lib/libttt.a
|
||||
lib/libttt.so
|
||||
lib/libttt.so.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue