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: print/py-pyscript/Makefile

Number of commits found: 19

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

With hat:	portmgr
Original commitRevision:526925 
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, 24 Oct 2014
16:43 mva search for other commits by this committer
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Original commitRevision:371452 
Wednesday, 16 Jul 2014
03:00 adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
Original commitRevision:362023 
Sunday, 6 Jul 2014
01:57 nivit search for other commits by this committer
- Add LICENSE (GPLv2)
- Add option EXAMPLES (default ON)
- Add support for stage dir
- Fix format of WWW line and remove Author one in pkg-descr
- Remove definition of DATADIR and its use in pkg-plist
Original commitRevision:360854 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Saturday, 11 May 2013
17:58 hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Original commitRevision:317899 
Monday, 6 May 2013
02:00 hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Original commitRevision:317455 
Friday, 10 Aug 2012
14:20 wxs search for other commits by this committer
Use PYTHONPREFIX_SITELIBDIR.

PR:		ports/170301
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	crees@, nivit@
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Monday, 8 Jun 2009
22:30 miwi search for other commits by this committer
- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:      3 pointyhat runs
Thanks to:      pav, gahr, lwhsu, mva, amdmi3
Original commit
Sunday, 28 Dec 2008
10:54 pgollucci search for other commits by this committer
CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 10 Dec 2006
01:21 nivit search for other commits by this committer
- Updated email address in my ports

Approved by:    alexbl (mentor)
Original commit
Wednesday, 7 Jun 2006
19:16 pav search for other commits by this committer
- Update to 0.6.1

PR:             ports/98600
Submitted by:   Nicola Vitale <nivit@email.it> (maintainer)
Original commit
Saturday, 29 Apr 2006
16:16 pav search for other commits by this committer
PyScript is a python module for producing high quality postscript
graphics. Rather than use a GUI to draw a picture, the picture is
programmed using python and the PyScript objects.

Some of the key features are:

    * All scripting is done in python, which is a high level, easy
      to learn, well-developed scripting language.
    * All the objects can be translated, scaled, rotated, ... in fact
      any affine transformation.
    * Plain text is automatically kerned.
    * You can place arbitrary LaTeX expressions on your figures.
    * You can create your own figure objects, and develop a library
      of figure primitives.
    * Output is publication quality.

Author: Alexei Gilchrist, Paul Cochrane <aalexei@users.sourceforge.net>
WWW:    http://pyscript.sourceforge.net/

PR:             ports/96482
Submitted by:   Nicola Vitale <nivit@email.it>
Original commit

Number of commits found: 19