Re: [new] fonts/cursed-font

2022-08-06 Thread Thim Cederlund
On Sat Aug 6, 2022 at 1:50 PM CEST, Stuart Henderson wrote:
> On 2022/08/03 16:54, Thim Cederlund wrote:
> > Hi,
> > 
> > On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote:
> > > I might be mistaken but I don't think there was an updated tar to
> > > get rid of mkfontdir/alias bits that @fontdir takes care of?
> > >
> > > I don't think the MESSAGE should be included, if such a message
> > > needs to go anywhere at all, it should probably be printed by
> > > pkg_add. But the other bitmap fonts seem to do ok without.
> > 
> > Here you go.
>
> op@ got me to have another look, on reflection I think it was right to do
> the fonts.alias things after all, seems that it probably is needed for
> bitmap fonts.
>
> So OK for the earlier version.
>

Oh. I skimmed through the files created by @fontdir but I noticed that
the fonts.alias file is empty. This wasn't the case with the older version that
I sent. I've attached the version without the MESSAGE file.
Both versions seems to be working fine for me but better safe than sorry.


Best Regards,

Thim Cederlund

>
> > 
> > Best Regards,
> > 
> > Thim Cederlund
> > 
> > >
> > >
> > >
> > > On 2022/08/03 15:33, Thim Cederlund wrote:
> > > > ping
> > > > 
> > > > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > > > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > > > > separate build step. See pkg_create(1).
> > > > >
> > > > > -- 
> > > > >   Sent from a phone, apologies for poor formatting.
> > > > >
> > > > > On 31 July 2022 11:26:25 Omar Polo  wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > "Thim Cederlund"  wrote:
> > > > > >> Hi ports@,
> > > > > >>
> > > > > >> % pkg_info cursed-font
> > > > > >> Information for inst:cursed-font-1.0.0
> > > > > >>
> > > > > >> Comment:
> > > > > >> monospaced 9x18 bitmap font for low-DPI screens
> > > > > >>
> > > > > >> Description:
> > > > > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > > > > >> It was originally an embiggened and monospace-ified version of 
> > > > > >> Apple's Chicago
> > > > > >> font from System 6, but it also takes inspiration from many other 
> > > > > >> fonts such
> > > > > >> as bizcat, ttyp0, tamzen, scientifica.
> > > > > >>
> > > > > >> Maintainer: Thim Cederlund 
> > > > > >>
> > > > > >> WWW: https://github.com/kiedtl/cursed
> > > > > >>
> > > > > >>
> > > > > >> Picture of the font in use: 
> > > > > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > > > > >
> > > > > > the font is a bit too big for my tastes, but the port looks good! :)
> > > > > >
> > > > > > two minor nitpicks regarding the indentation, but otherwise it's ok 
> > > > > > for
> > > > > > me to import it if someone wants to.  no need to send an updated
> > > > > > tarball, i trust whoever imports it to adjust the indentation
> > > > > >
> > > > > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > > > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > > > > packages like dina-fonts lacks it.
> > > > > >
> > > > > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > > > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > > > > @@ -1,6 +1,6 @@
> > > > > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > > > > >
> > > > > > -V = 1.0.0
> > > > > > +V = 1.0.0
> > > > > > PKGNAME = cursed-font-${V}
> > > > > >
> > > > > > GH_PROJECT = cursed
> > > > > > @@ -22,7 +22,7 @@
> > > > > > do-build:
> > > > > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > > > > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > > > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
> > > > > > ${WRKSRC}/font.bdf
> > > > > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
> > > > > > ${WRKSRC}/font.bdf
> > > > > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > > > > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > > > > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> > > > 
> > 



cursed.tar.gz
Description: application/gzip


Re: [new] fonts/cursed-font

2022-08-06 Thread Stuart Henderson
On 2022/08/03 16:54, Thim Cederlund wrote:
> Hi,
> 
> On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote:
> > I might be mistaken but I don't think there was an updated tar to
> > get rid of mkfontdir/alias bits that @fontdir takes care of?
> >
> > I don't think the MESSAGE should be included, if such a message
> > needs to go anywhere at all, it should probably be printed by
> > pkg_add. But the other bitmap fonts seem to do ok without.
> 
> Here you go.

op@ got me to have another look, on reflection I think it was right to do
the fonts.alias things after all, seems that it probably is needed for
bitmap fonts.

