head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.05.01.01.47.10;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.25.02.39.41;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2007.04.19.08.26.08;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.28.02.19.53;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.06.02.45.33;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.19.09.03.46;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.18.09.16.54;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2004.08.20.02.56.42;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.13.03.24.16;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.22.00.56.39;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.17.09.17.36;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Kwiki
# Date created:				Sat Jul 17 16:00:09 CST 2004
# Whom:	      				Cheng-Lung Sung <clsung@@dragon2.net>
#
# $FreeBSD: head/www/p5-Kwiki/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Kwiki
PORTVERSION=	0.39
CATEGORIES=	www perl5
MASTER_SITES=	http://www.kwiki.org/downloads/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	clsung/${PORTNAME}
PKGNAMEPREFIX=	p5-
DISTNAME=	kwiki-trunk-20070327

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	The Kwiki Wiki Building Framework

KWIKIDIR?=	kwiki
NO_BUILD=	yes

do-install:
	@@${MKDIR} ${PREFIX}/${KWIKIDIR}
	${CP} -RH ${WRKSRC}/ ${PREFIX}/${KWIKIDIR}
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${KWIKIDIR}

post-install:
	@@${FIND} ${WRKSRC}/${file} -not -type d \
		| ${SED} -ne 's,^${WRKSRC},${KWIKIDIR},p' >> ${TMPPLIST}
	@@${FIND} -d ${WRKSRC}/${file} -type d \
		| ${SED} -ne 's,^${WRKSRC},@@dirrm ${KWIKIDIR},p' >> ${TMPPLIST}
	@@${SED} -e 's|%%KWIKIDIR%%|${PREFIX}/${KWIKIDIR}|' ${PKGMESSAGE}
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- add local mirror site
@
text
@d17 1
a17 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.9
log
@- Update to 0.39 (In fact, should be Kwiki 2.0)
  - Realy version: kwiki-trunk-20070327
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.kwiki.org/downloads/
@


1.8
log
@- add SHA256 checksum
- IGNORE messages begin with a lowercase letter
@
text
@d9 1
a9 1
PORTVERSION=	0.38
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Kwiki
d13 1
d18 2
a19 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${SITE_PERL}/Spoon.pm:${PORTSDIR}/devel/p5-Spoon
RUN_DEPENDS=	${BUILD_DEPENDS}
d21 4
a24 31
PERL_CONFIGURE=	yes

MAN1=		kwiki.1
MAN3=		Kwiki.3 \
		Kwiki::Archive.3 \
		Kwiki::Base.3 \
		Kwiki::CGI.3 \
		Kwiki::Command.3 \
		Kwiki::Config.3 \
		Kwiki::ContentObject.3 \
		Kwiki::Cookie.3 \
		Kwiki::CSS.3 \
		Kwiki::Display.3 \
		Kwiki::Edit.3 \
		Kwiki::Formatter.3 \
		Kwiki::Files.3 \
		Kwiki::Hub.3 \
		Kwiki::Icons.3 \
		Kwiki::Installer.3 \
		Kwiki::Javascript.3 \
		Kwiki::Pages.3 \
		Kwiki::Plugin.3 \
		Kwiki::Preferences.3 \
		Kwiki::Registry.3 \
		Kwiki::Status.3 \
		Kwiki::Template.3 Kwiki::Template::TT2.3 \
		Kwiki::Theme.3 Kwiki::Theme::Basic.3 \
		Kwiki::Toolbar.3 \
		Kwiki::Users.3 \
		Kwiki::WebFile.3 \
		Kwiki::Widgets.3
d27 5
d34 1
a34 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>
@


1.7
log
@- update to 0.38
- from Changes:
  - Tweak for Kwiki-HomePagePreference
  - Allow the hub to be hooked.
  - Socialtext changes
  - Allow ; in addition to & in query strings
  - Get rid of -M operators
  - Make redirects RFC compliant
  - Refactored themes
  - empty links cause double page loads
  - Refactors to get rid of hub connections
  - eliminate use_class
  - COmment support
  - Kwid Formatter for Spork
  - Also prints command usage from plugins.
  - copyright 2005
  - tweak space on usage()
  - eliminate cleanup undef warning when doing 'kwiki -update'
@
text
@d60 1
a60 1
IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.6
log
@- update to 0.37
- from Changes
    - Remove load_class calls per Spoon 0.21
    - Move archive commit hook into super class
    - Split Kwiki::COmmand into Spoon::Command
    - Make kwiki -compress work again :\
    - Change -subwiki to -new_view
    - List all plugins commented out in plugins file
    - Support PagePrivacy
    - Support multiple config*.*
    - Make toolbar, widgets, and status prereqs of theme
@
text
@d9 1
a9 1
PORTVERSION=	0.37
@


1.5
log
@- update to 0.35

Changes:
- Fixed archive commit hook
- Don't fail tests if no HTTP::BrowserDetect
- Kwiki is now memory cycle free, which makes it much more suitable
  for use under mod_perl
- Added Pane superclass for Toolbar Widgets and Status
- Added BrowserDetect module
- Removed Htaccess module
- Added Kwiki::WebFile base class
- Use new Spoon::Hook for archive
- Make path configurable for templates, css, and javascript
- Add -subwiki and -update_all actions to installer.
- Add -quiet/-q options to installer
- Add BEGIN/END comments to templates automatically
- Make installer smarter
- Plugins can specify prerequisites
- Add ip address to page metadata
@
text
@d9 1
a9 1
PORTVERSION=	0.35
@


1.4
log
@My territory, suggested by ijliao. :p

Approved by:	vanilla (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.33
a37 1
		Kwiki::Htaccess.3 \
d51 2
a52 1
		Kwiki::Widgets.3 \
@


1.3
log
@Update to 0.33

PR: ports/70353
Submitted by: MAINTAINER
@
text
@d15 1
a15 1
MAINTAINER=	clsung@@dragon2.net
@


1.2
log
@upgrade to 0.32

PR:		69397
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@


1.1
log
@Add p5-Kwiki 0.31, the Kwiki Wiki Building Framework.

PR:		ports/69172
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.31
d47 1
@

