diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-02-13 07:04:22 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-02-13 07:04:22 +0000 |
commit | 657eb01ae19a8a43b99f29fa64895dc1e972735d (patch) | |
tree | 9313fdeaa59ebac33fb133ee1984b35a110179d4 /textproc | |
parent | 034342f190db2b0dc3b2aad73415b325fb45e827 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-SQL-Tokenizer/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-SQL-Tokenizer/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-SQL-Tokenizer/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-SQL-Tokenizer/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5b9b89687999..f993a0bc0733 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -619,6 +619,7 @@ SUBDIR += p5-SGML-DTDParse SUBDIR += p5-SGML-Parser-OpenSP SUBDIR += p5-SGMLSpm + SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-SVG SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Odeum diff --git a/textproc/p5-SQL-Tokenizer/Makefile b/textproc/p5-SQL-Tokenizer/Makefile new file mode 100644 index 000000000000..090ef969c18c --- /dev/null +++ b/textproc/p5-SQL-Tokenizer/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: SQL-Tokenizer +# Date created: 2011-02-12 +# Whom: milki <milki@rescomp.berkeley.edu> +# +# $FreeBSD$ +# + +PORTNAME= SQL-Tokenizer +PORTVERSION= 0.20 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/I/IZ/IZUT +PKGNAMEPREFIX= p5- + +MAINTAINER= milki@rescomp.berkeley.edu +COMMENT= Simple regular expressions based SQL tokenizer + +TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= YES + +MAN3= SQL::Tokenizer.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-SQL-Tokenizer/distinfo b/textproc/p5-SQL-Tokenizer/distinfo new file mode 100644 index 000000000000..c85eaf05c7ef --- /dev/null +++ b/textproc/p5-SQL-Tokenizer/distinfo @@ -0,0 +1,2 @@ +SHA256 (SQL-Tokenizer-0.20.tar.gz) = 00e9a6092a50162272c706d8c8b074b5f2ed4bd1636dab9ddf742e0604b3311e +SIZE (SQL-Tokenizer-0.20.tar.gz) = 10258 diff --git a/textproc/p5-SQL-Tokenizer/pkg-descr b/textproc/p5-SQL-Tokenizer/pkg-descr new file mode 100644 index 000000000000..73af4c3bfc1a --- /dev/null +++ b/textproc/p5-SQL-Tokenizer/pkg-descr @@ -0,0 +1,5 @@ +SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim +to be a parser or query verifier. It just creates sane tokens from a +valid SQL query. + +WWW: http://search.cpan.org/dist/SQL-Tokenizer diff --git a/textproc/p5-SQL-Tokenizer/pkg-plist b/textproc/p5-SQL-Tokenizer/pkg-plist new file mode 100644 index 000000000000..a89f044dd275 --- /dev/null +++ b/textproc/p5-SQL-Tokenizer/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/SQL/._Tokenizer.pm +%%SITE_PERL%%/SQL/Tokenizer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Tokenizer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Tokenizer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL +@dirrmtry %%SITE_PERL%%/SQL |