mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update to 1.0.0.
This commit is contained in:
parent
52acd69c2b
commit
350bfcc711
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107456
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= borges
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= www ruby
|
||||
MASTER_SITES= http://segment7.net/ruby-code/borges/
|
||||
MASTER_SITES= http://rubyforge.org/frs/download.php/420/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
@ -16,24 +16,27 @@ MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A web application framework for Ruby that allows linear programming
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_FEATURES= webrick
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
||||
DOCS= BUGS CHANGELOG README
|
||||
EXAMPLES= data/examples/ruby/borges/*
|
||||
|
||||
do-install:
|
||||
${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
|
||||
.endfor
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
RUBY_REQUIRE= Ruby > 180
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(RUBY_PROVIDED)
|
||||
IGNORE= only works with Ruby 1.8.0 or later
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
post-extract:
|
||||
# This port is not really RUBY_MODEXAMPLESDIR/RUBY_MODDOCDIR clean
|
||||
.for d in doc examples
|
||||
${MV} ${WRKSRC}/data/${d}/ruby/Borges ${WRKSRC}/data/${d}/ruby/borges
|
||||
${MV} ${WRKSRC}/data/${d}/ruby ${WRKSRC}/data/${d}/${RUBY_NAME}
|
||||
.if defined(NOPORTDOCS)
|
||||
${MV} ${WRKSRC}/data/${d} ${WRKSRC}/
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ruby/borges-0.2.0.tar.gz) = 180e378fcfe0887b5f1bfddcc3183f98
|
||||
SIZE (ruby/borges-0.2.0.tar.gz) = 12822
|
||||
MD5 (ruby/borges-1.0.0.tar.gz) = 7865cd848aed83953a284aee4b999ab3
|
||||
SIZE (ruby/borges-1.0.0.tar.gz) = 205406
|
||||
|
@ -1,6 +1,6 @@
|
||||
Borges is a web application framework based on Seaside that allows
|
||||
linear programming of web applications. Borges runs on Webrick and
|
||||
features a simple rendering interface.
|
||||
Borges is a web application framework based on Seaside 2.0
|
||||
(http://beta4.com/seaside2/) that allows linear programming of
|
||||
web applications.
|
||||
|
||||
Author: Eric Hodel <drbrain@segment7.net>
|
||||
WWW: http://segment7.net/ruby-code/borges/borges.html
|
||||
WWW: http://http://borges.rubyforge.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user