aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NSP
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 1.31Sunpoet Po-Chuan Hsieh2015-10-083-41/+41
| | | | | | | | | | | | - Add NO_ARCH - Convert to new options target helper - Fix indent - Sort PLIST Changes: http://search.cpan.org/dist/Text-NSP/CHANGES Notes: svn path=/head/; revision=398870
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-12/+12
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Move p5- ports from ports@ to perl@.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=386075
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-0/+3
| | | | Notes: svn path=/head/; revision=343367
* Fix packagingAntoine Brodin2014-02-081-6/+6
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=343331
* Drop maintainership on those.Mathieu Arnold2014-02-051-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342799
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-1/+1
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Support STAGEDIR.Vanilla I. Shu2013-11-072-58/+60
| | | | Notes: svn path=/head/; revision=333056
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-222-15/+2
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 1.27.Anton Berezin2013-02-182-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/CHANGES Notes: svn path=/head/; revision=312497
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Update to 1.25Sunpoet Po-Chuan Hsieh2012-02-123-4/+4
| | | | | | | | | | - Fix WWW Changes: http://search.cpan.org/dist/Text-NSP/CHANGES Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=291017
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Update to 1.23Cheng-Lung Sung2011-04-082-3/+3
| | | | Notes: svn path=/head/; revision=272388
* - Update to 1.21Cheng-Lung Sung2011-02-093-4/+5
| | | | Notes: svn path=/head/; revision=268816
* - Update to 1.17Cheng-Lung Sung2010-04-273-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/CHANGES Notes: svn path=/head/; revision=253331
* - Update to 1.15Cheng-Lung Sung2010-04-213-10/+21
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/Changes Notes: svn path=/head/; revision=252987
* - Update to 1.11Cheng-Lung Sung2009-11-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/CHANGES Notes: svn path=/head/; revision=244453
* - Update to 1.09Cheng-Lung Sung2008-04-012-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/doc/CHANGES.pod Notes: svn path=/head/; revision=210320
* - Update to 1.07Cheng-Lung Sung2008-03-283-11/+10
| | | | | | | Changes: http://search.cpan.org/dist/Text-NSP/CHANGES.pod Notes: svn path=/head/; revision=209976
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.03Cheng-Lung Sung2006-09-192-4/+4
| | | | Notes: svn path=/head/; revision=173394
* - Update to 1.01Cheng-Lung Sung2006-06-274-61/+24
| | | | | | | | | | | - Overhaul of Makefile and pkg-plist as Vendor has now left it up to the user to install the documentation PR: ports/99497 Submitted by: aaron Notes: svn path=/head/; revision=166413
* - Update to 0.95Cheng-Lung Sung2006-06-253-54/+68
| | | | | | | | PR: ports/99167 Submitted by: aaron Notes: svn path=/head/; revision=166303
* - update to 0.91Cheng-Lung Sung2006-04-234-52/+63
| | | | Notes: svn path=/head/; revision=160191
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 0.73Cheng-Lung Sung2005-09-062-3/+3
| | | | | | | - changes see http://search.cpan.org/src/TPEDERSE/Text-NSP-0.73/CHANGES Notes: svn path=/head/; revision=142085
* Add p5-Text-NSP 0.71, perl5 modules for Ngram Statistics Package.Erwin Lansing2005-07-186-0/+169
PR: ports/72190 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=139491