Upgrade to v0.9.2 - add toys: gettoken, saytheday, sprayandpray, youvegothonks - remove man pages from doc - add views/chatter.html
Changes: === 0.9.2 Malleable Maltote + Fix compilation on mac. === 0.9.1 Late Stage Lusciousness ++ Boing boom tschak chonky chatter. Chat messages with Pleroma. + Custom rgb flag: emoji. + Slightly better ActivityPub compat + ## headings for markdown + Workaround js only twitter for hoot: feature. + Quote unquote reliability improvements. + Much better omit images handling. + Fix update activity. + A few API refinements and additions. === 0.9.0 Monitor vs Merrimack --- Add Reactions. +++ Rename react to badonk. + Quick fix to hide all images. + Allow resending follow requests. + Improved search query parsing. + Tables + Reduce retries talking to dumb servers. + Maybe possible to use @u...@example.com wihtout subdomain.
Index: Makefile =================================================================== RCS file: /cvs/ports/www/honk/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 29 Apr 2020 07:17:33 -0000 1.11 +++ Makefile 29 Aug 2020 12:51:50 -0000 @@ -2,9 +2,8 @@ COMMENT = federated status conveyance -DISTNAME = honk-0.8.6 +DISTNAME = honk-0.9.2 CATEGORIES = www -REVISION = 0 HOMEPAGE = https://humungus.tedunangst.com/r/honk @@ -27,8 +26,21 @@ SUBST_VARS += VARBASE DOCDIR ?= ${PREFIX}/share/doc/honk EXAMPLESDIR = ${PREFIX}/share/examples/honk +post-build: +.for _toy in gettoken saytheday sprayandpray youvegothonks + ${MODGO_CMD} build ${MODGO_FLAGS} -o ${MODGO_WORKSPACE}/bin/${_toy} \ + ${MODGO_WORKSPACE}/src/${ALL_TARGET}/toys/${_toy}.go +.endfor + post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} +.for _i in 1 3 5 7 8 + ${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${_i} \ + ${PREFIX}/man/man${_i} + rm ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${_i} +.endfor + ${INSTALL_DATA_DIR} ${DOCDIR}/toys + ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/toys/README \ + ${DOCDIR}/toys ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/{README,docs/*} \ ${DOCDIR}/ ${INSTALL_DATA_DIR} ${EXAMPLESDIR}/views @@ -36,9 +48,5 @@ post-install: ${EXAMPLESDIR}/views/ ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/schema.sql \ ${EXAMPLESDIR}/ -.for _i in 1 3 5 7 8 - ${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${_i} \ - ${PREFIX}/man/man${_i} -.endfor .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/www/honk/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 21 Jan 2020 08:02:56 -0000 1.7 +++ distinfo 29 Aug 2020 12:51:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (honk-0.8.6.tgz) = IV6CQILlSSiz7ssD3DGiJcO6mDVFZpceXwrnaxx+tmA= -SIZE (honk-0.8.6.tgz) = 431612 +SHA256 (honk-0.9.2.tgz) = gznmavRe3GAtQHxfvebmInXsIbNZTm7qf7kRgyhIwMk= +SIZE (honk-0.9.2.tgz) = 509274 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/honk/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- pkg/PLIST 21 Jan 2020 08:02:56 -0000 1.5 +++ pkg/PLIST 29 Aug 2020 12:51:50 -0000 @@ -1,8 +1,12 @@ -@comment $OpenBSD: PLIST,v 1.5 2020/01/21 08:02:56 gonzalo Exp $ +@comment $OpenBSD: PLIST,v$ @newgroup _honk:833 @newuser _honk:833:_honk:daemon:Honk User:${VARBASE}/honk:/sbin/nologin @rcscript ${RCDIR}/honk +@bin bin/gettoken @bin bin/honk +@bin bin/saytheday +@bin bin/sprayandpray +@bin bin/youvegothonks @man man/man1/hfcs.1 @man man/man1/honk.1 @man man/man1/intro.1 @@ -13,27 +17,21 @@ @man man/man8/honk.8 share/doc/honk/ share/doc/honk/README -share/doc/honk/activitypub.7 share/doc/honk/activitypub.7.html share/doc/honk/changelog.txt -share/doc/honk/hfcs.1 share/doc/honk/hfcs.1.html -share/doc/honk/honk.1 share/doc/honk/honk.1.html -share/doc/honk/honk.3 share/doc/honk/honk.3.html -share/doc/honk/honk.5 share/doc/honk/honk.5.html -share/doc/honk/honk.8 share/doc/honk/honk.8.html -share/doc/honk/intro.1 share/doc/honk/intro.1.html share/doc/honk/mandoc.css share/doc/honk/ping.txt share/doc/honk/screenshot-afterpost.jpg share/doc/honk/screenshot-compose.png share/doc/honk/screenshot-honk.png -share/doc/honk/vim.3 +share/doc/honk/toys/ +share/doc/honk/toys/README share/doc/honk/vim.3.html share/doc/pkg-readmes/${PKGSTEM} @mode 750 @@ -54,6 +52,8 @@ share/examples/honk/views/about.html @sample ${VARBASE}/honk/views/about.html share/examples/honk/views/account.html @sample ${VARBASE}/honk/views/account.html +share/examples/honk/views/chatter.html +@sample ${VARBASE}/honk/views/chatter.html share/examples/honk/views/combos.html @sample ${VARBASE}/honk/views/combos.html share/examples/honk/views/funzone.html