Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2023 22:30:10 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a56d3b3e9317 - main - cad/librnd: upgrade to 4.0.1
Message-ID:  <202306012230.351MUAcT099681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a56d3b3e9317a7e955f1ae31eed80fbee1668d5b

commit a56d3b3e9317a7e955f1ae31eed80fbee1668d5b
Author:     Hassan El Dallal <hasdalcodes@gmail.com>
AuthorDate: 2023-05-31 16:54:25 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-01 22:29:22 +0000

    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
---
 cad/librnd/Makefile                                |   5 +-
 cad/librnd/distinfo                                |   6 +-
 .../patch-src_librnd_plugins_hid__remote_remote.c  |  11 +
 cad/librnd/pkg-plist                               | 564 +++++++++++----------
 4 files changed, 309 insertions(+), 277 deletions(-)

diff --git a/cad/librnd/Makefile b/cad/librnd/Makefile
index 211b4f4879c2..c6ecf98cb550 100644
--- a/cad/librnd/Makefile
+++ b/cad/librnd/Makefile
@@ -1,10 +1,9 @@
 PORTNAME=	librnd
-DISTVERSION=	3.2.2
-PORTREVISION=	1
+DISTVERSION=	4.0.1
 CATEGORIES=	cad
 MASTER_SITES=	http://repo.hu/projects/${PORTNAME}/releases/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	hasdalcodes@gmail.com
 COMMENT=	Flexible, modular two-dimensional CAD engine
 WWW=		http://www.repo.hu/projects/librnd/
 
