View | Details | Raw Unified | Return to bug 67408
Collapse All | Expand All

(-)wikicker/Makefile (-4 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=		WiKicker
8
PORTNAME=		WiKicker
9
PORTVERSION=		0.21
9
PORTVERSION=		0.22
10
CATEGORIES+=		japanese www perl5
10
CATEGORIES+=		japanese www perl5
11
MASTER_SITES=		\
11
MASTER_SITES=		\
12
			http://www.naney.org/comp/distrib/WiKicker/archive/
12
			http://www.naney.org/comp/distrib/WiKicker/archive/
Lines 31-37 Link Here
31
			${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
31
			${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
32
			${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
32
			${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
33
			${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
33
			${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
34
			${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
34
			${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
35
			${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl
35
36
36
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
37
38
Lines 42-49 Link Here
42
.if defined(WITH_WIKICKER_RECENTLOG)
43
.if defined(WITH_WIKICKER_RECENTLOG)
43
RUN_DEPENDS+=		${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
44
RUN_DEPENDS+=		${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
44
.endif
45
.endif
46
# DiKicker needed
47
.if defined(WITH_WIKICKER_DB_FILE_LOCK)
48
RUN_DEPENDS+=		${SITE_PERL}/DB_File/Lock.pm:${PORTSDIR}/devel/p5-DB_File-Lock
49
.endif
45
.if !defined(WITHOUT_WIKICKER_MEMCACHED)
50
.if !defined(WITHOUT_WIKICKER_MEMCACHED)
46
RUN_DEPENDS+=		memcached:${PORTSDIR}/databases/memcached
51
RUN_DEPENDS+=		${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached
47
.endif
52
.endif
48
53
49
PERL_CONFIGURE=		yes
54
PERL_CONFIGURE=		yes
Lines 61-67 Link Here
61
	@${ECHO_MSG} "============================================================="
66
	@${ECHO_MSG} "============================================================="
62
67
63
	@${MKDIR} ${DOCSDIR}
68
	@${MKDIR} ${DOCSDIR}
64
.for FILE in AUTHORS ChangeLog MANIFEST.SKIP MANIFEST NEWS README THANKS
69
.for FILE in AUTHORS ChangeLog NEWS README THANKS
65
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
70
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
66
.endfor
71
.endfor
67
	@cd ${DOCSDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST}
72
	@cd ${DOCSDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST}
(-)wikicker/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (WiKicker-0.21.tar.gz) = 82d44e59aca8c9a07372f5ac90abd827
1
MD5 (WiKicker-0.22.tar.gz) = 955a2c38264cff56c15c5e27f5a3fed0
2
SIZE (WiKicker-0.21.tar.gz) = 118225
2
SIZE (WiKicker-0.22.tar.gz) = 147157
(-)wikicker/files/pkg-message.in (-1 / +1 lines)
Lines 11-16 Link Here
11
  http://%%HostName%%/~User/wiki/ , and please operate "edit".
11
  http://%%HostName%%/~User/wiki/ , and please operate "edit".
12
12
13
13
14
See http://www.naney.org/wiki/WiKicker/INSTALL.html"
14
See http://www.naney.org/wiki/WiKicker/INSTALL.html
15
=============================================================================
15
=============================================================================
16
16

Return to bug 67408