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: www/py-HTMLgen/Makefile

Number of commits found: 29

Sunday, 23 Feb 2020
15:25 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:526925 
Tuesday, 19 Jun 2018
01:54 yuri search for other commits by this committer
www/py-HTMLgen: Add USE_PYTHON=concurrent when DOCS=yes

Approved by:	portmgr
Original commitRevision:472743 
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 
Wednesday, 19 Apr 2017
12:25 miwi search for other commits by this committer
- Fix shebangs
- Added options helpers
- NO_ARCH
Original commitRevision:438837 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 8 Sep 2014
19:35 antoine search for other commits by this committer
- Allow staging as a regular user
- USES=python
Original commitRevision:367686 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Friday, 4 Jul 2014
23:11 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360680 
Friday, 6 Jun 2014
13:05 miwi search for other commits by this committer
- Stage support

PR:		190377
Original commitRevision:356780 
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 
Sunday, 1 Dec 2013
11:56 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency
- Give the port a new home at python@
Original commitRevision:335375 
Sunday, 22 Sep 2013
18:05 bapt search for other commits by this committer
Fix NO_STAGE attribution
Original commitRevision:327888 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Sunday, 13 May 2012
19:04 rm search for other commits by this committer
- strict python version to 2.x only
Original commit
Thursday, 18 Dec 2008
02:24 linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
Original commit
Tuesday, 13 Feb 2007
06:32 dryice search for other commits by this committer
- add MASTER_SITES
- de-deprecated
- update WWW
- take maintainership. Thanks the previous maintainers!

Approved by:    itetcu (mentor, implicit)
Original commit
Friday, 1 Dec 2006
10:07 erwin search for other commits by this committer
- Deprecate
- Set EXPIRATION_DATE

PR:             106062
Submitted by:   gabor
Original commit
Thursday, 10 Jun 2004
01:38 ijliao search for other commits by this committer
utilize PYTHON_SITELIBDIR & PORTDOCS macros
Original commit
Thursday, 20 Feb 2003
19:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 19 Jan 2003
17:46 tom search for other commits by this committer
Use %%PORTDOCS%% instead of separate package lists.
Original commit
Sunday, 29 Sep 2002
08:07 ijliao search for other commits by this committer
find->${FIND},xargs->${XARGS}

PR:             40791
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Original commit
Friday, 21 Jun 2002
17:40 nectar search for other commits by this committer
Drop MAINTAINER: I'm not really taking care of these anymore.
Original commit
Thursday, 30 Aug 2001
16:59 nectar search for other commits by this committer
Update 2.1 -> 2.2.2    
Original commit
Monday, 5 Feb 2001
15:33 olgeni search for other commits by this committer
Some spaces -> tabs for ports/www.    
Original commit
Sunday, 8 Oct 2000
07:39 asami search for other commits by this committer
Rename PLIST.docs to pkg-plist.docs.    
Original commit
Thursday, 21 Sep 2000
01:39 nectar search for other commits by this committer
Use USE_PYTHON, PYTHON_VERSION.    
Original commit
Friday, 21 Jul 2000
21:30 nectar search for other commits by this committer
Distfile moved.    
Original commit
Tuesday, 20 Jun 2000
14:37 nectar search for other commits by this committer
Locally hosted distfiles moved to ftp.freebsd.org.    
Original commit

Number of commits found: 29