cvs commit: ports/misc Makefile ports/misc/portless Makefile pkg-descr ports/misc/portless/files portless.1 portless.sh

Erwin Lansing erwin at FreeBSD.org
Sun Jun 11 09:46:03 UTC 2006


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 at 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)


More information about the cvs-ports mailing list