Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.31 21 Jun 2016 13:24:53 |
mat |
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).
I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.
devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.
Sponsored by: Absolight |
1.31 06 Mar 2016 21:53:42 |
adamw |
Update to 1.31.
Changes: https://metacpan.org/changes/distribution/Term-ReadLine-Gnu |
1.30 02 Mar 2016 13:35:08 |
jadawin |
- Update to 1.30 |
1.28 15 Nov 2015 03:01:55 |
sunpoet |
- Sort PLIST |
1.28 22 Sep 2015 18:23:57 |
sunpoet |
- Update to 1.28
Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes |
1.27_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
1.27_1 07 Sep 2015 17:51:45 |
sunpoet |
- Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change |
1.27 07 Sep 2015 17:03:36 |
adamw |
Update to 1.27 and sort plist.
Changes: https://metacpan.org/changes/distribution/Term-ReadLine-Gnu
Given that this module is called Term::ReadLine::Gnu, and it installs
Term::ReadLine::Gnu, there is nothing on CPAN called ReadLine::Gnu, and
there are other *::ReadLine::Gnu modules, this port should probably
renamed to p5-Term-ReadLine-Gnu. |
1.26 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.26 13 Feb 2015 15:16:54 |
culot |
- Update to 1.26
- Shorten COMMENT
Changes: http://search.cpan.org/dist/Term-ReadLine-Gnu/Changes |
1.25 03 Jan 2015 19:30:59 |
sunpoet |
- Update to 1.25
- Remove outdated WRKSRC
- Remove duplicate test:
Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes |
1.24_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
1.24 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.24 01 Jul 2014 22:47:52 |
bapt |
Do not hardcode make and pass CPPFLAGS to CFLAGS to fix build with no readline
in base |
1.24 01 Jul 2014 12:10:39 |
bapt |
Fix build with readline from ports |
1.24 10 Jun 2014 12:14:14 |
mat |
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 |
1.24 24 Mar 2014 18:20:28 |
culot |
- Update to 1.24
Changes: http://search.cpan.org/dist/Term-ReadLine-Gnu/Changes |
1.23 22 Mar 2014 08:54:43 |
culot |
- Update to 1.23
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Term-ReadLine-Gnu/Changes |
1.20 31 Oct 2013 07:36:26 |
vanilla |
Support STAGEDIR. |
1.20 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.20 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.20 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.20 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
1.20 10 May 2010 00:54:29 |
wen |
- Update to 1.20
- Add test target
PR: ports/146412
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.19 27 Mar 2009 15:25:04 |
skv |
Update to 1.19 |
1.18 14 Mar 2009 09:15:58 |
miwi |
- Update to 1.18
- Pass maintainership to perl |
1.17a 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
1.17a 25 Oct 2008 16:35:46 |
leeym |
- Update to 1.17a
- add MASTER_SITE_SUBDIR=Term to unbreak this port after utilize CPAN macro
PR: 127741
Submitted by: leeym
Approved by: maintainer timeout |
1.16 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${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) |
1.16 08 Sep 2007 00:59:21 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
1.16 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
1.16 21 Apr 2006 06:20:23 |
erwin |
Require perl from ports.
PR: 96121
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Reported by: pointyhat |
1.16 20 Apr 2006 05:00:52 |
clsung |
- Update p5-ReadLine-Gnu to 1.16
- Take maintainership
PR: ports/96072
Submitted by: maintainer (Shaun Amott <shaun AT inerd dot com>) |
1.14 15 Apr 2006 06:37:29 |
linimon |
Reset mph due to no response to email about status, and maintainer-timeouts.
Hat: portmgr |
1.14 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.14 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.14 28 Apr 2005 13:01:59 |
mph |
Fix typo.
Submitted by: Vladimir Chukharev <chu@kemia.me.tut.fi> |
1.14 27 Apr 2005 02:46:31 |
mph |
Make this work with readline from ports.
PR: ports/79733
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>,
Volker Stolz <vs> |
1.14 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.14 16 May 2003 00:25:43 |
mph |
Upgrade to 1.14.
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52206 |
1.12 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.12 11 May 2002 06:38:30 |
mph |
Upgrade to 1.12.
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> |
27 May 2001 07:13:59 |
mph |
Upgrade to 1.10. |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
17 Jun 2000 03:37:15 |
will |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |