aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Aspell
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-1/+1
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Support STAGEDIR.vanilla2013-11-072-6/+3
|
* 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-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Assign clsung's p5- ports to perl@swills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* -remove MD5ohauer2011-07-031-1/+0
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.09clsung2007-10-112-6/+5
|
* - Update to 0.08clsung2007-06-092-4/+4
|
* - Update to 0.07clsung2007-04-072-11/+5
|
* - update to 0.06clsung2006-07-113-16/+5
| | | | | | | | - take over maintainership PR: ports/100051 Submitted by: clsung Approved by: maintainer (Lars Eggert)
* Patch to remove an accidentally left-in comment which prevents the portlawrance2006-04-052-1/+18
| | | | | | | | | from working. Ignore for perl versions less than 5.6.1. PR: ports/92886 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> Approved by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 0.05.tobez2005-09-292-4/+3
| | | | | Submitted by: maintainer PR: 86704
* search.cpan.org redirect reduction canonicalization project, pass 3:fenner2005-09-231-1/+1
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2.
* - Explicitely link against libaspellbarner2005-06-061-1/+3
| | | | | | | | - Bump PORTREVISION Suggested by: Huver <huver@amgraf.com> Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer) PR: ports/81941
* Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library.ahze2005-03-094-0/+41
PR: ports/78425 Submitted by: lars.eggert@gmx.net