*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-06-02 10:20:54 +02:00
parent 87bbf9d6d9
commit 6cf8ca4e24
993 changed files with 6658 additions and 28976 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= par2cmdline-turbo
PORTVERSION= 0.9.0
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= archivers
MAINTAINER= martymac@FreeBSD.org
@ -10,7 +9,7 @@ WWW= https://github.com/animetosho/par2cmdline-turbo
LICENSE= GPLv2
ONLY_FOR_ARCHS= amd64 aarch64
ONLY_FOR_ARCHS= aarch64 amd64 i386
ONLY_FOR_ARCHS_REASON= untested on other archs
USES= autoreconf compiler:c++11-lang

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680203173
SHA256 (animetosho-par2cmdline-turbo-v0.9.0_GH0.tar.gz) = 95817b4d944e2ae01d045c5b569d04ff591fc7992e97ca9a13657d094642917a
SIZE (animetosho-par2cmdline-turbo-v0.9.0_GH0.tar.gz) = 3838037
TIMESTAMP = 1685131250
SHA256 (animetosho-par2cmdline-turbo-v1.0.1_GH0.tar.gz) = 7d9e3c62e578486088347adb5772de07fc549a25575afa2182b21c97eea228f3
SIZE (animetosho-par2cmdline-turbo-v1.0.1_GH0.tar.gz) = 3847772

View File

