- Add the help section - Add rc_stop() for related daemons
On 8/29/20, Horia Racoviceanu <[email protected]> wrote: > 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 @[email protected] 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 2 Sep 2020 03:18:52 -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 2 Sep 2020 03:18:52 -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 2 Sep 2020 03:18:52 -0000 @@ -2,7 +2,11 @@ @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 @@ -11,41 +15,48 @@ @man man/man5/honk.5 @man man/man7/activitypub.7 @man man/man8/honk.8 +@mode 750 +@owner _honk +@group _honk +@sample ${VARBASE}/honk/ +@sample ${VARBASE}/honk/docs/ +@sample ${VARBASE}/honk/emus/ +@sample ${VARBASE}/honk/memes/ +@sample ${VARBASE}/honk/views/ +@mode +@owner +@group share/doc/honk/ share/doc/honk/README -share/doc/honk/activitypub.7 share/doc/honk/activitypub.7.html +@sample ${VARBASE}/honk/docs/activitypub.7.html share/doc/honk/changelog.txt -share/doc/honk/hfcs.1 share/doc/honk/hfcs.1.html -share/doc/honk/honk.1 +@sample ${VARBASE}/honk/docs/hfcs.1.html share/doc/honk/honk.1.html -share/doc/honk/honk.3 +@sample ${VARBASE}/honk/docs/honk.1.html share/doc/honk/honk.3.html -share/doc/honk/honk.5 +@sample ${VARBASE}/honk/docs/honk.3.html share/doc/honk/honk.5.html -share/doc/honk/honk.8 +@sample ${VARBASE}/honk/docs/honk.5.html share/doc/honk/honk.8.html -share/doc/honk/intro.1 +@sample ${VARBASE}/honk/docs/honk.8.html share/doc/honk/intro.1.html +@sample ${VARBASE}/honk/docs/intro.1.html share/doc/honk/mandoc.css +@sample ${VARBASE}/honk/docs/mandoc.css share/doc/honk/ping.txt share/doc/honk/screenshot-afterpost.jpg +@sample ${VARBASE}/honk/docs/screenshot-afterpost.jpg share/doc/honk/screenshot-compose.png +@sample ${VARBASE}/honk/docs/screenshot-compose.png share/doc/honk/screenshot-honk.png -share/doc/honk/vim.3 +@sample ${VARBASE}/honk/docs/screenshot-honk.png +share/doc/honk/toys/ +share/doc/honk/toys/README share/doc/honk/vim.3.html +@sample ${VARBASE}/honk/docs/vim.3.html share/doc/pkg-readmes/${PKGSTEM} -@mode 750 -@owner _honk -@group _honk -@sample ${VARBASE}/honk/ -@sample ${VARBASE}/honk/emus/ -@sample ${VARBASE}/honk/memes/ -@sample ${VARBASE}/honk/views/ -@mode -@owner -@group share/examples/honk/ share/examples/honk/schema.sql @sample ${VARBASE}/honk/schema.sql @@ -54,6 +65,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 Index: pkg/honk.rc =================================================================== RCS file: /cvs/ports/www/honk/pkg/honk.rc,v retrieving revision 1.2 diff -u -p -r1.2 honk.rc --- pkg/honk.rc 29 Apr 2020 07:17:33 -0000 1.2 +++ pkg/honk.rc 2 Sep 2020 03:18:52 -0000 @@ -15,4 +15,10 @@ rc_start() { logger -p daemon.info -t honk" } +rc_stop() { + pkill -T "${daemon_rtable}" -xf "${pexp}" + pkill -T "${daemon_rtable}" -xf "${daemon} -datadir . backend" + pkill -T "${daemon_rtable}" -xf "logger -p daemon.info -t honk" +} + rc_cmd $1
