aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portless
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2.5Cheng-Lung Sung2006-08-303-24/+40
| | | | | | | | | | | - Addition of -W option and minor bug fixed where whitespace at begin/end of portglob argument was not properly rejected. PR: ports/102695 Submitted by: maintainer (Martin Kammerhofer) Notes: svn path=/head/; revision=171674
* - Update to 0.2.4Rong-En Fan2006-08-153-11/+33
| | | | | | | | | | | Use bash rather than /bin/sh to add -I option (case insensitive globbing). PR: ports/102020 Submitted by: Martin Kammerhofer <dada at pluto.tugraz.at> Approved by: Martin Kammerhofer <mkamm at gmx.net> (maintainer) Notes: svn path=/head/; revision=170736
* - update to 0.2.2Cheng-Lung Sung2006-07-103-7/+32
| | | | | | | | | | - Added option -w to report matching port directories. PR: ports/100014 Submitted by: maintainer (Martin Kammerhofer) Notes: svn path=/head/; revision=167339
* - Drop dependency on less port, we can use less in basePav Lucistnik2006-06-191-4/+1
| | | | | | | | PR: ports/99093 Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer) Notes: svn path=/head/; revision=165758
* Update to 0.2_1Erwin Lansing2006-06-162-15/+14
| | | | | | | | PR: 99013 Submitted by: Martin Kammerhofer <dada@pluto.tugraz.at> Notes: svn path=/head/; revision=165543
* Update to 0.2Erwin Lansing2006-06-144-29/+64
| | | | | | | | PR: 98950 Submitted by: Martin Kammerhofer (maintainer) Notes: svn path=/head/; revision=165446
* - Fix typo in files/portless.sh scriptAaron Dalton2006-06-132-2/+2
| | | | | | | | | | | - Update from v0.1 to v0.1.1 PR: ports/98852 Submitted by: maintainer Approved by: tobez (implicit) Notes: svn path=/head/; revision=165288
* portless is a small shell script which lets FreeBSD users quickly browseErwin Lansing2006-06-114-0/+239
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 Notes: svn path=/head/; revision=165086