So OK for the earlier version.


> 
> Best Regards,
> 
> Thim Cederlund
> 
> >
> >
> >
> > On 2022/08/03 15:33, Thim Cederlund wrote:
> > > ping
> > > 
> > > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > > > separate build step. See pkg_create(1).
> > > >
> > > > -- 
> > > >   Sent from a phone, apologies for poor formatting.
> > > >
> > > > On 31 July 2022 11:26:25 Omar Polo  wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > "Thim Cederlund"  wrote:
> > > > >> Hi ports@,
> > > > >>
> > > > >> % pkg_info cursed-font
> > > > >> Information for inst:cursed-font-1.0.0
> > > > >>
> > > > >> Comment:
> > > > >> monospaced 9x18 bitmap font for low-DPI screens
> > > > >>
> > > > >> Description:
> > > > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > > > >> It was originally an embiggened and monospace-ified version of 
> > > > >> Apple's Chicago
> > > > >> font from System 6, but it also takes inspiration from many other 
> > > > >> fonts such
> > > > >> as bizcat, ttyp0, tamzen, scientifica.
> > > > >>
> > > > >> Maintainer: Thim Cederlund 
> > > > >>
> > > > >> WWW: https://github.com/kiedtl/cursed
> > > > >>
> > > > >>
> > > > >> Picture of the font in use: 
> > > > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > > > >
> > > > > the font is a bit too big for my tastes, but the port looks good! :)
> > > > >
> > > > > two minor nitpicks regarding the indentation, but otherwise it's ok 
> > > > > for
> > > > > me to import it if someone wants to.  no need to send an updated
> > > > > tarball, i trust whoever imports it to adjust the indentation
> > > > >
> > > > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > > > packages like dina-fonts lacks it.
> > > > >
> > > > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > > > @@ -1,6 +1,6 @@
> > > > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > > > >
> > > > > -V = 1.0.0
> > > > > +V = 1.0.0
> > > > > PKGNAME = cursed-font-${V}
> > > > >
> > > > > GH_PROJECT = cursed
> > > > > @@ -22,7 +22,7 @@
> > > > > do-build:
> > > > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > > > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > > > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > > > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> > > 
> 




Re: [new] fonts/cursed-font

2022-08-04 Thread Thim Cederlund
Hi,

On Wed Aug 3, 2022 at 5:20 PM CEST, Stuart Henderson wrote:
> this one's OK sthen@ to import
>

Thanks! I don't have CVS access, can anyone please import it?
I've attached the tar again for convenience.


Best Regards,

Thim Cederlund


> On 2022/08/03 16:54, Thim Cederlund wrote:
> > Hi,
> > 
> > On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote:
> > > I might be mistaken but I don't think there was an updated tar to
> > > get rid of mkfontdir/alias bits that @fontdir takes care of?
> > >
> > > I don't think the MESSAGE should be included, if such a message
> > > needs to go anywhere at all, it should probably be printed by
> > > pkg_add. But the other bitmap fonts seem to do ok without.
> > 
> > Here you go.
> > 
> > 
> > Best Regards,
> > 
> > Thim Cederlund
> > 
> > >
> > >
> > >
> > > On 2022/08/03 15:33, Thim Cederlund wrote:
> > > > ping
> > > > 
> > > > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > > > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > > > > separate build step. See pkg_create(1).
> > > > >
> > > > > -- 
> > > > >   Sent from a phone, apologies for poor formatting.
> > > > >
> > > > > On 31 July 2022 11:26:25 Omar Polo  wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > "Thim Cederlund"  wrote:
> > > > > >> Hi ports@,
> > > > > >>
> > > > > >> % pkg_info cursed-font
> > > > > >> Information for inst:cursed-font-1.0.0
> > > > > >>
> > > > > >> Comment:
> > > > > >> monospaced 9x18 bitmap font for low-DPI screens
> > > > > >>
> > > > > >> Description:
> > > > > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > > > > >> It was originally an embiggened and monospace-ified version of 
> > > > > >> Apple's Chicago
> > > > > >> font from System 6, but it also takes inspiration from many other 
> > > > > >> fonts such
> > > > > >> as bizcat, ttyp0, tamzen, scientifica.
> > > > > >>
> > > > > >> Maintainer: Thim Cederlund 
> > > > > >>
> > > > > >> WWW: https://github.com/kiedtl/cursed
> > > > > >>
> > > > > >>
> > > > > >> Picture of the font in use: 
> > > > > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > > > > >
> > > > > > the font is a bit too big for my tastes, but the port looks good! :)
> > > > > >
> > > > > > two minor nitpicks regarding the indentation, but otherwise it's ok 
> > > > > > for
> > > > > > me to import it if someone wants to.  no need to send an updated
> > > > > > tarball, i trust whoever imports it to adjust the indentation
> > > > > >
> > > > > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > > > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > > > > packages like dina-fonts lacks it.
> > > > > >
> > > > > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > > > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > > > > @@ -1,6 +1,6 @@
> > > > > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > > > > >
> > > > > > -V = 1.0.0
> > > > > > +V = 1.0.0
> > > > > > PKGNAME = cursed-font-${V}
> > > > > >
> > > > > > GH_PROJECT = cursed
> > > > > > @@ -22,7 +22,7 @@
> > > > > > do-build:
> > > > > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > > > > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > > > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
> > > > > > ${WRKSRC}/font.bdf
> > > > > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
> > > > > > ${WRKSRC}/font.bdf
> > > > > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > > > > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > > > > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> > > > 
> > 



