- Add a new port: textproc/p5-Text-HikiDoc
'HikiDoc' is a text-to-HTML conversion tool for web writers. The original 'HikiDoc' is Ruby implementation. This library is pure perl implementation of 'HikiDoc', and has interchangeability with the original. WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm
This commit is contained in:
parent
c0e99c7350
commit
e1dcfc6487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280755
@ -764,6 +764,7 @@
|
||||
SUBDIR += p5-Text-Greeking
|
||||
SUBDIR += p5-Text-Hatena
|
||||
SUBDIR += p5-Text-Highlight
|
||||
SUBDIR += p5-Text-HikiDoc
|
||||
SUBDIR += p5-Text-Language-Guess
|
||||
SUBDIR += p5-Text-Markdown
|
||||
SUBDIR += p5-Text-Match-FastAlternatives
|
||||
|
21
textproc/p5-Text-HikiDoc/Makefile
Normal file
21
textproc/p5-Text-HikiDoc/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Text-HikiDoc
|
||||
# Date created: 2011-08-30
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-HikiDoc
|
||||
PORTVERSION= 1.019
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Pure Perl implementation of 'HikiDoc'
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-HikiDoc/distinfo
Normal file
2
textproc/p5-Text-HikiDoc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-HikiDoc-1.019.tar.gz) = 97d21b82fc61d7e7f23a6d2f5549445150b69381c997ab8992078c2932f092a4
|
||||
SIZE (Text-HikiDoc-1.019.tar.gz) = 54043
|
7
textproc/p5-Text-HikiDoc/pkg-descr
Normal file
7
textproc/p5-Text-HikiDoc/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
'HikiDoc' is a text-to-HTML conversion tool for web writers. The
|
||||
original 'HikiDoc' is Ruby implementation.
|
||||
|
||||
This library is pure perl implementation of 'HikiDoc', and has
|
||||
interchangeability with the original.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm
|
16
textproc/p5-Text-HikiDoc/pkg-plist
Normal file
16
textproc/p5-Text-HikiDoc/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
%%SITE_PERL%%/Text/HikiDoc.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/aa.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/br.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/e.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/ins.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/sub.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/sup.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/texthighlight.pm
|
||||
%%SITE_PERL%%/Text/HikiDoc/Plugin/vimcolor.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/HikiDoc/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/HikiDoc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrm %%SITE_PERL%%/Text/HikiDoc/Plugin
|
||||
@dirrm %%SITE_PERL%%/Text/HikiDoc
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in New Issue
Block a user