Index: head/textproc/ruby-tempura/Makefile =================================================================== --- head/textproc/ruby-tempura/Makefile (revision 178967) +++ head/textproc/ruby-tempura/Makefile (revision 178968) @@ -1,44 +1,41 @@ # New ports collection makefile for: Ruby-Tempura # Date created: 18 March 2004 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= tempura -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.2r3 CATEGORIES= textproc ruby -MASTER_SITES= http://www.imasy.or.jp/~hisa/ruby/tempura/files/ +MASTER_SITES= http://www.fobj.com/tempura/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= TEMPlate Utility for Ruby Application - -DEPRECATED= distfile and homepag disappeared -EXPIRATION_DATE= 2006-12-30 USE_RUBY= yes RUBY_FEATURES= rexml NO_BUILD= yes DOCS_EN= ChangeLog README DOCS_JA= README.ja doc do-install: cd ${WRKSRC}; ${RUBY} install.rb .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif .include Property changes on: head/textproc/ruby-tempura/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/ruby-tempura/distinfo =================================================================== --- head/textproc/ruby-tempura/distinfo (revision 178967) +++ head/textproc/ruby-tempura/distinfo (revision 178968) @@ -1,3 +1,3 @@ -MD5 (ruby/tempura-0.1.2.tgz) = 2a923b5321f5a22acf65696e98c433bf -SHA256 (ruby/tempura-0.1.2.tgz) = 4b41994b6c02099eece3a8238fdcd4c9f47ce7a6317a7f3cf01796b06ddaa0a8 -SIZE (ruby/tempura-0.1.2.tgz) = 50215 +MD5 (ruby/tempura-0.1.2r3.tgz) = b8f1dd00257d1b41174567c458ec3be7 +SHA256 (ruby/tempura-0.1.2r3.tgz) = 9e287a6646a7dca7fcf48c74d4b069e7437de4633876615f577f3a45545e3028 +SIZE (ruby/tempura-0.1.2r3.tgz) = 50645 Property changes on: head/textproc/ruby-tempura/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/textproc/ruby-tempura/pkg-descr =================================================================== --- head/textproc/ruby-tempura/pkg-descr (revision 178967) +++ head/textproc/ruby-tempura/pkg-descr (revision 178968) @@ -1,17 +1,17 @@ Tempura - TEMPlate Utility for Ruby Application =============================================== Tempura is a template library for Ruby to create a live XML document that combines real data into an XML template. Features: * Template is in XML format that preview can be viewed as HTML * Only some special XML attributes effect a result to expand a template * Model data is an arbitrary Ruby object * Separate view from model * Support for event-driven web application * Includes library parts for the Div as web application framework -Author: FUJIMOTO, Hisakuni +Author: FUJIMOTO, Hisakuni -WWW in Japanese: http://www.imasy.or.jp/~hisa/ruby/tempura/ +WWW: http://www.fobj.com/tempura/ Property changes on: head/textproc/ruby-tempura/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property