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-im/py-xmpppy/Makefile

Number of commits found: 28

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

With hat:	portmgr
Original commitRevision:526925 
Friday, 7 Dec 2018
09:01 amdmi3 search for other commits by this committer
- Add LICENSE

Approved by:	portmgr blanket
Original commitRevision:486843 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 10 Mar 2018
23:00 sunpoet search for other commits by this committer
Add PORTSCOUT
Original commitRevision:464105 
Saturday, 24 Feb 2018
13:37 sunpoet search for other commits by this committer
Use USE_PYTHON=autoplist

- Add NO_ARCH
- Convert to USES=shebangfix
Original commitRevision:462810 
Friday, 23 Feb 2018
21:09 rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
Original commitRevision:462745 
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, 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:29 mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371450 
Thursday, 10 Jul 2014
12:13 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 N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Friday, 20 Jun 2014
08:24 vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
Original commitRevision:358528 
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 
Friday, 20 Sep 2013
22:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
Original commitRevision:327756 
Monday, 22 Jul 2013
14:34 vg search for other commits by this committer
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
Original commitRevision:323455 
Friday, 10 Dec 2010
23:05 pgollucci search for other commits by this committer
- Fix typo in patch
- Bump PORTREVISION

PR:             ports/152413
Submitted by:   Ildar Hizbulin <hizel@vyborg.ru>
Approved by:    maintainer timeout (g.veniamin@googlemail.com ; 20 days)
Original commit
Friday, 7 May 2010
07:35 wen search for other commits by this committer
- Fix the run error with python-2.6

PR:             ports/145986
Submitted by:   Thorkill <fbsd@grid.einherjar.de>
Approved by:    maintainer(timeout, > 2 weeks)
Original commit
Wednesday, 7 Apr 2010
01:50 wen search for other commits by this committer
- Update to 0.5.0
- Pass maintainership to submitter

PR:             ports/145431
Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by:    maintainer
Original commit
Sunday, 13 Dec 2009
17:00 miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
Original commit
Thursday, 10 Dec 2009
13:04 wen search for other commits by this committer
- Fix the run error with python-2.6 [1]
- Add the missing run dependence

PR:             ports/141338 [1]
Submitted by:   kevin <kevinxlinuz@163.com> [1]
Original commit
Monday, 4 May 2009
19:02 miwi search for other commits by this committer
- Pass maintainership to Wen Heping <wenheping@gmail.com>
Original commit
Monday, 8 Sep 2008
09:12 miwi search for other commits by this committer
- Update to 0.4.1
Original commit
Sunday, 7 Sep 2008
09:01 miwi search for other commits by this committer
- Take maintainership
Original commit
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Sunday, 18 Mar 2007
13:24 pav search for other commits by this committer
- Change post-patch, PYTHON_CMD can legally contain dots
Original commit
Monday, 9 Oct 2006
07:47 sat search for other commits by this committer
- Update to 0.4.0
Original commit
Sunday, 30 Jul 2006
22:46 sat search for other commits by this committer
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Original commit
Monday, 8 May 2006
21:41 sat search for other commits by this committer
Update my e-mail address

Approved by:    krion (mentor, implicit)
Original commit
Saturday, 29 Apr 2006
16:41 pav search for other commits by this committer
xmpppy is a Python library that is targeted to provide easy
scripting with Jabber. Similar projects are Twisted Words
and jabber.py.

This library was not designed from scratch. It inherits some
code from jabberpy and have very similar API in many places.
Though it is separate project since it have almost completely
different architecture and primarily aims to work with jabberd2
- the new Open Source Jabber Server.

WWW: http://xmpppy.sourceforge.net/

The IRC transport is a dynamic gateway that allows XMPP/Jabber
users to connect to IRC using their Groupchat and MUC clients.
It is based on xmpppy and irclib Python libraries.

WWW: http://xmpppy.sourceforge.net/irc/

PR:             ports/96362
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
Original commit

Number of commits found: 28