@ -1,11 +0,0 @@
--- parpar/gf16/threadqueue.h.orig 2023-03-22 08:33:16 UTC
+++ parpar/gf16/threadqueue.h
@@ -252,7 +252,7 @@ class MessageThread {
pthread_t self = pthread_self();
if(!pthread_getschedparam(self, &policy, &param)) {
if(policy == SCHED_OTHER) {
- #ifdef __MACH__
+ #if defined(__MACH__) || defined(__FreeBSD__)
// MacOS doesn't support SCHED_BATCH, but does seem to permit priorities on SCHED_OTHER
int min = sched_get_priority_min(policy);
if(min < param.sched_priority) {

View File

@ -1,18 +0,0 @@
--- parpar/src/cpuid.h.orig 2023-03-22 08:33:16 UTC
+++ parpar/src/cpuid.h
@@ -42,12 +42,13 @@
# ifdef __ANDROID__
// TODO: may be better to prefer auxv as it's supported
# include <cpu-features.h>
-# elif defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ >= 12)
+# elif defined(__linux__)
# include <sys/auxv.h>
# include <asm/hwcap.h>
+# elif (defined(__FreeBSD__) && __FreeBSD__ >= 12)
+# include <sys/auxv.h>
# elif (defined(__FreeBSD__) && __FreeBSD__ < 12)
# include <sys/sysctl.h>
-# include <asm/hwcap.h>
# elif defined(_WIN32)
# define WIN32_LEAN_AND_MEAN
# define NOMINMAX

View File

@ -1,5 +1,5 @@
PORTNAME= zipstream-ng
DISTVERSION= 1.5.0
DISTVERSION= 1.6.0
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680566521
SHA256 (zipstream-ng-1.5.0.tar.gz) = ff02b1dac4ef8b4acba70a2c986991e9acd4cfab9c6fa966da9133f0a7015863
SIZE (zipstream-ng-1.5.0.tar.gz) = 32399
TIMESTAMP = 1685544245
SHA256 (zipstream-ng-1.6.0.tar.gz) = 149dc502c0fcfb62718e89cb7e46380bd1c3409bb8479ed64ae779388b5321ac
SIZE (zipstream-ng-1.6.0.tar.gz) = 34585

View File

@ -1,6 +1,5 @@
PORTNAME= kosmorro
PORTVERSION= 0.10.11
PORTREVISION= 1
PORTVERSION= 0.10.12
CATEGORIES= astro python
MASTER_SITES= PYPI
@ -26,9 +25,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\
#USE_GITHUB= yes
USES= gettext-runtime:run python:3.8+ shebangfix
USE_PYTHON= distutils noflavors
USE_PYTHON= noflavors pep517
SHEBANG_FILES= ${PORTNAME}
PLIST_SUB= VE=${PORTVERSION}
OPTIONS_DEFINE= PDF
OPTIONS_DEFAULT=PDF
PDF_DESC= Exporting to PDF

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668168672
SHA256 (kosmorro-0.10.11.tar.gz) = 116574cc3058ea86985145f4a8fbc2b1d231a87b78b4da9a4d92559b491f93a4
SIZE (kosmorro-0.10.11.tar.gz) = 514419
TIMESTAMP = 1685470963
SHA256 (kosmorro-0.10.12.tar.gz) = 1c18919c759ad7cee2a511c9ac02be8263e5f0c3fac73ee3565cea374d723ce5
SIZE (kosmorro-0.10.12.tar.gz) = 513383

View File

@ -1,4 +1,10 @@
bin/kosmorro
%%PYTHON_SITELIBDIR%%/CHANGELOG.md
%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/entry_points.txt
%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/LICENSE.md
%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/METADATA
%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/RECORD
%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/WHEEL
%%PYTHON_SITELIBDIR%%/kosmorro/__init__.py
%%PYTHON_SITELIBDIR%%/kosmorro/__main__.py
%%PYTHON_SITELIBDIR%%/kosmorro/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc

View File

@ -1,5 +1,5 @@
PORTNAME= flacon
PORTVERSION= 9.5.1
PORTVERSION= 11.1.0
DISTVERSIONPREFIX= v
CATEGORIES= audio

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1668952192
SHA256 (flacon-flacon-v9.5.1_GH0.tar.gz) = d0d1547c65e80c396d9f60abdc548a10591c489d27c935620afc8f5f868759a8
SIZE (flacon-flacon-v9.5.1_GH0.tar.gz) = 3774267
TIMESTAMP = 1685276604
SHA256 (flacon-flacon-v11.1.0_GH0.tar.gz) = 43c0cc9a4ef0765cd92cc642c7690c3574430db2b962d497178002866ceeb612
SIZE (flacon-flacon-v11.1.0_GH0.tar.gz) = 4015382

View File

@ -7,8 +7,7 @@
audio/faac audio/flac
audio/lame audio/mac
audio/mp3gain audio/opus-tools
audio/tta audio/vorbisgain
audio/opus-tools audio/tta
audio/vorbis-tools audio/wavpack
EOM
}

View File

@ -10,6 +10,7 @@ share/icons/hicolor/256x256/apps/flacon.png
share/icons/hicolor/512x512/apps/flacon.png
share/icons/hicolor/scalable/apps/flacon.svg
share/metainfo/com.github.Flacon.metainfo.xml
%%DATADIR%%/translations/flacon_ca.qm
%%DATADIR%%/translations/flacon_cs.qm
%%DATADIR%%/translations/flacon_cs_CZ.qm
%%DATADIR%%/translations/flacon_de.qm
@ -39,6 +40,5 @@ share/metainfo/com.github.Flacon.metainfo.xml
%%DATADIR%%/translations/flacon_sr@latin.qm
%%DATADIR%%/translations/flacon_tr.qm
%%DATADIR%%/translations/flacon_uk.qm
%%DATADIR%%/translations/flacon_uz@Latn.qm
%%DATADIR%%/translations/flacon_zh_CN.qm
%%DATADIR%%/translations/flacon_zh_TW.qm

View File

@ -1,6 +1,6 @@
PORTNAME= gtultra
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
DISTVERSION= 1.5.4
CATEGORIES= audio
MAINTAINER= zirias@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1684870805
SHA256 (jpage8580-GTUltra-v1.5.2_GH0.tar.gz) = 065a177a3f9cc9be679d87452bca0edce98633b2f793be6f96573ba8b3995249
SIZE (jpage8580-GTUltra-v1.5.2_GH0.tar.gz) = 3807053
TIMESTAMP = 1685609592
SHA256 (jpage8580-GTUltra-v1.5.4_GH0.tar.gz) = 6c7fc8b4207cda29fbc5082f71514d9a5797c708a8e31482b3c1ff72cb66220c
SIZE (jpage8580-GTUltra-v1.5.4_GH0.tar.gz) = 3814368

View File

@ -1,7 +1,6 @@
PORTNAME= qjackctl
DISTVERSIONPREFIX= qjackctl_
DISTVERSION= 0_9_10
PORTREVISION= 1
DISTVERSION= 0_9_11
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -13,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libjack.so:audio/jack
USES= cmake compiler:c++11-lib desktop-file-utils gl localbase:ldflags pkgconfig qt:6
USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig qt:6
USE_QT= base svg tools:build
USE_GL= gl
USE_CXXSTD= c++11
USE_GITHUB= yes
GH_ACCOUNT= rncbc
@ -44,4 +42,6 @@ XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE
XUNIQUE_USES= xorg
XUNIQUE_USE= XORG=x11
BINARY_ALIAS= git=false
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679513653
SHA256 (rncbc-qjackctl-qjackctl_0_9_10_GH0.tar.gz) = 4fdb5c4ab7aaa2c5ed4e9d3c762a01ccb05c486e2ee6244efbba1ea82a8b2039
SIZE (rncbc-qjackctl-qjackctl_0_9_10_GH0.tar.gz) = 1264103
TIMESTAMP = 1685688496
SHA256 (rncbc-qjackctl-qjackctl_0_9_11_GH0.tar.gz) = 7ae3f5d405ccde2965c6d6fe4d68c4bfbc767c0c8c2fe08480eb4fcc601bd321
SIZE (rncbc-qjackctl-qjackctl_0_9_11_GH0.tar.gz) = 1264424

View File

@ -1,5 +1,5 @@
PORTNAME= qmidictl
DISTVERSION= 0.9.9
DISTVERSION= 0.9.10
CATEGORIES= audio
MASTER_SITES= SF
@ -10,11 +10,12 @@ WWW= https://qmidictl.sourceforge.io/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang gl localbase pkgconfig qt:6
USES= cmake compiler:c++17-lang gl localbase pkgconfig qt:6
GNU_CONFIGURE= yes
USE_QT= base svg tools:build
USE_GL= gl
BINARY_ALIAS= qmake=${QMAKE}
BINARY_ALIAS= qmake=${QMAKE} \
git=false
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679618525
SHA256 (qmidictl-0.9.9.tar.gz) = 5d651860f0800a7d678f2626987bcd1a5a98611027374eace34c9e60c5262ba0
SIZE (qmidictl-0.9.9.tar.gz) = 342048
TIMESTAMP = 1685689223
SHA256 (qmidictl-0.9.10.tar.gz) = 570fb5d4e82d6ff00a525398de15fbde5e373d1097edb443298d3bcfafc88e04
SIZE (qmidictl-0.9.10.tar.gz) = 340771

View File

@ -1,6 +1,5 @@
PORTNAME= qmidinet
DISTVERSION= 0.9.9
PORTREVISION= 1
DISTVERSION= 0.9.10
CATEGORIES= audio
MASTER_SITES= SF
@ -19,4 +18,6 @@ USE_GL= gl opengl
CMAKE_OFF= CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD
BINARY_ALIAS= git=false
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679619608
SHA256 (qmidinet-0.9.9.tar.gz) = c2f6818ef587580e6acda481001d5589df76c04e05a5fe4f87c94661f95f346d
SIZE (qmidinet-0.9.9.tar.gz) = 106749
TIMESTAMP = 1685690663
SHA256 (qmidinet-0.9.10.tar.gz) = 8670dfa99e1a0c0444b1f9bd34ede9a719e581eccdea8e13062c1764206e7c9f
SIZE (qmidinet-0.9.10.tar.gz) = 106446

View File

@ -1,7 +1,6 @@
PORTNAME= qsampler
DISTVERSIONPREFIX= qsampler_
DISTVERSION= 0_9_9
PORTREVISION= 1
DISTVERSION= 0_9_10
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679523307
SHA256 (rncbc-qsampler-qsampler_0_9_9_GH0.tar.gz) = 363e5d44cb78d4a34f6714a80609b6c72a630d877eb6a0ef5e6feac56f30cf2e
SIZE (rncbc-qsampler-qsampler_0_9_9_GH0.tar.gz) = 237853
TIMESTAMP = 1685548390
SHA256 (rncbc-qsampler-qsampler_0_9_10_GH0.tar.gz) = 4781eae3bda4ba71a2f342e117ab3188593b1d046f0da9fbb6f9693471871c77
SIZE (rncbc-qsampler-qsampler_0_9_10_GH0.tar.gz) = 237938

View File

@ -1,6 +1,5 @@
PORTNAME= qsynth
DISTVERSION= 0.9.10
PORTREVISION= 1
DISTVERSION= 0.9.11
CATEGORIES= audio
MASTER_SITES= SF
@ -13,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
USES= cmake compiler:c++11-lang pkgconfig qt:6
USE_CXXSTD= c++11
USES= cmake compiler:c++17-lang pkgconfig qt:6
USE_QT= base svg tools:build
# cf. PR 224488
@ -33,6 +31,8 @@ XUNIQUE_USES= xorg
XUNIQUE_USE= XORG=x11
XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE
BINARY_ALIAS= git=false
post-patch:
@${REINPLACE_CMD} -e ' \
s|oss,alsa,alsa_seq,|jack,sndio,oss,|; \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679604298
SHA256 (qsynth-0.9.10.tar.gz) = 9da642a4aabdd080a56b4bec8af5a0cf6e9434bbeeec81790cb90ec9ae930750
SIZE (qsynth-0.9.10.tar.gz) = 333389
TIMESTAMP = 1685689842
SHA256 (qsynth-0.9.11.tar.gz) = 29330dd9ef52b2c6fe578f24f1bd9be88144eaa3bac97c4676d6309142d7ec1b
SIZE (qsynth-0.9.11.tar.gz) = 333402

View File

@ -1,5 +1,5 @@
PORTNAME= qxgedit
DISTVERSION= 0.9.9
DISTVERSION= 0.9.10
CATEGORIES= audio
MASTER_SITES= SF
@ -12,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= cmake compiler:c++17-lang gl pkgconfig qt:6
USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6
USE_QT= base svg tools:build
USE_GL= gl opengl
BINARY_ALIAS= git=false
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679607524
SHA256 (qxgedit-0.9.9.tar.gz) = 2f37cc282e1afa63c2ef607da525080e82b55e9150a6629527c33ddc015f4803
SIZE (qxgedit-0.9.9.tar.gz) = 239563
TIMESTAMP = 1685690316
SHA256 (qxgedit-0.9.10.tar.gz) = a39aa7f6aff986405c3210c37fd3a7136faf7bd948527ff06e3d70684d296001
SIZE (qxgedit-0.9.10.tar.gz) = 239184

View File

@ -1,6 +1,5 @@
PORTNAME= xfce4-pulseaudio-plugin
PORTVERSION= 0.4.6
PORTREVISION= 1
PORTVERSION= 0.4.7
CATEGORIES= audio xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680032399
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.6.tar.bz2) = 6e11c0e82444ad0f9390d526c07b67f46ff3b6bc3cd968ee7aad39b769146016
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.6.tar.bz2) = 422590
TIMESTAMP = 1685623837
SHA256 (xfce4/xfce4-pulseaudio-plugin-0.4.7.tar.bz2) = 50dd090771441cd7e300e764a1bc48435ace4c3ebaa1bdd8490b4095f3968e2c
SIZE (xfce4/xfce4-pulseaudio-plugin-0.4.7.tar.bz2) = 432495

View File

@ -19,6 +19,7 @@ share/icons/hicolor/scalable/status/microphone-sensitivity-muted-symbolic.svg
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-pulseaudio-plugin.mo

View File

@ -1,6 +1,5 @@
PORTNAME= fio
DISTVERSION= 3.34
POTREVISION= 1
DISTVERSION= 3.35
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/
@ -14,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake pkgconfig tar:bzip2
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native \
TEST_TARGET= test
CONFIGURE_ARGS= --disable-http \
--disable-native \
--disable-optimizations
MAKE_ARGS= DEBUGFLAGS= \
OPTFLAGS= \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680095929
SHA256 (fio-3.34.tar.bz2) = a5a28f19c701d4c8e04924bec1b85f6ac8c67fc8fe75968a5d6990e0b656a7a7
SIZE (fio-3.34.tar.bz2) = 7049859
TIMESTAMP = 1685260765
SHA256 (fio-3.35.tar.bz2) = 63356abbd6670b0e623aadd9f9dd46dbe719e2c09a9794f417677d18ced97d37
SIZE (fio-3.35.tar.bz2) = 7052951

View File

@ -1,6 +1,6 @@
PORTNAME= fastp
DISTVERSIONPREFIX= v
DISTVERSION= 0.23.3
DISTVERSION= 0.23.4
CATEGORIES= biology
MAINTAINER= jwb@FreeBSD.org
@ -15,9 +15,6 @@ LIB_DEPENDS= libdeflate.so:archivers/libdeflate \
USES= gmake localbase:ldflags
USE_GITHUB= yes
# FIXME: Neglected to document what gcc is needed.
# Investigate and remove if possible.
USE_GCC= yes
GH_ACCOUNT= OpenGene

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1684079755
SHA256 (OpenGene-fastp-v0.23.3_GH0.tar.gz) = a37ee4b5dcf836a5a19baec645657b71d9dcd69ee843998f41f921e9b67350e3
SIZE (OpenGene-fastp-v0.23.3_GH0.tar.gz) = 164057
TIMESTAMP = 1685547158
SHA256 (OpenGene-fastp-v0.23.4_GH0.tar.gz) = 4fad6db156e769d46071add8a778a13a5cb5186bc1e1a5f9b1ffd499d84d72b5
SIZE (OpenGene-fastp-v0.23.4_GH0.tar.gz) = 164071

View File

@ -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/

View File

@ -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

View File

@ -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;
}

