Re: [NEW] inputmethods/libkkc

2022-01-02 Thread Kinichiro Inoguchi
On Sun, Jan 02, 2022 at 09:52:56AM +, Stuart Henderson wrote: > You can try something like this: > > MASTER_SITES0= https://somebody/path/ > DISTFILES= ${GH_DISTFILE} second_distfile.tar.gz:0 > > But I don't think there is a problem to have separate ports for libkkc and > libkkc-data anyway.

Re: update/clean up for fonts/noto

2021-12-11 Thread Kinichiro Inoguchi
On Fri, Dec 10, 2021 at 04:55:32AM +, Yifei Zhan wrote: > ping > > On 21/11/24 12:10PM, Yifei Zhan wrote: > > fonts/noto needs some cleanup/update: > > > > - existing GH accounts/repo paths/homepages for noto are retired and no > > longer work, I updated them to the new ones. > > -

Re: [NEW] inputmethods/ibus-kkc

2021-11-29 Thread Kinichiro Inoguchi
This could build and worked successfully on amd64. But 'make port-lib-depends-check' requires Xau Xdmcp execinfo jpeg to WANTLIB. On Thu, Sep 23, 2021 at 12:29:04PM +0900, SASANO Takayoshi wrote: > Hi, > > here is ibus-kkc, input engine for ibus based on libkkc. > > this requires

Re: [NEW] inputmethods/fcitx-kkc

2021-11-29 Thread Kinichiro Inoguchi
I had built and tested this on amd64, and saw worked successfully. Also both 'make plist' and 'make port-lib-depends-check' were fine. It is good to have another review, but I am ok with this. ok inoguchi@ On Thu, Sep 23, 2021 at 01:55:31PM +0900, SASANO Takayoshi wrote: > Hi, > > here is

Re: Move cache path with inputmethods/libkkc

2021-11-26 Thread Kinichiro Inoguchi
On Sat, Nov 27, 2021 at 02:48:30PM +0900, SASANO Takayoshi wrote: > Hi, > > Is there any problem to disable the cache of g-ir-scanner? I found no problem with 'MAKE_ENV += GI_SCANNER_DISABLE_CACHE=1' instead of 'MAKE_ENV += XDG_CACHE_HOME=${WRKBUILD}/.cache' and could build package successfully.

Move cache path with inputmethods/libkkc

2021-11-26 Thread Kinichiro Inoguchi
While building inputmethods/libkkc package, g-ir-scanner creates cache files under /libkkc-20210214_writes_to_HOME. I would like to move this path to ${WRKBUILD}/.cache rather than /. We can also disable cache output by setting GI_SCANNER_DISABLE_CACHE, but this diff is using XDG_CACHE_HOME and

Re: update textproc/libmarisa to add perl and ruby bindings

2021-11-25 Thread Kinichiro Inoguchi
On Wed, Nov 24, 2021 at 02:31:32PM +, Stuart Henderson wrote: > On 2021/11/24 21:39, Kinichiro Inoguchi wrote: > > On Wed, Nov 24, 2021 at 08:45:36AM +, Stuart Henderson wrote: > > > On 2021/11/23 17:33, Kinichiro Inoguchi wrote: > > > > This adds perl and rub

Re: update textproc/libmarisa to add perl and ruby bindings

2021-11-24 Thread Kinichiro Inoguchi
On Wed, Nov 24, 2021 at 08:45:36AM +, Stuart Henderson wrote: > On 2021/11/23 17:33, Kinichiro Inoguchi wrote: > > This adds perl and ruby bindings to libmarisa as sub packages. > > Currently only python binding is included. > > I had checked this with sample.pl and sampl

update textproc/libmarisa to add perl and ruby bindings

2021-11-23 Thread Kinichiro Inoguchi
This adds perl and ruby bindings to libmarisa as sub packages. Currently only python binding is included. I had checked this with sample.pl and sample.rb on my openbsd7.0/amd64, and saw this works fine. Incremented REVISION-main and added REVISION-python in Makefile. ok? Index: Makefile

Re: [NEW] inputmethods/libkkc

2021-11-22 Thread Kinichiro Inoguchi
My personal thoughts, how about make this libkkc-data as sub package of libkkc, since this data releates to it and sub package could reduce the space of directory under the inputmethods/. On Thu, Sep 23, 2021 at 12:27:41PM +0900, SASANO Takayoshi wrote: > Hi, > > here is libkkc-data, kana-kanji

Re: [NEW] inputmethods/libkkc

2021-11-22 Thread Kinichiro Inoguchi
I'm fine with this and OK inoguchi@. '-pthread' might be '-lpthread' ('l' is missing) ? On Sun, Nov 21, 2021 at 05:27:48AM +0900, SASANO Takayoshi wrote: > Hello, sorry for late reply. > > This is fixed version. > > CONFIGURE_STYLE, AUTORECONF is modified/added. > I thought using CONFIGURE_ENV

