Index: head/japanese/tdiary/Makefile =================================================================== --- head/japanese/tdiary/Makefile (revision 112367) +++ head/japanese/tdiary/Makefile (revision 112368) @@ -1,16 +1,16 @@ # New ports collection makefile for: tdiary # Date created: 21 May 2003 # Whom: Fumihiko Kimura # # $FreeBSD$ # CATEGORIES= japanese www ruby MAINTAINER= jfkimura@yahoo.co.jp TDIARY_LANG= tdiary.conf-ja -CONFLICTS= tdiary-1.* +CONFLICTS= tdiary-* MASTERDIR?= ${.CURDIR}/../../www/tdiary .include "${MASTERDIR}/Makefile" Property changes on: head/japanese/tdiary/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/tdiary/Makefile =================================================================== --- head/www/tdiary/Makefile (revision 112367) +++ head/www/tdiary/Makefile (revision 112368) @@ -1,74 +1,66 @@ # New ports collection makefile for: tdiary # Date created: 21 May 2003 # Whom: Fumihiko Kimura # # $FreeBSD$ # PORTNAME= tdiary -PORTVERSION= 1.5.7 +PORTVERSION= 2.0.0 CATEGORIES?= www ruby MASTER_SITES= \ ${MASTER_SITE_SOURCEFORGE} \ http://www.tdiary.org/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-full-${PORTVERSION} MAINTAINER= jfkimura@yahoo.co.jp COMMENT= A Web-based diary system (like weblog) written in Ruby NO_BUILD= yes -CONFLICTS?= ja-tdiary-1.* +CONFLICTS?= ja-tdiary-* PKGMESSAGE= ${WRKDIR}/pkg-message USE_RUBY= yes .if !defined(WITHOUT_RUBY_FEATURES) USE_RUBY_FEATURES= fileutils .endif RUBY_SHEBANG_FILES= index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \ -misc/plugin/windex.rb misc/plugin/a/a_conf.rb misc/plugin/trackback/tb.rb + misc/plugin/windex.rb misc/plugin/a/a_conf.rb \ + misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb TDIARYDIR= ${EXAMPLESDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(TDIARY_LANG) TDIARY_LANG= tdiary.conf-en .endif .if defined(WITH_TDIARY_UCONV) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif .if defined(WITH_TDIARY_NORA) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora .endif - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=============================================================================" - @${ECHO_MSG} "When you chose plugin, it becomes necessary. Use the following options:" - @${ECHO_MSG} " WITH_TDIARY_UCONV=yes (RDF file creates with UTF-8 : output_rdf.rb)" - @${ECHO_MSG} " WITH_TDIARY_NORA=yes (Referer header support : disp_referrer.rb)" - @${ECHO_MSG} "=============================================================================" - @${ECHO_MSG} do-install: @-${MKDIR} ${TDIARYDIR} @${SED} -e 's,@@@@PREFIX@@@@,${PREFIX},g' \ -e 's,@@@@LANG@@@@,${TDIARY_LANG},g' \ ${FILESDIR}/tdiaryinst.rb.in > ${TDIARYDIR}/tdiaryinst.rb @${CP} -pR ${WRKSRC}/ ${TDIARYDIR} .if ${TDIARY_LANG} == tdiary.conf-en @${ECHO_MSG} "===> TDIARY : English Language messages support" @${RUBY} -i -pe 'sub(/%Y-%m-%d/, "%Y-%m-%d [%a]")' ${TDIARYDIR}/misc/i18n/tdiary.conf.sample-en .else @${ECHO_MSG} "===> TDIARY : Japanese Language messages support" @${RUBY} -i -pe 'sub(/%Y-%m-%d/, "%Y-%m-%d [%J]")' ${TDIARYDIR}/tdiary.conf.sample .endif @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TDIARYDIR} post-install: @cd ${WRKSRC} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} @cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} @${SED} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/tdiary/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/tdiary/distinfo =================================================================== --- head/www/tdiary/distinfo (revision 112367) +++ head/www/tdiary/distinfo (revision 112368) @@ -1,2 +1,2 @@ -MD5 (tdiary-full-1.5.7.tar.gz) = 13f728291eed51bc6033fae1510731bc -SIZE (tdiary-full-1.5.7.tar.gz) = 1640373 +MD5 (tdiary-full-2.0.0.tar.gz) = 810f9c77e222cd55b24ca0844285bfde +SIZE (tdiary-full-2.0.0.tar.gz) = 1694168 Property changes on: head/www/tdiary/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/tdiary-devel/Makefile =================================================================== --- head/www/tdiary-devel/Makefile (revision 112367) +++ head/www/tdiary-devel/Makefile (revision 112368) @@ -1,74 +1,66 @@ # New ports collection makefile for: tdiary # Date created: 21 May 2003 # Whom: Fumihiko Kimura # # $FreeBSD$ # PORTNAME= tdiary -PORTVERSION= 1.5.7 +PORTVERSION= 2.0.0 CATEGORIES?= www ruby MASTER_SITES= \ ${MASTER_SITE_SOURCEFORGE} \ http://www.tdiary.org/download/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-full-${PORTVERSION} MAINTAINER= jfkimura@yahoo.co.jp COMMENT= A Web-based diary system (like weblog) written in Ruby NO_BUILD= yes -CONFLICTS?= ja-tdiary-1.* +CONFLICTS?= ja-tdiary-* PKGMESSAGE= ${WRKDIR}/pkg-message USE_RUBY= yes .if !defined(WITHOUT_RUBY_FEATURES) USE_RUBY_FEATURES= fileutils .endif RUBY_SHEBANG_FILES= index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \ -misc/plugin/windex.rb misc/plugin/a/a_conf.rb misc/plugin/trackback/tb.rb + misc/plugin/windex.rb misc/plugin/a/a_conf.rb \ + misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb TDIARYDIR= ${EXAMPLESDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if !defined(TDIARY_LANG) TDIARY_LANG= tdiary.conf-en .endif .if defined(WITH_TDIARY_UCONV) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif .if defined(WITH_TDIARY_NORA) RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora .endif - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=============================================================================" - @${ECHO_MSG} "When you chose plugin, it becomes necessary. Use the following options:" - @${ECHO_MSG} " WITH_TDIARY_UCONV=yes (RDF file creates with UTF-8 : output_rdf.rb)" - @${ECHO_MSG} " WITH_TDIARY_NORA=yes (Referer header support : disp_referrer.rb)" - @${ECHO_MSG} "=============================================================================" - @${ECHO_MSG} do-install: @-${MKDIR} ${TDIARYDIR} @${SED} -e 's,@@@@PREFIX@@@@,${PREFIX},g' \ -e 's,@@@@LANG@@@@,${TDIARY_LANG},g' \ ${FILESDIR}/tdiaryinst.rb.in > ${TDIARYDIR}/tdiaryinst.rb @${CP} -pR ${WRKSRC}/ ${TDIARYDIR} .if ${TDIARY_LANG} == tdiary.conf-en @${ECHO_MSG} "===> TDIARY : English Language messages support" @${RUBY} -i -pe 'sub(/%Y-%m-%d/, "%Y-%m-%d [%a]")' ${TDIARYDIR}/misc/i18n/tdiary.conf.sample-en .else @${ECHO_MSG} "===> TDIARY : Japanese Language messages support" @${RUBY} -i -pe 'sub(/%Y-%m-%d/, "%Y-%m-%d [%J]")' ${TDIARYDIR}/tdiary.conf.sample .endif @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TDIARYDIR} post-install: @cd ${WRKSRC} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} @cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} @${SED} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/tdiary-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/tdiary-devel/distinfo =================================================================== --- head/www/tdiary-devel/distinfo (revision 112367) +++ head/www/tdiary-devel/distinfo (revision 112368) @@ -1,2 +1,2 @@ -MD5 (tdiary-full-1.5.7.tar.gz) = 13f728291eed51bc6033fae1510731bc -SIZE (tdiary-full-1.5.7.tar.gz) = 1640373 +MD5 (tdiary-full-2.0.0.tar.gz) = 810f9c77e222cd55b24ca0844285bfde +SIZE (tdiary-full-2.0.0.tar.gz) = 1694168 Property changes on: head/www/tdiary-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property