Add textproc/p5-HTML-SBC 0.15.

Simple Blog Code is a simple markup language. You can use it for guest
books, blogs, wikis, boards and various other web applications. It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
This commit is contained in:
Anton Berezin 2007-04-05 12:54:18 +00:00
parent 8926ff3d50
commit 27e9ea2dbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189285
5 changed files with 41 additions and 0 deletions

View File

@ -357,6 +357,7 @@
SUBDIR += p5-HTML-EscapeEvil
SUBDIR += p5-HTML-Format
SUBDIR += p5-HTML-Fraction
SUBDIR += p5-HTML-SBC
SUBDIR += p5-HTML-TagFilter
SUBDIR += p5-HTML-Tidy
SUBDIR += p5-HTML-Truncate

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: textproc/p5-HTML-SBC
# Date created: 05 April 2007
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-SBC
PORTVERSION= 0.15
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple blog code to valid XHTML
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTML::SBC.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTML-SBC-0.15.tar.gz) = e79c5de8e9e2bc6ebc2d6d77485a772e
SHA256 (HTML-SBC-0.15.tar.gz) = 209d4e3a8590b9b92311f4a14e2bad5f1888c28169206957e1bafb38d68b4874
SIZE (HTML-SBC-0.15.tar.gz) = 26154

View File

@ -0,0 +1,6 @@
Simple Blog Code is a simple markup language. You can use it for guest
books, blogs, wikis, boards and various other web applications. It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
WWW: http://search.cpan.org/dist/HTML-SBC/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/HTML/SBC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SBC/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SBC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
@dirrmtry %%SITE_PERL%%/HTML