aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/whatmask
Commit message (Collapse)AuthorAgeFilesLines
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Pass maintainership to submitterDennis Herrmann2011-01-092-2/+3
| | | | | | | | | | | - Add License - Remove MD5 checksum PR: ports/153800 Submitted by: Julien Laffaye <kimelto@gmail.com> Notes: svn path=/head/; revision=267551
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Unbreak fetchingSergei Kolobov2003-12-101-2/+1
| | | | | | | | PR: 60062 Submitted by: Daniel Rudy <dcrudy@pacbell.net> Notes: svn path=/head/; revision=95545
* - Update to 1.2Sergei Kolobov2003-12-054-23/+29
| | | | | | | | | | | | | While I'm here: - Reword pkg-descr - Add missing MAN1 - Install some docs PR: 59812 Submitted by: Daniel Rudy <dcrudy@pacbell.net> Notes: svn path=/head/; revision=95125
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.1Ying-Chieh Liao2001-09-272-2/+2
| | | | Notes: svn path=/head/; revision=48217
* remove bogus comment that "nobody knows why" wildcard notation exists.Bill Fumerola2001-05-201-2/+1
| | | | | | | | | | | | | | Netmask are contiguous bits, wildcard masks don't need to be. The former is accurate for defining subnets and the latter is useful for describing ranges for firewalls, route maps, or other such things. example: 10.0.10.0 is nntp1.domain.com, 10.0.11.0 is nntp2.local.com access-list 185 permit tcp any gt 1023 10.0.10.0 0.0.1.0 eq nntp Notes: svn path=/head/; revision=42822
* add whatmaskYing-Chieh Liao2001-05-205-0/+42
Easily convert between three common subnet mask notations Notes: svn path=/head/; revision=42801