head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.8
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.6
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.4
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.2
	pkgsrc-2025Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.08.02.15.44.54;	author riastradh;	state Exp;
branches;
next	;
commitid	vZD9zsZ6uCwiEa5G;


desc
@@


1.1
log
@tex-hobby: Add version 1.12

Quoting from the documentation:

   John Hobby’s algorithm produces a curve through a given set of
   points.  The curve is constructed as a list of cubic Bézier curves
   with endpoints at subsequent points in the list.  The parameters of
   the curves are chosen so that the joins are “smooth”.  The algorithm
   was devised as part of the MetaPost program.

   TikZ/PGF has the ability to draw a curve through a given set of
   points but its algorithm is somewhat simpler than Hobby’s and
   consequently does not produce as aesthetically pleasing curve as
   Hobby’s algorithm does.  This package implements Hobby’s algorithm
   in TeX so that TikZ/PGF can make use of it and thus produce nicer
   curves through a given set of points.
@
text
@# $NetBSD$

DISTNAME=	hobby.doc
PKGNAME=	tex-${DISTNAME:S/./-/}-1.12
TEXLIVE_REV=	68137

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://ctan.org/pkg/hobby
COMMENT=	Documentation for tex-hobby
LICENSE=	lppl-1.3c

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
@
