mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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:
parent
8926ff3d50
commit
27e9ea2dbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189285
@ -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
|
||||
|
26
textproc/p5-HTML-SBC/Makefile
Normal file
26
textproc/p5-HTML-SBC/Makefile
Normal 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>
|
3
textproc/p5-HTML-SBC/distinfo
Normal file
3
textproc/p5-HTML-SBC/distinfo
Normal 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
|
6
textproc/p5-HTML-SBC/pkg-descr
Normal file
6
textproc/p5-HTML-SBC/pkg-descr
Normal 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/
|
5
textproc/p5-HTML-SBC/pkg-plist
Normal file
5
textproc/p5-HTML-SBC/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user