non port: graphics/py-graphviz/Makefile |
SVNWeb
|
Number of commits found: 49 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] 141807b
graphics/py-graphviz: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Tue, 14 Jan 2020
|
[ 21:45 lbartoletti ] (Only the first 10 of 61 ports in this commit are shown above. )
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
|
Tue, 29 Jan 2019
|
[ 16:16 miwi ]
- Update to 0.10.1
Changes by upstream:
- https://github.com/xflr6/graphviz/blob/0.10.1/CHANGES.txt
PR: 234619
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer
Sponsored by: iXsystems Inc.
|
Fri, 17 Aug 2018
|
[ 02:24 wen ]
- Update to 0.8.4
PR: 230677
Submitted by: lbartoletti@tuxfamily.org(maintainer)
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 5 May 2018
|
[ 05:58 riggs ]
Update to upstream release 0.8.3
PR: 227958
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2018Q2
|
Mon, 15 Jan 2018
|
[ 17:16 sunpoet ]
Update to 0.8.2
Changes: https://github.com/xflr6/graphviz/blob/master/CHANGES.txt
PR: 224979
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Wed, 18 Oct 2017
|
[ 16:53 swills ]
graphics/py-graphviz: update to 0.8.1
PR: 223058
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
|
Sun, 17 Sep 2017
|
[ 11:32 dbaio ]
Add graphics/py-graphviz, simple Python interface for Graphviz
This package facilitates the creation and rendering of graph descriptions in the
DOT language of the Graphviz graph drawing software (repo) from Python.
Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.
Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.
WWW: https://github.com/xflr6/graphviz (Only the first 15 lines of the commit message are shown above )
|
Tue, 8 Dec 2015
|
[ 15:55 vanilla ]
Upgrade to 1.3.1.
|
Fri, 13 Mar 2015
|
[ 13:21 amdmi3 ]
- Strip library
|
Sat, 17 Jan 2015
|
[ 15:58 vanilla ]
Upgrade to 1.2.
|
Fri, 16 Jan 2015
|
[ 17:28 rafan ] (Only the first 10 of 46 ports in this commit are shown above. )
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
|
Tue, 21 Oct 2014
|
[ 16:36 mva ] (Only the first 10 of 61 ports in this commit are shown above. )
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
|
Thu, 8 May 2014
|
[ 16:06 vanilla ]
- Stage
PR: ports/188922
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 23 Jan 2012
|
[ 04:31 rafan ]
- Update to 1.1
|
Tue, 3 Aug 2010
|
[ 14:15 rafan ]
- Update to 1.0
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 13 Feb 2009
|
[ 01:44 rafan ]
- Update to 0.99.1
PR: ports/131509
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
Sun, 1 Feb 2009
|
[ 19:09 lwhsu ]
- Fix fetch
Reported by: -fetch-original pointyhat run
|
Fri, 6 Jun 2008
|
[ 13:35 edwin ] (Only the first 10 of 304 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 5 Mar 2007
|
[ 14:10 rafan ]
- Update to 0.33
- Take maintainership
Approved by: xride (maintainer)
|
Fri, 29 Sep 2006
|
[ 22:01 xride ] (Only the first 10 of 27 ports in this commit are shown above. )
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
|
Sun, 24 Sep 2006
|
[ 17:46 miwi ]
- Fix place of install when devel/py-setuptools is installed
- Pass maintainership to submitter
PR: ports/103564
Submitted by: Soeren Straarup <xride@x12.dk>
|
Tue, 11 Apr 2006
|
[ 14:46 vs ]
Update to recommended version 0.22 from new upstream which no longer requires
SWIG.
This fixes the brokeness introduced in the previous SWIG bandaid.
A lawyer might want to check if the license is also less restrictive now ;)
Sponsored by: simon & erwin of tb3.droso.net
|
Sun, 9 Apr 2006
|
[ 15:41 vs ]
Fall back to swig 1.1, something has broken with swig 1.3
|
Thu, 3 Nov 2005
|
[ 08:17 vs ]
Use -rpath for linking so that ldconfiguring graphviz-local shared libs
is not required.
|
Tue, 1 Nov 2005
|
[ 14:18 arved ]
Fix dependency on graphviz, the graphviz libraries are installed in a
non-default libdir, add BUILD_ and RUN_ dependendencies instead.
|
Fri, 14 Oct 2005
|
[ 14:52 vs ]
Use LIB_DEPENDS on graphviz isntead of obscure BUILD_DEPENDS=/path/to/.so
|
Sat, 26 Feb 2005
|
[ 13:23 pav ]
- Remove files/setup.py
- Add files/Makefile
- Rather than build from port's own download of graphviz, depend on the
graphviz port and use its shared objects. (Fixes fetch problem)
PR: ports/78069
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
Mon, 31 Mar 2003
|
[ 04:18 perky ]
Update based graphviz's version to fix a checksum failure
Spotted by: kris
|
Tue, 25 Feb 2003
|
[ 06:25 perky ] (Only the first 10 of 131 ports in this commit are shown above. )
De-pkg-comment for my ports.
|
Wed, 30 Oct 2002
|
[ 13:14 knu ]
devel/SWIG-devel -> devel/swig13
|
Tue, 25 Jun 2002
|
[ 07:50 perky ] (Only the first 10 of 46 ports in this commit are shown above. )
Updating my email address.
Approved by: cjh (mentor)
|
Mon, 29 Apr 2002
|
[ 17:40 ijliao ]
use USE_PYDISTUTILS
|
Tue, 19 Mar 2002
|
[ 06:35 petef ]
Add py-graphviz 0.1, python interface to GraphViz agraph.
PR: 33159
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
Number of commits found: 49 |