#14948: Port Submission -------------------------------------+-------------------------------------- Reporter: yanjingfeng@hotmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: | -------------------------------------+-------------------------------------- Just for opening case. I finished testing the Portfile and wondering whether I should do binary test for the port. {{{ # $Id$ PortSystem 1.0 name id-utils version 4.0 categories devel maintainers nomaintainer description The classic Berkeley gid/lid tools for looking up variables in code long_description `mkid' is a simple, fast, high-capacity, language- independent \ identifier database tool. Actually, the term `identifier' is too \ limiting--`mkid' stores tokens, be they program identifiers of any \ form, literal numbers, or words of human-readable text. Database \ queries can be issued from the command-line, or from within emacs, \ serving as an augmented tags facility. \ \ `mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu> \ and posted to comp.sources.unix in September 1987. It was then \ maintained and enhanced by a loose knit group of programmers on the \ Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>. Tom released \ `mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary \ has resumed maintenance and is releasing an improved version 3 under GPL.\ \ Version 3 is an interim release. Version 4 will follow in the coming \ months and include a cscope clone plus other improvements. This \ version is an improved version of version 3 (which hasn't been updated \ since 1996!), it now understands C++. homepage http://www.gnu.org/software/idutils/ platforms darwin master_sites ftp://alpha.gnu.org/pub/gnu/idutils/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/idutils/ \ ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/idutils/ \ ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/idutils/ distname ${name}-${version} extract.suffix .tar.gz checksums md5 2053522dab62f2286579eecf2d0252e9 \ sha1 a6e821f211e9f52a5c237fb2efc52df5c6fc010c \ rmd160 83f90048ee02a7b6ce097faeebf5c3db16c09594 worksrcdir ${name}-${version} depends_lib port:gettext \ port:gmake \ port:libiconv configure.args --prefix=${prefix} \ --infodir=${prefix}/share/info }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14948> MacPorts </projects/macports> Ports system for Mac OS