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.

non port: cad/libopencad/files/patch-lib_cadheader.cpp

Number of commits found: 2

Monday, 13 Mar 2023
00:02 Piotr Kubaj (pkubaj) search for other commits by this committer
cad/libopencad: fix build on armv? / powerpc

/wrkdirs/usr/ports/cad/libopencad/work/libopencad-0.2.0/lib/cadheader.cpp:478:28:
error: ambiguous conversion for functional-style cast from 'time_t' (aka 'long
long') to 'CADVariant'
    return addValue( code, CADVariant( fullSeconds ) );
                           ^~~~~~~~~~~~~~~~~~~~~~~
commit hash: f91e6f96c699f747bf3200dc5839521b3dbcbefc commit hash: f91e6f96c699f747bf3200dc5839521b3dbcbefc commit hash: f91e6f96c699f747bf3200dc5839521b3dbcbefc commit hash: f91e6f96c699f747bf3200dc5839521b3dbcbefc f91e6f9
Monday, 26 Dec 2016
14:29 amdmi3 search for other commits by this committer
Libopencad is a library written in C++11, which provides a way to
read/write CAD  (DWG/DXF/DXFB) files. It was designed to have a
uniformal API to work with any CAD files.

It has a base class - CADFile.

Inheriting this class it's possible to create a driver for any CAD
format, all you need to do - is to overwrite interface functions
like GetGeometry(index), and others.

Now it has an implementation for DWG2000 (R15), but only for read.

Library comes with cadinfo utility, which prints out everything
library can get from file - header variables, CAD custom classes,
presented layers and geometries with their attributes.

WWW: https://trac.osgeo.org/gdal/wiki/DWG_driver

PR:		212129
Submitted by:	lbartoletti@tuxfamily.org
Original commitRevision:429524 

Number of commits found: 2