View File

@ -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

View File

@ -1,7 +1,6 @@
PORTNAME= surelog
DISTVERSIONPREFIX= v
DISTVERSION= 1.59
PORTREVISION= 1
DISTVERSION= 1.60
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1684387600
SHA256 (chipsalliance-Surelog-v1.59_GH0.tar.gz) = 103bd2a82599c5b5d17cc3b0e3273e2546c81268668d4b2d5856739e355002d5
SIZE (chipsalliance-Surelog-v1.59_GH0.tar.gz) = 92028322
TIMESTAMP = 1685500202
SHA256 (chipsalliance-Surelog-v1.60_GH0.tar.gz) = e5f68eaf1d257df5161d75d12d1189df5860d03c7a362c72d1a963d31cdbb8c6
SIZE (chipsalliance-Surelog-v1.60_GH0.tar.gz) = 91981961
SHA256 (alainmarcel-antlr4-cae2b22_GH0.tar.gz) = f4f82c2aa5febfe4f2fd2e3691a34bdea37d4ad57c5f2511b97abad134c61a06
SIZE (alainmarcel-antlr4-cae2b22_GH0.tar.gz) = 4313615
SHA256 (google-googletest-cb455a7_GH0.tar.gz) = d3308c0dc010d10d4d4a13c83d784571bb2084e6c790e758167aed49dbdb18b2

View File

@ -1,6 +1,6 @@
PORTNAME= uhdm
DISTVERSIONPREFIX= v
DISTVERSION= 1.59
DISTVERSION= 1.60
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1684386635
SHA256 (chipsalliance-UHDM-v1.59_GH0.tar.gz) = 203dd24fdb973062d7ed9d45b09c4a0371d82c245b065e7a57176fb886ad21f7
SIZE (chipsalliance-UHDM-v1.59_GH0.tar.gz) = 1759380
TIMESTAMP = 1685499114
SHA256 (chipsalliance-UHDM-v1.60_GH0.tar.gz) = 22d008986bc8ab0423e33003b35ce8b3d4ce94e8689d0744bb495955f4dbd4f0
SIZE (chipsalliance-UHDM-v1.60_GH0.tar.gz) = 1760882
SHA256 (capnproto-capnproto-14f24a4_GH0.tar.gz) = 1130e78658e8b1ceb3a69a6b3a964913f22505532ab217299e5600f371922877
SIZE (capnproto-capnproto-14f24a4_GH0.tar.gz) = 2121570
SHA256 (google-googletest-58d77fa_GH0.tar.gz) = a55ceaae12e0ea65fee295b8d807bab5c06a719e98d9ac15af7f7c42a8d5000e

View File

@ -115,7 +115,10 @@ include/uhdm/func_call.h
include/uhdm/function.h
include/uhdm/gate.h
include/uhdm/gate_array.h
include/uhdm/gen_case.h
include/uhdm/gen_for.h
include/uhdm/gen_if.h
include/uhdm/gen_if_else.h
include/uhdm/gen_scope.h
include/uhdm/gen_scope_array.h
include/uhdm/gen_stmt.h

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.8.4
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Robust, High Performance JSON Parser and Generator for R
WWW= https://cran.r-project.org/web/packages/jsonlite/

View File

@ -719,10 +719,8 @@
SUBDIR += proftpd-mod_sql_tds
SUBDIR += prometheus-postgresql-adapter
SUBDIR += pspg
SUBDIR += puppetdb-terminus6
SUBDIR += puppetdb-terminus7
SUBDIR += puppetdb-terminus8
SUBDIR += puppetdb6
SUBDIR += puppetdb7
SUBDIR += puppetdb8
SUBDIR += puredb

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.0.8
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Cache R Objects with Automatic Pruning
WWW= https://cran.r-project.org/web/packages/cachem/

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.1.1
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Fast Implementation of a Key-Value Store
WWW= https://cran.r-project.org/web/packages/fastmap/

View File

@ -1,6 +1,5 @@
PORTNAME= mongodb-tools
DISTVERSION= 100.7.0
PORTREVISION= 2
DISTVERSION= 100.7.2
CATEGORIES= databases
MAINTAINER= ronald@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1678288230
SHA256 (mongodb-mongo-tools-100.7.0_GH0.tar.gz) = 09afff36c690fcae36ce4290ef6fd6ae5060e5071b9904da027cdb0a2c292ebe
SIZE (mongodb-mongo-tools-100.7.0_GH0.tar.gz) = 4414796
TIMESTAMP = 1685604562
SHA256 (mongodb-mongo-tools-100.7.2_GH0.tar.gz) = 6128d1e44536b7bc6b86ce3ea15872e937fa0237e5b57ae98cbfab2a318af09b
SIZE (mongodb-mongo-tools-100.7.2_GH0.tar.gz) = 4510467

View File

