Update to 0.1.3.

Set the default charset to ISO-8859-1 instead of US-ASCII.

Shorten pkg-comment to under 70 columns.
This commit is contained in:
Akinori MUSHA 2000-12-12 14:04:26 +00:00
parent 588b2eb795
commit 76079a9e6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35919
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= eruby
PORTVERSION= ${VERSION}
PORTREVISION= 1
PORTREVISION= ${REVISION}
CATEGORIES= textproc www ruby
MASTER_SITES= http://www.modruby.net/archive/
DIST_SUBDIR= ruby
@ -20,17 +20,18 @@ RUBY_REQUIRE= 160 <= Ruby
.include <bsd.port.pre.mk>
.if defined(RUBY_PROVIDED)
VERSION= 0.1.2
VERSION= 0.1.3
.else
VERSION= 0.1.1
REVISON= 1
.endif
CONFIGURE_ARGS= --enable-shared --default-charset="${DEFAULT_CHARSET}"
INSTALLS_SHLIB= yes
MAN1= eruby.1
DEFAULT_CHARSET?= ISO-8859-1
DEFAULT_CHARSET?= US-ASCII
MAN1= eruby.1
DOCS_EN= ChangeLog README.en
DOCS_JA= README.ja

View File

@ -1,2 +1,2 @@
MD5 (ruby/eruby-0.1.1.tar.gz) = bd924fc22f46750f927553358b22ca19
MD5 (ruby/eruby-0.1.2.tar.gz) = c69ed7d6c622fc9e6b9eab50606c1d0f
MD5 (ruby/eruby-0.1.3.tar.gz) = 166846801921ef91555e518731805f42

View File

@ -1 +1 @@
Interprets Ruby code embedded in a text file just like PHP, ePerl, ASP, or JSP
Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP