mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
- Update to 0.2.2
This commit is contained in:
parent
f7ba7b230f
commit
870e809332
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149516
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= amatch
|
||||
PORTVERSION= 0.1.3
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/1566/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/7008/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= ruby
|
||||
@ -22,7 +22,13 @@ RUBY_SETUP= install.rb
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= CHANGES README.en amatch.txt.en
|
||||
DOCS= CHANGES README.en
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -32,4 +38,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (ruby/amatch-0.1.3.tgz) = feb11f5a94f8740775dde6233760578e
|
||||
SIZE (ruby/amatch-0.1.3.tgz) = 19559
|
||||
MD5 (ruby/amatch-0.2.2.tgz) = f5e778f93c43ff4cc6727a0287ee98f8
|
||||
SHA256 (ruby/amatch-0.2.2.tgz) = 0d893558f65195ee4cc597f2c917ccbdc6de7b75ca83b68d8f37ac455d6d4d9d
|
||||
SIZE (ruby/amatch-0.2.2.tgz) = 45673
|
||||
|
@ -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.rubyforge.org/projects/amatch
|
||||
WWW: http://amatch.rubyforge.org/
|
||||
|
@ -2,5 +2,4 @@ bin/agrep.rb
|
||||
%%RUBY_SITEARCHLIBDIR%%/amatch.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/amatch.txt.en
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user