cursed-font.tar.gz
Description: application/gzip


Re: [new] fonts/cursed-font

2022-08-03 Thread Stuart Henderson
this one's OK sthen@ to import

 
On 2022/08/03 16:54, Thim Cederlund wrote:
> Hi,
> 
> On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote:
> > I might be mistaken but I don't think there was an updated tar to
> > get rid of mkfontdir/alias bits that @fontdir takes care of?
> >
> > I don't think the MESSAGE should be included, if such a message
> > needs to go anywhere at all, it should probably be printed by
> > pkg_add. But the other bitmap fonts seem to do ok without.
> 
> Here you go.
> 
> 
> Best Regards,
> 
> Thim Cederlund
> 
> >
> >
> >
> > On 2022/08/03 15:33, Thim Cederlund wrote:
> > > ping
> > > 
> > > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > > > separate build step. See pkg_create(1).
> > > >
> > > > -- 
> > > >   Sent from a phone, apologies for poor formatting.
> > > >
> > > > On 31 July 2022 11:26:25 Omar Polo  wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > "Thim Cederlund"  wrote:
> > > > >> Hi ports@,
> > > > >>
> > > > >> % pkg_info cursed-font
> > > > >> Information for inst:cursed-font-1.0.0
> > > > >>
> > > > >> Comment:
> > > > >> monospaced 9x18 bitmap font for low-DPI screens
> > > > >>
> > > > >> Description:
> > > > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > > > >> It was originally an embiggened and monospace-ified version of 
> > > > >> Apple's Chicago
> > > > >> font from System 6, but it also takes inspiration from many other 
> > > > >> fonts such
> > > > >> as bizcat, ttyp0, tamzen, scientifica.
> > > > >>
> > > > >> Maintainer: Thim Cederlund 
> > > > >>
> > > > >> WWW: https://github.com/kiedtl/cursed
> > > > >>
> > > > >>
> > > > >> Picture of the font in use: 
> > > > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > > > >
> > > > > the font is a bit too big for my tastes, but the port looks good! :)
> > > > >
> > > > > two minor nitpicks regarding the indentation, but otherwise it's ok 
> > > > > for
> > > > > me to import it if someone wants to.  no need to send an updated
> > > > > tarball, i trust whoever imports it to adjust the indentation
> > > > >
> > > > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > > > packages like dina-fonts lacks it.
> > > > >
> > > > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > > > @@ -1,6 +1,6 @@
> > > > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > > > >
> > > > > -V = 1.0.0
> > > > > +V = 1.0.0
> > > > > PKGNAME = cursed-font-${V}
> > > > >
> > > > > GH_PROJECT = cursed
> > > > > @@ -22,7 +22,7 @@
> > > > > do-build:
> > > > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > > > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > > > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > > > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> > > 
> 




Re: [new] fonts/cursed-font

2022-08-03 Thread Thim Cederlund
Hi,

On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote:
> I might be mistaken but I don't think there was an updated tar to
> get rid of mkfontdir/alias bits that @fontdir takes care of?
>
> I don't think the MESSAGE should be included, if such a message
> needs to go anywhere at all, it should probably be printed by
> pkg_add. But the other bitmap fonts seem to do ok without.

