| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
| |
- Add License
- Remove MD5 checksum
PR: ports/153800
Submitted by: Julien Laffaye <kimelto@gmail.com>
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
| |
|
|
|
|
|
| |
PR: 60062
Submitted by: Daniel Rudy <dcrudy@pacbell.net>
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Reword pkg-descr
- Add missing MAN1
- Install some docs
PR: 59812
Submitted by: Daniel Rudy <dcrudy@pacbell.net>
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Easily convert between three common subnet mask notations
|