freebsd-ports/ports-mgmt
Michael Haro eee7229c03 Update portlint so it supports PORTNAME/PORTVERSION. This version
isn't 100% ready for prime time, but it works well enough that it should
be fine to use for most things.  I'm not sure if I'll have time to fix
the few minor bugs that I know of and give it a good testing today.

Parts of the PORTNAME/PORTVERSION changes were submitted by knu.

Other changes in this version:
	* add "-V", version flag
	* use getopts instead of parsing @ARGV
		- this fixes a bug where you could only specify one flag after the
		  dash (ie. -c -N would work and -cN wouldn't)
	* change some warnings to fatals
	* ignore dot directives in Makefile
		- this usually reduces the number of warnings displayed when
		  a Makefile contains .include or .if foo
	* don't blame just emacs for leaving around temporary editor files
	* don't warn about installing files into /compat
	* correct counting of number of chars in pkg/COMMENT
	* understand multiple rcsid tags in the comments section
		- this allows us to have both $FreeBSD$ and $NetBSD$, for example
		  without getting funky warning messages
	* scope variables with my instead of local so we can use strict to
	  help us find bugs in portlint
2000-04-16 20:24:40 +00:00
..
pib Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
pkg_remove Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
portcheckout Portlint COMMENT's. 2000-04-14 18:16:14 +00:00
portlint Update portlint so it supports PORTNAME/PORTVERSION. This version 2000-04-16 20:24:40 +00:00