Here you go.


Best Regards,

Thim Cederlund

>
>
>
> On 2022/08/03 15:33, Thim Cederlund wrote:
> > ping
> > 
> > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > > separate build step. See pkg_create(1).
> > >
> > > -- 
> > >   Sent from a phone, apologies for poor formatting.
> > >
> > > On 31 July 2022 11:26:25 Omar Polo  wrote:
> > >
> > > > Hello,
> > > >
> > > > "Thim Cederlund"  wrote:
> > > >> Hi ports@,
> > > >>
> > > >> % pkg_info cursed-font
> > > >> Information for inst:cursed-font-1.0.0
> > > >>
> > > >> Comment:
> > > >> monospaced 9x18 bitmap font for low-DPI screens
> > > >>
> > > >> Description:
> > > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > > >> It was originally an embiggened and monospace-ified version of Apple's 
> > > >> Chicago
> > > >> font from System 6, but it also takes inspiration from many other 
> > > >> fonts such
> > > >> as bizcat, ttyp0, tamzen, scientifica.
> > > >>
> > > >> Maintainer: Thim Cederlund 
> > > >>
> > > >> WWW: https://github.com/kiedtl/cursed
> > > >>
> > > >>
> > > >> Picture of the font in use: 
> > > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > > >
> > > > the font is a bit too big for my tastes, but the port looks good! :)
> > > >
> > > > two minor nitpicks regarding the indentation, but otherwise it's ok for
> > > > me to import it if someone wants to.  no need to send an updated
> > > > tarball, i trust whoever imports it to adjust the indentation
> > > >
> > > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > > packages like dina-fonts lacks it.
> > > >
> > > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > > @@ -1,6 +1,6 @@
> > > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > > >
> > > > -V = 1.0.0
> > > > +V = 1.0.0
> > > > PKGNAME = cursed-font-${V}
> > > >
> > > > GH_PROJECT = cursed
> > > > @@ -22,7 +22,7 @@
> > > > do-build:
> > > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> > 



cursed-font.tar.gz
Description: application/gzip


Re: [new] fonts/cursed-font

2022-08-03 Thread Stuart Henderson
I might be mistaken but I don't think there was an updated tar to
get rid of mkfontdir/alias bits that @fontdir takes care of?

I don't think the MESSAGE should be included, if such a message
needs to go anywhere at all, it should probably be printed by
pkg_add. But the other bitmap fonts seem to do ok without.



On 2022/08/03 15:33, Thim Cederlund wrote:
> ping
> 
> On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> > @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> > separate build step. See pkg_create(1).
> >
> > -- 
> >   Sent from a phone, apologies for poor formatting.
> >
> > On 31 July 2022 11:26:25 Omar Polo  wrote:
> >
> > > Hello,
> > >
> > > "Thim Cederlund"  wrote:
> > >> Hi ports@,
> > >>
> > >> % pkg_info cursed-font
> > >> Information for inst:cursed-font-1.0.0
> > >>
> > >> Comment:
> > >> monospaced 9x18 bitmap font for low-DPI screens
> > >>
> > >> Description:
> > >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > >> It was originally an embiggened and monospace-ified version of Apple's 
> > >> Chicago
> > >> font from System 6, but it also takes inspiration from many other fonts 
> > >> such
> > >> as bizcat, ttyp0, tamzen, scientifica.
> > >>
> > >> Maintainer: Thim Cederlund 
> > >>
> > >> WWW: https://github.com/kiedtl/cursed
> > >>
> > >>
> > >> Picture of the font in use: 
> > >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> > >
> > > the font is a bit too big for my tastes, but the port looks good! :)
> > >
> > > two minor nitpicks regarding the indentation, but otherwise it's ok for
> > > me to import it if someone wants to.  no need to send an updated
> > > tarball, i trust whoever imports it to adjust the indentation
> > >
> > > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > > rehash' when installing bitmap fonts?  not an issue per-se, other
> > > packages like dina-fonts lacks it.
> > >
> > > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > > +++ Makefile Sun Jul 31 12:20:05 2022
> > > @@ -1,6 +1,6 @@
> > > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> > >
> > > -V = 1.0.0
> > > +V = 1.0.0
> > > PKGNAME = cursed-font-${V}
> > >
> > > GH_PROJECT = cursed
> > > @@ -22,7 +22,7 @@
> > > do-build:
> > >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> > >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> > >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> > >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> 



