Port details |
- p5-String-Ediff Perl module to produce common sub-string indices for two strings
- 0.09_2 devel
=5 0.09_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2004-05-12 06:25:23
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: p5-libwww, libxml2, fam, flac, libmng
- Also Listed In: perl5
- License: not specified in port
- Description:
- String::Ediff - Produce common sub-string indices for two strings
This module uses suffix tree algorithm to determine the
common substrings.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-Ediff>0:devel/p5-String-Ediff
- To install the port:
- cd /usr/ports/devel/p5-String-Ediff/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-String-Ediff
- pkg install p5-String-Ediff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-String-Ediff
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (String-Ediff-0.09.tar.gz) = 1cb924e73a6f1883d7ad0978cbbb0425c213cd3fcf81dd98a784e8b4129ad346
SIZE (String-Ediff-0.09.tar.gz) = 13195
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
- devel/cvsweb3
Configuration Options:
- No options to configure
- Options name:
- devel_p5-String-Ediff
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.09_2 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.09_2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.09_2 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.09_1 27 Oct 2014 10:55:59
![Revision:371547 Revision:371547](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
0.09_1 10 Jun 2014 12:14:14
![Revision:357300 Revision:357300](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove all the bootstrap files (.bs) from the plists.
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 |
0.09_1 31 Oct 2013 07:36:26
![Revision:332205 Revision:332205](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support STAGEDIR. |
0.09_1 20 Sep 2013 17:13:47
![Revision:327724 Revision:327724](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.09_1 02 Aug 2013 18:52:11
![Revision:324174 Revision:324174](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.09_1 01 May 2012 01:47:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.09_1 03 Jul 2011 14:59:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
0.09_1 02 Feb 2008 03:00:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
clsung ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix coredump @ amd64
- bump PORTREVISION
Changes:
Submitted by: delphij |
0.09 25 May 2007 09:46:21
![files touched by this commit files touched by this commit](/images/logs.gif) |
clsung ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.09
- Take maintainership
PR: ports/112472
Submitted by: clsung |
0.08 22 Jan 2006 00:27:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
0.08 24 Nov 2005 15:40:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add some SHA256 checksums |
0.08 11 Nov 2005 21:36:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
mnag ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.08
PR: 88543
Submitted by: aaron |
0.04 11 Nov 2005 01:18:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.04 26 Jul 2005 03:09:33
![files touched by this commit files touched by this commit](/images/logs.gif) |
cperciva ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to version 0.04 to fix a core dump bug which cvsweb was running
into.
PR: ports/77488
Submitted by: Jonathan Noack
Approved by: jylefort
Timeout from: knu (maintainer, 5 months) |
0.03 12 May 2004 06:24:40
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add p5-String-Ediff, a Perl module to produce common sub-string
indices for two strings. |