FreshPorts -- The Place For Ports Wed, 7 Jan 2009 10:04 PM GMT
non port: devel/portlint/src/portlint.1
CVSWeb

Number of commits found: 17

Mon, 5 Feb 2007
[ 01:08 pav ] Original commit 
1.2 devel/portmk/files/ChangeLog
1.3 devel/portmk/files/Features
1.3 devel/portmk/files/KnownIssues
1.1276 MOVED
1.2622 devel/Makefile
1.12 devel/portcheckout/Makefile
1.114 devel/portlint/Makefile
1.8 devel/portmk/Makefile
1.19 devel/porttools/Makefile
1.158 lang/python/Makefile

(Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 31 May 2006
[ 05:41 marcus ] Original commit 
1.109 devel/portlint/Makefile
1.21 devel/portlint/src/portlint.1
1.89 devel/portlint/src/portlint.pl
Update to 2.9.0.

* The check for quoted COMMENTs had a typo.  However, this check has been
  consolidated for other macros that should not be quoted.  Merge the COMMENT
  check into the BROKEN, et al check. [1]
* Properly pluralize the message which counts the number of fatal errors
  and warnings. [2]
* Add distinfo checking support. [3]
* Huge refactoring of the error handling code.  If the -g argument is specified,
  errors will be grouped together to avoid spamming the console with
  repeated lines.
* Add a check for icon installation, and recommend INSTALLS_ICONS.

PR:             97207 [1]
                96089 [2]
                96923 [3]
Submitted by:   lawrance [1]
                ehaupt [2]
                sem [3]
Tested by:      mezz
Wed, 10 Mar 2004
[ 06:33 marcus ] Original commit 
1.73 devel/portlint/Makefile
1.20 devel/portlint/src/portlint.1
1.54 devel/portlint/src/portlint.pl
Update to 2.5.8.

* Add dirname and egrep direct command use checks
* Add a missing '?' in checking for text after bsd.port(.post)?.mk [1]
* Add a check to make sure OPTIONS is set before bsd.port.pre.mk

Submitted by:   eik [1]
Thu, 22 Jan 2004
[ 20:06 marcus ] Original commit 
1.72 devel/portlint/Makefile
1.19 devel/portlint/src/portlint.1
1.53 devel/portlint/src/portlint.pl
* Update to 2.5.7
* Fix some grammar nits in portlint.1
* Add some missing options to the summary in portlint.1
* Reorganize some option descriptions in portlint.1
* Add an ENVIRONMENT section describing PL_CVS_IGNORE and PORTSDIR in
  portlint.1
* Don't check the MAINTAINER field for direct command use [1]
* Add a new PL_CVS_IGNORE environment variable that allows users to filter
  out certain patterns from the CVS files check [2]
* Only warn about CATEGORY problems if the user is in PORTSDIR [3]
* Sync new command macros with recent bsd.port.mk changes
* Correct a regular expression problem when looking for direct command use [4]

PR:             61562 [1]
                61449 [2] [3]
Submitted by:   Sergey Matveychuk <sem@ciam.ru> [1]
                sergei [3]
                leeym [4]
Sat, 22 Nov 2003
[ 20:38 marcus ] Original commit 
1.68 devel/portlint/Makefile
1.18 devel/portlint/src/portlint.1
1.49 devel/portlint/src/portlint.pl
Ack, I knew I forgot something.  Add a new -C argument that enables pedantic
committer mode.  This is the identical to -A except it omits the new port
checks.

Requested by:   eik
[ 20:29 marcus ] Original commit 
1.67 devel/portlint/Makefile
1.17 devel/portlint/src/portlint.1
1.48 devel/portlint/src/portlint.pl
Standardize all error messages to include the filename at least (and line
number where possible).  Bump version to 2.5.2.

Reviewed by:    eik
Fri, 21 Nov 2003
[ 02:55 marcus ] Original commit 
1.66 devel/portlint/Makefile
1.16 devel/portlint/src/portlint.1
1.47 devel/portlint/src/portlint.pl
* Check to make sure new ports do not contain PORTREVISION [1]
* Check to make sure new ports do not contain PORTEPOCH
* Throw a FATAL error if an additional file exists in the port directory but
  not in CVS [2]
* Throw a FATAL error if a file is in CVS but not in the port's directory [2]
* Throw a FATAL error if a file was deleted from CVS but still in the port's
  directory [2]
* Warn if a new file contains a non-empty RCS Id [2]
* Add a missing ``if ($verbose)'' [2]

Submitted by:   arved [1]
                eik [2]
Mon, 17 Nov 2003
[ 20:17 marcus ] Original commit 
1.65 devel/portlint/Makefile
1.4 devel/portlint/pkg-plist
1.15 devel/portlint/src/portlint.1
1.46 devel/portlint/src/portlint.pl
1.1 devel/portlint/src/portlintgrep.pl
Update to 2.5.0.

* Add some linenumbers to the whole file search
* Hack the direct command use code some more
* Add a check for the deprecated USE_MESA
* Allow PKGCATEGORY not in CATEGORIES [1]
* Allow %B in pkg-plist, as it has a valid prefix [1]
* Allow simple rm -f, it needs no redirection [1]
* Add portlintgrep.pl, an example on how to use portlint to find certain
  portlint problems in the ports tree [2]

Submitted by:   dinoex [1]
                eik [2]
Sat, 15 Nov 2003
[ 22:12 marcus ] Original commit 
1.64 devel/portlint/Makefile
1.14 devel/portlint/src/portlint.1
1.45 devel/portlint/src/portlint.pl
* Update to 2.4.8
* Add a check to make sure the last line of a slave port's Makefile contains
  an appropriate MASTERDIR include directive [1]
* study() the $whole string to improve performance [1]
* Fix the search for direct command use
* Check for ports that may break INDEX [1]
* Check for GNOME ports that use pre-patch and gnomehack

Submitted by:   eik [1]
Sun, 9 Nov 2003
[ 00:44 marcus ] Original commit 
1.63 devel/portlint/Makefile
1.13 devel/portlint/src/portlint.1
1.44 devel/portlint/src/portlint.pl
* Add support for the arabic category [1]
* Check for variables that are used too late [1]
* Rename some of the language variables.  Admittedly, this needs more work.
* Check for anything after bsd.port(.post).mk [1]
* Fix the language category search code
* Bump version to 2.4.7

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
Sat, 1 Nov 2003
[ 22:46 marcus ] Original commit 
1.62 devel/portlint/Makefile
1.12 devel/portlint/src/portlint.1
1.43 devel/portlint/src/portlint.pl
Whoops.  Flush out my CVS repo, and share some missing bug fixes with the
rest of the world.

* Fix the -V option in the manpage [1]
* Handle the case where parentheses may not exist around NOPORTDOCS [2]
* Bump version to 2.4.6

Submitted by:   mat [1]
Reported by:    kris [2]
Mon, 28 Jul 2003
[ 21:23 marcus ] Original commit 
1.56 devel/portlint/Makefile
1.5 devel/portlint/pkg-descr
1.11 devel/portlint/src/portlint.1
1.37 devel/portlint/src/portlint.pl
Update to 2.4.1.

* Document the -V option [1]
* Properly suggest ${STRIP_CMD} (not ${STRIP}) instead of strip [2]
* Correct the version string

PR:             54993 [1]
Submitted by:   Mark Linimon <linimon@lonesome.com> [1]
                gerald [2]
Pointy hat to:  me [2] (I should have used Gerald's patch as-is)
Sun, 20 Jul 2003
[ 01:31 marcus ] Original commit 
1.54 devel/portlint/Makefile
1.4 devel/portlint/pkg-descr
1.10 devel/portlint/src/portlint.1
1.36 devel/portlint/src/portlint.pl
Update to 2.4.0.

* Document the -A option in the usage
* Add my name to the list of AUTHORS
* Clean up some warnings produced by perl -cwT
* Check for the existence of pkg-comment and flag it as FATAL [1]
* Add OMF checking support similar to the info checking code
* Add support for {DOCS,EXAMPLES}DIR macros [2]
* Don't check commented out URLs in MASTER_SITES [3]
* Add file, find, strip, and xargs to the list of direct command names [4]
* Don't search for command names in COMMENT [5]
* Add SITE_PERL support [6]
* Add DISTFILE/MASTER_SITE grouping support [7]
* Check to make sure the MAINTAINER field contains a valid email address
* Add support for {EXTRACT,PATCH}_DEPENDS
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Feb 2003
[ 21:17 gerald ] Original commit 
1.48 devel/portlint/Makefile
1.9 devel/portlint/src/portlint.1
1.33 devel/portlint/src/portlint.pl
Let the PORTSDIR environment variable override our defaults.

Approved by:    mharo (maintainer)
Mon, 18 Nov 2002
[ 02:37 anders ] Original commit 
1.8 devel/portlint/src/portlint.1
1.30 devel/portlint/src/portlint.pl
Add -A option for all additional checks.

Approved by:    (silence from) mharo
Wed, 14 Feb 2001
[ 10:56 mharo ]  
unknown devel/portlint/src/portlint.1
unknown devel/portlint/src/portlint.pl
Fix docs    
Tue, 12 Dec 2000
[ 14:24 knu ]  
unknown devel/portlint/Makefile
unknown devel/portlint/src/portlint.1
unknown devel/portlint/src/portlint.pl
Update to version 2.3.    

Number of commits found: 17

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
xterm*Jan 06
php5-gdJan 05
awstatsJan 04
awstats-develJan 04
p5-File-PathJan 03
vimJan 02
vinagreDec 31
mplayerDec 30
mysql41-serverDec 30
mysql50-serverDec 30
mysql51-serverDec 30
mysql60-serverDec 30
roundcubeDec 30
twikiDec 30
ampacheDec 26

12 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19562
Broken 146
Deprecated 94
Ignore 567
Forbidden 8
Restricted 227
No CDROM 130
Vulnerable 54
Expired 15
Set to expire 76
Interactive 77
new 24 hours 4
new 48 hours4
new 7 days15
new fortnight62
new month109

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.381 seconds.