non port: devel/p5-Text-Levenshtein/Makefile |
SVNWeb
|
Number of commits found: 22 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 17 Apr 2022
|
[ 23:58 Po-Chuan Hsieh (sunpoet) ] 2f2230d
devel/p5-Text-Levenshtein: Update to 0.15
Changes: https://metacpan.org/dist/Text-Levenshtein/changes
|
Fri, 25 Jun 2021
|
[ 13:35 Po-Chuan Hsieh (sunpoet) ] 84bbbb1
devel/p5-Text-Levenshtein: Add LICENSE_FILE
|
Sun, 18 Apr 2021
|
[ 05:42 Po-Chuan Hsieh (sunpoet) ] 7e6a768
devel/p5-Text-Levenshtein: Update to 0.14
Changes: https://metacpan.org/changes/distribution/Text-Levenshtein
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sat, 31 Dec 2016
|
[ 19:11 sunpoet ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove outdated PERL_LEVEL check after lang/perl5.18 removal
|
Sun, 13 Nov 2016
|
[ 17:36 sunpoet ] (Only the first 10 of 12 ports in this commit are shown above. )
- Revert the removal of PERL_LEVEL check
Notified by: mat
|
Sun, 6 Nov 2016
|
[ 16:51 sunpoet ]
- Remove outdated PERL_LEVEL check
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 13 Aug 2015
|
[ 17:32 sunpoet ]
- Update to 0.13
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Text-Levenshtein/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 24 Nov 2014
|
[ 18:26 sunpoet ]
- Update to 0.12
Changes: http://search.cpan.org/dist/Text-Levenshtein/Changes
|
Sun, 27 Apr 2014
|
[ 06:25 sunpoet ]
- Update to 0.09
Changes: http://search.cpan.org/dist/Text-Levenshtein/Changes
|
Sat, 26 Apr 2014
|
[ 18:10 sunpoet ]
- Update to 0.08
- Add LICENSE
Changes: http://search.cpan.org/dist/Text-Levenshtein/Changes
|
Mon, 30 Sep 2013
|
[ 20:41 sunpoet ] (Only the first 10 of 42 ports in this commit are shown above. )
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wed, 21 Aug 2013
|
[ 17:42 sunpoet ] (Only the first 10 of 155 ports in this commit are shown above. )
- Cleanup Makefile header
|
[ 17:17 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
- Remove leading indefinite article from COMMENT
|
[ 14:08 sunpoet ] (Only the first 10 of 272 ports in this commit are shown above. )
- Convert to new perl framework
|
Sat, 15 Oct 2011
|
[ 13:30 sunpoet ]
- Add p5-Text-Levenshtein 0.05
Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein edit
distance is a measure of the degree of proximity between two strings. This
distance is the number of substitutions, deletions or insertions ("edits")
needed to transform one string into the other one (and vice versa). When two
strings have distance 0, they are the same.
WWW: http://search.cpan.org/dist/Text-Levenshtein/
|
Number of commits found: 22 |