mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
"meta-port" for Kwiki Plugins.
Also refer to http://www.kwiki.org/?KwikiPluginList. Now only plugins in ports tree. PR: ports/70602 Approved by: vanilla (co-mentor)
This commit is contained in:
parent
926132766a
commit
da84c43395
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117262
@ -488,6 +488,7 @@
|
||||
SUBDIR += p5-Kwiki-Search
|
||||
SUBDIR += p5-Kwiki-UserName
|
||||
SUBDIR += p5-Kwiki-UserPreferences
|
||||
SUBDIR += p5-Kwiki-plugins
|
||||
SUBDIR += p5-LWP-Authen-Wsse
|
||||
SUBDIR += p5-MasonX-Apache2Handler
|
||||
SUBDIR += p5-MasonX-Interp-WithCallbacks
|
||||
|
77
www/p5-Kwiki-plugins/Makefile
Normal file
77
www/p5-Kwiki-plugins/Makefile
Normal file
@ -0,0 +1,77 @@
|
||||
# New ports collection makefile for: p5-Kwiki-plugins
|
||||
# Date created: Aug 18 2004
|
||||
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Kwiki-plugins
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= # empty
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= "meta-port" for Kwiki Plugins
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= ARCHIVERCS "Page Archival Using RCS" on \
|
||||
ARCHIVESVK "Page Archival Using SVK" off \
|
||||
REVISIONS "Revisions Plugin" on \
|
||||
RECENTCHANGES "Recent Changes Plugin" on \
|
||||
RECENTCHANGESRSS "RSS Plugin" on \
|
||||
SEARCH "Search Plugin" on \
|
||||
USERNAME "User Name Plugin" on \
|
||||
USERPREFERENCES "User Preferences Plugin" on
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_ARCHIVERCS)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/Rcs.pm:${PORTSDIR}/www/p5-Kwiki-Archive-Rcs
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ARCHIVESVK)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/SVK.pm:${PORTSDIR}/www/p5-Kwiki-Archive-SVK
|
||||
.endif
|
||||
|
||||
.if defined(WITH_REVISIONS)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Revisions.pm:${PORTSDIR}/www/p5-Kwiki-Revisions
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RECENTCHANGES)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/RecentChanges.pm:${PORTSDIR}/www/p5-Kwiki-RecentChanges
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RECENTCHANGESRSS)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/RecentChangesRSS.pm:${PORTSDIR}/www/p5-Kwiki-RecentChangesRSS
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SEARCH)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Search.pm:${PORTSDIR}/www/p5-Kwiki-Search
|
||||
.endif
|
||||
|
||||
.if defined(WITH_USERNAME)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/UserName.pm:${PORTSDIR}/www/p5-Kwiki-UserName
|
||||
.endif
|
||||
|
||||
.if defined(WITH_USERPREFERENCES)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/UserPreferences.pm:${PORTSDIR}/www/p5-Kwiki-UserPreferences
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@${DO_NADA}
|
||||
|
||||
do-install:
|
||||
@${DO_NADA}
|
||||
|
||||
.include <bsd.port.post.mk>
|
6
www/p5-Kwiki-plugins/pkg-descr
Normal file
6
www/p5-Kwiki-plugins/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Here is a meta-port for a set of Kwiki plugins.
|
||||
|
||||
WWW: http://www.kwiki.org/
|
||||
|
||||
- Cheng-Lung Sung
|
||||
clsung@FreeBSD.org
|
Loading…
Reference in New Issue
Block a user