git: b72df69734cf - main - www/p5-JE: Provide a longer description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 12:55:06 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b72df69734cf3be6b128188b42d2ea1dedf2115e commit b72df69734cf3be6b128188b42d2ea1dedf2115e Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-03-03 12:55:00 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-03-03 12:55:00 +0000 www/p5-JE: Provide a longer description Notified by: portstreelint --- www/p5-JE/Makefile | 6 +++--- www/p5-JE/pkg-descr | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/www/p5-JE/Makefile b/www/p5-JE/Makefile index c2092d494f8c..9e545258cfda 100644 --- a/www/p5-JE/Makefile +++ b/www/p5-JE/Makefile @@ -1,6 +1,6 @@ PORTNAME= JE PORTVERSION= 0.066 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT @@ -11,8 +11,8 @@ COMMENT= Pure-Perl ECMAScript (JavaScript) Engine WWW= https://metacpan.org/release/JE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-TimeDate>0:devel/p5-TimeDate \ - p5-Tie-RefHash-Weak>0:devel/p5-Tie-RefHash-Weak +RUN_DEPENDS= p5-Tie-RefHash-Weak>0:devel/p5-Tie-RefHash-Weak \ + p5-TimeDate>0:devel/p5-TimeDate USES= perl5 USE_PERL5= configure diff --git a/www/p5-JE/pkg-descr b/www/p5-JE/pkg-descr index 5945ca562f62..756624ea387f 100644 --- a/www/p5-JE/pkg-descr +++ b/www/p5-JE/pkg-descr @@ -1 +1,11 @@ -JE is a pure-Perl JavaScript engine. +JE is a pure-Perl ECMAScript (JavaScript) engine that seamlessly +integrates JavaScript's dynamic capabilities into Perl projects. It +stands out for its compatibility with serialization tools, allowing the +runtime environment to be easily serialized. The engine is highly +customizable, with a parser that can be tailored to support a wide range +of language features according to project needs. Additionally, JE offers +direct manipulation of JavaScript datatypes from Perl, utilizing +overloaded operators for a smooth interoperability. This feature set +makes JE particularly useful for developers looking to enhance their +Perl applications with JavaScript functionality, providing a bridge +between the two languages' ecosystems.