Port details |
- librnd Flexible, modular two-dimensional CAD engine
- 4.0.1 cad =2 4.0.1Version of this port present on the latest quarterly branch.
- Maintainer: hasdalcodes@gmail.com
- Port Added: 2022-06-05 15:21:05
- Last Update: 2023-09-06 14:55:20
- Commit Hash: 512d100
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.repo.hu/projects/librnd/
- Description:
- librnd is a free/open source, flexible, modular two-dimensional CAD engine
- with transparent multiple GUI toolkit support,
- flexible, dynamic menu system
- flexible, dynamic configuration system
- support for user scripting in a dozen languages
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/librnd/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/librnd
- pkg install librnd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: librnd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684923216
SHA256 (librnd-4.0.1.tar.bz2) = 3b20dfd91543e83b86d131f135610b4d40ff3902ab7af01545394087bb073e30
SIZE (librnd-4.0.1.tar.bz2) = 1451866
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- Runtime dependencies:
-
- wget : ftp/wget
- x11.pc : x11/libX11
- Library dependencies:
-
- libfungw.so : devel/fungw
- libgenht.so : devel/genht
- libgd.so : graphics/gd
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libharfbuzz.so : print/harfbuzz
- libgtkglext-x11-1.0.so : x11-toolkits/gtkglext
- libstroke.so : devel/libstroke
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- libpangox-1.0.so : x11-toolkits/pangox-compat
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- This port is required by:
- for Libraries
-
- cad/pcb-rnd
Configuration Options:
- ===> The following configuration options are available for librnd-4.0.1:
DOCS=on: Build and/or install documentation
GD=on: GD graphics library support
GTK2=on: GTK 2 GUI toolkit support
GTK2GL=on: GTK 2 GUI with OpenGL support
GTK4=off: GTK 4 GUI toolkit support
MOTIF=off: Motif widget library support
STROKE=on: Mouse gestures support via libstroke
WGET=on: Wget support
===> Use 'make config' to modify these settings
- Options name:
- cad_librnd
- USES:
- gmake pkgconfig tar:bz2 gnome gl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.1 06 Sep 2023 14:55:20 |
Alexey Dokuchaev (danfe) |
cad/librnd: use a cleaner way to unbreak the build on recent -CURRENT
Relax the strictness of scconfig-based checks for various functions
as it involves initializing `int (*)()' pointer with an incompatible
expression which is no longer allowed by modern compilers.
Fixes: 474cdc3f85b4 |
4.0.1 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
4.0.1 22 Aug 2023 08:13:54 |
Alexey Dokuchaev (danfe) |
Mk/bsd.options.desc.mk: add GTK4_DESC and minor improvements
- Provide shared GTK4_DESC and remove that from two ports
- Fix a typo (developement -> development), drop needless caps
- Spell AltiVec and BLAS (Basic Linear Algebra Subprograms)
correctly (proper/brand name and abbreviation, respectively) |
4.0.1 18 Aug 2023 07:53:30 |
Muhammad Moinur Rahman (bofh) |
cad/librnd: Fix build on 14
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.0.1 01 Jun 2023 22:29:22 |
Robert Clausecker (fuz) Author: Hassan El Dallal |
cad/librnd: upgrade to 4.0.1
Submitter becomes maintainer.
Changelog: http://www.repo.hu/projects/librnd/releases/changelog-4.0.1.txt
PR: 271512 |
3.2.2_1 23 Mar 2023 12:31:42 |
Robert Clausecker (fuz) |
cad/{librnd,pcb-rnd}: drop maintainership
These ports require a maintainer who is more familiar with the
tools. I am not and don't feel like I can adequately maintain
them while ensuring an appropriate quality standard. |
3.2.2_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.2.2 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
3.2.2 22 Nov 2022 06:32:49 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
cad/librnd: update to 3.2.2
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.2.txt
* Add: comment on BSD make in INSTALL
* Fix: use compatibility color component conversion for determining crosshair
color because component type and scaling differs between gtk2 and gtk4
* Add: compatibility macro for converting color component to 0..1
* Change: enable gtk4 plugin by default (but still prefer gtk2 if both gtk4 and
gtk2 are available)
* Add: compatibility macro for converting color component to 0..1
* Add: extdep on libgd
* Fix: missing gtk4_gl from the help text
* Fix: sensible default size for the export dialog
* Fix: when real xor is not available (e.g. on VAO), use 1-clr for all r;g;b so
that the base color is "inverted" like when xor is available
* Fix: detect inline before making decisions based on it
PR: 267863
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (bugfix release) |
3.2.1 04 Oct 2022 16:03:13 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
cad/librnd: update to 3.2.1
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.1.txt
PR: 266698
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (bugfix release) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
3.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.2.0 20 Jul 2022 20:34:51 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
cad/librnd: update to 3.2.0
Previous patch in PR was incomplete. This one properly updates the port
to 3.2.0.
Fixes: 89b6b25d78b0 |
3.1.2 18 Jul 2022 15:17:40 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
cad/librnd: update to 3.2.0
ChangeLog: http://www.repo.hu/projects/librnd/releases/changelog-3.2.0.txt
PR: 265283
Reported by: fuz@fuz.su (maintainer) |
3.1.2 05 Jun 2022 15:19:51 |
Li-Wen Hsu (lwhsu) Author: Robert Clausecker |
Add cad/pcb-rnd: Flexible, modular Printed Circuit Board editor
PR: 264289 |