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.

Port details
py-distutils-extra Add support for i18n, documentation, and icons to distutils
2.38 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.38Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-04-06 09:07:00
Last Update: 2015-12-31 22:00:35
SVN Revision: 404964
Also Listed In: python
License: GPLv2
WWW:
https://launchpad.net/python-distutils-extra
Description:
Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils. WWW: https://launchpad.net/python-distutils-extra
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:devel/py-distutils-extra@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-distutils-extra
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.FreeBSD.org/ports-distfiles/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  6. https://launchpad.net/python-distutils-extra-2.38/trunk/2.38/+download/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.38
31 Dec 2015 22:00:35
Revision:404964Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
2.38
02 Sep 2015 17:03:38
Revision:395877Original commit files touched by this commit
sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
2.38
15 Aug 2014 03:43:55
Revision:364929Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
2.38
15 Aug 2014 03:00:33
Revision:364893Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=python
2.38
15 Mar 2014 03:32:00
Revision:348288Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MASTER_SITES
2.38
23 Feb 2014 12:35:08
Revision:345717Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USE_PYDISTUTILS=yes
- Remove unnecessary PYDISTUTILS_PKGNAME
2.38
30 Nov 2013 18:26:00
Revision:335315Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
- Cleanup Makefile
2.38
20 Nov 2013 03:21:23
Revision:334379Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.38
- Use PYTHON_PY3K_PLIST_HACK
- Support STAGEDIR

Changes:	https://launchpad.net/python-distutils-extra/trunk/2.38
2.37
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
2.37
17 Apr 2013 17:40:24
Revision:315997Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.37
- Remove LICENSE_FILE for well-known licenses
- Cleanup Makefile header
- Reformat pkg-descr

Changes:

2.36:
- auto.py: Use python 2.6 friendly sys.version_info test. Thanks Salvatore
  Bonaccorso and Gregor Hermann! (First half of #682631)
- auto.py: Do not call decode() with an "errors" keyword, as this does not yet
  work with Python 2.6. Thanks Gregor Hermann! (Closes: #682631)

2.34:
- auto.py: Fix *.ui detection to be robust for non-ASCII files. (LP: #1017468)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.31
25 Jul 2012 06:32:08
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT
2.31
13 Mar 2012 17:06:53
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.31
- Handle python32 __pycache__

Changes:

2.31:
- auto.py: Also catch ValueError and RuntimeError on relative imports.
  Thanks Mike Terry for the patch! Add corresponding test case to test/auto.py.
- auto.py: Fix crash in module dependency generator, uncovered by previously
  added test case.

2.30:
- auto.py, debian/local/python-mkdebian: Properly support GI repository module
  detection. Thanks to Owais Lone for the patch! (LP: #806533)
- test/auto.py: Add GI test case. Add gir1.2-glib-2.0 build dependency for the
  test case.
- debian/local/python-mkdebian: Call dh_icons. (LP: #881021)

Feature safe:   yes
2.29
22 Sep 2011 17:36:16
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.29

Changes:
- Drop support for the long-obsolete PolicyKit (pre polkit 1.0 API).
- auto.py: Ignore RuntimeError, which Gdk/Gtk throw if DISPLAY is unset.
  (LP: #735408)
2.28
21 Sep 2011 17:12:25
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Space/Tab twiddle
- Take maintainership
2.28
21 Sep 2011 16:48:43
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap
2.28
12 Jul 2011 16:01:49
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 2.28

PR:             ports/158735
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    Pengfei Ju <jupengfei@gmail.com> (maintainer), bapt (mentor,
implicit)
2.27
25 Jun 2011 07:25:23
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.27

PR:             157371
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer
2.26
17 Mar 2011 15:46:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.26

PR:             155602
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer
2.25
04 Mar 2011 03:58:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.25

PR:             154878
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer
2.23
18 Feb 2011 22:48:19
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.23
- Remove WRKSRC
- Sort PLIST

PR:             ports/154464
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer (timeout, 16 days)
2.19
24 Jun 2010 01:10:22
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.19

PR:             ports/148077
Submitted by:   Ju Pengfei <jupengfei@gmail.com> (maintainer)
Feature safe:   yes
2.18
14 Apr 2010 13:48:04
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 2.18

PR:             ports/145698
Submitted by:   Ju Pengfei <jupengfei@gmail.com> (maintainer)
2.15
06 Apr 2010 09:06:36
Original commit files touched by this commit
wen search for other commits by this committer
Enables you to easily integrate gettext support, themed icons
and scrollkeeper based documentation into Python's distutils.

WWW: https://launchpad.net/python-distutils-extra

PR:             ports/144676
Submitted by:   Ju Pengfei <jupengfei@gmail.com>

Number of commits found: 23