Commit graph

15 commits

Author SHA1 Message Date
Po-Chuan Hsieh
e688683d2d
cad/py-ezdxf: Add NO_ARCH
Approved by:	portmgr (blanket)
2024-03-10 03:10:02 +08:00
Po-Chuan Hsieh
3cd00a458a
cad/py-ezdxf: Convert to USE_PYTHON=pytest
Approved by:	portmgr (blanket)
With hat:	python
2024-03-09 23:21:11 +08:00
Rene Ladan
3d9a815d9c 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>
2023-06-27 21:34:34 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Wen Heping
e78f59a934 cad/py-ezdxf: Update to 1.0.2
PR:		270042
Reported by:	maintainer
2023-03-19 04:48:16 +08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitry Marakasov
1b55ccdbb7 cad/py-ezdxf: switch to USES=pytest
Note that 5 tests are failing.

Approved by:	portmgr blanket
2022-08-30 21:55:06 +03:00
Alexey Dokuchaev
4eb0b49d47 Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 12:09:44 +00:00
Neal Nelson
de2946fa4f cad/py-ezdxf: Update to 0.16.3
Changes: https://ezdxf.mozman.at/release-v0-16.html

PR:	256196
2021-05-28 22:33:22 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Loïc Bartoletti
d5a8a25e11 cad/py-ezdxf: Update to 0.15.2
PR:		253463
Submitted by:	Neal Nelson (maintainer)
2021-02-12 17:03:30 +00:00
Loïc Bartoletti
31bfacaf30 cad/py-ezdxf: Update to 0.14.2
Changelog:
  - https://ezdxf.mozman.at/release-v0-14.html

PR:		250483
Submitted by:	Neal Nelson (Maintainer)
2020-10-21 05:11:50 +00:00
Loïc Bartoletti
f1f118cc9e [NEW PORT] cad/py-ezdxf: Create and modify DXF drawings
A Python package to create and modify DXF drawings, independent from the DXF
version. You can open/save every DXF file without losing any content (except
comments), Unknown tags in the DXF file will be ignored but preserved for
saving. With this behavior it is possible to open also DXF drawings that
contains data from 3rd party applications.

PR:		248203
Submitted by:	Neal Nelson
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25890
2020-07-30 19:43:42 +00:00