498 Commits

Author SHA1 Message Date
sthen
f68161d6a7 update to kicad-5.1.4, unbreaking the port. Much work from Tracey Emery
(this is basically a new port) with various feedback from bentley/me.
2019-11-08 14:43:53 +00:00
sthen
6efce0653b hook kicad-share 2019-11-08 14:41:20 +00:00
sthen
b6f00cdf7e unbreak fetching, upstream now has github.com/KiCad/kicad-18n instead of
github.com/KiCad/i18n.
2019-11-08 14:17:48 +00:00
sthen
45c8d71b3e set DPB_PROPERTIES=parallel, this one is pretty huge 2019-11-07 13:58:14 +00:00
bentley
f529658a43 Move master_sites to https. 2019-11-07 09:07:13 +00:00
sthen
db47d52712 +oce 2019-11-06 17:23:54 +00:00
sthen
7e50f39e89 import cad/oce, from Tracey Emery, ok bentley@ (small tweak from me, drop MODTCL_WANTLIB
as MODTK_WANTLIB already includes it).

OCE is a C++ 3D modeling library. It can be used to develop CAD/CAM softwares,
for instance FreeCad or IfcOpenShell.

OCE stands for opencascade community edition. This project aims at gathering
patches/ changes/ improvements from the OCC community. Official OCCT
documentation and sources are available at http://www.opencascade.org/, you can
also check their development portal at http://dev.opencascade.org.
2019-11-06 17:23:22 +00:00
rsadowski
db9ee6a0c2 Unbreak openscad by not fetching hidapi.
While here:

- Switch to HTTPS
- Regen WANTLIB
- Remove math/double-conversion from BUILD_DEPENDS because it's in
  LIB_DEPENDS.
- Remove base-gcc from COMPILER. We need a C++11 compiler to build
  openscad
2019-11-06 13:21:51 +00:00
bentley
89b57ee16f Set NO_TEST=Yes.
Suggested by Tracey Emery.
2019-11-02 06:59:24 +00:00
sthen
9e3a2a0edf fix ngspice dep 2019-11-01 11:09:55 +00:00
bentley
04d37fe2d7 Update to ngspice-31.
Release notes:
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/NEWS
2019-11-01 02:17:35 +00:00
bentley
1dcb6ef147 Finish import of libngspice.
Initially submitted at various times by henning@, Tracey Emery, and others.

improvements + ok sthen@
2019-10-31 06:05:13 +00:00
bentley
70abaf0e72 Import libngspice under cad/ngspice/libngspice. 2019-10-31 06:01:34 +00:00
bentley
3279776895 Reimport cad/ngspice under cad/ngspice/ngspice. 2019-10-31 06:01:00 +00:00
bentley
451ab34244 Update to yosys-0.9.
Release notes:
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.9
2019-10-28 08:00:17 +00:00
rsadowski
d4e1cdb0f8 Update opencad to 2019.05
Update diff from Paco Esteban <paco onna be>. Thanks!
2019-10-17 20:04:04 +00:00
bentley
09242127d6 Import architecture-independent files for KiCad 5.1.4.
Initially from Tracey Emery, with tweaks by sthen@
2019-10-03 07:58:02 +00:00
sthen
f908d5bcce update to xschem 2.9.2, from maintainer Hannu Vuolasaho 2019-09-26 14:55:22 +00:00
feinerer
4a3440d335 Fix build on sparc64
OK kmos@
2019-08-24 05:11:26 +00:00
feinerer
e12062e0f7 +librecad 2019-08-14 12:13:36 +00:00
feinerer
f33896748f Import LibreCAD 2.2.0-rc1
LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt
framework. It can read DXF and DWG files and can write DXF, PDF and SVG files.
The user interface is highly customizable, and has dozens of translations.

ok bentley@
2019-08-14 12:09:40 +00:00
feinerer
12e4fa9d32 Update to QCAD 3.23.0.0
Tweak and OK by bentley@
2019-08-14 06:56:50 +00:00
cwen
10f9dcb6e1 gnucap: fix the build with ports-gcc
OK bentley@
2019-08-13 13:36:00 +00:00
naddy
ae1cb22cb2 Switch to PERMIT_(DISTFILES|PACKAGE).
CDROM restrictions are no longer applicable.
2019-07-14 02:16:50 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
rsadowski
b865cf3c3a Unbreak build, add missing post-extract to fix win32 end of lines
Spotted by naddy@ Thanks
2019-06-24 04:45:52 +00:00
rsadowski
b10c769eb8 Unbreak with upcoming ninja 1.9.0
Maintainer timeout
2019-06-22 20:17:59 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
jca
fd445306cf Use clock(3) to get cpu time, avoids a possible time_t problem on 32 bits archs
timing.c:103:8: warning: incompatible pointer types passing 'long *' to
parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types]

