summaryrefslogtreecommitdiff
path: root/devel/splint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* Let splint process <inttypes.h>. Now it passes its own test suite.Jacques Vidrine2002-11-043-0/+62
| | | | Submitted by: Stacey Son <sson@verio.net>
* Set MAINTAINER to <ports@FreeBSD.org>.Jacques Vidrine2002-11-041-1/+1
| | | | | <rrm@subterrain.net>: host subterrain.net[66.179.0.134] said: 550 5.1.1 <rrm@subterrain.net>... User unknown
* - Repocopy and move devel/lclint to devel/splintPatrick Li2002-03-0810-113/+99
| | | | | | | | | | | | | - Update devel/splint to 3.0.1.6 - Give maintainership to Raymond Medeiros <rrm@subterrain.net> for requesting in PR PR: 33788, 35247, 35474 Submitted by: KATO Tsuguru <tkato@prontomail.com>, Jeroen Ruigrok van der Werven <asmodai@wxs.nl>, Raymond Medeiros <rrm@subterrain.net> Repocopied by: joe Approved by: portmgr
* Remove s.moeding@ndh.net as MAINTAINER; mail has been bouncing for 3 months.Bill Fenner2002-01-071-1/+1
|
* Chase the checksum; some Microsoft build files changed.Kris Kennaway2001-08-201-1/+1
|
* Chase checksum. There were no source changes, a README was addedPeter Pentchev2001-06-041-1/+1
| | | | | | | | (which is not installed, so no pkg-plist changes), and some files were changed in the win32/ subdirectory. PR: 27840 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Update to 2.5q.Jeroen Ruigrok van der Werven2000-07-317-112/+86
| | | | | PR: 20224 Submitted by: MAINTAINER <s.moeding@ndh.net>
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Prefer the http main site over the ftp main site, it's more reliable.Bill Fumerola1999-08-062-3/+6
| | | | While I'm here, add some mirrors as well.
* Make this port respect CFLAGS again. it also seems the distfile changed onBill Fumerola1999-07-093-3/+13
| | | | | | us mysteriously. Submitted by: Scott Kenney <saken@hotel.rmta.org>
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Mark NO_PACKAGE, as it doesn't respect CFLAGS.Bill Fumerola1999-06-251-1/+2
| | | | No time to debug, it's midnight! Patches cheerfully accepted.
* Wow! What big teeth you have grandma! "All the better to Weat youTim Vanderhoek1999-05-021-3/+1
| | | | | | with, my dear." [That's lupus for "Add WWW:"]
* Update to version 2.4b.Steve Price1998-07-036-100/+115
| | | | | PR: 7113 Submitted by: maintainer
* Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,Satoshi Asami1996-12-121-4/+3
| | | | PKGNAME and WRKSRC (one less line :).
* LCLint is a tool for statically checking C programs. With minimalDavid E. O'Brien1996-12-116-0/+129
effort, LCLint can be used as a better lint. If additional effort is invested adding annotations to programs, LCLint can perform stronger checks than can be done by any standard lint. Check the LCLint home page at http://larch-www.lcs.mit.edu:8001/larch/lclint/ Closes-PR: ports/1646 Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>