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
veusz Scientific plotting package
1.19.1_2 science 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 1.19.1_2Version of this port present on the latest quarterly branch.
Maintainer: devel@stasyan.com search for ports maintained by this maintainer
Port Added: 2011-01-06 02:39:51
Last Update: 2018-03-01 11:29:58
SVN Revision: 463296
Also Listed In: kde
License: GPLv2
WWW:
http://home.gna.org/veusz/
Description:
Veusz is a GUI scientific plotting and graphing package. It is designed to produce publication-ready Postscript or PDF output. SVG, EMF and bitmap formats export are also supported. The program runs under Unix/Linux, Windows or Mac OS X, and binaries are provided. Data can be read from text, CSV or FITS files, and data can be manipulated or examined from within the application. WWW: http://home.gna.org/veusz/
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:
  • veusz>0:science/veusz
No installation instructions:
This port has been deleted.
PKGNAME: veusz
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (veusz-1.19.1.tar.gz) = d6e2d530a18d8c1546be112e95b0fb649a213d559ba2d467810ab6c19adb52b0 SIZE (veusz-1.19.1.tar.gz) = 1777351

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. numeric.py : math/py-numpy@py27
  2. py27-qt4-gui>=4.12 : x11-toolkits/py-qt4-gui@py27
  3. py27-qt4-svg>=4.12 : graphics/py-qt4-svg@py27
  4. py27-setuptools>0 : devel/py-setuptools@py27
  5. python2.7 : lang/python27
Runtime dependencies:
  1. numeric.py : math/py-numpy@py27
  2. py27-qt4-gui>=4.12 : x11-toolkits/py-qt4-gui@py27
  3. py27-qt4-svg>=4.12 : graphics/py-qt4-svg@py27
  4. py27-setuptools>0 : devel/py-setuptools@py27
  5. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
pyqt:4 python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://download.gna.org/veusz/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.19.1_2
01 Mar 2018 11:29:58
Revision:463296Original commit files touched by this commit
yuri search for other commits by this committer
science/veusz: Unbroke; Renamed to science/py-veusz.

It was breaking because of wrong python shebang.

This port is a python port, renamed per section 6.17.

Unbroke:
* Added USES=shebangfix and SHEBANG_FILES
* Added stripping (post-install)

Additional changes:
* Added USE_QT4
* Added USE_PYTHON=concurrent

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
1.19.1_2
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)
1.19.1_2
04 Feb 2017 13:37:15
Revision:433310Original commit files touched by this commit
tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
1.19.1_2
14 Jun 2016 18:18:54
Revision:416904Original commit files touched by this commit
pi search for other commits by this committer
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build

for those ports, unbreak:
  science/veusz
  math/qtiplot
  emulators/swine
  devel/ninja-ide

PR:		210045
Reported by:	antoine
Submitted by:	Tobias C.Berner <tcberner@gmail.com> (kde)
1.19.1_2
04 Jun 2016 12:36:08
Revision:416359Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to configure

  File "setup.py", line 33, in <module>
    import pyqtdistutils
  File "pyqtdistutils.py", line 13, in <module>
    import PyQt4.pyqtconfig
  File "/usr/local/lib/python2.7/site-packages/PyQt4/pyqtconfig.py", line 22, in
<module>
    import sipconfig
ImportError: No module named sipconfig

Reported by:	pkg-fallout
1.19.1_2
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
1.19.1_2
13 May 2016 18:29:13
Revision:415127Original commit files touched by this commit
pi search for other commits by this committer
science/veusz: Fix build with libc++ 3.8.0

PR:		209094
Submitted by:	dom
Approved by:	devel@stasyan.com (maintainer timeout)
1.19.1_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.19.1_2
24 Oct 2014 16:50:43
Revision:371453Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
1.19.1_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
1.19.1_1
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
1.19.1
22 Dec 2013 14:33:44
Revision:337192Original commit files touched by this commit
makc search for other commits by this committer
- Update to 1.19.1
- Use autoplist
- Remove NO_STAGE

PR:		ports/184371
Approved by:	maintainer timeout (3 weeks)
1.17.1_1
15 Dec 2013 16:22:17
Revision:336553Original commit files touched by this commit
wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.17.1_1
26 Oct 2013 00:52:36
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.17.1
20 Sep 2013 22:48:31
Revision:327767Original 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:
science)
1.17.1
19 Jun 2013 13:53:13
Revision:321251Original commit files touched by this commit
makc search for other commits by this committer
- Update to 1.17.1
- Trim Makefile header

PR:		ports/177961
Submitted by:	Stas Timokhin (maintainer)
1.12_3
03 Feb 2013 18:16:55
Revision:311476Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
1.12_2
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
1.12_1
25 May 2012 01:50:36
Original commit files touched by this commit
makc search for other commits by this committer
Chase PyQT update
1.12
21 Jul 2011 11:11:03
Original commit files touched by this commit
makc search for other commits by this committer
Update to 1.12
Remove needless deps
Pacify portlint

PR:             ports/158760
Approved by:    Stas Timokhin (maintainer)
1.10_1
25 Feb 2011 00:47:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Move to py25 or above
- While here kick md5 support
1.10
06 Jan 2011 02:39:32
Original commit files touched by this commit
wen search for other commits by this committer
Veusz is a GUI scientific plotting and graphing package. It
is designed to produce publication-ready Postscript or PDF
output. SVG, EMF and bitmap formats export are also supported.
The program runs under Unix/Linux, Windows or Mac OS X, and
binaries are provided. Data can be read from text, CSV or FITS
files, and data can be manipulated or examined from within the
application.

WWW: http://home.gna.org/veusz/

PR:             ports/153686
Submitted by:   Stas Timokhin <devel@stasyan.com>

Number of commits found: 22