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: textproc/py-ltxml/Makefile

Number of commits found: 25

Tuesday, 18 Feb 2020
10:58 antoine search for other commits by this committer
Deprecate a few unmaintained ports that use python27

With hat:	portmgr
Original commitRevision:526451 
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, 15 Feb 2017
15:07 tijl search for other commits by this committer
Remove -fPIC.  The problem was in textproc/ltxml.
Original commitRevision:434180 
Thursday, 9 Feb 2017
18:53 linimon search for other commits by this committer
Add -fPIC to various ports to enable them to build on armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:433767 
Saturday, 23 Jul 2016
09:00 amdmi3 search for other commits by this committer
- License
- Switch to options helpers
- Cosmetic fixes
- Update WWW
- Regenerate patches with `make makepatch`
Original commitRevision:418950 
Tuesday, 28 Jun 2016
09:11 rakuco search for other commits by this committer
Reset ports maintained by horia@racoviceanu.com.

The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).

Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.

Differential Revision:	https://reviews.freebsd.org/D5980
Original commitRevision:417703 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 7 Dec 2014
10:01 mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
Original commitRevision:374183 
Tuesday, 6 May 2014
13:23 nemysis search for other commits by this committer
These ports are no longer used or cared for.

Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports
with my help.

textproc/docbook2odf

- Pass maintainership to horia at racoviceanu.com
- Break lines around 80 characters
- Change pkg-plist, remove mtree

textproc/py-ltxml

- Pass maintainership to horia at racoviceanu.com
- Break lines around 80 characters

textproc/xsv

- Pass maintainership to horia at racoviceanu.com
- Remove blank characters
Original commitRevision:353091 
Sunday, 23 Mar 2014
02:07 nemysis search for other commits by this committer
- Bump PORTREVISION for rerolled tarball
- Take maintainership
- Change DOCS
- Add DOCS and EXAMPLES Options
- Remove obsolete REINPLACE
- Strip library
- Change patch, old was rejected
Original commitRevision:348824 
Monday, 30 Dec 2013
11:56 wg search for other commits by this committer
textproc/py-ltxml: support staging and minor changes
Original commitRevision:338094 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Tuesday, 15 Aug 2006
01:04 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Saturday, 13 May 2006
04:24 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
Original commit
Monday, 18 Apr 2005
15:45 jylefort search for other commits by this committer
- Track updated distfile, which has changed in-place (added XMLVersion
  property to Files).
- Fix build on amd64 and ia64.

PR:             ports/80014
Submitted by:   Johan van Selst <johans@stack.nl>
Approved by:    adamw (mentor)
Original commit
Monday, 28 Feb 2005
04:34 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Thursday, 18 Nov 2004
22:41 kris search for other commits by this committer
BROKEN on amd64 and ia64: Does not build (links non-shared with shared library)
Original commit
Friday, 23 Jul 2004
19:02 sem search for other commits by this committer
The tarball was rerolled without version bumps.

Changes:
* Unicode support fixes
* free() changed with PyObject_FREE()
* allow pass URI in stream

Full distfiles diff you can see here:
http://people.freebsd.org/~sem/PyLTXML-1.3.diff

PR:             ports/69490
Submitted by:   Radim Kolar <hsn@netmag.cz>
Original commit
Monday, 21 Jun 2004
21:27 kris search for other commits by this committer
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
Original commit
Saturday, 21 Feb 2004
21:29 kris search for other commits by this committer
BROKEN: Checksum mismatch
Original commit
Friday, 14 Nov 2003
22:45 pav search for other commits by this committer
Fix checksum mismatch. Author rerolled distfile adding this changelog
entry and corresponding code:
Original commit
Thursday, 20 Feb 2003
19:11 knu search for other commits by this committer
De-pkg-comment.
Original commit
Friday, 31 Jan 2003
11:14 wjv search for other commits by this committer
Add py-ltxml 1.3, python bindings to the LT XML toolkit.
Original commit

Number of commits found: 25