FreshPorts -- The Place For Ports Fri, 19 Mar 2010 1:41 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
portlint 2.12.2 ports-mgmt on this many watch lists=30 search for ports that depend on this port
A verifier for FreeBSD port directory
Maintained by: marcus@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Feb 2007 01:09:12


portlint makes a small set of sanity checks for port directory. Check out
portlint(1) for more details.
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Run: lang/perl5.8

To install the port: cd /usr/ports/ports-mgmt/portlint/ && make install clean
To add the package: pkg_add -r portlint


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from devel/portlint on 2007-02-05
    REASON: Moved to a new category

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Dec 2009 21:24:04
Original commit files touched by this commit  2.12.2
marcus search for other commits by this committer
Forced commit to note the 2.12.2 update also included a grammatical fix
to the portlint manpage.

PR:             140765
Submitted by:   Benjamin Kaduk <kaduk@mit.edu>
19 Dec 2009 21:23:01
Original commit files touched by this commit  2.12.2
marcus search for other commits by this committer
Update to 2.12.2.

* Add support for whitelisting certain MASTER_SITES which make up a "cloud"
  of sites. [1]
* Escape a '.' in a regular expression to prevent matching strings like
  "about" with the regular expression "a.out". [2]
* Try to detect when the value of CONFIGURE_TARGET is used directly in a
  plist. [3]

PR:             140048 [1]
                141460 [2]
Submitted by:   skreuzer [1]
                gahr [2]
Suggested by:   brooks [3]
18 Jul 2009 22:39:07
Original commit files touched by this commit  2.12.1
marcus search for other commits by this committer
Update to 2.12.1.

* Do not compare a string with undef. [1]
* Remove the CONFIGURE_ARGS check for --prefix.  This is not part of
  _LATE_CONFIGURE_ARGS, and thus will be set of all ports. [2]

PR:             136657 [1]
                136691 [2]
Submitted by:   glewis [1]
09 Jul 2009 02:03:38
Original commit files touched by this commit  2.12.0
marcus search for other commits by this committer
Update to 2.12.0.

* Add support for bsd.port.options.mk. [1]
* Add a check for ports that install a.out. [2]
* Tweak the check for arguments passed to configure when using
  GNU_CONFIGURE, and add a check for HAS_CONFIGURE and GNU_CONFIGURE. [3]
* Fix some false positives that occur when using certain combinations of
  %%XXXDIR%%. [4]

PR:             135095 [2]
                135858 [3]
                136465 [4]
Requested by:   pav [1]
Submitted by:   Vladimir Chukharev <chukharev@mail.ru> [2]
                Sahil Tandon <sahil@tandon.net> [3]
                Eygene Ryabinkin <rea-fbsd@codelabs.ru> [4]
23 May 2009 20:07:33
Original commit files touched by this commit  2.11.2
marcus search for other commits by this committer
Update to 2.11.2.

* Fix a warning when PKGINSTALLVER is not defined. [1]
* Fix a false positive which can occur when install-info is used in sed
  expressions. [2]
* Add depcrecation checks for Apache macros. [3]

PR:             134000 [1]
                134614 [2]
                134610 [3]
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
                Lapo Luchini <lapo@lapo.it> [2]
                pgollucci [3]
13 Apr 2009 02:56:17
Original commit files touched by this commit  2.11.1
marcus search for other commits by this committer
Update to 2.11.1.

* Fix some Perl warnings. [1]
* Fix an improper invocation of perror(). [2]
* Add some more allowed full paths. [3]
* Add a check for MAKE_JOBS_[UN]SAFE used in conjunction with NO_BUILD.
  If this is found, throw a warning. [4]

PR:             133207 [4]
Submitted by:   gerald [3]
Reported by:    pav [1]
                Vladimir Chukharev <Vladimir.Chukharev@tut.fi> [2]
22 Mar 2009 17:54:19
Original commit files touched by this commit  2.11.0
marcus search for other commits by this committer
Update to 2.11.0.

* Fix regexp compatibility with Perl 5.10 [1]
* Add "use warnings" to find more warnings [1]
* Use more modern Perl features as we no longer need to maintain such
  ancient backward compatibility [1]
* Add support for a list of patterns to exclude from absolute path
  checking. [2]
* Check MAINTAINER field for master/slave relationship as is done for
  COMMENT. [3]
* Add support for checking plists for files ending in .core.  These files
  may be periodically deleted during core file sweeps. [4]

NOTE: This release has more Perl warnings enabled.  If you encounter a Perl
warning, please report it.

PR:             132289 [1]
                131228 [2]
                131235 [3]
                131790 [4]
Submitted by:   skv [1]
                gerald [3]
19 Jan 2009 06:58:42
Original commit files touched by this commit  2.10.2_1
marcus search for other commits by this committer
Fix some typos in the CONFIGURE_ENV section.

Submitted by:   gerald
18 Jan 2009 18:49:58
Original commit files touched by this commit  2.10.2
marcus search for other commits by this committer
Update to 2.10.2.

* Loosen the error around USE_ANT and do-build [1]
* Add a check for CFLAGS and CXXFLAGS in CONFIGURE_ENV [2]
* Add a check for Fortran flags in CONFIGURE_ENV [3]

PR:             128482 [2]
Requested by:   Dominic Fandrey <kamikaze@bsdforen.de> [1]
                gerlad [3]
Submitted by:   amdmi3 [2]
22 Oct 2008 23:04:38
Original commit files touched by this commit  2.10.1_1
marcus search for other commits by this committer
Correct a typo.