diff --git a/cad/librnd/distinfo b/cad/librnd/distinfo
index ea9e1527fcbe..46965c0c2dee 100644
--- a/cad/librnd/distinfo
+++ b/cad/librnd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668593742
-SHA256 (librnd-3.2.2.tar.bz2) = c7723c9bfb23ebc07329a5a9a95a4854682ba23c31a7811bc631b98414fb892c
-SIZE (librnd-3.2.2.tar.bz2) = 1340095
+TIMESTAMP = 1684923216
+SHA256 (librnd-4.0.1.tar.bz2) = 3b20dfd91543e83b86d131f135610b4d40ff3902ab7af01545394087bb073e30
+SIZE (librnd-4.0.1.tar.bz2) = 1451866
diff --git a/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c b/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c
new file mode 100644
index 000000000000..6490bc42a3ab
--- /dev/null
+++ b/cad/librnd/files/patch-src_librnd_plugins_hid__remote_remote.c
@@ -0,0 +1,11 @@
+--- src/librnd/plugins/hid_remote/remote.c.orig	2022-12-04 07:06:55 UTC
++++ src/librnd/plugins/hid_remote/remote.c
+@@ -392,7 +392,7 @@ int pplg_init_hid_remote(void)
+ 
+ 	rnd_hid_register_hid(&remote_hid);
+ 
+-	rnd_event_bind(RND_EVENT_SET_CURRENT, ev_board_changed, NULL, remote_cookie);
++	rnd_event_bind(RND_EVENT_DESIGN_SET_CURRENT, ev_board_changed, NULL, remote_cookie);
+ 
+ 	return 0;
+ }
diff --git a/cad/librnd/pkg-plist b/cad/librnd/pkg-plist
index 1015d96d1b40..473b88bd0497 100644
--- a/cad/librnd/pkg-plist
+++ b/cad/librnd/pkg-plist
@@ -1,280 +1,302 @@
-include/librnd/config.h
-include/librnd/core/actions.h
-include/librnd/core/anyload.h
-include/librnd/core/base64.h
-include/librnd/core/box.h
-include/librnd/core/box_isc.h
-include/librnd/core/buildin.hidlib.h
-include/librnd/core/color.h
-include/librnd/core/color_cache.h
-include/librnd/core/compat_fs.h
-include/librnd/core/compat_inc.h
-include/librnd/core/compat_lrealpath.h
-include/librnd/core/compat_misc.h
-include/librnd/core/conf.h
-include/librnd/core/conf_hid.h
-include/librnd/core/conf_multi_temp.h
-include/librnd/core/config.h
-include/librnd/core/error.h
-include/librnd/core/event.h
-include/librnd/core/file_loaded.h
-include/librnd/core/fptr_cast.h
-include/librnd/core/funchash.h
-include/librnd/core/funchash_core.h
-include/librnd/core/funchash_core_list.h
-include/librnd/core/global_typedefs.h
-include/librnd/core/globalconst.h
-include/librnd/core/grid.h
-include/librnd/core/heap.h
-include/librnd/core/hid.h
-include/librnd/core/hid_attrib.h
-include/librnd/core/hid_cfg.h
-include/librnd/core/hid_cfg_action.h
-include/librnd/core/hid_cfg_input.h
-include/librnd/core/hid_dad.h
-include/librnd/core/hid_dad_spin.h
-include/librnd/core/hid_dad_tree.h
-include/librnd/core/hid_dad_unit.h
-include/librnd/core/hid_init.h
-include/librnd/core/hid_inlines.h
-include/librnd/core/hid_menu.h
-include/librnd/core/hid_nogui.h
-include/librnd/core/hidlib.h
-include/librnd/core/hidlib_conf.h
-include/librnd/core/list_conf.h
-include/librnd/core/math_helper.h
-include/librnd/core/misc_util.h
-include/librnd/core/paths.h
-include/librnd/core/pixmap.h
-include/librnd/core/plugins.h
-include/librnd/core/rnd_bool.h
-include/librnd/core/rnd_printf.h
-include/librnd/core/rotate.h
-include/librnd/core/safe_fs.h
-include/librnd/core/safe_fs_dir.h
-include/librnd/core/tool.h
-include/librnd/core/unit.h
-include/librnd/core/vtc0.h
-include/librnd/plugins/lib_exp_pixmap/draw_pixmap.h
-include/librnd/plugins/lib_exp_text/draw_eps.h
-include/librnd/plugins/lib_exp_text/draw_ps.h
-include/librnd/plugins/lib_exp_text/draw_svg.h
-include/librnd/plugins/lib_exp_text/lpr_hid.h
-include/librnd/plugins/lib_exp_text/media.h
-include/librnd/plugins/lib_hid_common/dialogs_conf.h
-include/librnd/plugins/lib_hid_common/dlg_comm_m.h
-include/librnd/plugins/lib_hid_common/dlg_export.h
-include/librnd/plugins/lib_hid_common/dlg_pref.h
-include/librnd/plugins/lib_hid_common/place.h
-include/librnd/plugins/lib_hid_common/toolbar.h
-include/librnd/plugins/lib_hid_common/xpm.h
-include/librnd/plugins/lib_hid_common/zoompan.h
-include/librnd/plugins/lib_wget/lib_wget.h
-include/librnd/poly/offset.h
-include/librnd/poly/polyarea.h
-include/librnd/poly/polygon1_gen.h
-include/librnd/poly/rtree.h
-include/librnd/poly/rtree2_compat.h
-include/librnd/poly/self_isc.h
-include/librnd/scconfig/hooks_common.h
-include/librnd/scconfig/plugin_3state.h
-include/librnd/scconfig/rnd_hook_detect.h
-include/librnd/src_3rd/genht/hash.h
-include/librnd/src_3rd/genht/ht.c
-include/librnd/src_3rd/genht/ht.h
-include/librnd/src_3rd/genht/ht_inlines.h
-include/librnd/src_3rd/genht/ht_utils.h
-include/librnd/src_3rd/genht/htip.h
-include/librnd/src_3rd/genht/htpi.h
-include/librnd/src_3rd/genht/htpp.h
-include/librnd/src_3rd/genht/htsi.h
-include/librnd/src_3rd/genht/htsp.h
-include/librnd/src_3rd/genht/htss.h
-include/librnd/src_3rd/genht/siphash24.h
-include/librnd/src_3rd/genht/version.h
-include/librnd/src_3rd/genlist/genadlist.h
-include/librnd/src_3rd/genlist/gendlist.h
-include/librnd/src_3rd/genlist/genlistalloc.h
-include/librnd/src_3rd/genlist/gentdlist_impl.c
-include/librnd/src_3rd/genlist/gentdlist_impl.h
-include/librnd/src_3rd/genlist/gentdlist_undef.h
-include/librnd/src_3rd/genregex/regex.h
-include/librnd/src_3rd/genregex/regex_se.h
-include/librnd/src_3rd/genregex/regex_sei.h
-include/librnd/src_3rd/genregex/regex_templ.h
-include/librnd/src_3rd/genrtree/genrtree_api.h
-include/librnd/src_3rd/genrtree/genrtree_debug.h
-include/librnd/src_3rd/genrtree/genrtree_delete.h
-include/librnd/src_3rd/genrtree/genrtree_impl.h
-include/librnd/src_3rd/genrtree/genrtree_search.h
-include/librnd/src_3rd/gensexpr/gensexpr_impl.h
-include/librnd/src_3rd/gensexpr/gsx_parse.h
-include/librnd/src_3rd/gensexpr/gsxl.h
-include/librnd/src_3rd/gensexpr/gsxnl.h
-include/librnd/src_3rd/genvector/gds_char.h
-include/librnd/src_3rd/genvector/genvector_impl.c
-include/librnd/src_3rd/genvector/genvector_impl.h
-include/librnd/src_3rd/genvector/genvector_undef.h
-include/librnd/src_3rd/genvector/vtd0.h
-include/librnd/src_3rd/genvector/vti0.h
-include/librnd/src_3rd/genvector/vtl0.h
-include/librnd/src_3rd/genvector/vtp0.h
-include/librnd/src_3rd/genvector/vts0.h
-include/librnd/src_3rd/libfungw/scconfig_hooks.h
-include/librnd/src_3rd/liblhtpers/lhtpers.h
-include/librnd/src_3rd/liblihata/dom.h
-include/librnd/src_3rd/liblihata/hash_str.h
-include/librnd/src_3rd/liblihata/lihata.h
-include/librnd/src_3rd/liblihata/parser.h
-include/librnd/src_3rd/liblihata/tree.h
-include/librnd/src_3rd/libualloc/acache_impl.h
-include/librnd/src_3rd/libualloc/buddy_debug.h
-include/librnd/src_3rd/libualloc/buddy_impl.h
-include/librnd/src_3rd/libualloc/libualloc.h
-include/librnd/src_3rd/libualloc/mcache_impl.h
-include/librnd/src_3rd/libualloc/slab_impl.h
-include/librnd/src_3rd/libualloc/slabap_impl.h
-include/librnd/src_3rd/libualloc/stackd_impl.h
-include/librnd/src_3rd/libualloc/stackdnp_impl.h
-include/librnd/src_3rd/libualloc/stacks_impl.h
-include/librnd/src_3rd/libulzw/libulzw.h
-include/librnd/src_3rd/puplug/config.h
-include/librnd/src_3rd/puplug/error.h
-include/librnd/src_3rd/puplug/libs.h
-include/librnd/src_3rd/puplug/libs_dep_parse.h
-include/librnd/src_3rd/puplug/os_dep.h
-include/librnd/src_3rd/puplug/os_dep_fs.h
-include/librnd/src_3rd/puplug/puplug.h
-include/librnd/src_3rd/puplug/scconfig_hooks.h
-include/librnd/src_3rd/puplug/util.h
-include/librnd/src_3rd/ureglex/exec.h
+include/librnd4/librnd/config.h
+include/librnd4/librnd/core/actions.h
+include/librnd4/librnd/core/anyload.h
+include/librnd4/librnd/core/base64.h
+include/librnd4/librnd/core/box.h
+include/librnd4/librnd/core/box_isc.h
+include/librnd4/librnd/core/color.h
+include/librnd4/librnd/core/color_cache.h
+include/librnd4/librnd/core/compat_fs.h
+include/librnd4/librnd/core/compat_inc.h
+include/librnd4/librnd/core/compat_lrealpath.h
+include/librnd4/librnd/core/compat_misc.h
+include/librnd4/librnd/core/conf.h
+include/librnd4/librnd/core/conf_hid.h
+include/librnd4/librnd/core/conf_multi.h
+include/librnd4/librnd/core/config.h
+include/librnd4/librnd/core/error.h
+include/librnd4/librnd/core/event.h
+include/librnd4/librnd/core/file_loaded.h
+include/librnd4/librnd/core/fptr_cast.h
+include/librnd4/librnd/core/funchash.h
+include/librnd4/librnd/core/funchash_core.h
+include/librnd4/librnd/core/funchash_core_list.h
+include/librnd4/librnd/core/global_typedefs.h
+include/librnd4/librnd/core/globalconst.h
+include/librnd4/librnd/core/heap.h
+include/librnd4/librnd/core/hid_cfg.h
+include/librnd4/librnd/core/hid_cfg_action.h
+include/librnd4/librnd/core/hidlib.h
+include/librnd4/librnd/core/list_conf.h
+include/librnd4/librnd/core/math_helper.h
+include/librnd4/librnd/core/misc_util.h
+include/librnd4/librnd/core/paths.h
+include/librnd4/librnd/core/plugins.h
+include/librnd4/librnd/core/project.h
+include/librnd4/librnd/core/rnd_bool.h
+include/librnd4/librnd/core/rnd_conf.h
+include/librnd4/librnd/core/rnd_printf.h
+include/librnd4/librnd/core/rotate.h
+include/librnd4/librnd/core/safe_fs.h
+include/librnd4/librnd/core/safe_fs_dir.h
+include/librnd4/librnd/core/unit.h
+include/librnd4/librnd/core/vtc0.h
+include/librnd4/librnd/font/font.h
+include/librnd4/librnd/font/font_lht.h
+include/librnd4/librnd/font/glyph.h
+include/librnd4/librnd/font/vtgla.h
+include/librnd4/librnd/font/xform_mx.h
+include/librnd4/librnd/hid/buildin.hidlib.h
+include/librnd4/librnd/hid/grid.h
+include/librnd4/librnd/hid/hid.h
+include/librnd4/librnd/hid/hid_attrib.h
+include/librnd4/librnd/hid/hid_cfg_input.h
+include/librnd4/librnd/hid/hid_dad.h
+include/librnd4/librnd/hid/hid_dad_spin.h
+include/librnd4/librnd/hid/hid_dad_tree.h
+include/librnd4/librnd/hid/hid_dad_unit.h
+include/librnd4/librnd/hid/hid_init.h
+include/librnd4/librnd/hid/hid_inlines.h
+include/librnd4/librnd/hid/hid_menu.h
+include/librnd4/librnd/hid/hid_nogui.h
+include/librnd4/librnd/hid/pixmap.h
+include/librnd4/librnd/hid/tool.h
+include/librnd4/librnd/plugins/lib_exp_pixmap/draw_pixmap.h
+include/librnd4/librnd/plugins/lib_exp_text/draw_eps.h
+include/librnd4/librnd/plugins/lib_exp_text/draw_ps.h
+include/librnd4/librnd/plugins/lib_exp_text/draw_svg.h
+include/librnd4/librnd/plugins/lib_exp_text/lpr_hid.h
+include/librnd4/librnd/plugins/lib_exp_text/media.h
+include/librnd4/librnd/plugins/lib_hid_common/dialogs_conf.h
+include/librnd4/librnd/plugins/lib_hid_common/dlg_comm_m.h
+include/librnd4/librnd/plugins/lib_hid_common/dlg_export.h
+include/librnd4/librnd/plugins/lib_hid_common/dlg_pref.h
+include/librnd4/librnd/plugins/lib_hid_common/place.h
+include/librnd4/librnd/plugins/lib_hid_common/toolbar.h
+include/librnd4/librnd/plugins/lib_hid_common/xpm.h
+include/librnd4/librnd/plugins/lib_hid_common/zoompan.h
+include/librnd4/librnd/plugins/lib_wget/lib_wget.h
+include/librnd4/librnd/poly/offset.h
+include/librnd4/librnd/poly/polyarea.h
+include/librnd4/librnd/poly/polygon1_gen.h
+include/librnd4/librnd/poly/rtree.h
+include/librnd4/librnd/poly/rtree2_compat.h
+include/librnd4/librnd/poly/self_isc.h
+include/librnd4/librnd/scconfig/hooks_common.h
+include/librnd4/librnd/scconfig/plugin_3state.h
+include/librnd4/librnd/scconfig/rnd_hook_detect.h
+include/librnd4/librnd/src_3rd/genht/hash.h
+include/librnd4/librnd/src_3rd/genht/ht.c
+include/librnd4/librnd/src_3rd/genht/ht.h
+include/librnd4/librnd/src_3rd/genht/ht_inlines.h
+include/librnd4/librnd/src_3rd/genht/ht_utils.h
+include/librnd4/librnd/src_3rd/genht/htip.h
+include/librnd4/librnd/src_3rd/genht/htpi.h
+include/librnd4/librnd/src_3rd/genht/htpp.h
+include/librnd4/librnd/src_3rd/genht/htsi.h
+include/librnd4/librnd/src_3rd/genht/htsp.h
+include/librnd4/librnd/src_3rd/genht/htss.h
+include/librnd4/librnd/src_3rd/genht/siphash24.h
+include/librnd4/librnd/src_3rd/genht/version.h
+include/librnd4/librnd/src_3rd/genlist/genadlist.h
+include/librnd4/librnd/src_3rd/genlist/gendlist.h
+include/librnd4/librnd/src_3rd/genlist/genlistalloc.h
+include/librnd4/librnd/src_3rd/genlist/gentdlist_impl.c
+include/librnd4/librnd/src_3rd/genlist/gentdlist_impl.h
+include/librnd4/librnd/src_3rd/genlist/gentdlist_undef.h
+include/librnd4/librnd/src_3rd/genregex/regex.h
+include/librnd4/librnd/src_3rd/genregex/regex_se.h
+include/librnd4/librnd/src_3rd/genregex/regex_sei.h
+include/librnd4/librnd/src_3rd/genregex/regex_templ.h
+include/librnd4/librnd/src_3rd/genrtree/genrtree_api.h
+include/librnd4/librnd/src_3rd/genrtree/genrtree_debug.h
+include/librnd4/librnd/src_3rd/genrtree/genrtree_delete.h
+include/librnd4/librnd/src_3rd/genrtree/genrtree_impl.h
+include/librnd4/librnd/src_3rd/genrtree/genrtree_search.h
+include/librnd4/librnd/src_3rd/gensexpr/gensexpr_impl.h
+include/librnd4/librnd/src_3rd/gensexpr/gsx_parse.h
+include/librnd4/librnd/src_3rd/gensexpr/gsxl.h
+include/librnd4/librnd/src_3rd/gensexpr/gsxnl.h
+include/librnd4/librnd/src_3rd/genvector/gds_char.h
+include/librnd4/librnd/src_3rd/genvector/genvector_impl.c
+include/librnd4/librnd/src_3rd/genvector/genvector_impl.h
+include/librnd4/librnd/src_3rd/genvector/genvector_undef.h
+include/librnd4/librnd/src_3rd/genvector/vtd0.h
+include/librnd4/librnd/src_3rd/genvector/vti0.h
+include/librnd4/librnd/src_3rd/genvector/vtl0.h
+include/librnd4/librnd/src_3rd/genvector/vtp0.h
+include/librnd4/librnd/src_3rd/genvector/vts0.h
+include/librnd4/librnd/src_3rd/libfungw/scconfig_hooks.h
+include/librnd4/librnd/src_3rd/liblhtpers/lhtpers.h
+include/librnd4/librnd/src_3rd/liblihata/dom.h
+include/librnd4/librnd/src_3rd/liblihata/hash_str.h
+include/librnd4/librnd/src_3rd/liblihata/lihata.h
+include/librnd4/librnd/src_3rd/liblihata/parser.h
+include/librnd4/librnd/src_3rd/liblihata/tree.h
+include/librnd4/librnd/src_3rd/libualloc/acache_api.h
+include/librnd4/librnd/src_3rd/libualloc/acache_impl.h
+include/librnd4/librnd/src_3rd/libualloc/buddy_api.h
+include/librnd4/librnd/src_3rd/libualloc/buddy_debug.h
+include/librnd4/librnd/src_3rd/libualloc/buddy_impl.h
+include/librnd4/librnd/src_3rd/libualloc/libualloc.h
+include/librnd4/librnd/src_3rd/libualloc/libualloc_impl.h
+include/librnd4/librnd/src_3rd/libualloc/mcache_api.h
+include/librnd4/librnd/src_3rd/libualloc/mcache_impl.h
+include/librnd4/librnd/src_3rd/libualloc/slab_api.h
+include/librnd4/librnd/src_3rd/libualloc/slab_impl.h
+include/librnd4/librnd/src_3rd/libualloc/slabap_api.h
+include/librnd4/librnd/src_3rd/libualloc/slabap_impl.h
+include/librnd4/librnd/src_3rd/libualloc/stackd_api.h
+include/librnd4/librnd/src_3rd/libualloc/stackd_impl.h
+include/librnd4/librnd/src_3rd/libualloc/stackdnp_api.h
+include/librnd4/librnd/src_3rd/libualloc/stackdnp_impl.h
+include/librnd4/librnd/src_3rd/libualloc/stacks_api.h
+include/librnd4/librnd/src_3rd/libualloc/stacks_impl.h
+include/librnd4/librnd/src_3rd/libulzw/libulzw.h
+include/librnd4/librnd/src_3rd/puplug/config.h
+include/librnd4/librnd/src_3rd/puplug/error.h
+include/librnd4/librnd/src_3rd/puplug/libs.h
+include/librnd4/librnd/src_3rd/puplug/libs_dep_parse.h
+include/librnd4/librnd/src_3rd/puplug/os_dep.h
+include/librnd4/librnd/src_3rd/puplug/os_dep_fs.h
+include/librnd4/librnd/src_3rd/puplug/puplug.h
+include/librnd4/librnd/src_3rd/puplug/scconfig_hooks.h
+include/librnd4/librnd/src_3rd/puplug/util.h
+include/librnd4/librnd/src_3rd/ureglex/exec.h
 lib/librnd-3rd.a
 lib/librnd-3rd.so
