aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/libchk
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.10.2 which should support Ruby 1.9.knu2011-08-222-3/+5
| | | | | PR: ports/159942 Submitted by: swills
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update to 1.10.1.knu2009-08-122-5/+5
| | | | | | | | | | | | - Handle the case where an absolute path appears as a NEEDED library. Problem reported by: Bartosz Fabianowski - Optimize the directory list to avoid duplicated search. Problem reported by: many Regain the maintainership due to two weeks of silence in response to my mail. Besides, the revision history shows that the previous maintainer has not ever maintained this port in any way.
* - Update maintainer mailmiwi2009-01-061-1/+1
| | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Fix WWW.jmelo2007-06-141-1/+1
| | | | | | PR: ports/113196 Submitted by: Trix Farrar<trix@basement.net> Approved by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - Grant maintainershippav2006-05-261-1/+1
| | | | | PR: ports/97897 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* - Add SHA256pav2005-11-261-0/+1
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Update to 1.9, which fixes error with ruby 1.8 when additionalknu2004-05-152-3/+3
| | | | | | directories are given from the command line. Reported by: Radim Kolar <hsn at netmag.cz>
* Add SIZE data.knu2004-03-221-0/+1
| | | | Submitted by: trevor
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* Update to 1.8, which fixes a problem that it reports wrong results ifknu2002-12-183-34/+2
| | | | | | | | a library search path has a trailing / or a double /. PR: ports/46162 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> Approved by: portmgr (self, and no objection from others)
* Restore somehow missed part in the man page.knu2002-11-121-0/+32
| | | | | | | Submitted by: adamw Not bumping PORTREVISION because this is too minor a change to require a reinstall for people who are already using this.
* http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/knu2002-10-051-1/+1
|
* Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.knu2002-09-211-7/+2
|
* Update to revision 1.6. Make `-x DIR' work better/properly, and fixknu2002-09-032-2/+2
| | | | the handling of relative paths.
* Add sysutils/libchk:knu2002-09-025-0/+48
libchk is a tool to help users obtain the following information: - A list of executables that have unresolvable shared library links - A list of shared libraries that are not referenced by any binary - A list of binaries for each shared library that are linked with the library This will help to get a hint as to if you can safely remove shared libraries that look obsolete. Author: Akinori MUSHA <knu@FreeBSD.org> WWW: http://www.iDaemons.org/cgi-bin/cvsweb.cgi/libchk/