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
gds3d Application for rendering IC (chip) layouts in 3D
g20220203 cad 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 g20220203Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-10-04 07:12:07
Last Update: 2023-07-18 14:21:39
Commit Hash: 48eaab4
License: GPLv2
WWW:
https://github.com/trilomix/GDS3D
Description:
GDS3D is an application that can interpret so called IC layouts and render them in 3D. The program accepts standard GDSII files as input data. Along with the layout file, it requires a so called process definition file which contains the 3D parameters of the process being used. These files combined allow the program to create a 3D representation of an ASIC design.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/GDS3D
  2. /usr/local/share/licenses/gds3d-g20220203/catalog.mk
  3. /usr/local/share/licenses/gds3d-g20220203/LICENSE
  4. /usr/local/share/licenses/gds3d-g20220203/GPLv2
Collapse this list.
Dependency lines:
  • gds3d>0:cad/gds3d
To install the port:
cd /usr/ports/cad/gds3d/ && make install clean
To add the package, run one of these commands:
  • pkg install cad/gds3d
  • pkg install gds3d
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gds3d
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1658640609 SHA256 (trilomix-GDS3D-g20220203-173da0c_GH0.tar.gz) = f6cdb9292441e6255a3d7cb12f66af8a3f22d0a4612ae8e47be0d3c7c1b6013d SIZE (trilomix-GDS3D-g20220203-173da0c_GH0.tar.gz) = 4906305

Packages (timestamps in pop-ups are UTC):
gds3d
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20220203g20220203--g20220203---
FreeBSD:13:quarterlyg20220203g20220203--g20220203-g20220203g20220203
FreeBSD:14:latestg20220203g20220203--g20220203--g20220203
FreeBSD:14:quarterlyg20220203g20220203--g20220203-g20220203g20220203
FreeBSD:15:latestg20220203g20220203n/a-n/a-g20220203g20220203
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. xorgproto>=0 : x11/xorgproto
  3. x11.pc : x11/libX11
Runtime dependencies:
  1. x11.pc : x11/libX11
Library dependencies:
  1. libGL.so : graphics/libglvnd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
cad_gds3d
USES:
gl gmake localbase:ldflags xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/trilomix/GDS3D/tar.gz/173da0c?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20220203
18 Jul 2023 14:21:39
commit hash: 48eaab4ce10eeea0a409118ad2c340dbc6a2c1f8commit hash: 48eaab4ce10eeea0a409118ad2c340dbc6a2c1f8commit hash: 48eaab4ce10eeea0a409118ad2c340dbc6a2c1f8commit hash: 48eaab4ce10eeea0a409118ad2c340dbc6a2c1f8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/gds3d: Fix build breakaga on 14 due to the 'byte' symbol collision

The previous fix didn't include one more location.
g20220203
09 Jul 2023 08:51:57
commit hash: 1f7d69835af4e7549632661924a236ed091c42cbcommit hash: 1f7d69835af4e7549632661924a236ed091c42cbcommit hash: 1f7d69835af4e7549632661924a236ed091c42cbcommit hash: 1f7d69835af4e7549632661924a236ed091c42cb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/gds3d: Fix build on 14

Reported by:	fallout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f 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)
g20220203
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
g20220203
24 Jul 2022 05:40:13
commit hash: 82067d520cb22960b90501607f54f88b22a19b77commit hash: 82067d520cb22960b90501607f54f88b22a19b77commit hash: 82067d520cb22960b90501607f54f88b22a19b77commit hash: 82067d520cb22960b90501607f54f88b22a19b77 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/gds3d: Update g20210503 -> g20220203
g20210503
21 Jul 2022 20:24:50
commit hash: c7429d8e0eb54b7cd16ae1e60a915897a92abfdacommit hash: c7429d8e0eb54b7cd16ae1e60a915897a92abfdacommit hash: c7429d8e0eb54b7cd16ae1e60a915897a92abfdacommit hash: c7429d8e0eb54b7cd16ae1e60a915897a92abfda files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/gds3d: Broken on architectures that don't have OpenMP

Reported by:	fallout
g20210503
16 Nov 2021 12:03:45
commit hash: ff5ae1981ca6f5b1670b9e72f2b29effa3b39450commit hash: ff5ae1981ca6f5b1670b9e72f2b29effa3b39450commit hash: ff5ae1981ca6f5b1670b9e72f2b29effa3b39450commit hash: ff5ae1981ca6f5b1670b9e72f2b29effa3b39450 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
cad/gds3d: fix build on powerpc

ld: error: unable to find library -lomp
g20210503
04 Oct 2021 07:09:03
commit hash: 3d127a91e2f2d7ca84c713e4df44ece54d97f1efcommit hash: 3d127a91e2f2d7ca84c713e4df44ece54d97f1efcommit hash: 3d127a91e2f2d7ca84c713e4df44ece54d97f1efcommit hash: 3d127a91e2f2d7ca84c713e4df44ece54d97f1ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
cad/gds3d: New port: Application for rendering IC (chip) layouts in 3D

Number of commits found: 8