head	1.21;
access;
symbols
	pkgsrc-2026Q2:1.21.0.2
	pkgsrc-2026Q2-base:1.21
	pkgsrc-2026Q1:1.18.0.2
	pkgsrc-2026Q1-base:1.18
	pkgsrc-2025Q4:1.15.0.2
	pkgsrc-2025Q4-base:1.15
	pkgsrc-2025Q3:1.12.0.2
	pkgsrc-2025Q3-base:1.12
	pkgsrc-2025Q2:1.10.0.2
	pkgsrc-2025Q2-base:1.10
	pkgsrc-2025Q1:1.6.0.2
	pkgsrc-2025Q1-base:1.6
	pkgsrc-2024Q4:1.3.0.4
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.2
	pkgsrc-2024Q3-base:1.3;
locks; strict;
comment	@# @;


1.21
date	2026.06.05.10.21.55;	author bsiegert;	state Exp;
branches;
next	1.20;
commitid	jt8yVpLxXvatZAIG;

1.20
date	2026.05.07.18.50.11;	author bsiegert;	state Exp;
branches;
next	1.19;
commitid	MMrI2EXGAt3HJUEG;

1.19
date	2026.04.08.05.45.14;	author bsiegert;	state Exp;
branches;
next	1.18;
commitid	FFJx9trbRMg7k7BG;

1.18
date	2026.03.06.21.08.08;	author bsiegert;	state Exp;
branches
	1.18.2.1;
next	1.17;
commitid	AQtIeR1eh5qvuXwG;

1.17
date	2026.02.24.08.45.42;	author bsiegert;	state Exp;
branches;
next	1.16;
commitid	IrpU9bGVDwSIHBvG;

1.16
date	2026.01.15.19.54.59;	author bsiegert;	state Exp;
branches;
next	1.15;
commitid	Zuo9UmMrkrU4HwqG;

1.15
date	2025.12.02.19.25.25;	author bsiegert;	state Exp;
branches;
next	1.14;
commitid	269raRGxaHJBWRkG;

1.14
date	2025.10.16.18.00.06;	author bsiegert;	state Exp;
branches;
next	1.13;
commitid	RAGpkHmyeYCUYOeG;

1.13
date	2025.10.08.06.54.42;	author bsiegert;	state Exp;
branches;
next	1.12;
commitid	5p46uH9RJXSFyJdG;

1.12
date	2025.09.06.13.17.15;	author bsiegert;	state Exp;
branches;
next	1.11;
commitid	cojusOdnRBFGHE9G;

1.11
date	2025.08.31.10.03.04;	author bsiegert;	state Exp;
branches;
next	1.10;
commitid	SdH7Ppgppxg5PR8G;

1.10
date	2025.06.06.14.01.42;	author bsiegert;	state Exp;
branches;
next	1.9;
commitid	JbNcx43ItkrmUPXF;

1.9
date	2025.05.17.13.03.46;	author pin;	state Exp;
branches;
next	1.8;
commitid	vnK18KUxdYksegVF;

1.8
date	2025.04.05.18.51.31;	author bsiegert;	state Exp;
branches;
next	1.7;
commitid	5KX0APffNjdlvTPF;

1.7
date	2025.04.04.20.03.41;	author pin;	state Exp;
branches;
next	1.6;
commitid	EkgSIcsmPZf8WLPF;

1.6
date	2025.03.07.20.54.34;	author bsiegert;	state Exp;
branches
	1.6.2.1;
next	1.5;
commitid	rfTPfnLphAPl7bMF;

1.5
date	2025.02.14.07.46.49;	author pin;	state Exp;
branches;
next	1.4;
commitid	8snsE6IIyKA4rpJF;

1.4
date	2025.01.29.21.47.40;	author pin;	state Exp;
branches;
next	1.3;
commitid	4y33WZGAi83qBqHF;

1.3
date	2024.09.06.18.49.01;	author bsiegert;	state Exp;
branches;
next	1.2;
commitid	sM1YPLxu37gUgMoF;

1.2
date	2024.08.11.15.57.15;	author bsiegert;	state Exp;
branches;
next	1.1;
commitid	Q02ZqKpOSdvP9qlF;

