import p5-HTML-SBC

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:
simon 2008-09-06 10:33:59 +00:00
parent 852f94bc24
commit 9e2601c86d
4 changed files with 36 additions and 0 deletions

23
www/p5-HTML-SBC/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:59 simon Exp $
COMMENT = simple blog code for valid (X)HTML
MODULES = cpan
DISTNAME = HTML-SBC-0.15
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
# actually REGRESS_DEPENDS but Module::Install screws up
BUILD_DEPENDS = ::devel/p5-Test-Exception \
::devel/p5-Test-Simple
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

5
www/p5-HTML-SBC/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (HTML-SBC-0.15.tar.gz) = 55xd6OnivG68LW13SFp3Lg==
RMD160 (HTML-SBC-0.15.tar.gz) = wvgALmUiJiTrTRnYn9G3WyblprU=
SHA1 (HTML-SBC-0.15.tar.gz) = hupAct5RaElgQOYZnz0JLUoauu4=
SHA256 (HTML-SBC-0.15.tar.gz) = IJ1OOoWQubkjEfShTiutXxiIwoFpIGlX4br7ONaLSHQ=
SIZE (HTML-SBC-0.15.tar.gz) = 26154

View File

@ -0,0 +1,4 @@
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_.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/06 10:33:59 simon Exp $
${P5SITE}/HTML/
${P5SITE}/HTML/SBC.pm
@man man/man3p/HTML::SBC.3p