textproc/unicode/ucd: add emoji

2024-06-13 Thread SASANO Takayoshi
Hi, libunicode (https://github.com/contour-terminal/libunicode) requires Unicode UCD's emoji directory. libunicode uses UCD's emoji definition and it downloads Unicode UCD archive during build procedure by CMake. Creating ports of libunicode, download feature of CMake is disabled so we have to us

Re: [update] fonts/vlgothic-20230918

2024-06-28 Thread SASANO Takayoshi
ping? On Tue, 07 May 2024 22:32:44 +0900, SASANO Takayoshi wrote: > > here is vlgothic-20230918 diff. (fixed U+33C7 glyph) > > ok? > > Index: Makefile > === > RCS file: /cvs/ports/fonts/vlgothic/Makef

[NEW] devel/boxed-cpp

2024-06-28 Thread SASANO Takayoshi
Hi, I want to port Contour-terminal (https://github.com/contour-terminal/contour) and this requires two libraries. Here is the one of, boxed-cpp. Simply put into include/boxed-cpp/boxed-hpp. ok? -- SASANO Takayoshi (JG1UAA) boxed-cpp.tgz Description: Binary data

[NEW] textproc/libunicode

2024-06-28 Thread SASANO Takayoshi
Hi, I want to port Contour-terminal (https://github.com/contour-terminal/contour) and this requires two libraries. Here is the another, libunicode. It requires previously posted updated textproc/unicode/ucd. ok? -- SASANO Takayoshi (JG1UAA) libunicode.tgz Description: Binary data

[NEW] x11/contour (work-in-progress)

2024-07-06 Thread SASANO Takayoshi
/libunicode package. https://marc.info/?l=openbsd-ports&m=171961710727187&w=2 (libunicode) https://marc.info/?l=openbsd-ports&m=171961232324802&w=2 (boxed-cpp) Previously I posted these ports and I need ok for them to work creating contour-terminal port smoothly. -- SASANO T

ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

2024-07-07 Thread SASANO Takayoshi
} @lib lib/libgs.so.${LIBgs_VERSION} +@so lib/libgxps.so +lib/libgxps.so.18 +@lib lib/libgxps.so.${LIBgxps_VERSION} @man man/man1/dvipdf.1 @man man/man1/eps2eps.1 @man man/man1/gs.1 -- SASANO Takayoshi (JG1UAA)

Re: ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

2024-07-09 Thread SASANO Takayoshi
18 lib/libgpdl.so.${LIBgpdl_VERSION} lib/libgxps.so lib/libgxps.so.18 lib/libgxps.so.${LIBgxps_VERSION} Regards, -- SASANO Takayoshi (JG1UAA)

Re: ports/print/ghostscript: add ghost{pcl6,xps,pdl,pdf}

2024-07-09 Thread SASANO Takayoshi
Well, how do we treat commonly-installed documents? binary is different, but manuals (and some other stuff) are same between Ghost*. (so, I think ghostscript package contains all; same as ghostpdl or ghostpdl might be addendum for ghostscript.) -- SASANO Takayoshi (JG1UAA)

Re: [NEW] textproc/libunicode

2024-07-13 Thread SASANO Takayoshi
RGS = -DLIBUNICODE_TESTING=OFF \ + -DLIBUNICODE_USE_INTRINSICS=OFF \ -DLIBUNICODE_UCD_DIR=${LOCALBASE}/share/unicode/ucd .include -- SASANO Takayoshi (JG1UAA)

Re: [NEW] textproc/libunicode

2024-07-13 Thread SASANO Takayoshi
unicode/ucd +.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} == "aarch64" +CONFIGURE_ARGS += -DLIBUNICODE_USE_INTRINSICS=OFF +.endif + .include -- SASANO Takayoshi (JG1UAA)

Re: [NEW] textproc/libunicode

2024-07-13 Thread SASANO Takayoshi
il::scan_for_text_ascii(string_view text, s > + auto input = text.data(); > + auto const end = text.data() + min(text.size(), maxColumnCount); > + > ++#if defined(USE_INTRINSICS) > + intrinsics::m128i const ControlCodeMax = intrinsics::set1_epi8(0x20); > // 0..0x1F > + intrinsics::m128i const Complex = intrinsics::set1_epi8(-128); > // equals to 0x80 (0b1000') > + > +@@ -99,6 +100,7 @@ size_t detail::scan_for_text_ascii(string_view text, s > + } > + input += sizeof(intrinsics::m128i); > + } > ++#endif > + > + while (input != end && is_ascii(*input)) > + ++input; > -- SASANO Takayoshi (JG1UAA)

UPDATE: devel/dtc

2015-05-30 Thread SASANO Takayoshi
Hello, Here is the diff of dtc-1.3.0 to dtc-1.4.1 at devel/dtc. In 1.4.1, the name of command ftdump has renamed to fdtdump and two utilities (fdtget/fdtput) has added. ok? -- SASANO Takayoshi Index: Makefile === RCS file: /cvs

UPDATE: geo/gpsbabel-1.4.4

2012-12-26 Thread SASANO Takayoshi
Hello, Here is the update for geo/gpsbabel-1.4.3 -> gpsbabel-1.4.4. And new file, patches/patch-gbser_posix_c fixes the stuck problem when downloading log data from GPS logger via serial port. I tested with CanMore's GP-101, it contains PL-2303 USB-UART converter. Regards, -- SASANO T

Re: UPDATE: geo/gpsbabel-1.4.4

2013-01-01 Thread SASANO Takayoshi
Hi, Is there any other problem? If this is ok, I will commit the diff within two or three days. Thank you for testing. SASANO Takayoshi At Fri, 28 Dec 2012 11:42:43 +0400, Sergey Bronnikov wrote: > > Just checked patch with my Holux M-241. > Downloading of tracks works fine. >

Re: UPDATE: geo/gpsbabel-1.4.4

2013-01-02 Thread SASANO Takayoshi
Hi, here is new diff. ok? - only SHA256 digest in distinfo - removed REVISION-main and REVISION-qt from Makefile - add two files in pkg/PLIST-main Thanks for comments from sergeyb@, brad@ sthen@ and kirby@. -- SASANO Takayoshi Index: Makefile

[NEW] net/msdl

2019-01-02 Thread SASANO Takayoshi
Hello, I am using msdl (http://msdl.sourceforge.net/), a download client for rtsp/mms/mmsh for long time. I attach a port. Tested with armv7 and amd64. -- SASANO Takayoshi (JG1UAA) msdl.tar.gz Description: Binary data

Re: [NEW] net/msdl

2019-01-03 Thread SASANO Takayoshi
nd package name is msdl-1.2.7p2 instead of msdl-1.2.7-r2. -- SASANO Takayoshi (JG1UAA) msdl-2.tar.gz Description: Binary data

Re: [NEW] net/msdl

2019-01-04 Thread SASANO Takayoshi
> I would suggest this: > > V = 1.2.7 > DISTNAME = msdl-1.2.7-r2 > PKGNAME = ${DISTNAME:S/-r/pl} ok, here is third edition; using msdl-1.2.7pl2 instead of msdl-1.2.7-r2. (the tar.gz is attached) -- SASANO Takayoshi (JG1UAA) msdl-3.tar.gz Description: Binary data

audio/portaudio-svn: Add support for multiple sndio devices

2019-01-08 Thread SASANO Takayoshi
PA_SNDIO_AUDIODEVICES_MAX) { > if (*device == '\0') > continue; > info = &sndioHostApi->device_info[deviceCount]; > InitDeviceInfo(info, hostApiIndex, device); > sndioHostApi->infos[deviceCount] = info; > deviceCount++; > } > } > 675c727 < (*hostApi)->info.deviceCount = 1; --- > (*hostApi)->info.deviceCount = deviceCount; -- SASANO Takayoshi (JG1UAA)

arm-none-eabi-gcc-linaro-6.3.2017.02p3: incorrect libgcc linking

2019-05-04 Thread SASANO Takayoshi
found that _mainCRTStartup, __aeabi_idiv, .divsi3_skip_div0_test and __aeabi_idivmod is ARM, others are Thumb. I want to use division/remainder function (no startup required), is there any remedy? Regards, -- SASANO Takayoshi (JG1UAA)

[UPDATE] www/mozilla-firefox 66.0.4

2019-05-06 Thread SASANO Takayoshi
283007704 -- SASANO Takayoshi (JG1UAA)

Re: [UPDATE] www/mozilla-firefox 66.0.4

2019-05-06 Thread SASANO Takayoshi
Hello, > not ok, as this would break www/firefox-i18n. Of course i have the same > diff, i'm just waiting for feedback from upstream as why the langpacks > are missing from the release. > > Landry Thanks Landry, I will wait the release. Regards, -- SASANO Takayoshi (JG1UAA)

Re: arm-none-eabi-{gcc-linaro,newlib}: Add 'rmprofile' flavor

2019-07-03 Thread SASANO Takayoshi
library, for example MMDVM_HS (https://github.com/juribeparada/MMDVM_HS). Is this difficult to add into devel/arm-none-eabi/newlib? Regards, -- SASANO Takayoshi (JG1UAA)

[UPDATE] geo/gpsbabel 1.4.4 -> 1.6.0

2019-08-24 Thread SASANO Takayoshi
html share/doc/gpsbabel/fmt_raymarine.html share/doc/gpsbabel/fmt_ricoh.html share/doc/gpsbabel/fmt_s_and_t.html @@ -182,10 +171,10 @@ share/doc/gpsbabel/fmt_saplus.html share/doc/gpsbabel/fmt_saroute.html share/doc/gpsbabel/fmt_sbn.html share/doc/gpsbabel/fmt_sbp.html +share/doc/gpsbabel/fmt_shape.html share/doc/gpsbabel/fmt_skyforce.html share/doc/gpsbabel/fmt_skytraq-bin.html share/doc/gpsbabel/fmt_skytraq.html -share/doc/gpsbabel/fmt_sportsim.html share/doc/gpsbabel/fmt_stmsdf.html share/doc/gpsbabel/fmt_stmwpp.html share/doc/gpsbabel/fmt_subrip.html -- SASANO Takayoshi (JG1UAA)

Re: [UPDATE] geo/gpsbabel 1.4.4 -> 1.6.0

2019-08-31 Thread SASANO Takayoshi
l/fmt_wbt-tk1.html -share/doc/gpsbabel/fmt_wbt.html -share/doc/gpsbabel/fmt_wfff.html -share/doc/gpsbabel/fmt_wintec_tes.html -share/doc/gpsbabel/fmt_xcsv.html -share/doc/gpsbabel/fmt_xmap.html -share/doc/gpsbabel/fmt_xmap2006.html -share/doc/gpsbabel/fmt_xmapwpt.html -share/doc/gpsbabel/fmt_xol.html -share/doc/gpsbabel/fmt_yahoo.html -share/doc/gpsbabel/index.html -share/doc/gpsbabel/inifile.html -share/doc/gpsbabel/style_behavior.html -share/doc/gpsbabel/style_define.html -share/doc/gpsbabel/style_examples.html -share/doc/gpsbabel/style_global.html -share/doc/gpsbabel/style_intro2.html -share/doc/gpsbabel/style_layout.html -share/doc/gpsbabel/style_notes.html -share/doc/gpsbabel/styles_internal_const.html -share/doc/gpsbabel/styles_intro.html -share/doc/gpsbabel/tracking.html Regards, -- SASANO Takayoshi (JG1UAA)

Re: [UPDATE] geo/gpsbabel 1.4.4 -> 1.6.0

2019-09-02 Thread SASANO Takayoshi
share/doc/gpsbabel/fmt_xmapwpt.html -share/doc/gpsbabel/fmt_xol.html -share/doc/gpsbabel/fmt_yahoo.html -share/doc/gpsbabel/index.html -share/doc/gpsbabel/inifile.html -share/doc/gpsbabel/style_behavior.html -share/doc/gpsbabel/style_define.html -share/doc/gpsbabel/style_examples.html -share/doc/gpsbabel/style_global.html -share/doc/gpsbabel/style_intro2.html -share/doc/gpsbabel/style_layout.html -share/doc/gpsbabel/style_notes.html -share/doc/gpsbabel/styles_internal_const.html -share/doc/gpsbabel/styles_intro.html -share/doc/gpsbabel/tracking.html -- SASANO Takayoshi (JG1UAA)

[update] fonts/ibm-plex 5.1.3 -> 5.2.1

2021-07-25 Thread SASANO Takayoshi
-plex/IBMPlexSansJP-Text.ttf +share/fonts/ibm-plex/IBMPlexSansJP-Thin.otf +share/fonts/ibm-plex/IBMPlexSansJP-Thin.ttf share/fonts/ibm-plex/IBMPlexSansKR-Bold.otf share/fonts/ibm-plex/IBMPlexSansKR-ExtraLight.otf share/fonts/ibm-plex/IBMPlexSansKR-Light.otf -- SASANO Takayoshi (JG1UAA)

NEW:devel/marisa-trie

2021-08-28 Thread SASANO Takayoshi
and space-efficient trie data structure. And libmarisa is a C++ library to provide an implementation of MARISA. Also, the package of libmarisa contains a set of command line tools for building and operating a MARISA-based dictionary. -- SASANO Takayoshi (JG1UAA) marisa-trie.tgz Description

devel/py-marisa (swig based bindings)

2021-09-04 Thread SASANO Takayoshi
(pypi) bindings later. -- SASANO Takayoshi (JG1UAA) py-marisa.tgz Description: Binary data

[NEW] textproc/py-marisa (previously posted as devel/py-marisa)

2021-09-11 Thread SASANO Takayoshi
Hi, marisa-0.2.6 trie library is now imported to textproc/libmarisa, so here is the Python(3) binding will be settled at textproc/py-marisa. this is needed to build libkkc. thanks to inoguchi@ that telling me about libmarisa is already posted. -- SASANO Takayoshi (JG1UAA) py-marisa.tgz

Re: [NEW] textproc/py-marisa (previously posted as devel/py-marisa)

2021-09-13 Thread SASANO Takayoshi
ase go ahead. Thanks! -- SASANO Takayoshi (JG1UAA)

[NEW] inputmethods/libkkc

2021-09-22 Thread SASANO Takayoshi
Hi, here is libkkc, Kana-Kanji Conversion library for Japanese. this needs textproc/libmarisa. -- SASANO Takayoshi (JG1UAA) libkkc.tar.gz Description: Binary data

[NEW] inputmethods/libkkc

2021-09-22 Thread SASANO Takayoshi
Hi, here is libkkc-data, kana-kanji conversion dictionary for libkkc. this needs py(3)-libmarisa. -- SASANO Takayoshi (JG1UAA) libkkc-data.tar.gz Description: Binary data

[NEW] inputmethods/ibus-kkc

2021-09-22 Thread SASANO Takayoshi
Hi, here is ibus-kkc, input engine for ibus based on libkkc. this requires inputmethods/libkkc and inputmethods/libkkc-data. -- SASANO Takayoshi (JG1UAA) ibus-kkc.tar.gz Description: Binary data

[NEW] inputmethods/fcitx-kkc

2021-09-22 Thread SASANO Takayoshi
Hi, here is fcitx-kkc, input engine for fcitx based on libkkc. this requires inputmethods/libkkc and inputmethods/libkkc-data. -- SASANO Takayoshi (JG1UAA) fcitx-kkc.tar.gz Description: Binary data

Re: [NEW] inputmethods/libkkc

2021-11-20 Thread SASANO Takayoshi
. Regards, -- SASANO Takayoshi (JG1UAA) libkkc.tgz Description: Binary data

Re: [NEW] inputmethods/libkkc

2021-11-22 Thread SASANO Takayoshi
Hi, > I'm fine with this and OK inoguchi@. > '-pthread' might be '-lpthread' ('l' is missing) ? Thanks, committed with the fix '-lpthread'. -- SASANO Takayoshi (JG1UAA)

Re: Move cache path with inputmethods/libkkc

2021-11-26 Thread SASANO Takayoshi
Hi, Is there any problem to disable the cache of g-ir-scanner? I think specifing cahe path by XDG_CACHE_HOME looks no problem. ok by uaa@ -- SASANO Takayoshi (JG1UAA)

Re: [NEW] inputmethods/ibus-kkc

2021-12-03 Thread SASANO Takayoshi
h Qt. I don't know about workaround, sorry. -- SASANO Takayoshi (JG1UAA)

Re: [NEW] inputmethods/libkkc

2022-01-01 Thread SASANO Takayoshi
, but I have no idea to integrate. This is difficult for me. Different from libmarisa, the source code for libkkc comes from GitHub's git repository, and libkkc-data comes from tarball asset. Is there any good method to handle git and tarball same time? Regards, -- SASANO Takayoshi (JG1UAA)

[update] comms/hamlib 1.2.15.3 -> 4.4

2022-01-01 Thread SASANO Takayoshi
solve them, please tell me. Regards, -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/comms/hamlib/Makefile,v retrieving revision 1.43 diff -u -p -r1.43 Makefile --- Makefile22 Nov 2021 13:55:54 - 1.43

[update] comms/tlf tlf-1.2.1p1 -> p2

2022-01-02 Thread SASANO Takayoshi
Hi, here is a diff for comms/tlf logging program to update hamlib-4.4. it can support older hamlib. -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/comms/tlf/Makefile,v retrieving revision 1.17 diff -u -p -u

[update] comms/xlog xlog-2.0.15p1 -> p2

2022-01-02 Thread SASANO Takayoshi
This is a diff for comms/xlog logging program to update hamlib-4.4. it can support older hamlib. fldigi and gpsk31 is is no problem to update hamlib. gpsk31 is no longer supported (already in Attic). -- SASANO Takayoshi (JG1UAA) Index: Makefile

Re: [NEW] inputmethods/libkkc

2022-01-02 Thread SASANO Takayoshi
> That was just my thoughts, and go ahead your original separate package > if it is good. ok, now committed to inputmethods/libkkc-data. thanks all! -- SASANO Takayoshi (JG1UAA)

[NEW] audio/alsa-lib-1.2.10, alsa-utils-1.2.10, alsa-plugins-1.2.7.1

2023-10-16 Thread SASANO Takayoshi
mp;m=167256738314983&w=2) -- SASANO Takayoshi (JG1UAA) alsa-lib.tgz Description: Binary data alsa-utils.tgz Description: Binary data alsa-plugins.tgz Description: Binary data

japanese/canna cannaserver-3.5b2p8 -> cannaserver-3.5b2p9

2023-10-25 Thread SASANO Takayoshi
fix two issues - cannakill cannot kill cannaserver - cannastat does not work ok? BTW, how about to migrate canna-3.7 series? postscript comments in canna source code uses EUC-JP, not UTF-8. -- SASANO Takayoshi (JG1UAA) Index: Makefile

[NEW] emulators/dosbox-x-2023.10.06

2023-11-26 Thread SASANO Takayoshi
Hello, here is DOSBox-X DOS emulator, enhanced version of DOSBox. ok? -- SASANO Takayoshi (JG1UAA) dosbox-x.tgz Description: Binary data

Re: [NEW] emulators/dosbox-x-2023.10.06

2023-12-10 Thread SASANO Takayoshi
Hi, thanks for your review. Here is the second version of ports. - DESCR rewrited - Makefile fixed - new patches supported FIX_CRLF_FILES Regards, -- SASANO Takayoshi (JG1UAA) dosbox-x.tgz Description: Binary data

[NEW] audio/alsa-lib-1.2.8

2023-01-01 Thread SASANO Takayoshi
Hello, to acclerate alsa-utils and alsa-plugin ports development, post alsa-lib ports first. (I sent pull-request of alsa-utils for *BSD; https://github.com/alsa-project/alsa-utils/pull/186 if there is no enough time for us, use same diff in ports until they are merged) -- SASANO Takayoshi

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-02 Thread SASANO Takayoshi
Hi, previous ports cannot support alsa-plugin due to libdl detection, here is new ports with patch. (the patch is sent same as pull-request at https://github.com/alsa-project/alsa-lib/pull/290 ) -- SASANO Takayoshi (JG1UAA) alsa-lib.tgz Description: Binary data

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-03 Thread SASANO Takayoshi
Hello, - patch for configure.ac is simplified by your idea. (new diff is also posted to github) - warning of pcm.c is fixed, but I use (long)status->x.tv_sec cast because of other printf() uses same thing. no %ld -> %lld format change. - add comment before NO_TEST ok? --

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread SASANO Takayoshi
is better, wait for ALSA team response or work our patch simultaneously? -- SASANO Takayoshi (JG1UAA)

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-04 Thread SASANO Takayoshi
penBSD. How about to use PERMIT_PACKAGE=No (and PERMIT_DISTFILES=No?) to reduce install accidentaly, and install alsa suites into /usr/local/alsa or somewhere? -- SASANO Takayoshi (JG1UAA)

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-07 Thread SASANO Takayoshi
ocal/ealsa, config.log says "--prefix=/usr/local/ealsa --prefix=/usr/local", I saw. patches/patch-configure_ac contains workaround, prefix="$prefix/ealsa". Regards, -- SASANO Takayoshi (JG1UAA)

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-07 Thread SASANO Takayoshi
tion. Indeed I added sndio backend for DireWolf software TNC, but many other ham radio software (for alsa) remains... -- SASANO Takayoshi (JG1UAA)

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-07 Thread SASANO Takayoshi
Hi, aaauuuggghhh, here is the archive. sorry! On Sat, 07 Jan 2023 21:23:19 +0900, Stuart Henderson wrote: > > On 2023/01/07 20:11, SASANO Takayoshi wrote: > > Hello, > > > > alsa-lib.tgz (take3) attached. > > > > > The most common method to deal with th

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-14 Thread SASANO Takayoshi
ery hard to porting apps to /usr/local/lib/alsa-lib and /usr/local/include/alsa-lib. In alsa-utils, about 50 or more files are needed to be patched if header files are stored into /usr/local/include/alsa-lib . I think this is too much, but simply do write a patch that it is still neccesary... -

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-15 Thread SASANO Takayoshi
ke inotify, /usr/local/include/alsa-lib/(alsa/xxx) and /usr/local/lib/alsa-lib/(xxx) ? -- SASANO Takayoshi (JG1UAA)

Re: [NEW] audio/alsa-lib-1.2.8

2023-01-16 Thread SASANO Takayoshi
sa-lib-topology - configuration files at /usr/local/share/alsa-lib/alsa.conf (not /alsa/) - /usr/local/bin/aserver not changed Best regards, -- SASANO Takayoshi (JG1UAA) alsa-lib.tgz Description: Binary data

Re: [NEW] emulators/dosbox-x-2023.10.06

2024-02-01 Thread SASANO Takayoshi
t regards, -- SASANO Takayoshi (JG1UAA) dosbox-x.tgz Description: Binary data

[UPDATE] devel/msgpack-6.0.0

2024-02-02 Thread SASANO Takayoshi
e/msgpack-c/msgpack-c-targets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/msgpack-c/msgpack-c-targets.cmake +@static-lib lib/libmsgpack-c.a +@lib lib/libmsgpack-c.so.${LIBmsgpack-c_VERSION} +lib/pkgconfig/msgpack-c.pc -- SASANO Takayoshi (JG1UAA)

Re: [UPDATE] devel/msgpack-6.0.0

2024-02-03 Thread SASANO Takayoshi
+ CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS" + LIBS="$MSGPACK_LIBS $LIBS" +@@ -210,7 +210,7 @@ PKG_CHECK_MODULES( + found_msgpack=no + ) + if test "x$found_msgpack" = xno; then +- AC_MSG_ERROR("msgpack >= 1.1.0 not found") ++ AC_MSG_ERROR("msgpack-c >= 1.1.0 not found") + fi + + PKG_CHECK_MODULES( -- SASANO Takayoshi (JG1UAA)

[NEW] alsa-lib-1.2.11

2024-02-19 Thread SASANO Takayoshi
here is the ports of alsa-lib-1.2.11. ok? -- SASANO Takayoshi (JG1UAA) alsa-lib.tgz Description: Binary data

[NEW] alsa-utils-1.2.11

2024-02-19 Thread SASANO Takayoshi
here is the ports of alsa-utils-1.2.11. ok? -- SASANO Takayoshi (JG1UAA) alsa-utils.tgz Description: Binary data

[NEW] alsa-plugins-1.2.7.1

2024-02-19 Thread SASANO Takayoshi
here is the ports of alsa-plugins-1.2.7.1. ok? -- SASANO Takayoshi (JG1UAA) alsa-plugins.tgz Description: Binary data

Re: [NEW] alsa-lib-1.2.11

2024-02-20 Thread SASANO Takayoshi
p;w=2 The aim is "porting aid and rescue". Many ham-radio related softwares use ALSA, so this is required at least until it supports sndio. And, alsa-lib/alsa-utils(aplay)/alsa-plugin(Pulse) combination is working on OpenBSD-7.4/amd64. -- SASANO Takayoshi (JG1UAA)

Re: sysuitls/u-boot/sun50i

2024-02-20 Thread SASANO Takayoshi
://marc.info/?l=openbsd-ports&m=167133709916806&w=2 this post is old and I have to think produce both option enabled and disabled binary for H6. Regards, -- SASANO Takayoshi (JG1UAA)

Re: [NEW] alsa-lib-1.2.11

2024-02-21 Thread SASANO Takayoshi
g (capturing). -- SASANO Takayoshi (JG1UAA)

Re: amd64: llvm 16 fallout (2023-11-14)

2024-02-21 Thread SASANO Takayoshi
> It builds ok now anyway. IIRC something was changed in llvm (building > with some warnings disabled by default, perhaps) between the test build > and commit. I see, I will dispose my diff. Thanks. -- SASANO Takayoshi (JG1UAA)

Re: Update arm-trusted-firmware 2.10.2

2024-02-21 Thread SASANO Takayoshi
rusted-firmware/sun50i_a64-bl31.bin +share/arm-trusted-firmware/sun50i_h6-bl31-noreg.bin share/arm-trusted-firmware/sun50i_h6-bl31.bin share/arm-trusted-firmware/sun50i_h616-bl31.bin -- SASANO Takayoshi (JG1UAA)

Re: Update arm-trusted-firmware 2.10.2

2024-02-21 Thread SASANO Takayoshi
rmware/rk3399-bl31.elf share/arm-trusted-firmware/sun50i_a64-bl31.bin +share/arm-trusted-firmware/sun50i_h6-bl31-noreg.bin share/arm-trusted-firmware/sun50i_h6-bl31.bin share/arm-trusted-firmware/sun50i_h616-bl31.bin regards, -- SASANO Takayoshi (JG1UAA)

Re: Update arm-trusted-firmware 2.10.2

2024-02-22 Thread SASANO Takayoshi
mbian/build/blob/main/patch/kernel/archive/sunxi-6.1/patches.megous/arm64-dts-allwinner-orange-pi-3-Enable-ethernet.patch best regards, -- SASANO Takayoshi (JG1UAA)

Re: [NEW] x11/contour (work-in-progress)

2024-07-25 Thread SASANO Takayoshi
; invalid MIME type ("" does not contain a subtype) > now contour-terminal itself has OpenBSD support so patches are all removed. currently version number is 0.4.3.6442 (5-Feb-2024) but the essense is HEAD at github. I hope 0.4.4. will be released soon... -- SASANO Takayoshi (JG1UAA) contour.tgz Description: Binary data

Re: [Maintainer Update] print/ghostscript/gnu: add g{pcl6,xps,pdl}

2024-07-27 Thread SASANO Takayoshi
. > > opinions? OKs? compared with my diff, this is ok uaa@ -- SASANO Takayoshi (JG1UAA)

[UPDATE] devel/boxed-cpp-1.4.2

2024-09-01 Thread SASANO Takayoshi
rmat(boxed::detail::boxed const& val, fmt::format_context& ctx) - { - return fmt::format_to(ctx.out(), "{}", val.value); -- SASANO Takayoshi (JG1UAA)

[UPDATE] dosbox-x-2024.07.01

2024-09-01 Thread SASANO Takayoshi
[sinrom] "m" (logsinrom_addr), ++[exprom] "m" (exprom_addr), + [i] "m" (iter_counter) + : "cc", "ax", "bx", "cx", "di" + ); +-#elif defined(__GNUC__) && defined(__arm__) ++#elif defined(__GNUC__) && defined(__arm__) && !defined(_ESFMU_DISABLE_ASM_OPTIMIZATIONS) + asm ( + "movsr3, #0 \n\t" + "movs%[out], #0 \n\t" -- SASANO Takayoshi (JG1UAA)

[NEW] audio/alsa-{lib,utils,plugins}-1.2.12

2024-09-01 Thread SASANO Takayoshi
Here is ports of alsa-{lib,utils,plugins}-1.2.12. This is for developing aid (until the software supports sndio, or testing), not recommend for normal application. -- SASANO Takayoshi (JG1UAA) alsa-lib.tgz Description: Binary data alsa-utils.tgz Description: Binary data alsa

UPDATE fonts/vlgothic-20220612

2023-04-17 Thread SASANO Takayoshi
-20220612.tar.bz2) = JwOUprBMHKzQaZsxP8a4DZGl4G9H/aByRz9VrJlHZdo= +SIZE (VLGothic-20220612.tar.bz2) = 4955343 -- SASANO Takayoshi (JG1UAA)

[NEW] fonts/konatu-ttf

2023-04-23 Thread SASANO Takayoshi
Hi, here is Konatu, a Japanese TrueType font with embedded bitmap. DESCR is same as NetBSD's konatu-ttf. ok? -- SASANO Takayoshi (JG1UAA) konatu-ttf.tgz Description: Binary data

[NEW] devel/msgpack-cxx

2024-03-05 Thread SASANO Takayoshi
Hi, I want to build OpenDHT (https://github.com/savoirfairelinux/opendht) and this uses msgpack-cxx (https://github.com/msgpack/msgpack-c/tree/cpp_master). So I made this ports. This port installs C++ headers only. -- SASANO Takayoshi (JG1UAA) msgpack-cxx.tgz Description: Binary data

[NEW] devel/opendht-3.1.7

2024-03-07 Thread SASANO Takayoshi
Hi, Here is the port of OpenDHT-3.1.7, without tools and Python support. To build, it requires devel/msgpack-cxx I sent previously. SASANO Takayoshi (JG1UAA) opendht.tgz Description: Binary data

[UPDATE] emulators/dosbox-x-2024.03.01

2024-03-08 Thread SASANO Takayoshi
x/languages/ru_RU.lng share/dosbox-x/languages/tr_TR.lng share/dosbox-x/languages/zh_CN.lng share/dosbox-x/languages/zh_TW.lng -- SASANO Takayoshi (JG1UAA)

Re: [UPDATE] emulators/dosbox-x-2024.03.01

2024-03-09 Thread SASANO Takayoshi
Hi, > I would recommend running `make update-patches` to update the patch for > Makefile.am, otherwise looks good and runs. ok thfr@ I committed after running `make update-patches`. Thanks! -- SASANO Takayoshi (JG1UAA)

[NEW] devel/msgpack-cxx-6.1.1

2024-04-02 Thread SASANO Takayoshi
Hi, this is updated version that I previously posted. This port installs C++ headers only and is required to build OpenDHT. -- SASANO Takayoshi (JG1UAA) msgpack-cxx.tgz Description: Binary data

[NEW] devel/opendht-3.1.9

2024-04-02 Thread SASANO Takayoshi
Hi, Here is the port of OpenDHT-3.1.9, without tools and Python support. previous port (3.1.7) could not link any applications due to configure.ac is written for bash (not sh/ksh). This port has patch to fix configure script. (I reported this issue to author but not fixed yet) -- SASANO

Re: Fix emulators/dosbox-x build on riscv64

2024-04-19 Thread SASANO Takayoshi
Hi, I compared Brad's diff with current DOSBox-X code on GitHub https://github.com/joncampbell123/dosbox-x/commit/53fe254c9ce25a48dbe11582416cbf3a49516dce Copyright date is different (2002-2021 should be 2002-2024) but others are same. I think this is ok. -- SASANO Takayoshi (JG1UAA)

fix emulators/dosbox-x build on i386 (pl0->pl1)

2024-04-27 Thread SASANO Takayoshi
) ok? -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/emulators/dosbox-x/Makefile,v diff -u -p -r1.4 Makefile --- Makefile20 Apr 2024 19:21:56 - 1.4 +++ Makefile28 Apr 2024 00:22:34 -

[update] fonts/noto-cjk

2024-05-01 Thread SASANO Takayoshi
.otf.ttc -- SASANO Takayoshi (JG1UAA)

Re: [update] fonts/noto-cjk

2024-05-01 Thread SASANO Takayoshi
> Oh... actually I see it sets DIST_SUBDIR for these so ignore my last > email well... ok or not? -- SASANO Takayoshi (JG1UAA)

[update] fonts/vlgothic-20230918

2024-05-07 Thread SASANO Takayoshi
.tar.bz2) = 4955343 +SHA256 (VLGothic-20230918.tar.bz2) = 9bCNVZBXsAAdDjubRKf8iAfLRcp9LTstPbSJ+vayTwo= +SIZE (VLGothic-20230918.tar.bz2) = 4958674 -- SASANO Takayoshi (JG1UAA)

[UPDATE] devel/openocd-0.9.0 (again)

2016-12-30 Thread SASANO Takayoshi
Hello, I send this patch to ports@ on 3-Jan-2016 (see https://marc.info/?l=openbsd-ports&m=145181327024296&w=2 ). About one year will be passed but there is no response to commit or not, so I send this patch again. If there is no problem, I will commit. Best Regards, -- SASANO T

[UPDATE] emulators/xnp2 xnp2-0.86

2016-12-30 Thread SASANO Takayoshi
Hello, Here is the diff for xnp2-20140607 to xnp2-0.86. It requires gcc4.9 to build. ok? -- SASANO Takayoshi Index: Makefile === RCS file: /cvs/ports/emulators/xnp2/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile

Re: [UPDATE] devel/openocd-0.9.0 (again)

2016-12-31 Thread SASANO Takayoshi
openocd-0.9.0' gmake: *** [Makefile:407: all] Error 2 *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2687 '/usr/ports/pobj/openocd-0.9.0/.build_done') *** Error 1 in /usr/ports/devel/openocd (/usr/ports/infrastructure/mk/bsd.port.mk:2389 'all') # -- SASANO Takayo

[UPDATE] devel/openocd-0.9.0

2016-01-03 Thread SASANO Takayoshi
Hi, here is a diff for openocd-0.6.1 -> openocd-0.9.0 ok? -- SASANO Takayoshi Index: Makefile === RCS file: /cvs/ports/devel/openocd/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile16 Sep 2014 15

UPDATE converters/ish 1.11 -> 2.01a5

2011-12-26 Thread SASANO Takayoshi
l_c fixes #1 and patch-decode_c is for #2. ok? -- SASANO Takayoshi Index: Makefile === RCS file: /cvs/ports/converters/ish/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile16 Sep 2007 01:40:27 - 1

Re: replace sysutils/xorriso by libburn/libisofs/libisoburn & import xfburn

2017-12-16 Thread SASANO Takayoshi
Hello, > Ping ? anyone willing to okay the mechanical ports removal/layout change? > > Landry ok to split components and place suitable directory. (Simply I want to use xorriso with grub2, so I had no idea about libraries at that time) Regards, -- SASANO Takayoshi (JG1UAA)

[PATCH] curses support for qemu-2.8.1

2017-04-14 Thread SASANO Takayoshi
Hello, QEMU's -curses option is not enabled because configure script requires the information of ncurses by pkg-config. The diff specifies the place of ncurses library to enable QEMU's curses support. ok or comment? -- SASANO Takayoshi (JG1UAA) Index

curses support for qemu-2.9.0

2017-05-03 Thread SASANO Takayoshi
or comment? -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.160 diff -u -p -r1.160 Makefile --- Makefile23 Apr 2017 13:24:17 - 1.160 +++ Makefile2

Re: curses support for qemu-2.9.0

2017-05-04 Thread SASANO Takayoshi
Hi, I added simply #define _XOPEN_SOURCE_EXTENDED to the top of probe code like this. -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.160 diff -u -r1.160

[NEW] sysutils/xorriso-1.4.6

2017-06-30 Thread SASANO Takayoshi
Hello, here is the port of xorriso, iso9660 file manipulator. For my mistake, I already imported this to CVS tree. Sorry and if there is serious problem please remove it on CVS. -- SASANO Takayoshi (JG1UAA) diff -uNpr sysutils.orig/Makefile sysutils/Makefile --- sysutils.orig/Makefile

  1   2   >