Re: [new] fonts/cursed-font

2022-08-03 Thread Thim Cederlund
ping

On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote:
> @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> separate build step. See pkg_create(1).
>
> -- 
>   Sent from a phone, apologies for poor formatting.
>
> On 31 July 2022 11:26:25 Omar Polo  wrote:
>
> > Hello,
> >
> > "Thim Cederlund"  wrote:
> >> Hi ports@,
> >>
> >> % pkg_info cursed-font
> >> Information for inst:cursed-font-1.0.0
> >>
> >> Comment:
> >> monospaced 9x18 bitmap font for low-DPI screens
> >>
> >> Description:
> >> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> >> It was originally an embiggened and monospace-ified version of Apple's 
> >> Chicago
> >> font from System 6, but it also takes inspiration from many other fonts 
> >> such
> >> as bizcat, ttyp0, tamzen, scientifica.
> >>
> >> Maintainer: Thim Cederlund 
> >>
> >> WWW: https://github.com/kiedtl/cursed
> >>
> >>
> >> Picture of the font in use: 
> >> https://tilde.team/~kiedtl/images/cursed/sdemo.png
> >
> > the font is a bit too big for my tastes, but the port looks good! :)
> >
> > two minor nitpicks regarding the indentation, but otherwise it's ok for
> > me to import it if someone wants to.  no need to send an updated
> > tarball, i trust whoever imports it to adjust the indentation
> >
> > maybe we should print a note about `xset +fp /usr/local/...; xset fp
> > rehash' when installing bitmap fonts?  not an issue per-se, other
> > packages like dina-fonts lacks it.
> >
> > --- Makefile.orig Sun Jul 31 12:18:09 2022
> > +++ Makefile Sun Jul 31 12:20:05 2022
> > @@ -1,6 +1,6 @@
> > COMMENT = monospaced 9x18 bitmap font for low-DPI screens
> >
> > -V = 1.0.0
> > +V = 1.0.0
> > PKGNAME = cursed-font-${V}
> >
> > GH_PROJECT = cursed
> > @@ -22,7 +22,7 @@
> > do-build:
> >  ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
> >  | gzip -9 >${WRKSRC}/cursed.pcf.gz
> > - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> > + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
> >  ${X11BASE}/bin/mkfontdir ${WRKSRC}
> >  egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
> >  sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias



Re: [new] fonts/cursed-font

2022-07-31 Thread Thim Cederlund


Oh, that explains why I noticed a message upon uninstalling the port. Thanks 
for explaining!

Also, sorry for poor formatting.

Med vänliga hälsningar

Thim Cederlund


> 31 juli 2022 kl. 13:08 skrev Stuart Henderson :
> 
> @fontdir takes care of running mkfontdir, it shouldn't be needed as a 
> separate build step. See pkg_create(1).
> 
> -- 
> Sent from a phone, apologies for poor formatting.
> 
>> On 31 July 2022 11:26:25 Omar Polo  wrote:
>> 
>> Hello,
>> 
>> "Thim Cederlund"  wrote:
>>> Hi ports@,
>>> 
>>> % pkg_info cursed-font
>>> Information for inst:cursed-font-1.0.0
>>> 
>>> Comment:
>>> monospaced 9x18 bitmap font for low-DPI screens
>>> 
>>> Description:
>>> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
>>> It was originally an embiggened and monospace-ified version of Apple's 
>>> Chicago
>>> font from System 6, but it also takes inspiration from many other fonts such
>>> as bizcat, ttyp0, tamzen, scientifica.
>>> 
>>> Maintainer: Thim Cederlund 
>>> 
>>> WWW: https://github.com/kiedtl/cursed
>>> 
>>> 
>>> Picture of the font in use: 
>>> https://tilde.team/~kiedtl/images/cursed/sdemo.png
>> 
>> the font is a bit too big for my tastes, but the port looks good! :)
>> 
>> two minor nitpicks regarding the indentation, but otherwise it's ok for
>> me to import it if someone wants to.  no need to send an updated
>> tarball, i trust whoever imports it to adjust the indentation
>> 
>> maybe we should print a note about `xset +fp /usr/local/...; xset fp
>> rehash' when installing bitmap fonts?  not an issue per-se, other
>> packages like dina-fonts lacks it.
>> 
>> --- Makefile.orig Sun Jul 31 12:18:09 2022
>> +++ Makefile Sun Jul 31 12:20:05 2022
>> @@ -1,6 +1,6 @@
>> COMMENT = monospaced 9x18 bitmap font for low-DPI screens
>> 
>> -V = 1.0.0
>> +V = 1.0.0
>> PKGNAME = cursed-font-${V}
>> 
>> GH_PROJECT = cursed
>> @@ -22,7 +22,7 @@
>> do-build:
>> ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
>> | gzip -9 >${WRKSRC}/cursed.pcf.gz
>> - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
>> + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
>> ${X11BASE}/bin/mkfontdir ${WRKSRC}
>> egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
>> sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias
> 


