Import Blatte 0.9.1.
Submitted by Brian J. Kifiak <bk@rt.fm>. Blatte is a very powerful text markup and transformation language with a very simple syntax. A Blatte document can be translated into a Perl program that, when executed, produces a transformed version of the input document.
This commit is contained in:
parent
e5a8bb69f6
commit
2d3530685b
23
textproc/p5-Blatte/Makefile
Normal file
23
textproc/p5-Blatte/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/14 16:05:19 naddy Exp $
|
||||
|
||||
COMMENT= "text macro/markup/template language"
|
||||
|
||||
DISTNAME= Blatte-0.9.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
HOMEPAGE= http://www.blatte.org/
|
||||
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.387
|
||||
MAINTAINER= Brian J. Kifiak <bk@rt.fm>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/B/BO/BOBG/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Blatte/files/md5
Normal file
3
textproc/p5-Blatte/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Blatte-0.9.1.tar.gz) = a3d3ec048d41080b3270cfac8b46ab67
|
||||
RMD160 (Blatte-0.9.1.tar.gz) = 8cc4e7c5ef59e61eddbed60da06be343bf83b83d
|
||||
SHA1 (Blatte-0.9.1.tar.gz) = a3e456d574ec4a5168e1056bbaa5ea556b2f3999
|
11
textproc/p5-Blatte/pkg/DESCR
Normal file
11
textproc/p5-Blatte/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Blatte is a very powerful text markup and transformation language
|
||||
with a very simple syntax. A Blatte document can be translated
|
||||
into a Perl program that, when executed, produces a transformed
|
||||
version of the input document.
|
||||
|
||||
Most casual end users will probably be interested in Blatte's ability
|
||||
to serve as a higher-level language for writing web pages. This
|
||||
requires the additional CPAN package Blatte::HTML, which is also
|
||||
available as an OpenBSD port that can be found in www/p5-Blatte-HTML.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
16
textproc/p5-Blatte/pkg/PLIST
Normal file
16
textproc/p5-Blatte/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/14 16:05:19 naddy Exp $
|
||||
bin/blatte
|
||||
libdata/perl5/site_perl/Blatte.pm
|
||||
libdata/perl5/site_perl/Blatte/Builtins.pm
|
||||
libdata/perl5/site_perl/Blatte/Compiler.pm
|
||||
libdata/perl5/site_perl/Blatte/Parser.pm
|
||||
libdata/perl5/site_perl/Blatte/Syntax.pm
|
||||
libdata/perl5/site_perl/Blatte/Ws.pm
|
||||
man/man1/blatte.1
|
||||
man/man3/Blatte.3p
|
||||
man/man3/Blatte::Builtins.3p
|
||||
man/man3/Blatte::Compiler.3p
|
||||
man/man3/Blatte::Parser.3p
|
||||
man/man3/Blatte::Syntax.3p
|
||||
man/man3/Blatte::Ws.3p
|
||||
@dirrm libdata/perl5/site_perl/Blatte
|
Loading…
Reference in New Issue
Block a user