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/neubot/Makefile

Number of commits found: 28

Wednesday, 15 May 2019
19:42 thierry search for other commits by this committer
Mark deprecated.

The neubot client has been retired: see
http://www.neubot.org/2019/01/retiring-neubot-client.html
Original commitRevision:501739 
Thursday, 1 Mar 2018
13:36 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:463320 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
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 
Friday, 24 Oct 2014
16:21 mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371449 
Friday, 4 Jul 2014
21:44 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360664 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Saturday, 14 Dec 2013
17:48 wg search for other commits by this committer
net/neubot: fix the usage of python

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336463 
Friday, 1 Nov 2013
16:08 thierry search for other commits by this committer
Upgrade to 0.4.16.9.

Changelog at http://www.neubot.org/neubot-0.4.16.9 .
Original commitRevision:332395 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Saturday, 30 Mar 2013
12:40 miwi search for other commits by this committer
- Unbreak build

Approved by:	portmgr
Original commitRevision:315610 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Tuesday, 20 Nov 2012
21:16 thierry search for other commits by this committer
Upgrade to Neubot 0.4.15.6.

Changelog at <http://neubot.org/neubot-0.4.15.6>.

Feature safe:	yes
Original commitRevision:307599 
Thursday, 18 Oct 2012
15:07 thierry search for other commits by this committer
Revert custom user: it's optional complexity, and this could cause
problems if the port is build as root.

Submitted by:	Simone Basso (author)
Feature safe:	yes
Original commitRevision:306074 
Sunday, 14 Oct 2012
17:31 thierry search for other commits by this committer
Upgrade to 0.4.15.5.

Changelog at <http://neubot.org/neubot-0.4.15.5>.

Feature safe:	yes
Original commitRevision:305886 
Tuesday, 2 Oct 2012
16:09 thierry search for other commits by this committer
Upgrade to 0.4.14.

Changelog at <http://neubot.org/neubot-0.4.14>.
Original commitRevision:305165 
Friday, 1 Jun 2012
19:42 thierry search for other commits by this committer
Upgrade to 0.4.12.

Changelog at <http://neubot.org/neubot-0.4.12>.
Original commit
Thursday, 26 Apr 2012
17:36 thierry search for other commits by this committer
Upgrade to 0.4.11.

Changelog at <https://raw.github.com/neubot/neubot/0.4.11.1/ChangeLog>.
Original commit
Wednesday, 21 Mar 2012
21:26 thierry search for other commits by this committer
Upgrade to 0.4.10.

Changelog at <https://raw.github.com/neubot/neubot/0.4.10/ChangeLog>.

Feature safe:   yes
Original commit
Saturday, 3 Mar 2012
14:06 thierry search for other commits by this committer
Upgrade to 0.4.9.

Changelog at <https://raw.github.com/neubot/neubot/0.4.9/ChangeLog>.
Original commit
Saturday, 18 Feb 2012
20:53 thierry search for other commits by this committer
Upgrade to 0.4.8.

Changelog at <https://raw.github.com/neubot/neubot/0.4.8/ChangeLog>.
Original commit
Tuesday, 31 Jan 2012
20:49 thierry search for other commits by this committer
Add a missing dependency.
Original commit
Saturday, 28 Jan 2012
14:23 thierry search for other commits by this committer
Upgrade to 0.4.6.

Changelog at <http://www.neubot.org/neubot-0.4.6>.
Original commit
Thursday, 1 Dec 2011
06:29 thierry search for other commits by this committer
Upgrade Neubot to 0.4.5.

Changelog at <http://www.neubot.org/neubot-0.4.5>.

Feature safe:   yes
Original commit
Tuesday, 1 Nov 2011
20:42 thierry search for other commits by this committer
Upgrade to 0.4.4.

Changelog at <http://www.neubot.org/neubot-0.4.4>.
Original commit
Saturday, 22 Oct 2011
14:39 thierry search for other commits by this committer
Neubot is a research project on network neutrality of the NEXA Center for
Internet & Society at Politecnico di Torino. The project is based on a
lightweight open-source program that interested users can download and install
on their computers. The program runs in background and periodically performs
transmission tests with some test servers and with other instances of the
program itself. These transmission tests probe the Internet using various
application level protocols. The program saves tests results locally and uploads
them on the project servers. The collected dataset contains samples from various
Providers and allows to monitor network neutrality.

WWW: http://www.neubot.org/
Original commit

Number of commits found: 28