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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-PyX Python package for creating encapsulated PostScript figures
0.14.1 graphics 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 0.14.1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-06-08 09:51:17
Last Update: 2020-02-16 17:59:50
SVN Revision: 526273
Also Listed In: python
License: GPLv2
WWW:
http://pyx.sourceforge.net/
Description:
PyX is a Python package for the creation of encapsulated PostScript figures. It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features * PostScript output for device independent, free scalable figures * seamless TeX/LaTeX integration * full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, etc. * advanced geometric operations on paths like intersections, transformations, splitting, etc. * sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc. WWW: http://pyx.sourceforge.net/
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}PyX>0:graphics/py-PyX@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-PyX
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (PyX-0.14.1.tar.gz) = 05d1b7fc813379d2c12fcb5bd0195cab522b5aabafac88f72913f1d47becd912 SIZE (PyX-0.14.1.tar.gz) = 2475186

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. tex.fmt : print/tex-formats
  2. py36-setuptools>0 : devel/py-setuptools@py36
  3. python3.6 : lang/python36
Runtime dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py36-PyX-0.14.1: KPATHSEA=on: Python wrapper around kpathsea T1CODE=on: Fast t1 font encoding/decoding ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python:3.4+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/P/PyX/
  2. https://pypi.python.org/packages/source/P/PyX/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.14.1
16 Feb 2020 17:59:50
Revision:526273Original commit files touched by this commit
sunpoet search for other commits by this committer
Move graphics/py-PyX to graphics/py-pyx

- Convert to options target helper
- Update pkg-descr
- Update WWW
- Take maintainership
0.14.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.1
22 Jan 2017 22:27:55
Revision:432169Original commit files touched by this commit
rene search for other commits by this committer
Reset mva@'s ports, he handed in his ports bit.
0.14.1
15 Dec 2015 17:48:13
Revision:403796Original commit files touched by this commit
mva search for other commits by this committer
- Update to version 0.14.1
- PyX is distributed via PyPi now, unbreak
0.14
13 Dec 2015 09:41:23
Revision:403659Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
0.14
04 May 2015 16:49:24
Revision:385416Original commit files touched by this commit
mva search for other commits by this committer
- Update to version 0.14

Aside from bug fixes and smaller changes, this release comes with new
svgwriter and svgfile modules, which bring SVG in- and output support to
PyX.

Changelog: http://sourceforge.net/p/pyx/code/HEAD/tree/tags/pyx_0_14/pyx/CHANGES
0.13_1
10 Jan 2015 23:15:28
Revision:376731Original commit files touched by this commit
demon search for other commits by this committer
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
0.13
14 Aug 2014 17:04:31
Revision:364857Original commit files touched by this commit
mva search for other commits by this committer
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
  conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
  usually should be mutually exclusive, but some ports include both knobs

Phabric:		D581
Recommended by:	danfe@, makc@
Reviewed by:	danfe, wg, antoine
Approved by:	portmgr
With hat:		python@
0.13
10 Aug 2014 08:55:08
Revision:364518Original commit files touched by this commit
mva search for other commits by this committer
- Convert my ports to USES=python
0.13
13 Jun 2014 18:05:29
Revision:357707Original commit files touched by this commit
mva search for other commits by this committer
- Fix PORTVERSION to unbreak the build

Noticed by:	swills@
0.13.0
13 Jun 2014 16:54:00
Revision:357702Original commit files touched by this commit
mva search for other commits by this committer
- Update graphics/py-PyX to version 0.13
- Repocopy graphics/py-PyX -> graphics/py-PyX12, since 0.13 requires Python
  3
0.12.1
18 Jan 2014 08:59:01
Revision:340155Original commit files touched by this commit
mva search for other commits by this committer
- Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST
- Shorten COMMENT to pet portlint
0.12.1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
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)
0.12.1
20 Sep 2013 18:35:46
Revision:327733Original 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:
graphics)
0.12.1
11 May 2013 17:58:56
Revision:317899Original commit files touched by this commit
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.
0.12.1
06 May 2013 02:00:41
Revision:317455Original commit files touched by this commit
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.
0.12.1
10 Dec 2012 07:29:51
Revision:308590Original commit files touched by this commit
mva search for other commits by this committer
- Update to 0.12.1
- Add LICENSE
- Trim Makefile headers
- Convert to OptionsNG
0.11.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.11.1
21 Jun 2011 10:17:02
Original commit files touched by this commit
mva search for other commits by this committer
- Update to 0.11.1
0.11
28 May 2011 07:38:29
Original commit files touched by this commit
mva search for other commits by this committer
- Update to 0.11
0.10_5
02 May 2011 12:44:53
Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
0.10_4
25 Feb 2011 03:19:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
0.10_3
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.10_2
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.10_1
13 Dec 2009 17:00:14
Original commit files touched by this commit
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
0.10_1
22 Aug 2009 00:23:13
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
0.10_1
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.10
19 Feb 2009 21:45:43
Original commit files touched by this commit
mva search for other commits by this committer
Updated my mail address to use @FreeBSD.org now.

Approved by: miwi (co-mentor), beech (mentor)
0.10
24 Oct 2007 12:26:05
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.10

Changelog:
        * new graph modules
        * new graph styles
        * a new mesh module and a lot of other new stuff, bug fixes and changes.

PR:             117281
Submitted by:   Marcus von Appen <mva@sysfault.org> (maintainer)
0.9_1
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
0.9
01 Nov 2006 09:55:34
Original commit files touched by this commit
miwi search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/104947
Submitted by:   Marcus von Appen <mva@sysfault.org>
0.9
26 May 2006 01:06:16
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.9
0.8
07 May 2006 23:46:33
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
0.8
26 Nov 2005 01:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.8
13 Jul 2005 23:02:07
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.8

PR:             ports/83411
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
0.6.3
15 Jun 2004 16:29:32
Original commit files touched by this commit
ijliao search for other commits by this committer
make it fetchable again

Pointyhat to:   myself
0.6.3
15 Jun 2004 11:35:51
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Unfetchable
0.6.3
08 Jun 2004 09:50:45
Original commit files touched by this commit
ijliao search for other commits by this committer
add py-PyX 0.6.3
A Python package for the creation of encapsulated PostScript figures

Number of commits found: 38