diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-03-02 06:22:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-03-02 06:22:20 +0800 |
commit | d6cb2ba70a2ecf3688991441a0619aaec656f4af (patch) | |
tree | 0af90753c471ddfd59c02e2823b80f8ebe986b03 /www/p5-CGI-Ex | |
parent | 3f37d0fc90401698ca8989643d4e0713c26da834 (diff) | |
download | freebsd-ports-gnome-d6cb2ba70a2ecf3688991441a0619aaec656f4af.tar.gz freebsd-ports-gnome-d6cb2ba70a2ecf3688991441a0619aaec656f4af.tar.zst freebsd-ports-gnome-d6cb2ba70a2ecf3688991441a0619aaec656f4af.zip |
- Update to 2.32
- fmt -w 80 pkg-descr
Feature safe: yes
Diffstat (limited to 'www/p5-CGI-Ex')
-rw-r--r-- | www/p5-CGI-Ex/Makefile | 2 | ||||
-rw-r--r-- | www/p5-CGI-Ex/distinfo | 6 | ||||
-rw-r--r-- | www/p5-CGI-Ex/pkg-descr | 17 |
3 files changed, 12 insertions, 13 deletions
diff --git a/www/p5-CGI-Ex/Makefile b/www/p5-CGI-Ex/Makefile index d2636e52c3da..ff7d7d627181 100644 --- a/www/p5-CGI-Ex/Makefile +++ b/www/p5-CGI-Ex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI-Ex -PORTVERSION= 2.27 +PORTVERSION= 2.32 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-CGI-Ex/distinfo b/www/p5-CGI-Ex/distinfo index c89dc938ad86..6ab3b9930622 100644 --- a/www/p5-CGI-Ex/distinfo +++ b/www/p5-CGI-Ex/distinfo @@ -1,3 +1,3 @@ -MD5 (CGI-Ex-2.27.tar.gz) = d265456d515f478883a27e238306fce6 -SHA256 (CGI-Ex-2.27.tar.gz) = 9f486a6c6dff27c309fc872fdc29fe70060ce5fd86104e33e92a9c337118b63a -SIZE (CGI-Ex-2.27.tar.gz) = 186078 +MD5 (CGI-Ex-2.32.tar.gz) = 6bf7e38ef9a738c792157e7797855022 +SHA256 (CGI-Ex-2.32.tar.gz) = d25b626c440d19483952106aee693cf1822f85432cb53287ee02745f8febec0a +SIZE (CGI-Ex-2.32.tar.gz) = 186454 diff --git a/www/p5-CGI-Ex/pkg-descr b/www/p5-CGI-Ex/pkg-descr index 019276ab833a..5cfcdf64f9be 100644 --- a/www/p5-CGI-Ex/pkg-descr +++ b/www/p5-CGI-Ex/pkg-descr @@ -1,13 +1,12 @@ CGI::Ex provides a suite of utilities to make writing CGI scripts more -enjoyable. Although they can all be used separately, the main -functionality of each of the modules is best represented in the -CGI::Ex::App module. CGI::Ex::App takes CGI application building to -the next step. CGI::Ex::App is not quite a framework (which normally -includes pre-built html) instead CGI::Ex::App is an extended -application flow that dramatically reduces CGI build time in most +enjoyable. Although they can all be used separately, the main functionality of +each of the modules is best represented in the CGI::Ex::App module. CGI::Ex::App +takes CGI application building to the next step. CGI::Ex::App is not quite a +framework (which normally includes pre-built html) instead CGI::Ex::App is an +extended application flow that dramatically reduces CGI build time in most cases. It does so using as little magic as possible. See CGI::Ex::App. -The main functionality is provided by several other modules that may -be used separately, or together through the CGI::Ex interface. +The main functionality is provided by several other modules that may be used +separately, or together through the CGI::Ex interface. -WWW: http://search.cpan.org/dist/CGI-Ex/ +WWW: http://search.cpan.org/dist/CGI-Ex/ |