| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
While here prefer share/man over man for manpages
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com>
* Martin Wilke <miwi@FreeBSD.org>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Oliver Eikemeier
* Patrick Gardella <patrick@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Richard Rose <freebsd-security@rikrose.net>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sylvio Cesar <sylvio@FreeBSD.org>
* Thomas Gellekum <tg@FreeBSD.org>
* UMENO Takashi <umeno@rr.iij4u.or.jp>
* Vaida Bogdan
* Will Andrews <andrews@technologist.com>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* conrads@cox.net
* erich@rrnet.com
* gebhart@secnetix.de
* kirk@strauser.com
* mcglk@artlogix.com
* torstenb
With hat: portmgr
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
Notes:
svn path=/head/; revision=498476
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Notes:
svn path=/head/; revision=444463
|
| |
|
|
| |
Notes:
svn path=/head/; revision=347283
|
| |
|
|
|
|
|
| |
shells)
Notes:
svn path=/head/; revision=327770
|
| |
|
|
| |
Notes:
svn path=/head/; revision=317241
|
| |
|
|
|
|
|
|
| |
PR: ports/152499
Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
Notes:
svn path=/head/; revision=265110
|
| |
|
|
|
|
|
|
|
| |
PR: ports/91540
Submitted by: Sam Sirlin <swsirlin@earthlink.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=153214
|
| |
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=104433
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103949
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76041
|
| |
|
|
|
|
|
|
|
|
| |
add readline support
PR: 43945
Submitted by: maintainer
Notes:
svn path=/head/; revision=67868
|
| |
|
|
|
|
|
|
| |
James Rittle suggested that he be added as port maintainer with another
e-mail address.
Notes:
svn path=/head/; revision=35767
|
| |
|
|
|
|
|
|
|
| |
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
Notes:
svn path=/head/; revision=35766
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29169
|
| |
|
|
|
|
|
|
|
|
|
| |
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
Notes:
svn path=/head/; revision=27941
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27847
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27426
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21143
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version is now GNU configure driven.
A word of warning for future committers so that you don't fall into
the same trap as I did: The source has an printf-style funtion
"print". This doesn't understand "%u", so the usual print-casting
stuff for long long ints isn't
printf("%u", (unsigned int)foo);
but
print("%d", (int)foo);
which obviously looses in some cases, but I didn't take the effort to
extend this function to take 64 bit value (just unsigned is limited as
well).
In this case, it isn't that bad, since it is used to print limits, but
memory limits are internally stored as "mega" or "kilo" anyway.
Notes:
svn path=/head/; revision=11355
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4575
|
| |
|
|
|
|
|
| |
by Peter.)
Notes:
svn path=/head/; revision=3456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2372
|
|
|
to import it all at once!
Submitted by: Eric L. Hernes <erich@lodgenet.com>
Notes:
svn path=/head/; revision=2055
|