Update to 9.6.
9.6: Sat Dec 4 14:47:12 PST 2004 * fix critical bug in arg processing 9.5: Sat Dec 4 01:17:37 PST 2004 * moved -exec command into process(), so irssi can use it * fix bug that wouldn't let '0' be printed by itself * add -repeat flag ("-repeat 3 foo" becomes foofoofoo) * fix bug that would prevent a single character from displaying * retool -sine iterator a little better * minor code cleanup * make both -wave and -sine do the same thing PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
This commit is contained in:
parent
a0e5f7ed92
commit
1302e86a04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123151
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= insub
|
||||
PORTVERSION= 9.4
|
||||
PORTVERSION= 9.6
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://gruntle.org/projects/irssi/insub/
|
||||
@ -16,6 +16,8 @@ COMMENT= Some scripts for expressing how you feel on irc and the web
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
USE_BZIP2= YES
|
||||
|
||||
SCRIPT= ${PORTNAME}.pl
|
||||
|
||||
BUILD_DEPENDS+= cowsay:${PORTSDIR}/games/cowsay
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (insub-9.4.tar.gz) = e6631efa298f1f2cf5e5de28fe4c8532
|
||||
SIZE (insub-9.4.tar.gz) = 35494
|
||||
MD5 (insub-9.6.tar.bz2) = 414f7f81eb073a445210f8b9a65fedfa
|
||||
SIZE (insub-9.6.tar.bz2) = 33720
|
||||
|
Loading…
Reference in New Issue
Block a user