initial import
This commit is contained in:
parent
a63f4162d7
commit
e4fd167729
3 changed files with 32 additions and 0 deletions
8
p5-Syntax-Highlight-Perl-Improved/DESCR
Normal file
8
p5-Syntax-Highlight-Perl-Improved/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
This module provides syntax highlighting for Perl code.
|
||||
The design bias is roughly line-oriented and streamed
|
||||
(ie, processing a file line-by-line in a single
|
||||
pass).
|
||||
Provisions may be made in the future for tasks related
|
||||
to "back-tracking"
|
||||
(ie, re-doing a single line in the middle of a stream)
|
||||
such as speeding up state copying.
|
19
p5-Syntax-Highlight-Perl-Improved/Makefile
Normal file
19
p5-Syntax-Highlight-Perl-Improved/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/05/11 19:53:12 ficovh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Syntax-Highlight-Perl-Improved-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDCYL/Syntax-Highlight-Perl-Improved-101/
|
||||
|
||||
MAINTAINER= ficovh@yahoo.com
|
||||
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DA/DAVIDCYL/Syntax-Highlight-Perl-Improved-101/
|
||||
COMMENT= Highlighting of Perl Syntactical Structures
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Syntax/Highlight/Perl/Improved/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
p5-Syntax-Highlight-Perl-Improved/distinfo
Normal file
5
p5-Syntax-Highlight-Perl-Improved/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/05/11 19:53:12 ficovh Exp $
|
||||
|
||||
SHA1 (Syntax-Highlight-Perl-Improved-1.01.tar.gz) = f8061cb41dde2d9d028f8a5dc41e7e5390825dc1
|
||||
RMD160 (Syntax-Highlight-Perl-Improved-1.01.tar.gz) = 03217ccc812df1889d85f148595234a6fc2a865a
|
||||
Size (Syntax-Highlight-Perl-Improved-1.01.tar.gz) = 30051 bytes
|
Loading…
Reference in a new issue