Tested by Alessandro DE LAURENZIS (maintainer)
2019-06-08 10:05:52 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
a1822e2450 switch to CONFIGURE_STYLE=autoreconf 2019-05-18 12:13:33 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
jasper
60965f5a71 update to gtkwave-3.3.100 2019-05-11 21:42:50 +00:00
jca
3e70d3ef90 Use -std=gnu89 so base-gcc doesn't crap out on c++-style comments
REVISION bump to be safe.  ok bentley@ Alessandro DE LAURENZIS (maintainer)
2019-05-08 13:11:43 +00:00
bentley
92a5d62410 +qucs-s 2019-05-02 03:35:24 +00:00
bentley
7b4d773163 Import qucs-s-0.0.21.
Qucs-S is a spin-off of the Qucs cross-platform circuit simulator (which
uses its own simulation kernel Qucsator). "S" letter indicates SPICE.

The purpose of the Qucs-S subproject is to use free SPICE circuit
simulation kernels with the Qucs GUI.

Qucs-S is not a simulator by itself, but it requires to use a simulation
backend (Ngspice is recommended).

From Alessandro De Laurenzis; thanks!

ok sthen@
2019-05-02 03:34:39 +00:00
bentley
8843e66511 Enable "show" functionality.
From Alessandro De Laurenzis (maintainer); thanks!
2019-04-30 07:21:58 +00:00
naddy
12455741be drop workaround for gcc4.9 that is no longer needed for gcc8 2019-04-28 22:35:40 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
bentley
1aa9fb2a0a Note to self, don't comment out changes before committing... 2019-04-28 19:47:05 +00:00
bentley
1296e0a0e4 magic picks up GNU m4 if present.
Package failure noticed by naddy@
2019-04-19 15:28:51 +00:00
rsadowski
de6e0a5758 Update to qrouter-1.4.50
From Alessandro De Laurenzis (maintainer); thanks!
2019-04-18 05:50:55 +00:00
bentley
80391237ef Update to opensta-2.0.12.20190329.
Adds a missing header file used by dependent projects.

From Alessandro De Laurenzis (maintainer); thanks!
2019-03-30 11:50:06 +00:00
sthen
843bf1048b oops, tk->tcl in BUILD_DEPENDS as well 2019-03-27 09:23:51 +00:00
sthen
55d09ace43 s/WISH/TCLSH/, think-o on my part when suggesting how to fix #! line 2019-03-27 09:14:44 +00:00
bentley
3c6d98fe8f +opensta 2019-03-27 08:45:54 +00:00
bentley
96c8a0f23f Import opensta-2.0.11.20190327.
OpenSTA is a gate level static timing verifier. As a stand-alone
executable it can be used to verify the timing of a design using
standard file formats:
- Verilog netlist
- Liberty library
- SDC timing constraints
- SDF delay annotation
- SPEF parasitics

From Alessandro De Laurenzis; thanks!

ok sthen@
2019-03-27 08:45:25 +00:00
bentley
55c754b995 +netgen 2019-03-20 10:05:57 +00:00
bentley
73b3a49f29 Import netgen-1.5.118.
Netgen is a tool for comparing netlists, a process known as LVS (Layout
vs. Schematic). This is an important step in the VLSI IC design flow,
ensuring that the geometry that has been laid out matches the expected
circuit.

Netgen is considered complete and competitive with commercial-grade
tools. Code was added to handle device properties and to resolve
parallel combinations of devices whether individually instantiated
or implied through the use of the "M" property. Serial and parallel
networks of passive devices are analyzed and compared between networks.

From Alessandro De Laurenzis; thanks!

ok sthen@
2019-03-20 10:05:10 +00:00
bentley
a550c0a01c Update to qrouter-1.3.109.
From Alessandro De Laurenzis (maintainer); thanks!
2019-03-19 07:45:39 +00:00