Skip site navigation (1)Skip section navigation (2)
Date:      30 May 2004 22:05:49 -0700
From:      Fumihiko Kimura <jfkimura@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67408: [maintainer-update] ports: japanese/wikicker 0.21 to 0.22
Message-ID:  <20040531050549.7484.qmail@10db.info>
Resent-Message-ID: <200405310510.i4V5AIkt044460@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67408
>Category:       ports
>Synopsis:       [maintainer-update] ports: japanese/wikicker 0.21 to 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 30 22:10:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>Description:

	Release: 0.22
	ChangeLog: See http://www.naney.org/wiki/WiKicker/ChangeLog.html#h1

	update japanese/wikicker:
	- Update 0.21 --> 0.22
		* Improve RecentLog output.
		  - Show users information.
		  - Show access count for each visitor.
		* Improve Localization.
		* Add AutomaticInterLink facility.
		* Add footnote (InlineBlock) syntax.
		* Use Log::Log4perl
		* Improve preview rendering (output on the fly).
		* Include DiKicker source code (alpha version).
		* Cache HTML fragment on Memcached.
		* Use page index file.
		* Fix Leap year bug.

>How-To-Repeat:
>Fix:

	Check:
	FreeBSD 4.10-RELEASE
	Perl 5.6.1

==== Begin here
diff -urN wikicker-orig/Makefile wikicker/Makefile
--- wikicker-orig/Makefile	Sun Mar 28 10:30:46 2004
+++ wikicker/Makefile	Sun May 30 21:33:29 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		WiKicker
-PORTVERSION=		0.21
+PORTVERSION=		0.22
 CATEGORIES+=		japanese www perl5
 MASTER_SITES=		\
 			http://www.naney.org/comp/distrib/WiKicker/archive/
@@ -31,7 +31,8 @@
 			${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 			${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
 			${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-			${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+			${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+			${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl
 
 .include <bsd.port.pre.mk>
 
@@ -42,8 +43,12 @@
 .if defined(WITH_WIKICKER_RECENTLOG)
 RUN_DEPENDS+=		${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
 .endif
+# DiKicker needed
+.if defined(WITH_WIKICKER_DB_FILE_LOCK)
+RUN_DEPENDS+=		${SITE_PERL}/DB_File/Lock.pm:${PORTSDIR}/devel/p5-DB_File-Lock
+.endif
 .if !defined(WITHOUT_WIKICKER_MEMCACHED)
-RUN_DEPENDS+=		memcached:${PORTSDIR}/databases/memcached
+RUN_DEPENDS+=		${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached
 .endif
 
 PERL_CONFIGURE=		yes
@@ -61,7 +66,7 @@
 	@${ECHO_MSG} "============================================================="
 
 	@${MKDIR} ${DOCSDIR}
-.for FILE in AUTHORS ChangeLog MANIFEST.SKIP MANIFEST NEWS README THANKS
+.for FILE in AUTHORS ChangeLog NEWS README THANKS
 	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
 .endfor
 	@cd ${DOCSDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST}
diff -urN wikicker-orig/distinfo wikicker/distinfo
--- wikicker-orig/distinfo	Wed Mar 31 10:33:11 2004
+++ wikicker/distinfo	Sun May 30 20:44:20 2004
@@ -1,2 +1,2 @@
-MD5 (WiKicker-0.21.tar.gz) = 82d44e59aca8c9a07372f5ac90abd827
-SIZE (WiKicker-0.21.tar.gz) = 118225
+MD5 (WiKicker-0.22.tar.gz) = 955a2c38264cff56c15c5e27f5a3fed0
+SIZE (WiKicker-0.22.tar.gz) = 147157
diff -urN wikicker-orig/files/pkg-message.in wikicker/files/pkg-message.in
--- wikicker-orig/files/pkg-message.in	Sun Dec 28 22:09:53 2003
+++ wikicker/files/pkg-message.in	Sun May 30 20:47:54 2004
@@ -11,6 +11,6 @@
   http://%%HostName%%/~User/wiki/ , and please operate "edit".
 
 
-See http://www.naney.org/wiki/WiKicker/INSTALL.html"
+See http://www.naney.org/wiki/WiKicker/INSTALL.html
 =============================================================================
 
==== END here

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040531050549.7484.qmail>