aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-EN-NamedEntity
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 1.92. Add license information.tobez2013-06-042-3/+6
| | | | Changes: http://search.cpan.org/dist/Lingua-EN-NamedEntity/Changes
* Update to 1.91.tobez2013-06-032-4/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-EN-NamedEntity/Changes
* - Trim Makefile headeraz2013-05-241-13/+3
| | | | | - Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-2/+2
|
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-2/+8
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-8/+2
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* -remove MD5ohauer2011-07-031-1/+0
|
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-4/+10
| | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
* [PATCH] textproc/p5-Lingua-EN-NamedEntity: update to 1.9, reset maintainershipedwin2008-07-052-5/+5
| | | | | | | | - Update to 1.9 - Reset maintainership to ports@FreeBSD.org PR: ports/125213 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
|
* Add p5-Lingua-EN-NamedEntity 1.7, basic Named Entity Extractionclsung2006-07-224-0/+63
algorithm. PR: ports/100675 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>