diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-26 15:46:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-26 15:46:33 +0000 |
commit | e22ed593031b5f216e607f7b8dc8b8ddfdc83de3 (patch) | |
tree | 67af5c477e903c46095459b76e109f779c1da1ba /www | |
parent | - unbreak WITH_GNUSTEP_CAIRO (diff) |
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')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fb9139c5a77b..d162818b88a6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -754,6 +754,7 @@ SUBDIR += p5-Template-Toolkit SUBDIR += p5-Test-HTTP-Server-Simple SUBDIR += p5-TestGen4Web-Runner + SUBDIR += p5-Text-Markdown-ApacheHandler SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-Sequin SUBDIR += p5-W3C-LinkChecker 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 |