Update to 0.1.3.
This commit is contained in:
parent
a9d12038cb
commit
1850fb1ced
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125174
3 changed files with 5 additions and 6 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= amatch
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://www.ping.de/~flori/programs/ruby/amatch/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/1566/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= ruby
|
||||
|
@ -20,7 +20,6 @@ USE_RUBY= yes
|
|||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= CHANGES README.en amatch.txt.en
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ruby/amatch-0.1.1.tgz) = c5a7a9d5421ef21d22cb9c7ae8272eda
|
||||
SIZE (ruby/amatch-0.1.1.tgz) = 18819
|
||||
MD5 (ruby/amatch-0.1.3.tgz) = feb11f5a94f8740775dde6233760578e
|
||||
SIZE (ruby/amatch-0.1.3.tgz) = 19559
|
||||
|
|
|
@ -3,4 +3,4 @@ using a dynamic programming algorithm to compute the Levenstein
|
|||
distance between strings. Written in C for speed.
|
||||
|
||||
Author: Florian Frank <flori@ping.de>
|
||||
WWW: http://www.ruby-lang.org/raa/list.rhtml?name=amatch
|
||||
WWW: http://www.rubyforge.org/projects/amatch
|
||||
|
|
Loading…
Reference in a new issue