head	1.11;
access;
symbols
	pkgsrc-2026Q1:1.11.0.2
	pkgsrc-2026Q1-base:1.11
	pkgsrc-2025Q4:1.9.0.14
	pkgsrc-2025Q4-base:1.9
	pkgsrc-2025Q3:1.9.0.12
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.9.0.10
	pkgsrc-2025Q2-base:1.9
	pkgsrc-2025Q1:1.9.0.8
	pkgsrc-2025Q1-base:1.9
	pkgsrc-2024Q4:1.9.0.6
	pkgsrc-2024Q4-base:1.9
	pkgsrc-2024Q3:1.9.0.4
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.9.0.2
	pkgsrc-2024Q2-base:1.9
	pkgsrc-2024Q1:1.8.0.2
	pkgsrc-2024Q1-base:1.8
	pkgsrc-2023Q4:1.7.0.8
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.7.0.6
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.7.0.4
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.7.0.2
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.3.0.6
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.4
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.2
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.2.0.6
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.4
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.2
	pkgsrc-2021Q3-base:1.2;
locks; strict;
comment	@# @;


1.11
date	2026.03.17.11.10.18;	author pin;	state Exp;
branches;
next	1.10;
commitid	WwQ3BmExscYGPjyG;

1.10
date	2026.02.17.13.41.27;	author pin;	state Exp;
branches;
next	1.9;
commitid	wNpdN7CuWMFlzJuG;

1.9
date	2024.04.20.20.34.01;	author pin;	state Exp;
branches;
next	1.8;
commitid	cgAh4s0Y9SU7kV6F;

1.8
date	2024.02.02.12.38.29;	author pin;	state Exp;
branches;
next	1.7;
commitid	W7oRkcnnDy7scRWE;

1.7
date	2023.01.23.21.19.43;	author pin;	state Exp;
branches;
next	1.6;
commitid	j2mT7uJjAgZA8IaE;

1.6
date	2023.01.05.16.21.50;	author pin;	state Exp;
branches;
next	1.5;
commitid	z4R4351zsKeh4n8E;

1.5
date	2023.01.05.16.01.24;	author pin;	state Exp;
branches;
next	1.4;
commitid	rrl8I0TeIJY4Xm8E;

1.4
date	2023.01.02.12.50.20;	author pin;	state Exp;
branches;
next	1.3;
commitid	fzPsLR0m9OvHZX7E;

1.3
date	2022.05.12.09.36.57;	author pin;	state Exp;
branches;
next	1.2;
commitid	O465CRrrR76FtKDD;

1.2
date	2021.08.03.08.59.43;	author pin;	state Exp;
branches;
next	1.1;
commitid	fhqzBldjrrUSkv3D;

1.1
date	2021.07.05.09.13.56;	author pin;	state Exp;
branches;
next	;
commitid	FJmMTOwvbc0wlMZC;


desc
@@


1.11
log
@textproc/prose: update to 0.6.2

 - No ChangeLog provided.
@
text
@# $NetBSD: Makefile,v 1.10 2026/02/17 13:41:27 pin Exp $

DISTNAME=	prose-0.6.2
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_GITHUB:=jgdavey/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/jgdavey/prose/
COMMENT=	Reformat text pleasantly
LICENSE=	mit OR apache-2.0

.include "cargo-depends.mk"

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@textproc/prose: update to 0.5.0

 - No ChangeLog provided.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/04/20 20:34:01 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.5.0
@


1.9
log
@textproc/prose: update to 0.4.7

Note: Builds v0.4.3 - v0.4.6 were broken and have been revoked.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/02/02 12:38:29 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.4.7
@


1.8
log
@textproc/prose: update to 0.4.2

 No change log provided.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/01/23 21:19:43 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.4.2
@


1.7
log
@textproc/prose: update to 0.4.0

0.4.0
 - Bump dependencies
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/01/02 12:50:20 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.4.0
a14 6
INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose \
		${DESTDIR}${PREFIX}/bin

@


1.6
log
@textproc/prose: update to 0.3.2

 - Agressive fit gets more expensive the further from target
 - Bump dependencies
@
text
@d3 1
a3 1
DISTNAME=	prose-0.3.2
@


1.5
log
@textproc/prose: revert update

0.4.0 requires Rust-1.65
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/05/12 09:36:57 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.3.1
@


1.4
log
@textproc/prose: update to 0.4.0

0.4.0
 - Bump dependencies

0.3.2
 - Agressive fit gets more expensive the further from target
 - Bump dependencies
@
text
@d3 1
a3 1
DISTNAME=	prose-0.4.0
@


1.3
log
@textproc/prose: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/08/03 08:59:43 pin Exp $
d3 1
a3 1
DISTNAME=	prose-0.3.1
@


1.2
log
@textproc/prose: simplify Makefile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/07/05 09:13:56 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
d18 2
a19 1
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose ${DESTDIR}${PREFIX}/bin
@


1.1
log
@textproc/prose: import package

CLI utility to reformat text.
prose is inspired by par, http://www.nicemice.net/par, and aims to be similar,
albeit with fewer features, while also being Unicode-aware.
@
text
@d1 1
a1 1
# $NetBSD$
a14 2
USE_LANGUAGES+=	c

@