Re: [new] fonts/cursed-font

2022-07-31 Thread Thim Cederlund
Hi Omar,

On Sun Jul 31, 2022 at 12:25 PM CEST, Omar Polo wrote:
> Hello,
>
> "Thim Cederlund"  wrote:
> > Hi ports@,
> > 
> > % pkg_info cursed-font
> > Information for inst:cursed-font-1.0.0
> > 
> > Comment:
> > monospaced 9x18 bitmap font for low-DPI screens
> > 
> > Description:
> > cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> > It was originally an embiggened and monospace-ified version of Apple's 
> > Chicago
> > font from System 6, but it also takes inspiration from many other fonts such
> > as bizcat, ttyp0, tamzen, scientifica.
> > 
> > Maintainer: Thim Cederlund 
> > 
> > WWW: https://github.com/kiedtl/cursed
> > 
> > 
> > Picture of the font in use: 
> > https://tilde.team/~kiedtl/images/cursed/sdemo.png
>
> the font is a bit too big for my tastes, but the port looks good! :)

I imagine that it's a bit big for some, I'm running dual 24" displays and sit
a bit far from my screens which is why I like it :)

>
> two minor nitpicks regarding the indentation, but otherwise it's ok for
> me to import it if someone wants to.  no need to send an updated
> tarball, i trust whoever imports it to adjust the indentation
>
you're absolutely right about the indentation, vim's autoindent is playing
games on me. Maybe I wasn't paying attention, either way see below.

> maybe we should print a note about `xset +fp /usr/local/...; xset fp
> rehash' when installing bitmap fonts?  not an issue per-se, other
> packages like dina-fonts lacks it.
>
I was thinking about this first as well but then I noticed that no other package
does this. although I haven't ran in to an issue on two of my machines I might
as well add it.

cursed-font-1.0.0: ok
Updating font cache: ok
--- +cursed-font-1.0.0 ---
You may wish to run:
$ xset +fp /usr/local/share/fonts/cursed
$ xset fp rehash

Please see attached, and thanks for the interest :)

> --- Makefile.orig Sun Jul 31 12:18:09 2022
> +++ Makefile  Sun Jul 31 12:20:05 2022
> @@ -1,6 +1,6 @@
>  COMMENT =monospaced 9x18 bitmap font for low-DPI screens
>  
> -V =  1.0.0
> +V =  1.0.0
>  PKGNAME =cursed-font-${V}
>  
>  GH_PROJECT = cursed
> @@ -22,7 +22,7 @@
>  do-build:
>   ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
>   | gzip -9 >${WRKSRC}/cursed.pcf.gz
> - ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
> ${WRKSRC}/font.bdf
> + ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
>   ${X11BASE}/bin/mkfontdir ${WRKSRC}
>   egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
>   sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias



Best Regards,

Thim Cederlund


cursed-font.tar.gz
Description: application/gzip


Re: [new] fonts/cursed-font

2022-07-31 Thread Stuart Henderson
@fontdir takes care of running mkfontdir, it shouldn't be needed as a 
separate build step. See pkg_create(1).


--
 Sent from a phone, apologies for poor formatting.

On 31 July 2022 11:26:25 Omar Polo  wrote:


Hello,

"Thim Cederlund"  wrote:

Hi ports@,

% pkg_info cursed-font
Information for inst:cursed-font-1.0.0

Comment:
monospaced 9x18 bitmap font for low-DPI screens

Description:
cursed font is a 9x18 bitmapped font designed for low-DPI screens.
It was originally an embiggened and monospace-ified version of Apple's Chicago
font from System 6, but it also takes inspiration from many other fonts such
as bizcat, ttyp0, tamzen, scientifica.

Maintainer: Thim Cederlund 

WWW: https://github.com/kiedtl/cursed


Picture of the font in use: https://tilde.team/~kiedtl/images/cursed/sdemo.png


the font is a bit too big for my tastes, but the port looks good! :)

two minor nitpicks regarding the indentation, but otherwise it's ok for
me to import it if someone wants to.  no need to send an updated
tarball, i trust whoever imports it to adjust the indentation

maybe we should print a note about `xset +fp /usr/local/...; xset fp
rehash' when installing bitmap fonts?  not an issue per-se, other
packages like dina-fonts lacks it.