-lib/librnd-3rd.so.3
+lib/librnd-3rd.so.4
 lib/librnd-3rd.so.%%DISTVERSION%%
+lib/librnd-core.a
+lib/librnd-core.so
+lib/librnd-core.so.4
+lib/librnd-core.so.%%DISTVERSION%%
+lib/librnd-font.a
+lib/librnd-font.so
+lib/librnd-font.so.4
+lib/librnd-font.so.%%DISTVERSION%%
 lib/librnd-hid.a
 lib/librnd-hid.so
-lib/librnd-hid.so.3
+lib/librnd-hid.so.4
 lib/librnd-hid.so.%%DISTVERSION%%
 lib/librnd-poly.a
 lib/librnd-poly.so
-lib/librnd-poly.so.3
+lib/librnd-poly.so.4
 lib/librnd-poly.so.%%DISTVERSION%%
-lib/librnd3/plugins/diag_rnd.pup
-lib/librnd3/plugins/diag_rnd.so
-lib/librnd3/plugins/hid_batch.pup
-lib/librnd3/plugins/hid_batch.so
-%%GTK2%%lib/librnd3/plugins/hid_gtk2_gdk.pup
-%%GTK2%%lib/librnd3/plugins/hid_gtk2_gdk.so
-%%GTK2GL%%lib/librnd3/plugins/hid_gtk2_gl.pup
-%%GTK2GL%%lib/librnd3/plugins/hid_gtk2_gl.so
-%%GTK4%%lib/librnd3/plugins/hid_gtk4_gl.pup
-%%GTK4%%lib/librnd3/plugins/hid_gtk4_gl.so
-%%MOTIF%%lib/librnd3/plugins/hid_lesstif.pup
-%%MOTIF%%lib/librnd3/plugins/hid_lesstif.so
-lib/librnd3/plugins/hid_remote.pup
-lib/librnd3/plugins/hid_remote.so
-%%GD%%lib/librnd3/plugins/import_pixmap_gd.pup
-%%GD%%lib/librnd3/plugins/import_pixmap_gd.so
-lib/librnd3/plugins/import_pixmap_pnm.pup
-lib/librnd3/plugins/import_pixmap_pnm.so
-lib/librnd3/plugins/irc.pup
-lib/librnd3/plugins/irc.so
-%%GD%%lib/librnd3/plugins/lib_exp_pixmap.pup
-%%GD%%lib/librnd3/plugins/lib_exp_pixmap.so
-lib/librnd3/plugins/lib_exp_text.pup
-lib/librnd3/plugins/lib_exp_text.so
-lib/librnd3/plugins/lib_gensexpr.pup
-lib/librnd3/plugins/lib_gensexpr.so
-%%GTK2%%lib/librnd3/plugins/lib_gtk2_common.pup
-%%GTK2%%lib/librnd3/plugins/lib_gtk2_common.so
-%%GTK4%%lib/librnd3/plugins/lib_gtk4_common.pup
-%%GTK4%%lib/librnd3/plugins/lib_gtk4_common.so
-%%GUI%%lib/librnd3/plugins/lib_hid_common.pup
-%%GUI%%lib/librnd3/plugins/lib_hid_common.so
-%%GTK2GL%%lib/librnd3/plugins/lib_hid_gl.pup
-%%GTK2GL%%lib/librnd3/plugins/lib_hid_gl.so
-lib/librnd3/plugins/lib_portynet.pup
-lib/librnd3/plugins/lib_portynet.so
-%%WGET%%lib/librnd3/plugins/lib_wget.pup
-%%WGET%%lib/librnd3/plugins/lib_wget.so
-lib/librnd3/plugins/loghid.pup
-lib/librnd3/plugins/loghid.so
-lib/librnd3/plugins/map_plugins.sh
-lib/librnd3/plugins/script.pup
-lib/librnd3/plugins/script.so
-%%STROKE%%lib/librnd3/plugins/stroke.pup
-%%STROKE%%lib/librnd3/plugins/stroke.so
-lib/librnd3/puplug
-lib/librnd3/scconfig/cquote
-lib/librnd3/scconfig/gen_conf.sh
-lib/librnd3/scconfig/sccbox
-lib/librnd3/scconfig/template/cdep.tmpasm
-lib/librnd3/scconfig/template/comp_var.tmpasm
-lib/librnd3/scconfig/template/compile.tmpasm
-lib/librnd3/scconfig/template/debug.tmpasm
-lib/librnd3/scconfig/template/plugin_conf.tmpasm
-lib/librnd3/scconfig/template/plugin_intconf.tmpasm
-lib/librnd3/scconfig/template/plugin_intmenu.tmpasm
-lib/librnd3/scconfig/template/plugin_sphash.tmpasm
-lib/librnd3/sphash
-%%PORTDOCS%%%%DOCSDIR%%3/Autostyle.html
-%%PORTDOCS%%%%DOCSDIR%%3/TODO
-%%PORTDOCS%%%%DOCSDIR%%3/UNIX.txt
-%%PORTDOCS%%%%DOCSDIR%%3/conf/groups.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/history.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/index.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/index_prog.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/index_user.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/lists.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/merging.png
-%%PORTDOCS%%%%DOCSDIR%%3/conf/noextend.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/plugin_chk.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/prio.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/scalars.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/sources.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/syntax.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_BOOLEAN.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_COLOR.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_COORD.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_INCREMENTS.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_INTEGER.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_LIST.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_REAL.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_STRING.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/CFN_UNIT.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_color.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_loglevels.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_messages.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_misc.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_padstack.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/appearance_subc.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_drc.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_drc_disable.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/design_thermal.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor_selection.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/editor_view.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/import_footprint_placement.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/import_footprint_removal.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/rc.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/rc_path.html
-%%PORTDOCS%%%%DOCSDIR%%3/conf/tree/temp.html
-%%PORTDOCS%%%%DOCSDIR%%3/contact.html
-%%PORTDOCS%%%%DOCSDIR%%3/contrib.html
-%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_high.html
-%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_low.html
-%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_parse.html
-%%PORTDOCS%%%%DOCSDIR%%3/developer/hid_remote/proto_parse.svg
-%%PORTDOCS%%%%DOCSDIR%%3/index.html
-%%PORTDOCS%%%%DOCSDIR%%3/irc.html
-%%PORTDOCS%%%%DOCSDIR%%3/license.html
-%%PORTDOCS%%%%DOCSDIR%%3/mac.txt
-%%PORTDOCS%%%%DOCSDIR%%3/news.html
-%%PORTDOCS%%%%DOCSDIR%%3/windows.html
-%%DATADIR%%3/librnd.mak
-%%DATADIR%%3/librnd_packages.sh
-%%DATADIR%%3/plugin.state
-@dir include/librnd/src_3rd/libfungwbind/c
+lib/librnd4/action_compiler.sh
+lib/librnd4/build_ps.sh
+lib/librnd4/devhelpers/awk_on_formats.sh
+lib/librnd4/devhelpers/font2c.sh
+lib/librnd4/devhelpers/list_dialogs.sh
+lib/librnd4/dump_actions_to_html.sh
+lib/librnd4/gen_formats.sh
+lib/librnd4/keylist.sh
+lib/librnd4/menu2svg.sh
+lib/librnd4/plugins/diag_rnd.pup
+lib/librnd4/plugins/diag_rnd.so
+lib/librnd4/plugins/hid_batch.pup
+lib/librnd4/plugins/hid_batch.so
+%%GTK2%%lib/librnd4/plugins/hid_gtk2_gdk.pup
+%%GTK2%%lib/librnd4/plugins/hid_gtk2_gdk.so
+%%GTK2GL%%lib/librnd4/plugins/hid_gtk2_gl.pup
+%%GTK2GL%%lib/librnd4/plugins/hid_gtk2_gl.so
+%%GTK4%%lib/librnd4/plugins/hid_gtk4_gl.pup
+%%GTK4%%lib/librnd4/plugins/hid_gtk4_gl.so
+%%MOTIF%%lib/librnd4/plugins/hid_lesstif.pup
+%%MOTIF%%lib/librnd4/plugins/hid_lesstif.so
+lib/librnd4/plugins/hid_remote.pup
+lib/librnd4/plugins/hid_remote.so
+%%GD%%lib/librnd4/plugins/import_pixmap_gd.pup
+%%GD%%lib/librnd4/plugins/import_pixmap_gd.so
+lib/librnd4/plugins/import_pixmap_pnm.pup
+lib/librnd4/plugins/import_pixmap_pnm.so
+lib/librnd4/plugins/irc.pup
+lib/librnd4/plugins/irc.so
+%%GD%%lib/librnd4/plugins/lib_exp_pixmap.pup
+%%GD%%lib/librnd4/plugins/lib_exp_pixmap.so
+lib/librnd4/plugins/lib_exp_text.pup
+lib/librnd4/plugins/lib_exp_text.so
+lib/librnd4/plugins/lib_gensexpr.pup
+lib/librnd4/plugins/lib_gensexpr.so
+%%GTK2%%lib/librnd4/plugins/lib_gtk2_common.pup
+%%GTK2%%lib/librnd4/plugins/lib_gtk2_common.so
+%%GTK4%%lib/librnd4/plugins/lib_gtk4_common.pup
+%%GTK4%%lib/librnd4/plugins/lib_gtk4_common.so
+%%GUI%%lib/librnd4/plugins/lib_hid_common.pup
+%%GUI%%lib/librnd4/plugins/lib_hid_common.so
+%%GTK2GL%%lib/librnd4/plugins/lib_hid_gl.pup
+%%GTK2GL%%lib/librnd4/plugins/lib_hid_gl.so
+lib/librnd4/plugins/lib_portynet.pup
+lib/librnd4/plugins/lib_portynet.so
+%%WGET%%lib/librnd4/plugins/lib_wget.pup
+%%WGET%%lib/librnd4/plugins/lib_wget.so
+lib/librnd4/plugins/loghid.pup
+lib/librnd4/plugins/loghid.so
+lib/librnd4/plugins/map_plugins.sh
+lib/librnd4/plugins/script.pup
+lib/librnd4/plugins/script.so
+%%STROKE%%lib/librnd4/plugins/stroke.pup
+%%STROKE%%lib/librnd4/plugins/stroke.so
+lib/librnd4/puplug
+lib/librnd4/scconfig/cquote
+lib/librnd4/scconfig/gen_conf.sh
+lib/librnd4/scconfig/sccbox
+lib/librnd4/scconfig/template/cdep.tmpasm
+lib/librnd4/scconfig/template/comp_var.tmpasm
+lib/librnd4/scconfig/template/compile.tmpasm
+lib/librnd4/scconfig/template/debug.tmpasm
+lib/librnd4/scconfig/template/plugin_conf.tmpasm
+lib/librnd4/scconfig/template/plugin_intconf.tmpasm
+lib/librnd4/scconfig/template/plugin_intmenu.tmpasm
+lib/librnd4/scconfig/template/plugin_sphash.tmpasm
+lib/librnd4/sphash
+%%PORTDOCS%%%%DOCSDIR%%4/Autostyle.html
+%%PORTDOCS%%%%DOCSDIR%%4/TODO
+%%PORTDOCS%%%%DOCSDIR%%4/UNIX.txt
+%%PORTDOCS%%%%DOCSDIR%%4/conf/groups.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/history.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/index.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/index_prog.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/index_user.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/lists.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/merging.png
+%%PORTDOCS%%%%DOCSDIR%%4/conf/noextend.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/plugin_chk.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/prio.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/scalars.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/sources.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/syntax.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_BOOLEAN.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_COLOR.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_COORD.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_INTEGER.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_LIST.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_REAL.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_STRING.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/CFN_UNIT.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance_color.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/appearance_loglevels.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_global_grid.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_local_grid.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/editor_view.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/rc.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/rc_path.html
+%%PORTDOCS%%%%DOCSDIR%%4/conf/tree/temp.html
+%%PORTDOCS%%%%DOCSDIR%%4/contact.html
+%%PORTDOCS%%%%DOCSDIR%%4/contrib.html
+%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_high.html
+%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_low.html
+%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_parse.html
+%%PORTDOCS%%%%DOCSDIR%%4/developer/hid_remote/proto_parse.svg
+%%PORTDOCS%%%%DOCSDIR%%4/index.html
+%%PORTDOCS%%%%DOCSDIR%%4/irc.html
+%%PORTDOCS%%%%DOCSDIR%%4/license.html
+%%PORTDOCS%%%%DOCSDIR%%4/mac.txt
+%%PORTDOCS%%%%DOCSDIR%%4/news.html
+%%PORTDOCS%%%%DOCSDIR%%4/windows.html
+%%DATADIR%%4/librnd.mak
+%%DATADIR%%4/librnd_packages.sh
+%%DATADIR%%4/plugin.state
+@dir include/librnd4/librnd/src_3rd/libfungwbind/c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306012230.351MUAcT099681>