Re: [NEW] inputmethods/libkkc

2021-10-30 Thread Kinichiro Inoguchi
Hi, I just thought that using "CONFIGURE_STYLE = autoreconf" rather than 'autoconf' and adding "AUTORECONF = ./autogen.sh" could remove 'do-gen:' block, like textproc/liblrdf. I don't think "MODULES = lang/python" is not required. And adding 'CONFIGURE_ENV += LIBS="-lc++ -lc++abi -lpthread"'

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

2021-09-14 Thread Kinichiro Inoguchi
On Mon, Sep 13, 2021 at 02:22:38PM +0100, Stuart Henderson wrote: > On 2021/09/12 23:45, Kinichiro Inoguchi wrote: > > - Added "REVISION-main=0". > > I didn't add REVISION-main with my last diff since I thought > > 'libmarisa-main' > > would b

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

2021-09-12 Thread Kinichiro Inoguchi
On Sun, Sep 12, 2021 at 02:41:26PM +0100, Stuart Henderson wrote: > On 2021/09/12 14:41, Stuart Henderson wrote: > > - please merge the ".if ${BUILD_PACKAGES:M-python}" blocks > > > > - the BUILD_DEPENDS on lang/python is set automatically by the python module > > and shouldn't be listed

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

2021-09-12 Thread Kinichiro Inoguchi
On Sun, Sep 12, 2021 at 11:57:11AM +0900, SASANO Takayoshi wrote: > 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

Re: new: devel/libmarisa: tire library wanted by some IME pkgs

2021-09-11 Thread Kinichiro Inoguchi
On Fri, Aug 13, 2021 at 07:48:06PM +0100, Stuart Henderson wrote: > On 2021/08/07 01:33, Yifei Zhan wrote: > > On 21/08/06 04:13PM, Stuart Henderson wrote: > > > > > > make test fails to build, do you have any ideas about that? > > > > > > > > > marisa-test.cc:21:23: error: expected

Re: audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-11 Thread Kinichiro Inoguchi
Hi, I understood the situation. Post your update to the list when you are ready. I'm looking forward it. Thanks! On Mon, Jul 12, 2021, 12:35 AM Brian Callahan wrote: > Hello -- > > On 07/11/2021 12:09 AM, Kinichiro Inoguchi wrote: > > I noticed that musescore build a

audio/mscore fetch MuseScore_General_* files as DISTFILES

2021-07-10 Thread Kinichiro Inoguchi
I noticed that musescore build always downloads MuseScore_General_* files, and it takes a long time since download site was slow. How do you like fetching them as DISTFILES to shorten build time ? I intentionally left the downloading VERSION file from the site, that is because we can tell if the

Re: [UPDATE] astro/sunclock to 3.57

2021-07-07 Thread Kinichiro Inoguchi
200, Jeremie Courreges-Anglas wrote: > On Wed, Jul 07 2021, Kinichiro Inoguchi wrote: > > This is update for sunclock 3.57. > > > > - remove REVISION for the first revision of 3.57. > > - change MASTER_SITES to github. > > This looks better than what I had, at least be

[UPDATE] astro/sunclock to 3.57

2021-07-06 Thread Kinichiro Inoguchi
This is update for sunclock 3.57. - remove REVISION for the first revision of 3.57. - change MASTER_SITES to github. - remove Xext, Xau and Xdmcp from WANTLIB-main - remove Sunclock.se from PLIST-main since 3.57 drops it HOMEPAGE appears to be unreachable, but I left it as is since I couldn't

Re: [new] devel/sharness

2021-05-02 Thread Kinichiro Inoguchi
On Sat, May 01, 2021 at 07:19:03PM +0200, Theo Buehler wrote: > This is another port that I need for elliptic curve work in libcrypto. > > https://github.com/chriscool/sharness > > $ cat pkg/DESCR > Sharness is a portable shell library to write, run, and analyze > automated tests for Unix

Re: [new] py-fastecdsa 2.1.5

2021-04-23 Thread Kinichiro Inoguchi
On Fri, Apr 23, 2021 at 09:23:46PM +0200, Theo Buehler wrote: > I need this for some elliptic curve work in libcrypto. It may be useful > for others. This is based on portgen but I needed to tweak it quite a > bit to build. The tests fetch test cases from the internet, so I added > workarounds for

Re: [update] audio/lmms enable ZynAddSubFX

2020-08-15 Thread Kinichiro Inoguchi
I had updated diff and tested on latest snapshot amd64. It works and zynaddsubfx is displayed and sounds. I also checked 'make port-lib-depends-check' gives no error. Index: Makefile === RCS file: /cvs/ports/audio/lmms/Makefile,v

