From owner-cvs-all Sun Apr 16 13:24:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E633C37B96F; Sun, 16 Apr 2000 13:24:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA81783; Sun, 16 Apr 2000 13:24:40 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <200004162024.NAA81783@freefall.freebsd.org> From: Michael Haro Date: Sun, 16 Apr 2000 13:24:40 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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