Reported by:    amdmi3
21 Oct 2008 23:38:14
Original commit files touched by this commit  2.10.1
marcus search for other commits by this committer
Update to 2.10.1

* Allow WWW URLs which start with "https://" [1]
* Warn on possible improper use of @dirrm[try] [2]

PR:             127128 [1]
                127081 [2]
Submitted by:   Tomoyuki Sakurai <cherry@trombik.org> [2]
24 Aug 2008 18:16:03
Original commit files touched by this commit  2.10.0
marcus search for other commits by this committer
Update to 2.10.0.

* Add a check for duplicate CATEGORIES [1]
* Be stricter when checking for --mandir and --infodir [2]
* Properly check *_DEPENDS both before and after bsd.port.pre.mk [3]

PR:             125962 [2]
                126681 [3]
Requested by:   kris [1]
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [3]
                Renato Botelho <garga@FreeBSD.org> [2]
20 Jul 2008 02:09:38
Original commit files touched by this commit  2.9.10
marcus search for other commits by this committer
Update to 2.9.10.

* Add some USE_GCC checks [1]
* Check to make sure pkg-descr lines do not end with CRLF [2]
* Warn against using != in assignments [2]
* Check for a valid WWW syntax in pkg-descr [2]

Requested by:   gerald [1]
                kris [2]
05 Jul 2008 07:03:10
Original commit files touched by this commit  2.9.9
marcus search for other commits by this committer
Forced commit to correct previous commit PR.

PR:             124241
05 Jul 2008 07:02:28
Original commit files touched by this commit  2.9.9
marcus search for other commits by this committer
Update to 2.9.9.

Check for misuse of the %%XXXDIR%% constructs in order to help with the QA
Tinderbox build reports.

PR:             125037
Submitted by:   leeym
23 Mar 2008 00:25:31
Original commit files touched by this commit  2.9.8
marcus search for other commits by this committer
Update to 2.9.8.

* Use the actual Makefile when checking for pre-defined sites.  This allows
  us to catch things that rely on port variables. [1]
* USE_GETOPT_LONG is now obsolete, and should not be suggested. [2]
* Check for cases where X_DEPENDS = ${Y_DEPENDS} which can result in adding
  unwanted dependencies.

PR:             121664 [1]
Suggested by:   pav [2]
15 Dec 2007 17:46:39
Original commit files touched by this commit  2.9.7
marcus search for other commits by this committer
Quick bump to 2.9.7.

Allow comments to start with a '[' (e.g. [X]Emacs).

PR:             117832
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com>
15 Dec 2007 17:40:19
Original commit files touched by this commit  2.9.6
marcus search for other commits by this committer
Update to 2.9.6.

* Allow the @stopdaemon plist directive. [1]
* Fix a typo when checking for proper use of DOCSDIR. [2]
* USE_JAVA is okay to use after including bsd.port.pre.mk. [3]
* Properly check for extra items in the PATCH_SITES section. [4]
* Replace all instances of "IFF" with "If and only if" to be clearer for
  non-English speaking, non-math geeks. [5]

PR:             116907 [3]
                116698 [4]
                116218 [5]
Reported by:    rafan [1]
Submitted by:   lwhsu [2]
17 Aug 2007 18:11:40
Original commit files touched by this commit  2.9.5
marcus search for other commits by this committer
Update to 2.9.5.

* Consolidate lines that end in a '\' followed by an empty line into one
  newline prior to splitting the Makefile into sections.  This will more
  properly catch section-related errors [1]
* Properly check pkg-config files when they contain an embedded '.' [2]
* Allow pkg-plist directive @cwd by itself which means to change the working
  directory back to the original PREFIX [3]
* Beef up the warnings around DOCSDIR, EXAMPLESDIR, and DATADIR so that
  users don't just use these macros without knowing if they are safe [3]
* Check for use of --mandir and --infodir [4]

PR:             112332 [1]
                115455 [4]
Submitted by:   rafan [4]
                sat [2]
Requested by:   pav [3]
04 Aug 2007 12:41:31
Original commit files touched by this commit  2.9.4
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
09 Jun 2007 20:02:10
Original commit files touched by this commit  2.9.4
marcus search for other commits by this committer
Update to 2.9.4.

* bsd.php.mk can now be included after bsd.port.pre.mk [1]
* Tighten the check on *_DEPENDS so that it only looks at BUILD, FETCH, PATCH,
  LIB, and RUN DEPENDS [2]

PR:             110461 [1]
Submitted by:   Alexander Logvinov <ports@logvinov.com> [1]
Reported by:    Alexander Logvinov <ports@logvinov.com> [2]
11 Feb 2007 19:22:07
Original commit files touched by this commit  2.9.3
marcus search for other commits by this committer
Update to 2.9.3.

* Add a check to see if EXTRACT_SUFX is ".zip" and suggest USE_ZIP instead [1]
* Remove the now obsoleted DEPENDS macro
* Remove the obsoleted Java 1.0 check
* Add support for USE_CDRTOOLS
* Add a check for direct usage of gs (i.e. ghostscript) [2]

PR:             107265 [2]
Requested by:   gabor [1]
05 Feb 2007 01:08:46
Original commit files touched by this commit  2.9.3
pav search for other commits by this committer
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)

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 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 21408
Broken 173
Deprecated 46
Ignore 897
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 2
new 48 hours4
new 7 days14
new fortnight46
new month95

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.22 seconds.