Re: New port: www/chawan
Lydia Sobot <[email protected]> Thu, 06 Aug 2026 10:30:30 +0200
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
On August 6, 2026 10:24:42 GMT+02:00, yaydn@protonmail=2Ecom wrote:
>> >Also while no spaces where tabs are preferred, but the lines are not
>> >very symmetrical? Staggered rather than consistent=2E Not big=2E
>> >Possible change below=2E
>> >
>> >ONLY_FOR_ARCHS =3D amd64 arm64 i386 # Nim arches
>> >
>> >COMMENT =3D TUI web/Gopher/Gemini/SFTP browser with CSS and JS support
>> >DIST_TUPLE +=3D srht bptato chawan v$V =2E
>> >V =3D 0=2E4=2E3
>> >
>> >CATEGORIES =3D www sysutils
>> >HOMEPAGE =3D https://chawan=2Enet/
>> >
>> >MAINTAINER =3D Lydia Sobot <chilledfrogs@disroot=2Eorg>
>> >
>> ># Public Domain/Unlicense,
>> ># see https://git=2Esr=2Eht/~bptato/chawan/tree/HEAD/res/license=2Emd =
for deps
>> >PERMIT_PACKAGE =3D Yes
>> >
>> >WANTLIB +=3D brotlicommon brotlidec c crypto m ssh2 ssl
>> >
>> >BUILD_DEPENDS =3D lang/nim
>> >LIB_DEPENDS =3D security/libssh2 archivers/brotli
>> >
>> >FAKE_FLAGS =3D PREFIX=3D${LOCALBASE} MANPREFIX=3D${LOCALBASE}/man
>> >TEST_FLAGS =3D NIMC=3D"nim --nimcache:${NIMCACHE} c" NIM=3D"nim --nimc=
ache:${NIMCACHE}"
>> >NIMCACHE =3D ${WRKDIR}/nimcache
>> >USE_GMAKE =3D Yes
>> >
>> >WRKDIST =3D ${WRKDIR}/chawan-v$V
>> >
>> >pre-test:
>> > mkdir -p ${NIMCACHE}
>> >
>> >=2Einclude <bsd=2Eport=2Emk>
>> >
>> >--
>> >Don't know if that reads better=2E Thoughts?
>> Aren't there usually spaces after the equals sign except when semantica=
lly important?
>>=20
>
>For comparison:
>
>--- Makefile=2Eorig Thu Aug 6 09:58:48 2026
>+++ Makefile Thu Aug 6 09:52:52 2026
>@@ -1,12 +1,13 @@
>-V =3D 0=2E4=2E4
> ONLY_FOR_ARCHS =3D amd64 arm64 i386 # Nim arches
>+
> COMMENT =3D TUI web/Gopher/Gemini/SFTP browser with CSS and JS support
> DIST_TUPLE +=3D srht bptato chawan v$V =2E
>+V =3D 0=2E4=2E4
>=20
> CATEGORIES =3D www net sysutils
> HOMEPAGE =3D https://chawan=2Enet/
>=20
>-MAINTAINER =3D Lydia Sobot <chilledfrogs@disroot=2Eorg>
>+MAINTAINER =3D Lydia Sobot <chilledfrogs@disroot=2Eorg>
>=20
> # Public Domain/Unlicense,
> # see https://git=2Esr=2Eht/~bptato/chawan/tree/HEAD/res/license=2Emd fo=
r deps
>@@ -20,9 +21,9 @@ LIB_DEPENDS =3D security/libssh2 archivers/brotli
> FAKE_FLAGS =3D PREFIX=3D${LOCALBASE} MANPREFIX=3D${LOCALBASE}/man
> TEST_FLAGS =3D NIMC=3D"nim --nimcache:${NIMCACHE} c" NIM=3D"nim --nimcac=
he:${NIMCACHE}"
> NIMCACHE =3D ${WRKDIR}/nimcache
>-USE_GMAKE =3D Yes
>+USE_GMAKE =3D Yes
>=20
>-WRKDIST =3D ${WRKDIR}/chawan-v$V
>+WRKDIST =3D ${WRKDIR}/chawan-v$V
>=20
> pre-test:
> mkdir -p ${NIMCACHE}
>
>--
>An attempt to keep the tabbing more consistent? Spelling/grammar looks
>fine in pkg/DESCR and Makefile=2E
This time around looks nice, maybe it was just a display error on my end