notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
whatmask Convert between common subnet mask notations
1.2_3 net-mgmt on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2_2Version of this port present on the latest quarterly branch.
Maintainer: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-02-23 04:43:25
Last Update: 2024-03-20 13:19:33
Commit Hash: 9998881
People watching this port, also watch:: gmake, libiconv, pcre, rsync, sudo
License: GPLv2
WWW:
http://www.laffeycomputer.com/whatmask.html
Description:
Whatmask is a small C program that will help you with network settings. It displays the following information given IP address and/or netmask: - The netmask in the following formats: CIDR, Netmask, Hex, Wildcard Bits - The Network Address - The Broadcast Address - The number of Usable IP Addresses - The First Usable IP Address - The Last Usable IP Address
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/whatmask-1.2_3/catalog.mk
  2. /usr/local/share/licenses/whatmask-1.2_3/LICENSE
  3. /usr/local/share/licenses/whatmask-1.2_3/GPLv2
  4. bin/whatmask
  5. share/man/man1/whatmask.1.gz
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • whatmask>0:net-mgmt/whatmask
To install the port:
cd /usr/ports/net-mgmt/whatmask/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/whatmask
  • pkg install whatmask
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: whatmask
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (whatmask-1.2.tar.gz) = 7dca0389e22e90ec1b1c199a29838803a1ae9ab34c086a926379b79edb069d89 SIZE (whatmask-1.2.tar.gz) = 170183

Packages (timestamps in pop-ups are UTC):
whatmask
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2_21.2_31.2_11.2_21.2_3-1.2_1-
FreeBSD:13:quarterly1.2_21.2_21.2_21.2_21.2_21.2_21.2_21.2_2
FreeBSD:14:latest1.2_21.2_31.2_21.2_21.2_31.2_2-1.2_2
FreeBSD:14:quarterly1.2_21.2_2-1.2_21.2_21.2_21.2_21.2_2
FreeBSD:15:latest1.2_21.2_3n/a1.2_2n/a1.2_21.2_21.2_2
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_whatmask
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://downloads.laffeycomputer.com/current_builds/whatmask/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2_3
20 Mar 2024 13:19:33
commit hash: 99988819c5c05aad890e9d94b3e16ad1ea686c0ccommit hash: 99988819c5c05aad890e9d94b3e16ad1ea686c0ccommit hash: 99988819c5c05aad890e9d94b3e16ad1ea686c0ccommit hash: 99988819c5c05aad890e9d94b3e16ad1ea686c0c files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
net-mgmt/whatmask: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_2
20 Jul 2022 14:22:42
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2_2
19 Feb 2021 13:47:00
Revision:566065Original commit files touched by this commit
adamw search for other commits by this committer
net-mgmt/whatmask: Take maintainership, remove README

The README here is the same as the manpage.
1.2_1
18 Feb 2021 21:06:56
Revision:565988Original commit files touched by this commit
yuri search for other commits by this committer
Maintainer reset for jlaffaye

Reason: Many bug reports (including bug#253256) related to jlaffaye's ports
timed out in the period from April 2020 to now.

PR:		253256
Approved by:	jlaffaye (maintainer's timeout 14 days)
1.2_1
06 Apr 2020 17:04:43
Revision:530892Original commit files touched by this commit
adamw search for other commits by this committer
Partially revert r530801

The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
1.2_1
06 Apr 2020 03:01:54
Revision:530853Original commit files touched by this commit
adamw search for other commits by this committer
whatmask: Use the COPYING file provided
1.2_1
06 Apr 2020 02:59:23
Revision:530852Original commit files touched by this commit
adamw search for other commits by this committer
whatmask: Take maintainership

The AUTHORS and Changelog files really aren't useful for end-users,
as the last release was 17 years ago. So, restrict DOCS to just the
README.
1.2
05 Apr 2020 18:33:39
Revision:530801Original commit files touched by this commit
yuri search for other commits by this committer
Reset maintainer for ports maintaned by jlaffaye@.

As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
1.2
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
1.2
24 Nov 2014 22:35:08
Revision:373380Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.2
04 Jul 2014 21:53:52
Revision:360666Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
1.2
20 Jun 2014 15:51:52
Revision:358596Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
1.2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
1.2
22 Sep 2013 18:05:05
Revision:327888Original commit files touched by this commit
bapt search for other commits by this committer
Fix NO_STAGE attribution
1.2
20 Sep 2013 22:24:44
Revision:327757Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
1.2
08 Jun 2011 16:52:32
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:    bapt (mentor)
1.2
09 Jan 2011 20:00:48
Original commit files touched by this commit
dhn search for other commits by this committer
- Pass maintainership to submitter
- Add License
- Remove MD5 checksum

PR:             ports/153800
Submitted by:   Julien Laffaye <kimelto@gmail.com>
1.2
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
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.
1.2
25 Nov 2005 16:56:11
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.2
23 Feb 2004 04:42:13
Original commit files touched by this commit
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 23