diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-26 23:46:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-26 23:46:33 +0800 |
commit | d59a6db042b2be8c72022071d8e93f146714ee27 (patch) | |
tree | a47a5cc7d287a3e57d9adb0ea11afc5d5c369571 /www/p5-Text-Markdown-ApacheHandler | |
parent | dcb2351aeaf9f67846000cff56074b7fad146c2a (diff) | |
download | freebsd-ports-gnome-d59a6db042b2be8c72022071d8e93f146714ee27.tar.gz freebsd-ports-gnome-d59a6db042b2be8c72022071d8e93f146714ee27.tar.zst freebsd-ports-gnome-d59a6db042b2be8c72022071d8e93f146714ee27.zip |
Add p5-Text-Markdown-ApacheHandler 0.03, processes files with Markdown
syntax for Apache.
PR: ports/100625
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www/p5-Text-Markdown-ApacheHandler')
-rw-r--r-- | www/p5-Text-Markdown-ApacheHandler/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Text-Markdown-ApacheHandler/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Text-Markdown-ApacheHandler/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Text-Markdown-ApacheHandler/pkg-plist | 8 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-Text-Markdown-ApacheHandler/Makefile b/www/p5-Text-Markdown-ApacheHandler/Makefile new file mode 100644 index 000000000000..e2adb1cc554b --- /dev/null +++ b/www/p5-Text-Markdown-ApacheHandler/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Text-Markdown-ApacheHandler +# Date created: 2006-07-21 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Markdown-ApacheHandler +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Processes files with Markdown syntax for Apache + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/${PERL_ARCH}/Apache/File.pm:${PORTSDIR}/www/mod_perl \ + ${SITE_PERL}/Text/Markdown.pm:${PORTSDIR}/textproc/p5-Text-Markdown + +PERL_CONFIGURE= yes + +MAN3= Text::Markdown::ApacheHandler.3 + +.include <bsd.port.mk> diff --git a/www/p5-Text-Markdown-ApacheHandler/distinfo b/www/p5-Text-Markdown-ApacheHandler/distinfo new file mode 100644 index 000000000000..72cc10ffe69a --- /dev/null +++ b/www/p5-Text-Markdown-ApacheHandler/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Markdown-ApacheHandler-0.03.tar.gz) = 9aa365a09129c78950685549d9be2839 +SHA256 (Text-Markdown-ApacheHandler-0.03.tar.gz) = 45fb71985ba08e5c35375c3df0bcf82ab877ca4e5aa11b39bd7d75a055141361 +SIZE (Text-Markdown-ApacheHandler-0.03.tar.gz) = 3705 diff --git a/www/p5-Text-Markdown-ApacheHandler/pkg-descr b/www/p5-Text-Markdown-ApacheHandler/pkg-descr new file mode 100644 index 000000000000..0e5d0c30c807 --- /dev/null +++ b/www/p5-Text-Markdown-ApacheHandler/pkg-descr @@ -0,0 +1,5 @@ +Processes files containing Markdown syntax into HTML files and serves +them, optionally applying CSS styles according to rules in your +httpd.conf or (more likely) .htaccess files. + +WWW: http://search.cpan.org/dist/Text-Markdown-ApacheHandler/ diff --git a/www/p5-Text-Markdown-ApacheHandler/pkg-plist b/www/p5-Text-Markdown-ApacheHandler/pkg-plist new file mode 100644 index 000000000000..332477621746 --- /dev/null +++ b/www/p5-Text-Markdown-ApacheHandler/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/ApacheHandler/.packlist +%%SITE_PERL%%/Text/Markdown/ApacheHandler.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown/ApacheHandler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Markdown +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Markdown +@dirrmtry %%SITE_PERL%%/Text |