--- Makefile.orig Sun Jul 31 12:18:09 2022
+++ Makefile Sun Jul 31 12:20:05 2022
@@ -1,6 +1,6 @@
COMMENT = monospaced 9x18 bitmap font for low-DPI screens

-V = 1.0.0
+V = 1.0.0
PKGNAME = cursed-font-${V}

GH_PROJECT = cursed
@@ -22,7 +22,7 @@
do-build:
 ${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
 | gzip -9 >${WRKSRC}/cursed.pcf.gz
- ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
+ ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
 ${X11BASE}/bin/mkfontdir ${WRKSRC}
 egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
 sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias




Re: [new] fonts/cursed-font

2022-07-31 Thread Omar Polo
Hello,

"Thim Cederlund"  wrote:
> Hi ports@,
> 
> % pkg_info cursed-font
> Information for inst:cursed-font-1.0.0
> 
> Comment:
> monospaced 9x18 bitmap font for low-DPI screens
> 
> Description:
> cursed font is a 9x18 bitmapped font designed for low-DPI screens.
> It was originally an embiggened and monospace-ified version of Apple's Chicago
> font from System 6, but it also takes inspiration from many other fonts such
> as bizcat, ttyp0, tamzen, scientifica.
> 
> Maintainer: Thim Cederlund 
> 
> WWW: https://github.com/kiedtl/cursed
> 
> 
> Picture of the font in use: https://tilde.team/~kiedtl/images/cursed/sdemo.png

the font is a bit too big for my tastes, but the port looks good! :)

two minor nitpicks regarding the indentation, but otherwise it's ok for
me to import it if someone wants to.  no need to send an updated
tarball, i trust whoever imports it to adjust the indentation

maybe we should print a note about `xset +fp /usr/local/...; xset fp
rehash' when installing bitmap fonts?  not an issue per-se, other
packages like dina-fonts lacks it.

--- Makefile.orig   Sun Jul 31 12:18:09 2022
+++ MakefileSun Jul 31 12:20:05 2022
@@ -1,6 +1,6 @@
 COMMENT =  monospaced 9x18 bitmap font for low-DPI screens
 
-V =1.0.0
+V =1.0.0
 PKGNAME =  cursed-font-${V}
 
 GH_PROJECT =   cursed
@@ -22,7 +22,7 @@
 do-build:
${X11BASE}/bin/bdftopcf -t ${WRKSRC}/font.bdf \
| gzip -9 >${WRKSRC}/cursed.pcf.gz
-   ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb 
${WRKSRC}/font.bdf
+   ${X11BASE}/bin/fonttosfnt -o ${WRKSRC}/cursed.otb ${WRKSRC}/font.bdf
${X11BASE}/bin/mkfontdir ${WRKSRC}
egrep '\.pcf\.gz' ${WRKSRC}/fonts.dir | \
sed 's/\.pcf\.gz//g' > ${WRKSRC}/fonts.alias



[new] fonts/cursed-font

2022-07-30 Thread Thim Cederlund
Hi ports@,

% pkg_info cursed-font
Information for inst:cursed-font-1.0.0

Comment:
monospaced 9x18 bitmap font for low-DPI screens

Description:
cursed font is a 9x18 bitmapped font designed for low-DPI screens.
It was originally an embiggened and monospace-ified version of Apple's Chicago
font from System 6, but it also takes inspiration from many other fonts such
as bizcat, ttyp0, tamzen, scientifica.

Maintainer: Thim Cederlund 

WWW: https://github.com/kiedtl/cursed


Picture of the font in use: https://tilde.team/~kiedtl/images/cursed/sdemo.png


Best Regards,

Thim Cederlund



cursed-font.tar.gz
Description: application/gzip