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.

non port: net/nanomsg/Makefile

Number of commits found: 16

Sunday, 25 Feb 2024
09:17 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nanomsg: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 0ebd5910c13d2ca23a1b68192001c646ef89acdd commit hash: 0ebd5910c13d2ca23a1b68192001c646ef89acdd commit hash: 0ebd5910c13d2ca23a1b68192001c646ef89acdd commit hash: 0ebd5910c13d2ca23a1b68192001c646ef89acdd 0ebd591
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 31 Aug 2021
03:47 Alexey Dokuchaev (danfe) search for other commits by this committer
net/nanomsg: reduce horizontal whitespace, drop redundant GH_ACCOUNT.
commit hash: 02c1848e3e32c0cb78eb0b11217216499cf81d32 commit hash: 02c1848e3e32c0cb78eb0b11217216499cf81d32 commit hash: 02c1848e3e32c0cb78eb0b11217216499cf81d32 commit hash: 02c1848e3e32c0cb78eb0b11217216499cf81d32 02c1848
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 16 Dec 2018
21:23 yuri search for other commits by this committer
net/nanomsg: Unbreak by fixing plist

Other changes:
* Replace docs in plist with PORTDOCS=*
* Replace WWW with its https equivalent
* Fix the manpage location

This port installs both docs and manpages based on one cmake option.

Approved by:	portmgr (unbreak)
Original commitRevision:487630 
Saturday, 10 Nov 2018
21:14 arved search for other commits by this committer
Update to 1.1.5

PR:		232312
Submitted by:	maintainer
Original commitRevision:484644 
Saturday, 28 Oct 2017
20:14 pi search for other commits by this committer
net/nanomsg: update 1.0.0 -> 1.1.0

- bug fix release, a number of stability improvements,
  particularly for the inproc transport

PR:		223207
Submitted by:	Jan Bramkamp <crest@bultmann.eu> (maintainer)
Original commitRevision:453083 
Sunday, 25 Dec 2016
14:23 amdmi3 search for other commits by this committer
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it

Approved by:	portmgr blanket
Original commitRevision:429430 
Wednesday, 10 Aug 2016
10:21 manu search for other commits by this committer
Use DOCS_CMAKE_* variable as it should have been in r419993

Approved by:	koobs
Original commitRevision:420006 
08:21 manu search for other commits by this committer
Update Nanomsg to version 1.0.0 the first stable release of Nanomsg.

Also bump PORTREVISION for mail/libmapi as it depend on it.

PR:		210669
Approved by:	koobs, Jan Bramkamp <crest@bultmann.eu> (maintainer)
Original commitRevision:419993 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Saturday, 5 Dec 2015
19:14 riggs search for other commits by this committer
Update to upstream version 0.8b, fix DOCS

- Update from 0.5 to 0.8-beta
- Fix DOCS option
- Fetch distfile from github

PR:		204911
Submitted by:	crest@bultmann.eu (maintainer)
Reviewed by:	koobs, riggs
Original commitRevision:403075 
Monday, 8 Jun 2015
05:59 antoine search for other commits by this committer
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool

PR:		198611
Reviewed by:	emaste
Exp-run:	self
Original commitRevision:388831 
Friday, 10 Apr 2015
13:33 danfe search for other commits by this committer
Add a new port of net/nanomsg, a ZeroMQ-like socket library in pure C.
Currently the port does not install manual pages, as they have to be
generated.  Probably prerequisites for manpages are not as massive as
for HTML docs, but they are not decoupled correctly in the configure
and Makefile.in files.

While here, remove trailing whitespace in `net/Makefile'.

PR:	199043
Original commitRevision:383726 

Number of commits found: 16