1.1
date	2024.08.03.10.45.18;	author pin;	state Exp;
branches;
next	;
commitid	tYV4oP4eszEQGmkF;

1.18.2.1
date	2026.04.22.14.32.21;	author maya;	state Exp;
branches;
next	;
commitid	iDHLLUhOplH6NXCG;

1.6.2.1
date	2025.04.05.20.45.17;	author maya;	state Exp;
branches;
next	;
commitid	ts1uPa8RLrwE7UPF;


desc
@@


1.21
log
@Revbump all Go packages after go126 security update
@
text
@# $NetBSD: Makefile,v 1.20 2026/05/07 18:50:11 bsiegert Exp $

DISTNAME=	reader-0.5.0
PKGREVISION=	12
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_GITHUB:=mrusme/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/mrusme/reader/
COMMENT=	Lightweight tool offering better readability of web pages on the CLI
LICENSE=	gnu-gpl-v3

INSTALLATION_DIRS=	bin share/doc/reader

do-install:
	${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/reader \
		${DESTDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/README.md \
		${DESTDIR}${PREFIX}/share/doc/reader

.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
@


1.20
log
@Revbump all Go packages after go126 security update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.19 2026/04/08 05:45:14 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	11
@


1.19
log
@Revbump all Go packages after security update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.18 2026/03/06 21:08:08 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	10
@


1.18
log
@Revbump all Go packages after go126 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.17 2026/02/24 08:45:42 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	9
@


1.18.2.1
log
@Revbump all Go packages after go126 security fix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.18 2026/03/06 21:08:08 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	10
@


1.17
log
@Revbump all Go packages after default version bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.16 2026/01/15 19:54:59 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	8
@


1.16
log
@Revbump all Go packages after go125 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.15 2025/12/02 19:25:25 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	7
@


1.15
log
@Revbump all Go packages after go125 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.14 2025/10/16 18:00:06 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	6
@


1.14
log
@Revbump all Go packages after go125 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.13 2025/10/08 06:54:42 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	5
@


1.13
log
@Revbump all Go packages after go125 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2025/09/06 13:17:15 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.12
log
@Revbump all Go packages after go125 security update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/08/31 10:03:04 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.11
log
@Revbump all Go packages after moving to go125
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/06/06 14:01:42 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.10
log
@Revbump all Go packages after go124 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/05/17 13:03:46 pin Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.9
log
@www/reader: update to 0.5.0

 - Implement EML file rendering/raw outputting
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/04/05 18:51:31 bsiegert Exp $
d4 1
@


1.8
log
@Belated revbump for all Go packages after go124 update

I forgot to do the revbump again, sorry for doing it so late after the
update.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/04/04 20:03:41 pin Exp $
d3 1
a3 2
DISTNAME=	reader-0.4.7
PKGREVISION=	2
@


1.7
log
@www/reader: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2025/03/07 20:54:34 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.6
log
@Revbump all Go packages after go124 update

I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2025/02/14 07:46:49 pin Exp $
d9 1
a9 1
MAINTAINER=	pin@@NetBSD.org
@


1.6.2.1
log
@Pulup ticket #6952 - Update PKGREVISION for all Go packages.

Go had a security update to one of the builtin libraries.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2025/03/07 20:54:34 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.5
log
@www/reader: update to 0.4.7

    68c781d Add workaround for #26
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2025/01/29 21:47:40 pin Exp $
d4 1
@


1.4
log
@www/reader: update to 0.4.6

 - Update dependencies
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/09/06 18:49:01 bsiegert Exp $
d3 1
a3 1
DISTNAME=	reader-0.4.6
@


1.3
log
@Revbump all Go packages after go122 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/08/11 15:57:15 bsiegert Exp $
d3 1
a3 2
DISTNAME=	reader-0.4.5
PKGREVISION=	2
@


1.2
log
@Revbump all Go packages after update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/08/03 10:45:18 pin Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@www/reader: import package

reader is for your command line what the readability view is for modern
browsers: A lightweight tool offering better readability of web pages on the
CLI.

reader parses a web page for its actual content and displays it in nicely
highlighted text on the command line. In addition, reader renders embedded
images from that page as colored block-renders on the terminal as well.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

