Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2006 09:43:46 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc Makefile ports/misc/portless Makefile pkg-descr ports/misc/portless/files portless.1 portless.sh
Message-ID:  <200606110943.k5B9hkQA060069@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2006-06-11 09:43:46 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/portless        Makefile pkg-descr 
    misc/portless/files  portless.1 portless.sh 
  Log:
  portless is a small shell script which lets FreeBSD users quickly browse
  port descriptions given the port's name or a glob. Basically to view
  the descriptions of GCC (related) ports you type
          portless gcc\*
  and portless will display the descriptions of all gcc* ports.
  There are options to display the postinstall messages or Makefiles instead.
  
  - Martin Kammerhofer
     mkamm@gmx.net
  
  PR:             ports/98739
  Submitted by:   Martin Kammerhofer
  
  Revision  Changes    Path
  1.808     +1 -0      ports/misc/Makefile
  1.1       +30 -0     ports/misc/portless/Makefile (new)
  1.1       +108 -0    ports/misc/portless/files/portless.1 (new)
  1.1       +92 -0     ports/misc/portless/files/portless.sh (new)
  1.1       +9 -0      ports/misc/portless/pkg-descr (new)



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