Re: [update] audio/lmms enable ZynAddSubFX

2020-06-30 Thread Kinichiro Inoguchi
> > The missing linkages in port-lib-depends-check are still there: > > > > lmms-1.2.0p1(audio/lmms): > > Extra: fftw3.7 lo.1 mxml.0 > > > > "Extra" means that the libraries are listed in WANTLIB but are not used > > by any of the programs/libraries in the package, this might mean that > >

Re: [update] audio/lmms enable ZynAddSubFX

2020-06-28 Thread Kinichiro Inoguchi
On Sun, Jun 28, 2020 at 01:03:48PM +0100, Stuart Henderson wrote: > On 2020/06/28 11:01, Kinichiro Inoguchi wrote: > > On Sat, Jun 27, 2020 at 04:55:47PM +0100, Stuart Henderson wrote: > > > On 2020/06/27 15:37, Kinichiro Inoguchi wrote: > > > > Currently, lmms is di

Re: [update] audio/lmms enable ZynAddSubFX

2020-06-27 Thread Kinichiro Inoguchi
On Sat, Jun 27, 2020 at 04:55:47PM +0100, Stuart Henderson wrote: > On 2020/06/27 15:37, Kinichiro Inoguchi wrote: > > Currently, lmms is disabling the ZynAddSubFX plugin. > > This diff enables it. > > > > - remove patches/patch-plugins_CMakeLists_txt to build zyn

[update] audio/lmms enable ZynAddSubFX

2020-06-27 Thread Kinichiro Inoguchi
would like to 'cvs remove' it if this diff is ok. I had confirmed that build and install on my OpenBSD 6.7 (amd64) succeeded. And I could play ZynAddSubFX within lmms. ok? Kinichiro Inoguchi Index: Makefile === RCS file: /cvs/ports

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
Ok, then I will set SHARED_LIBS += lo 1. 0# 11.1 We still don't need Revision? REVISION = 1 I will use cvs add to instate 'liblo' directory and files when I commit. Thanks Kinichiro Inoguchi On Fri, Jun 26, 2020, 7:21 AM Stuart Henderson wrote: > On 2020/06

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
On Thu, Jun 25, 2020 at 12:17:53PM +0100, Stuart Henderson wrote: > On 2020/06/25 20:06, Kinichiro Inoguchi wrote: > > Hello Laurence, > > > > Thanks for checking this. > > I would like to proceed this if no objection from others. > > > > And

Re: [new] audio/liblo

2020-06-25 Thread Kinichiro Inoguchi
52:37 2020 +++ MakefileThu Jun 25 19:53:14 2020 @@ -19,5 +19,6 @@ PERMIT_PACKAGE = Yes WANTLIB = c m pthread CONFIGURE_STYLE = gnu +CONFIGURE_ENV =ac_cv_prog_DOXYGEN="" .include I will attach new liblo.tar.gz in this mail. ok? Regards,

[new] audio/liblo

2020-06-24 Thread Kinichiro Inoguchi
and SHARED_LIBS to 0.2, since last old version has no REVISION and SHARED_LIBS was 0.1. I had checked that 'make', 'make install', and 'make uninstall' worked on my OpenBSD 6.7 amd64. I appreciate any comments and feedbacks. Best regards, Kinichiro Inoguchi liblo.tar.gz Description: application

Re: cvs2svn : add keyword support for OpenBSD and Mdocdate

2017-01-11 Thread kinichiro inoguchi
> Yes, thanks, and I see why I couldn't spot a difference: I simply > misapplied your patch. :) That makes sense :-) > Your diff makes sense, ok jca@ - just don't forget to bump REVISION. Thanks, I will add REVISION=0 to Makefile. Kinichiro Inoguchi On Wed, Jan 11, 2017 at 03:54:1

Re: cvs2svn : add keyword support for OpenBSD and Mdocdate

2017-01-11 Thread kinichiro inoguchi
nBSD: OCSP_REQUEST_new.3,v 1.7 2016/12/25 22:15:10 schwarze Exp $ .Dd $Mdocdate: December 25 2016 $ == This is OK, and date is set to '2016/12/25' and rev is set to 1.7. Best regards, Kinichiro Inoguchi On Wed, Jan 11, 20

Re: cvs2svn : add keyword support for OpenBSD and Mdocdate

2017-01-10 Thread kinichiro inoguchi
Hi, Thanks for checking this. I also wanted to convert part of OpenBSD source tree to git repo. My procedures are, 1. Run cvs2git with setting expanded to 'KeywordHandlingPropertySetter' in option file for CVS that contains ,v files in it. 2. Import it into new git repo. 3. git clone and