On 2023/05/19 00:01:09 -0400, A Tammy <openbsd.po...@aisha.cc> wrote: > > On 5/18/23 12:26, Ashlen wrote: > > Hi all. :) This is a font I recently discovered and I decided to make a > > proper port for it. > > > > Homepage: https://rubjo.github.io/victor-mono/ > > GitHub: https://github.com/rubjo/victor-mono > > > > Victor Mono is a monospaced font with a large x-height. It reminds me a > > little of Iosevka, except that I find Victor Mono more readable (I have > > astigmatism and it's easier on my eyes for whatever reason). > > > > Suggestions/feedback are always welcome. I added a comment above > > MASTER_SITES and DISTFILES because I had to jump through some hoops to > > get a versioned copy. I used the solution that packagers elsewhere use > > (FreeBSD, NixOS). > > Don't think we need the comment over the MASTER_SITES but don't really > care either way.
hum. same for me. I'd probably drop it. > You could also add yourself as maintainer if you wish. > > If someone likes it and wants to import OK aisha. I'd tweak slightly the indentation, just so they line up, see diff below. looks fine in emacs, ok op@ --- Makefile.orig Fri May 19 09:05:20 2023 +++ Makefile Fri May 19 09:05:29 2023 @@ -2,7 +2,7 @@ HOMEPAGE= https://rubjo.github.io/victor-mono/ TYPEFACE= victor-mono -V= 1.5.5 +V= 1.5.5 # Packagers on other operating systems obtain a versioned copy of # victor-mono using this URL. Unfortunately, upstream doesn't seem to @@ -13,7 +13,7 @@ # SIL OFL 1.1 PERMIT_PACKAGE= Yes -MODULES= font +MODULES= font FONT_DISTSUBDIR= OTF NO_BUILD= Yes