diff options
author | beech <beech@FreeBSD.org> | 2008-04-23 05:57:01 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-04-23 05:57:01 +0800 |
commit | 0b7a344680f92202023c6f4ecf59064d2def14a1 (patch) | |
tree | 681c487ef280f7c38146ad51693e9394b198c153 /devel | |
parent | dff177da1d17370c81ca5f37a959df30297e41ca (diff) | |
download | freebsd-ports-gnome-0b7a344680f92202023c6f4ecf59064d2def14a1.tar.gz freebsd-ports-gnome-0b7a344680f92202023c6f4ecf59064d2def14a1.tar.zst freebsd-ports-gnome-0b7a344680f92202023c6f4ecf59064d2def14a1.zip |
- New port p5-SVN-Notify-Filter-Markdown-0.01
This Perl module converts SVN::Notify log messages from Markdown
format to HTML.
PR: ports/122987
Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Markdown/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Markdown/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Markdown/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Filter-Markdown/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3727e94142ab..6a9f97cdb58f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1567,6 +1567,7 @@ SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config + SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 diff --git a/devel/p5-SVN-Notify-Filter-Markdown/Makefile b/devel/p5-SVN-Notify-Filter-Markdown/Makefile new file mode 100644 index 000000000000..63a7dd6a044f --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Markdown/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: SVN-Notify-Filter-Markdown +# Date created: 2008-04-21 +# Whom: Greg Larkin <glarkin@sourcehosting.net> +# +# $FreeBSD$ +# + +PORTNAME= SVN-Notify-Filter-Markdown +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Perl module to convert SVN::Notify log messages from Markdown to HTML + +RUN_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ + p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown +BUILD_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ + p5-Text-Markdown>=0:${PORTSDIR}/textproc/p5-Text-Markdown + +PERL_MODBUILD= yes + +MAN3= SVN::Notify::Filter::Markdown.3 + +.include <bsd.port.mk> diff --git a/devel/p5-SVN-Notify-Filter-Markdown/distinfo b/devel/p5-SVN-Notify-Filter-Markdown/distinfo new file mode 100644 index 000000000000..a88dbd4d3ca3 --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Markdown/distinfo @@ -0,0 +1,3 @@ +MD5 (SVN-Notify-Filter-Markdown-0.01.tar.gz) = 6b54fbab1ba7db7a4aa55ab8336bd97f +SHA256 (SVN-Notify-Filter-Markdown-0.01.tar.gz) = 780374dab5ee546b9a3cf3a005362371d98c9e271b3a2123a7ad70f107e7d09f +SIZE (SVN-Notify-Filter-Markdown-0.01.tar.gz) = 4079 diff --git a/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr b/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr new file mode 100644 index 000000000000..73795a85ea07 --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Markdown/pkg-descr @@ -0,0 +1,4 @@ +This Perl module converts SVN::Notify log messages from Markdown +format to HTML. + +WWW: http://search.cpan.org/dist/SVN-Notify-Filter-Markdown/ diff --git a/devel/p5-SVN-Notify-Filter-Markdown/pkg-plist b/devel/p5-SVN-Notify-Filter-Markdown/pkg-plist new file mode 100644 index 000000000000..c71660c7fa54 --- /dev/null +++ b/devel/p5-SVN-Notify-Filter-Markdown/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/SVN/Notify/Filter/Markdown.pm +@dirrmtry %%SITE_PERL%%/SVN/Notify/Filter +@dirrmtry %%SITE_PERL%%/SVN/Notify +@dirrmtry %%SITE_PERL%%/SVN |