15 Commits

Author SHA1 Message Date
sthen b980bb5574 bump REVISION for py3.10 -> py3.11 switch 2024-05-06 12:22:30 +00:00
robert 2057a4ab00 pass -Wno-error=int-conversion for clang-16 2023-11-15 13:12:00 +00:00
espie 12a77ee50a move to new style, kill :0 2023-09-19 15:16:35 +00:00
sthen afb6bb0763 update to magic-8.3.393, from Brad; maintainer timeout 2023-05-29 17:41:14 +00:00
rsadowski a00da4666b Update magic to 8.3.365
Update diff from Brad
2023-04-04 06:26:35 +00:00
jca b78dc48784 One fix and one explicit cast needed to build this with clang 15 -Wint-conversion
Maintainer timeout
2023-01-24 17:44:18 +00:00
sthen 692517f1a4 update to magic-8.3.340, from Brad, ok Alessandro De Laurenzis (maintainer)
+ tweak from me, override MAGIC_COMMIT via MAKE_FLAGS to stop calling git and
printing "fatal: not a git repository (or any parent up to mount point /usr)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)"
all the time.
2022-12-06 19:39:23 +00:00
sthen 2f97429c61 update to magic-8.3.316, from Brad, ok maintainer 2022-08-29 12:47:12 +00:00
naddy 5bba7c308f drop RCS Ids 2022-03-11 18:24:26 +00:00
sthen 9711df3786 update to magic-8.3.137, from maintainer 2021-03-06 11:59:59 +00:00
sthen e2e1ab2a27 update to magic-8.2.190, from maintainer Alessandro De Laurenzis, ok cwen@
This is a major update and now has working OpenGL rendering (magic -d OGL),
much better than the normal default x11 rendering. (There is also cairo-based
rendering but this doesn't seem to work correctly on OpenBSD yet).
2020-03-08 12:47:35 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
bentley 0fe5b5ee6e Import magic-8.1.224.
Magic is an interactive system for creating and modifying VLSI
circuit layouts. It is used to design basic cells and to combine
them hierarchically into large structures.

Magic understands quite a bit about the nature of circuits. It has
built-in knowledge of layout rules; during editing, it continuously
checks for rule violations. Magic also knows about connectivity and
transistors, and contains a built-in hierarchical circuit extractor.
It has a plow operation that permits to stretch or compact cells.
Lastly, Magic has routing tools to make the circuit interconnections.

Magic is based on the Mead-Conway style of design: it uses simplified
design rules and circuit structures that make it easier layout drawing
and permit Magic to provide powerful assistance, at the cost of
slightly less dense circuits.

From Alessandro De Laurenzis; thanks!

ok sthen@
2019-03-18 08:35:35 +00:00