Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2000 13:24:40 -0700 (PDT)
From:      Michael Haro <mharo@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/portlint Makefile ports/devel/portlint/files md5 ports/devel/portlint/src portlint.pl
Message-ID:  <200004162024.NAA81783@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mharo       2000/04/16 13:24:40 PDT

  Modified files:
    devel/portlint       Makefile 
    devel/portlint/src   portlint.pl 
  Removed files:
    devel/portlint/files md5 
  Log:
  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
  
  Revision  Changes    Path
  1.36      +5 -4      ports/devel/portlint/Makefile
  1.17      +319 -224  ports/devel/portlint/src/portlint.pl



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004162024.NAA81783>