Date: Wed, 30 Apr 2008 05:31:15 +0900 (JST) From: TAKATSU Tomonari <tota@rtfm.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123236: [NEW PORT] www/samidare: A web page update checker written in Ruby Message-ID: <200804292031.m3TKVFpN089227@www2.inetd.co.jp> Resent-Message-ID: <200804292040.m3TKe1q2041586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123236 >Category: ports >Synopsis: [NEW PORT] www/samidare: A web page update checker written in Ruby >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 29 20:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAKATSU Tomonari >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: none(personal) >Environment: System: FreeBSD photon.rtfm.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sat Apr 19 00:19:29 JST 2008 >Description: samidare is a web page update checker Features: * Easy configuration: just list up URLs. * HTML generation by template. * tDiary theme supported. * generate/read LIRS. * check page content addition to Last-Modified. Author: Tanaka Akira <akr@fsij.org> WWW: http://www.a-k-r.org/samidare/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- samidare-0.5.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # samidare # samidare/pkg-descr # samidare/Makefile # samidare/pkg-plist # samidare/distinfo # echo c - samidare mkdir -p samidare > /dev/null 2>&1 echo x - samidare/pkg-descr sed 's/^X//' >samidare/pkg-descr << 'END-of-samidare/pkg-descr' Xsamidare is a web page update checker X XFeatures: X * Easy configuration: just list up URLs. X * HTML generation by template. X * tDiary theme supported. X * generate/read LIRS. X * check page content addition to Last-Modified. X XAuthor: Tanaka Akira <akr@fsij.org> XWWW: http://www.a-k-r.org/samidare/ END-of-samidare/pkg-descr echo x - samidare/Makefile sed 's/^X//' >samidare/Makefile << 'END-of-samidare/Makefile' X# New ports collection makefile for: samidare X# Date created: 2008-04-30 X# Whom: TAKATSU Tomonari <tota@rtfm.jp> X# X# $FreeBSD$ X# X XPORTNAME= samidare XPORTVERSION= 0.5 XCATEGORIES= www ruby XMASTER_SITES= http://www.a-k-r.org./samidare/ X XMAINTAINER= tota@rtfm.jp XCOMMENT= A web page update checker written in Ruby X XRUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb:${PORTSDIR}/textproc/ruby-htree X XUSE_GMAKE= yes XUSE_RUBY= yes X XRUBY_REQUIRE= Ruby >= 181 XRUBY_SHEBANG_FILES= main.rb rb-link rb2rm rm2rb XPORTDOCS= README README.ja XPORTEXAMPLES= config.yml t.latest.html X XUNIQ= /usr/bin/uniq X X.include <bsd.port.pre.mk> X X.if !defined(RUBY_PROVIDED) XIGNORE= requires Ruby 1.8.1 or later X.endif X XALL_TARGET= ${PORTNAME} X Xpost-build: X cd ${BUILD_WRKSRC} && \ X ${MV} samidare samidare.orig && \ X ${UNIQ} samidare.orig samidare X Xdo-install: X cd ${INSTALL_WRKSRC}; ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin X ${MKDIR} ${EXAMPLESDIR} X cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X.endif X X.include <bsd.port.post.mk> END-of-samidare/Makefile echo x - samidare/pkg-plist sed 's/^X//' >samidare/pkg-plist << 'END-of-samidare/pkg-plist' X@comment $FreeBSD$ Xbin/samidare END-of-samidare/pkg-plist echo x - samidare/distinfo sed 's/^X//' >samidare/distinfo << 'END-of-samidare/distinfo' XMD5 (samidare-0.5.tar.gz) = 98e3005f380d5c381ff94e311499f495 XSHA256 (samidare-0.5.tar.gz) = dbb210a39ba7c1b225f49dcdd3e585a1be47595e3e2963104d91f67d8c523374 XSIZE (samidare-0.5.tar.gz) = 27161 END-of-samidare/distinfo exit --- samidare-0.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804292031.m3TKVFpN089227>