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/p5-SQL-Tokenizer | |
| parent | 034342f190db2b0dc3b2aad73415b325fb45e827 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-SQL-Tokenizer')
| -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 |
4 files changed, 37 insertions, 0 deletions
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 |
