mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- 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)
This commit is contained in:
parent
9e3d6f614a
commit
335e481602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211803
@ -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
|
||||
|
26
devel/p5-SVN-Notify-Filter-Markdown/Makefile
Normal file
26
devel/p5-SVN-Notify-Filter-Markdown/Makefile
Normal file
@ -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>
|
3
devel/p5-SVN-Notify-Filter-Markdown/distinfo
Normal file
3
devel/p5-SVN-Notify-Filter-Markdown/distinfo
Normal file
@ -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
|
4
devel/p5-SVN-Notify-Filter-Markdown/pkg-descr
Normal file
4
devel/p5-SVN-Notify-Filter-Markdown/pkg-descr
Normal file
@ -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/
|
4
devel/p5-SVN-Notify-Filter-Markdown/pkg-plist
Normal file
4
devel/p5-SVN-Notify-Filter-Markdown/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user