@ -1,7 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 7.0.0-rc0
PORTREVISION= 1
DISTVERSION= 7.0.0-rc2
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
@ -89,14 +88,6 @@ SSL_MAKE_ARGS= --ssl
.include <bsd.port.pre.mk>
# MongoDB 7.0 fails on clang15.
.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
_LLVM_VERSION= 14
BUILD_DEPENDS+= clang${_LLVM_VERSION}:devel/llvm${_LLVM_VERSION}
CC= ${LOCALBASE}/bin/clang${_LLVM_VERSION}
CXX= ${LOCALBASE}/bin/clang++${_LLVM_VERSION}
.endif
ALL_TARGET= install-core
# This ports is only following the Major Release.

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1682425414
SHA256 (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 2876591e26ff60b3228371e7d97faa5b9d188445d86187c1e77cef8e09978df2
SIZE (mongodb-mongo-r7.0.0-rc0_GH0.tar.gz) = 113376874
TIMESTAMP = 1684994747
SHA256 (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = ed6abfbf4ad410e958ce89cc898bcd7570aceeb795935a5e8762db7623e65372
SIZE (mongodb-mongo-r7.0.0-rc2_GH0.tar.gz) = 113451210
SHA256 (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = a365bf54ef4e4fd6a136cf6afa9c620ba0c8982402473b9bfac38928a688a9e0
SIZE (mongodb-forks-spidermonkey-82aac6af18abcd5bf188afbc821779ccb0ca0902_GH0.tar.gz) = 141291901

View File

@ -1,7 +1,6 @@
PORTNAME= octosql
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.1
PORTREVISION= 3
DISTVERSION= 0.12.2
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1679676260
SHA256 (go/databases_octosql/octosql-v0.12.1/v0.12.1.mod) = 1e5d06815e23c0cef139d7731724c38acd2ca8c2a9b27278e82f4d159d1fd1b6
SIZE (go/databases_octosql/octosql-v0.12.1/v0.12.1.mod) = 3279
SHA256 (go/databases_octosql/octosql-v0.12.1/v0.12.1.zip) = bca564157e372fbd41c2c8cdf6f52cb726645ee903a1064310f73d771715d715
SIZE (go/databases_octosql/octosql-v0.12.1/v0.12.1.zip) = 2341157
SHA256 (go/databases_octosql/octosql-v0.12.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
SIZE (go/databases_octosql/octosql-v0.12.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
TIMESTAMP = 1685548493
SHA256 (go/databases_octosql/octosql-v0.12.2/v0.12.2.mod) = 63077a2ceef1402b8970ecf484743cc2de1468f05b7b8082daa9dfbe5b3a4792
SIZE (go/databases_octosql/octosql-v0.12.2/v0.12.2.mod) = 3111
SHA256 (go/databases_octosql/octosql-v0.12.2/v0.12.2.zip) = dfe5971a0e2c468e7a5ae244f692130c9b1b98e90d430cd9d69ed51f8a98431a
SIZE (go/databases_octosql/octosql-v0.12.2/v0.12.2.zip) = 2336760
SHA256 (go/databases_octosql/octosql-v0.12.2/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
SIZE (go/databases_octosql/octosql-v0.12.2/golang-sys-v0.6.0_GH0.tar.gz) = 1434234

View File

@ -1,5 +1,5 @@
PORTNAME= pg_activity
PORTVERSION= 3.3.0
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= v
CATEGORIES= databases python

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1679516405
SHA256 (dalibo-pg_activity-v3.3.0_GH0.tar.gz) = 6316e720b0a9aed471ec6e330d4b5ce9141adc08faa6920ca2dd74e875359d5b
SIZE (dalibo-pg_activity-v3.3.0_GH0.tar.gz) = 429012
TIMESTAMP = 1685476316
SHA256 (dalibo-pg_activity-v3.4.1_GH0.tar.gz) = 75a77cb8258415de7819c8a8e1707050ce2fb9fcc5ee07883e7f8863a2010235
SIZE (dalibo-pg_activity-v3.4.1_GH0.tar.gz) = 432136

View File

@ -1,27 +0,0 @@
PORTNAME= puppetdb-terminus
PORTVERSION= 6.22.1
CATEGORIES= databases ruby
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 6
DISTNAME= puppetdb-${PORTVERSION}
MAINTAINER= puppet@FreeBSD.org
COMMENT= PuppetDB storeconfigs backend terminus module
WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
DEPRECATED= Puppet 6 has reached EOL
EXPIRATION_DATE=2023-06-01
CONFLICTS_INSTALL= puppetdb-terminus[0-9]
NO_BUILD= yes
USES= gmake ruby
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile
do-install:
@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1663350139
SHA256 (puppetdb-6.22.1.tar.gz) = bc77e244411fcc49398ab8f50a28e39ea4424f92f1a94c27c084b8ae7499679b
SIZE (puppetdb-6.22.1.tar.gz) = 48848603

View File

@ -1,58 +0,0 @@
--- Makefile.orig 2022-08-01 21:19:05 UTC
+++ Makefile
@@ -1,7 +1,7 @@
prefix = /usr/local
datadir = $(prefix)/share
confdir = /etc
-rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
+rubylibdir = $(shell %%PREFIX%%/bin/ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
rundir = /var/run
bindir = /usr/bin
@@ -36,22 +36,30 @@ install-puppetdb:
install-puppetdb-termini:
- install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb"
- install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
- install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb"
- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb"
- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb"
- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb"
- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb"
- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb"
- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb"
- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb"
- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/functions"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/node"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource"
+ install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb"
+ install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb"
+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb"
+ install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb"
+ install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb"
+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb"
+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb"
+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb"
+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb"
+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb"
+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb"
+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb"
+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb"
+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb"
+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb"
+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb"
+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb"
install-rpm-sysv-init: install-rpm-preinst
install -d -m 0755 "$(DESTDIR)$(initdir)"

View File

@ -1 +0,0 @@
The PuppetDB storeconfigs backend terminus module.

View File

@ -1,17 +0,0 @@
%%RUBY_SITELIBDIR%%/puppet/face/node/deactivate.rb
%%RUBY_SITELIBDIR%%/puppet/face/node/status.rb
%%RUBY_SITELIBDIR%%/puppet/functions/puppetdb_query.rb
%%RUBY_SITELIBDIR%%/puppet/indirector/catalog/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/indirector/facts/puppetdb_apply.rb
%%RUBY_SITELIBDIR%%/puppet/indirector/node/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/indirector/resource/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/reports/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/atom.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/char_encoding.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/command_names.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/config.rb
%%RUBY_SITELIBDIR%%/puppet/util/puppetdb/http.rb

View File

@ -1,53 +0,0 @@
PORTNAME= puppetdb
PORTVERSION= 6.22.1
CATEGORIES= databases java
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 6
MAINTAINER= puppet@FreeBSD.org
COMMENT= PuppetDB storeconfigs backend
WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
DEPRECATED= Puppet 6 has reached EOL
EXPIRATION_DATE=2023-06-01
RUN_DEPENDS= bash:shells/bash
USE_RC_SUBR= puppetdb
CONFLICTS_INSTALL= puppetdb[0-9] # etc/puppetdb/bootstrap.cfg.sample
USES= cpe shebangfix
CPE_VENDOR= puppet
SHEBANG_FILES= ext/bin/puppetdb \
ext/cli/anonymize \
ext/cli/config-migration \
ext/cli/foreground \
ext/cli/ssl-setup \
ext/cli/start \
ext/cli/stop \
ext/cli/reload \
ext/cli/upgrade \
ext/ezbake-functions.sh
USE_JAVA= yes
NO_ARCH= yes
NO_BUILD= yes
USERS= puppetdb
GROUPS= puppetdb
SUB_LIST= JAVA_HOME=${JAVA_HOME}
SUB_FILES= pkg-message
post-patch:
.for file in Makefile ext/bin/puppetdb ext/cli/ssl-setup \
ext/config/conf.d/jetty.ini ext/config/conf.d/config.ini
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/${file}
.endfor
@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" ${WRKSRC}/ext/bin/puppetdb
do-install:
@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} make install-puppetdb
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1663350175
SHA256 (puppetdb-6.22.1.tar.gz) = bc77e244411fcc49398ab8f50a28e39ea4424f92f1a94c27c084b8ae7499679b
SIZE (puppetdb-6.22.1.tar.gz) = 48848603

View File

@ -1,39 +0,0 @@
--- Makefile.orig 2022-08-01 21:19:05 UTC
+++ Makefile
@@ -1,24 +1,24 @@
-prefix = /usr/local
+prefix = %%PREFIX%%
datadir = $(prefix)/share
-confdir = /etc
+confdir = %%PREFIX%%/etc
rubylibdir = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['sitelibdir']")
rundir = /var/run
-bindir = /usr/bin
+bindir = %%PREFIX%%/bin
install-puppetdb:
install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb"
install -m 0644 puppetdb.jar "$(DESTDIR)$(datadir)/puppetdb"
install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb"
install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb"
- install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d"
- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini"
- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini"
- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf"
- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini"
- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini"
- install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg"
- install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml"
- install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml"
+ install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d"
+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample"
+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample"
+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample"
+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample"
+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample"
+ install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample"
+ install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample"
+ install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample"
install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli"
install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps"
install -d -m 0755 "$(DESTDIR)$(bindir)"

View File

@ -1,15 +0,0 @@
--- ext/bin/puppetdb.orig 2016-03-17 04:17:10 UTC
+++ ext/bin/puppetdb
@@ -5,6 +5,12 @@ if [ -r "/etc/default/puppetdb" ] ; then
. /etc/default/puppetdb
elif [ -r "/etc/sysconfig/puppetdb" ] ; then
. /etc/sysconfig/puppetdb
+elif [ `uname` == "FreeBSD" ] ; then
+ CONFIG="%%PREFIX%%/etc/puppetdb/conf.d"
+ INSTALL_DIR="%%DATADIR%%"
+ JAVA_BIN="%%PREFIX%%/bin/java"
+ JAVA_ARGS="-Xmx192m"
+ USER="puppet"
elif [ `uname` == "OpenBSD" ] ; then
JAVA_BIN=$(javaPathHelper -c puppetdb)
JAVA_ARGS="-Xmx192m"

View File

@ -1,11 +0,0 @@
--- ext/cli/ssl-setup.orig 2016-03-17 04:17:10 UTC
+++ ext/cli/ssl-setup
@@ -230,7 +230,7 @@ else
user=puppetdb
group=puppetdb
- puppetdb_confdir="/etc/puppetlabs/puppetdb"
+ puppetdb_confdir="%%PREFIX%%/etc/puppetdb"
fi
set -e

View File

@ -1,15 +0,0 @@
--- ext/config/conf.d/config.ini.orig 2016-03-17 04:17:06 UTC
+++ ext/config/conf.d/config.ini
@@ -3,10 +3,10 @@
[global]
# Store mq/db data in a custom directory
-vardir = /opt/puppetlabs/server/data/puppetdb
+vardir = /var/db/puppetdb
# Use an external logback config file
-logging-config = /etc/puppetlabs/puppetdb/logback.xml
+logging-config = %%PREFIX%%/etc/puppetdb/logback.xml
[command-processing]
# How many command-processing threads to use, defaults to (CPUs / 2)

View File

@ -1,8 +0,0 @@
--- ext/config/conf.d/jetty.ini.orig 2016-03-17 04:17:06 UTC
+++ ext/config/conf.d/jetty.ini
@@ -30,4 +30,4 @@ port = 8080
# Access logging configuration path. To turn off access logging
# comment out the line with `access-log-config=...`
-access-log-config = /etc/puppetlabs/puppetdb/request-logging.xml
+access-log-config = %%PREFIX%%/etc/puppetdb/request-logging.xml

View File

@ -1,29 +0,0 @@
--- ext/config/logback.xml.orig 2017-04-24 12:27:57.366296793 -0700
+++ ext/config/logback.xml 2017-04-24 12:28:48.723259627 -0700
@@ -6,10 +6,10 @@
</appender>
<appender name="F1" class="ch.qos.logback.core.rolling.RollingFileAppender">
- <file>/var/log/puppetlabs/puppetdb/puppetdb.log</file>
+ <file>/var/log/puppetdb/puppetdb.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
+ <fileNamePattern>/var/log/puppetdb/puppetdb-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
<!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total-->
<maxFileSize>200MB</maxFileSize>
<maxHistory>90</maxHistory>
@@ -31,11 +31,11 @@
level="info"/>
<appender name="STATUS" class="ch.qos.logback.core.rolling.RollingFileAppender">
- <file>/var/log/puppetlabs/puppetdb/puppetdb-status.log</file>
+ <file>/var/log/puppetdb/puppetdb-status.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<!-- rollover daily -->
- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
+ <fileNamePattern>/var/log/puppetdb/puppetdb-status-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
<!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total-->
<maxFileSize>200MB</maxFileSize>
<maxHistory>90</maxHistory>

View File

@ -1,14 +0,0 @@
--- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700
+++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700
@@ -1,9 +1,9 @@
<configuration debug="false">
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file>
+ <file>/var/log/puppetdb/puppetdb-access.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
+ <fileNamePattern>/var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
<!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total-->
<maxFileSize>200MB</maxFileSize>
<maxHistory>90</maxHistory>

View File

@ -1,12 +0,0 @@
[
{ type: install
message: <<EOM
If this is a new installation, please run the follow to setup your SSL/puppetdb
server:
%%PREFIX%%/bin/puppetdb ssl-setup
Please also remember to add puppetdb_enable="YES" into your rc.conf.
EOM
}
]

View File

@ -1,89 +0,0 @@
#!/bin/sh
# PROVIDE: puppetdb
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Configuration settings for puppetdb in /etc/rc.conf:
#
# puppetdb_enable (bool):
# Set to "NO" by default.
# Set it to "YES" to enable puppetdb
#
# puppetdb_args (str):
# Extra arguments passed to start command
#
# puppetdb_java_home (str):
# Set to "%%JAVA_HOME%%" by default.
# Set the Java virtual machine to run puppetdb
#
# puppetdb_java_opts (str):
# Set to "" by default.
# Java VM args to use.
#
# puppetdb_user (str):
# Set to "puppetdb" by default.
# User to run puppetdb as.
#
# puppetdb_group (str):
# Set to "puppetdb" by default.
# Group for data file ownership.
#
# puppetdb_log_file (str):
# Set to "/var/log/puppetdb/puppetdb.log" by default.
# Log file location.
#
. /etc/rc.subr
name="puppetdb"
rcvar=puppetdb_enable
load_rc_config "${name}"
: ${puppetdb_enable="NO"}
: ${puppetdb_args="services -c %%PREFIX%%/etc/puppetdb/conf.d"}
: ${puppetdb_java_home="%%JAVA_HOME%%"}
: ${puppetdb_user="puppetdb"}
: ${puppetdb_group="puppetdb"}
: ${puppetdb_log_file="/var/log/puppetdb/puppetdb.log"}
pidfile="/var/run/puppetdb/puppetdb.pid"
command="/usr/sbin/daemon"
java_cmd="${puppetdb_java_home}/bin/java"
procname="${java_cmd}"
command_args="-p ${pidfile} ${java_cmd} ${puppetdb_java_opts} -Djava.security.egd=/dev/urandom -cp %%DATADIR%%/puppetdb.jar clojure.main -m puppetlabs.puppetdb.core ${puppetdb_args} > ${puppetdb_log_file} 2>&1"
required_files="${java_cmd}"
start_precmd="puppetdb_prestart"
puppetdb_prestart() {
if [ ! -d "/var/log/puppetdb" ]; then
install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/log/puppetdb"
fi
if [ ! -f "${puppetdb_log_file}" ]; then
touch "${puppetdb_log_file}"
chown "${puppetdb_user}:${puppetdb_group}" "${puppetdb_log_file}"
chmod 640 "${puppetdb_log_file}"
fi
if [ ! -d "/var/run/puppetdb" ]; then
install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/run/puppetdb"
fi
chown -R "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/conf.d"
chmod 0750 "%%PREFIX%%/etc/puppetdb/conf.d"
chown "root:${puppetdb_group}" "%%PREFIX%%/etc/puppetdb/logback.xml"
chmod 0640 "%%PREFIX%%/etc/puppetdb/logback.xml"
if [ ! -d "/var/db/puppetdb" ]; then
install -d -o "${puppetdb_user}" -g "${puppetdb_group}" -m 750 "/var/db/puppetdb"
fi
chown -R "${puppetdb_user}:${puppetdb_group}" "/var/db/puppetdb"
chmod 0750 "/var/db/puppetdb"
}
run_rc_command "$1"

View File

@ -1 +0,0 @@
The PuppetDB storeconfigs backend

View File

@ -1,23 +0,0 @@
bin/puppetdb
%%DATADIR%%/cli/apps/anonymize
%%DATADIR%%/cli/apps/config-migration
%%DATADIR%%/cli/apps/delete-reports
%%DATADIR%%/cli/apps/foreground
%%DATADIR%%/cli/apps/ssl-setup
%%DATADIR%%/cli/apps/start
%%DATADIR%%/cli/apps/stop
%%DATADIR%%/cli/apps/reload
%%DATADIR%%/cli/apps/upgrade
%%DATADIR%%/ezbake-functions.sh
%%DATADIR%%/ezbake.manifest
%%DATADIR%%/puppetdb.jar
@group puppetdb
@sample etc/puppetdb/bootstrap.cfg.sample
@sample etc/puppetdb/conf.d/auth.conf.sample
@sample etc/puppetdb/conf.d/config.ini.sample
@sample etc/puppetdb/conf.d/database.ini.sample
@sample etc/puppetdb/conf.d/jetty.ini.sample
@sample etc/puppetdb/conf.d/repl.ini.sample
@sample etc/puppetdb/logback.xml.sample
@sample etc/puppetdb/request-logging.xml.sample
@group

View File

@ -1,6 +1,6 @@
PORTNAME= dfshow
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0-beta
DISTVERSION= 0.10.1-beta
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1685029238
SHA256 (roberthawdon-dfshow-v0.10.0-beta_GH0.tar.gz) = d77fe0ccaf0e4d9c21ba7ae95937d02f805fea79485aed7418485e1057309ffe
SIZE (roberthawdon-dfshow-v0.10.0-beta_GH0.tar.gz) = 317642
TIMESTAMP = 1685691458
SHA256 (roberthawdon-dfshow-v0.10.1-beta_GH0.tar.gz) = efac58a5a65173ad0fcb77ee0f02d79f182ae14e7342a8fad2226a36630a0042
SIZE (roberthawdon-dfshow-v0.10.1-beta_GH0.tar.gz) = 317219

View File

@ -7,6 +7,7 @@ DISTNAME= clive-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line client for posting LiveJournal entries
WWW= https://sourceforge.net/projects/ljclive/
USES= iconv
GNU_CONFIGURE= yes

View File

@ -1,34 +1,32 @@
PORTNAME= xfce4-generic-slider
PORTVERSION= g20230204
PORTREVISION= 1
PORTVERSION= 1.0.0
PORTEPOCH= 1
CATEGORIES= deskutils
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= ehaupt@FreeBSD.org
MAINTAINER= xfce@FreeBSD.org
COMMENT= Slider plugin to adjust and/or monitor any numeric variable
WWW= https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xdt-autogen:devel/xfce4-dev-tools
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext gmake gnome libtool pkgconfig xfce:gtk3
USE_GITLAB= yes
GL_SITE= https://gitlab.xfce.org
GL_ACCOUNT= panel-plugins
GL_COMMIT= 158b29bf84d2a4be150fe7ac278c605eb5309c0c
USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
USE_XFCE= libmenu panel
CONFIGURE_ARGS= CC="${CC}"
PLIST_FILES= lib/xfce4/panel/plugins/libgeneric-slider.so \
share/xfce4/panel/plugins/generic-slider.desktop
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
pre-configure:
(cd ${WRKSRC} && ./autogen.sh ${CONFIGURE_ARGS})
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1677161206
SHA256 (panel-plugins-xfce4-generic-slider-158b29bf84d2a4be150fe7ac278c605eb5309c0c_GL0.tar.gz) = 3e4e8d0277a572f8db595b44ff0622aac8af999085d10612ea4b57bdf848ecd7
SIZE (panel-plugins-xfce4-generic-slider-158b29bf84d2a4be150fe7ac278c605eb5309c0c_GL0.tar.gz) = 22286
TIMESTAMP = 1685376239
SHA256 (xfce4/xfce4-generic-slider-1.0.0.tar.bz2) = 06074d1123c1767bd0e25c6e7b34ade0a1e9edf51c996b8a643772e5881024bb
SIZE (xfce4/xfce4-generic-slider-1.0.0.tar.bz2) = 359724

View File

@ -0,0 +1,34 @@
lib/xfce4/panel/plugins/libgeneric-slider.so
share/icons/hicolor/128x128/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/16x16/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/24x24/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/32x32/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/48x48/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/64x64/apps/org.xfce.panel.genericslider.png
share/icons/hicolor/scalable/apps/org.xfce.panel.genericslider.svg
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-generic-slider.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-generic-slider.mo
share/xfce4/panel/plugins/generic-slider.desktop

View File

@ -207,7 +207,6 @@
SUBDIR += argtable
SUBDIR += arm-elf-binutils
SUBDIR += arm-none-eabi-gcc
SUBDIR += arm-none-eabi-gcc492
SUBDIR += arm-none-eabi-newlib
SUBDIR += aros-sdk
SUBDIR += arpc
@ -5383,7 +5382,6 @@
SUBDIR += py-pyusb
SUBDIR += py-pyvisa
SUBDIR += py-pyvisa-py
SUBDIR += py-pyxb
SUBDIR += py-pyxb-x
SUBDIR += py-pyyaml-include
SUBDIR += py-pyyaml5

View File

@ -3,7 +3,7 @@ PORTVERSION= 3.6.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Helpers for Developing Command Line Interfaces
WWW= https://cran.r-project.org/web/packages/cli/

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.0.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= ANSI Control Sequence Aware String Functions
WWW= https://cran.r-project.org/web/packages/fansi/

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.3.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Utilities for Delaying Function Execution
WWW= https://cran.r-project.org/web/packages/later/

View File

@ -3,7 +3,7 @@ PORTVERSION= 1.0.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Functional Programming Tools
WWW= https://cran.r-project.org/web/packages/purrr/

View File

@ -3,7 +3,7 @@ PORTVERSION= 0.6.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Vector Helpers
WWW= https://cran.r-project.org/web/packages/vctrs/

View File

@ -1,80 +0,0 @@
PORTNAME= gcc
PORTVERSION= 4.9.2
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMEPREFIX?= arm-none-eabi-
PKGNAMESUFFIX= 492
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Compiler Collection for bare metal arm cross-development
WWW= https://gcc.gnu.org/
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
DEPRECATED= Long time unsupported upstream
EXPIRATION_DATE= 2023-05-31
BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile
BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libmpc.so:math/mpc
BUILD_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
objdump:devel/binutils
RUN_DEPENDS= ${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
USES= compiler cpe gmake iconv libtool makeinfo tar:bzip2
CPE_VENDOR= gnu
PLIST_SUB= TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
OPSYS=${OPSYS:tl} \
GCC_TARGET=${GCC_TARGET}
GCC_TARGET= arm-none-eabi
BU_PREFIX?= ${GCC_TARGET}
GNU_CONFIGURE= yes
CONFIGURE_OUTSOURCE= yes
# libstdcxx won't build, but we don't need it or multiple float-abi libs.
CONFIGURE_ARGS= --target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \
--without-headers \
--with-gmp=${LOCALBASE} \
--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \
--with-system-zlib \
--with-as=${LOCALBASE}/bin/${BU_PREFIX}-as \
--with-ld=${LOCALBASE}/bin/${BU_PREFIX}-ld \
--disable-libstdcxx \
--disable-multilib
CONFLICTS_INSTALL= arm-none-eabi-gcc
PLIST= ${.CURDIR}/pkg-plist
# U-Boot requires libgcc, crossbuild and install it along with the compiler.
ALL_TARGET= all-gcc all-target-libgcc
INSTALL_TARGET= install-gcc install-target-libgcc
.include <bsd.port.pre.mk>
CONFIGURE_TARGET= ${ARCH}-portbld-${OPSYS:tl}${OSREL}
post-install:
@if [ -f ${STAGEDIR}${PREFIX}/bin/cpp ] ; then \
${MV} ${STAGEDIR}${PREFIX}/bin/cpp \
${STAGEDIR}${PREFIX}/bin/${GCC_TARGET}-cpp ; \
fi
.for f in c++ cpp g++ gcc gcc-ar gcc-nm gcc-ranlib gcov
@${RM} ${STAGEDIR}${PREFIX}/bin/$f
@${RM} ${STAGEDIR}${PREFIX}/man/man1/$f.1.gz
.endfor
@${RM} ${STAGEDIR}${PREFIX}/info/*
@${RM} ${STAGEDIR}${PREFIX}/man/man7/*
# The following is required for clang to bootstrap gcc.
.if ${COMPILER_TYPE} == clang
MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gcc-4.9.2.tar.bz2) = 2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd
SIZE (gcc-4.9.2.tar.bz2) = 89939747

View File

@ -1,21 +0,0 @@
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how
clang unfortunately poisons user namespace by default (without any
special options).
Until that changes (or GCC changes) we need to avoid using vec_step
as a variable.
--- UTC
Index: gcc/tree-vect-loop.c
===================================================================
--- gcc/tree-vect-loop.c (revision 273856)
+++ gcc/tree-vect-loop.c (working copy)
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see
#include "vec-perm-indices.h"
#include "tree-eh.h"
+#define vec_step vec_step_
+
/* Loop Vectorization Pass.
This pass tries to vectorize loops.

View File

@ -1,24 +0,0 @@
--- gcc/bitmap.c.orig 2014-01-02 22:23:26 UTC
+++ gcc/bitmap.c
@@ -2166,9 +2166,9 @@ print_statistics (bitmap_descriptor_d **
s[41] = 0;
fprintf (stderr,
"%-41s %9u"
- " %15"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d"
- " %15"HOST_WIDEST_INT_PRINT"d"
- " %10"HOST_WIDEST_INT_PRINT"d %10"HOST_WIDEST_INT_PRINT"d\n",
+ " %15" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d"
+ " %15" HOST_WIDEST_INT_PRINT "d"
+ " %10" HOST_WIDEST_INT_PRINT "d %10" HOST_WIDEST_INT_PRINT "d\n",
s, d->created,
d->allocated, d->peak, d->current,
d->nsearches, d->search_iter);
@@ -2201,7 +2201,7 @@ dump_bitmap_statistics (void)
bitmap_desc_hash.traverse <output_info *, print_statistics> (&info);
fprintf (stderr, "---------------------------------------------------------------------------------\n");
fprintf (stderr,
- "%-41s %9"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d\n",
+ "%-41s %9" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d\n",
"Total", info.count, info.size);
fprintf (stderr, "---------------------------------------------------------------------------------\n");
}

View File

@ -1,38 +0,0 @@
--- gcc/cgraph.c.orig 2014-06-20 09:57:53 UTC
+++ gcc/cgraph.c
@@ -1378,7 +1378,7 @@ cgraph_redirect_edge_call_stmt_to_callee
if (dump_file)
fprintf (dump_file,
"Expanding speculative call of %s/%i -> %s/%i count:"
- HOST_WIDEST_INT_PRINT_DEC"\n",
+ HOST_WIDEST_INT_PRINT_DEC "\n",
xstrdup (e->caller->name ()),
e->caller->order,
xstrdup (e->callee->name ()),
@@ -1976,7 +1976,7 @@ dump_cgraph_node (FILE *f, struct cgraph
fprintf (f, " First run: %i\n", node->tp_first_run);
fprintf (f, " Function flags:");
if (node->count)
- fprintf (f, " executed "HOST_WIDEST_INT_PRINT_DEC"x",
+ fprintf (f, " executed " HOST_WIDEST_INT_PRINT_DEC "x",
(HOST_WIDEST_INT)node->count);
if (node->origin)
fprintf (f, " nested in: %s", node->origin->asm_name ());
@@ -2028,7 +2028,7 @@ dump_cgraph_node (FILE *f, struct cgraph
fprintf (f, "%s/%i ", edge->caller->asm_name (),
edge->caller->order);
if (edge->count)
- fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
+ fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ",
(HOST_WIDEST_INT)edge->count);
if (edge->frequency)
fprintf (f, "(%.2f per call) ",
@@ -2055,7 +2055,7 @@ dump_cgraph_node (FILE *f, struct cgraph
if (edge->indirect_inlining_edge)
fprintf (f, "(indirect_inlining) ");
if (edge->count)
- fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
+ fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ",
(HOST_WIDEST_INT)edge->count);
if (edge->frequency)
fprintf (f, "(%.2f per call) ",

View File

@ -1,11 +0,0 @@
--- gcc/config.host.orig 2014-01-02 22:23:26 UTC
+++ gcc/config.host
@@ -99,7 +99,7 @@ case ${host} in
esac
case ${host} in
- arm*-*-linux*)
+ arm*-*-*)
case ${target} in
arm*-*-*)
host_extra_gcc_objs="driver-arm.o"

View File

@ -1,20 +0,0 @@
--- gcc/config/elfos.h.orig 2014-04-07 13:27:39 UTC
+++ gcc/config/elfos.h
@@ -99,7 +99,7 @@ see the files COPYING3 and COPYING.RUNTI
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(FILE, SIZE) \
- fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
+ fprintf ((FILE), "%s" HOST_WIDE_INT_PRINT_UNSIGNED "\n",\
SKIP_ASM_OP, (SIZE))
/* This is how to store into the string LABEL
@@ -167,7 +167,7 @@ see the files COPYING3 and COPYING.RUNTI
{ \
fprintf ((FILE), "%s", COMMON_ASM_OP); \
assemble_name ((FILE), (NAME)); \
- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \
(SIZE), (ALIGN) / BITS_PER_UNIT); \
} \
while (0)

View File

@ -1,11 +0,0 @@
--- gcc/cppbuiltin.c.orig 2014-01-24 23:13:49 UTC
+++ gcc/cppbuiltin.c
@@ -129,7 +129,7 @@ static void
define_builtin_macros_for_type_sizes (cpp_reader *pfile)
{
#define define_type_sizeof(NAME, TYPE) \
- cpp_define_formatted (pfile, NAME"="HOST_WIDE_INT_PRINT_DEC, \
+ cpp_define_formatted (pfile, NAME "=" HOST_WIDE_INT_PRINT_DEC, \
tree_to_uhwi (TYPE_SIZE_UNIT (TYPE)))
define_type_sizeof ("__SIZEOF_INT__", integer_type_node);

View File

@ -1,11 +0,0 @@
--- gcc/defaults.h.orig 2014-01-02 22:23:26 UTC
+++ gcc/defaults.h
@@ -123,7 +123,7 @@ see the files COPYING3 and COPYING.RUNTI
{ \
fprintf ((FILE), "\t%s\t", TLS_COMMON_ASM_OP); \
assemble_name ((FILE), (NAME)); \
- fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \
+ fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n", \
(SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
} \
while (0)

View File

@ -1,45 +0,0 @@
--- gcc/dwarf2cfi.c.orig 2014-01-02 22:23:26 UTC
+++ gcc/dwarf2cfi.c
@@ -3176,7 +3176,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
case DW_CFA_offset_extended:
case DW_CFA_offset_extended_sf:
r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1);
- fprintf (f, "\t.cfi_offset %lu, "HOST_WIDE_INT_PRINT_DEC"\n",
+ fprintf (f, "\t.cfi_offset %lu, " HOST_WIDE_INT_PRINT_DEC "\n",
r, cfi->dw_cfi_oprnd2.dw_cfi_offset);
break;
@@ -3199,7 +3199,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
case DW_CFA_def_cfa:
case DW_CFA_def_cfa_sf:
r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1);
- fprintf (f, "\t.cfi_def_cfa %lu, "HOST_WIDE_INT_PRINT_DEC"\n",
+ fprintf (f, "\t.cfi_def_cfa %lu, " HOST_WIDE_INT_PRINT_DEC "\n",
r, cfi->dw_cfi_oprnd2.dw_cfi_offset);
break;
@@ -3217,7 +3217,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
case DW_CFA_def_cfa_offset:
case DW_CFA_def_cfa_offset_sf:
fprintf (f, "\t.cfi_def_cfa_offset "
- HOST_WIDE_INT_PRINT_DEC"\n",
+ HOST_WIDE_INT_PRINT_DEC "\n",
cfi->dw_cfi_oprnd1.dw_cfi_offset);
break;
@@ -3234,13 +3234,13 @@ output_cfi_directive (FILE *f, dw_cfi_re
fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size);
dw2_asm_output_data_uleb128_raw (cfi->dw_cfi_oprnd1.dw_cfi_offset);
if (flag_debug_asm)
- fprintf (f, "\t%s args_size "HOST_WIDE_INT_PRINT_DEC,
+ fprintf (f, "\t%s args_size " HOST_WIDE_INT_PRINT_DEC,
ASM_COMMENT_START, cfi->dw_cfi_oprnd1.dw_cfi_offset);
fputc ('\n', f);
}
else
{
- fprintf (f, "\t.cfi_GNU_args_size "HOST_WIDE_INT_PRINT_DEC "\n",
+ fprintf (f, "\t.cfi_GNU_args_size " HOST_WIDE_INT_PRINT_DEC "\n",
cfi->dw_cfi_oprnd1.dw_cfi_offset);
}
break;

View File

@ -1,13 +0,0 @@
--- gcc/dwarf2out.c.orig 2014-10-01 20:57:44 UTC
+++ gcc/dwarf2out.c
@@ -5324,8 +5324,8 @@ print_die (dw_die_ref die, FILE *outfile
fprintf (outfile, HOST_WIDE_INT_PRINT_UNSIGNED, AT_unsigned (a));
break;
case dw_val_class_const_double:
- fprintf (outfile, "constant ("HOST_WIDE_INT_PRINT_DEC","\
- HOST_WIDE_INT_PRINT_UNSIGNED")",
+ fprintf (outfile, "constant (" HOST_WIDE_INT_PRINT_DEC ","\
+ HOST_WIDE_INT_PRINT_UNSIGNED ")",
a->dw_attr_val.v.val_double.high,
a->dw_attr_val.v.val_double.low);
break;

View File

@ -1,17 +0,0 @@
--- gcc/gcc.c.orig 2014-10-22 21:42:48 UTC
+++ gcc/gcc.c
@@ -710,12 +710,12 @@ proper position among the other output f
#define PLUGIN_COND_CLOSE ""
#endif
#define LINK_PLUGIN_SPEC \
- "%{"PLUGIN_COND": \
+ "%{" PLUGIN_COND ": \
-plugin %(linker_plugin_file) \
-plugin-opt=%(lto_wrapper) \
-plugin-opt=-fresolution=%u.res \
%{!nostdlib:%{!nodefaultlibs:%:pass-through-libs(%(link_gcc_c_sequence))}} \
- }"PLUGIN_COND_CLOSE
+ }" PLUGIN_COND_CLOSE
#else
/* The linker used doesn't support -plugin, reject -fuse-linker-plugin. */
#define LINK_PLUGIN_SPEC "%{fuse-linker-plugin:\

View File

@ -1,11 +0,0 @@
--- gcc/ipa-devirt.c.orig 2014-10-05 02:50:01 UTC
+++ gcc/ipa-devirt.c
@@ -1634,7 +1634,7 @@ dump_possible_polymorphic_call_targets (
{
fprintf (f, " Contained in type:");
print_generic_expr (f, ctx.outer_type, TDF_SLIM);
- fprintf (f, " at offset "HOST_WIDE_INT_PRINT_DEC"\n",
+ fprintf (f, " at offset " HOST_WIDE_INT_PRINT_DEC "\n",
ctx.offset);
}

View File

@ -1,11 +0,0 @@
--- gcc/ipa-inline.c.orig 2014-05-21 05:40:09 UTC
+++ gcc/ipa-inline.c
@@ -1727,7 +1727,7 @@ inline_small_functions (void)
badness,
edge->frequency / (double)CGRAPH_FREQ_BASE);
if (edge->count)
- fprintf (dump_file," Called "HOST_WIDEST_INT_PRINT_DEC"x\n",
+ fprintf (dump_file," Called " HOST_WIDEST_INT_PRINT_DEC "x\n",
edge->count);
if (dump_flags & TDF_DETAILS)
edge_badness (edge, true);

View File

@ -1,38 +0,0 @@
--- gcc/ipa-profile.c.orig 2014-01-02 22:23:26 UTC
+++ gcc/ipa-profile.c
@@ -163,7 +163,7 @@ dump_histogram (FILE *file, vec<histogra
{
cumulated_time += histogram[i]->count * histogram[i]->time;
cumulated_size += histogram[i]->size;
- fprintf (file, " "HOST_WIDEST_INT_PRINT_DEC": time:%i (%2.2f) size:%i (%2.2f)\n",
+ fprintf (file, " " HOST_WIDEST_INT_PRINT_DEC ": time:%i (%2.2f) size:%i (%2.2f)\n",
(HOST_WIDEST_INT) histogram[i]->count,
histogram[i]->time,
cumulated_time * 100.0 / overall_time,
@@ -516,7 +516,7 @@ ipa_profile (void)
{
gcov_type min, cumulated_time = 0, cumulated_size = 0;
- fprintf (dump_file, "Overall time: "HOST_WIDEST_INT_PRINT_DEC"\n",
+ fprintf (dump_file, "Overall time: " HOST_WIDEST_INT_PRINT_DEC "\n",
(HOST_WIDEST_INT)overall_time);
min = get_hot_bb_threshold ();
for (i = 0; i < (int)histogram.length () && histogram[i]->count >= min;
@@ -525,7 +525,7 @@ ipa_profile (void)
cumulated_time += histogram[i]->count * histogram[i]->time;
cumulated_size += histogram[i]->size;
}
- fprintf (dump_file, "GCOV min count: "HOST_WIDEST_INT_PRINT_DEC
+ fprintf (dump_file, "GCOV min count: " HOST_WIDEST_INT_PRINT_DEC
" Time:%3.2f%% Size:%3.2f%%\n",
(HOST_WIDEST_INT)min,
cumulated_time * 100.0 / overall_time,
@@ -551,7 +551,7 @@ ipa_profile (void)
cumulated_time += histogram[i]->count * histogram[i]->time;
cumulated_size += histogram[i]->size;
}
- fprintf (dump_file, "Determined min count: "HOST_WIDEST_INT_PRINT_DEC
+ fprintf (dump_file, "Determined min count: " HOST_WIDEST_INT_PRINT_DEC
" Time:%3.2f%% Size:%3.2f%%\n",
(HOST_WIDEST_INT)threshold,
cumulated_time * 100.0 / overall_time,

Some files were not shown because too many files have changed in this diff Show More