head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.28
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.26
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.24
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.22
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.20
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.18
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.16
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.14
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.12
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.10
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.8
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.6
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.4
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.2
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.2.0.8
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.6
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.4
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.2
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.1.0.2
	pkgsrc-2021Q3-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2022.09.30.15.36.40;	author micha;	state Exp;
branches;
next	1.2;
commitid	FcnnEai1OiaUVTVD;

1.2
date	2021.11.19.11.41.23;	author micha;	state Exp;
branches;
next	1.1;
commitid	C6h81jnBONHYKohD;

1.1
date	2021.06.25.13.41.48;	author micha;	state Exp;
branches;
next	;
commitid	IxQ4Pcnc3gbl9wYC;


desc
@@


1.3
log
@archivers/tartest: Update to 1.24nb1

Bump PKGREVISION.

Changelog from AN-2022-09-18:
With great sadness we report the death of schilytools main author and
long time maintainer Jörg Schilling (1955-03-27--2021-10-10).  Jörg, we
miss you!  After his passing, development has been picked up by a group
of volunteers who would like to keep the project alive and well.  Our
goal is to carefully preserve the portability and compatibility of this
project while extending it to new platforms and implementing new tools
and features that fit the tool set.

As a part of the change in management, the schilytools project has moved
from Sourceforge to Codeberg.

- general: Explain how to contribute and update README

- general: Add list of contributors

- all: Misc spelling fixes
  Submitted by Friedhelm Mehnert.

- all: Update E-Mail address and project URL in many places.
  Jörg's old joerg@@schily.net address is defunct and so is his
  postal address.  As a part of an ongoing documentation cleanup,
  these addresses have been replaced by our new project pages in
  many locations.
  Submitted by Nico Sonack.

- man pages: work around buggy syntax highlighting by adding
  \" " comments into various places.
  Submitted by Nico Sonack.

- RULES: Fix build on macOS 12.4

- RULES: add i386-openbsd-clang.rul
  This should permit compilation on modern OpenBSD using clang as
  the system compiler.

- autoconf: Work around clang bug in #pragma weak detection.
  A clang compiler bug causing a crash in the configure test for
  #pragma weak has been worked around, permitting use of weak
  symbols when compiling with clang.

- tests: fix arm64/aarch64 architecture confusion on OpenBSD
  Submitted by Nico Sonack.
@
text
@# $NetBSD: Makefile,v 1.2 2021/11/19 11:41:23 micha Exp $

DISTNAME=	2022-09-18
PKGNAME=	tartest-1.24
PKGREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR=	schilytools

MAINTAINER=	micha@@NetBSD.org
HOMEPAGE=	https://codeberg.org/schilytools/schilytools/
COMMENT=	Test tar archive for POSIX.1-1990 compliance
LICENSE=	cddl-1.0

.include "../../mk/bsd.prefs.mk"

TOOL_DEPENDS+=	smake>=1.6nb2:../../devel/smake
SMAKE=		MAKEFLAGS= smake
MAKE_FLAGS+=	DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}
# Honor CPPFLAGS, CFLAGS and LDFLAGS
MAKE_FLAGS+=	CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1

# Shared platform specific code for schilytools (provided by smake package)
.include "../../devel/smake/Makefile.common"

do-configure:
	cd ${WRKSRC}/inc && ${SMAKE} ${MAKE_FLAGS}

do-build:
	cd ${WRKSRC} && for library in libschily ;			\
	do								\
		cd ${WRKSRC}/$${library} && ${SMAKE} ${MAKE_FLAGS};	\
	done
	cd ${WRKSRC}/tartest && ${SMAKE} ${MAKE_FLAGS}

do-install:
	cd ${WRKSRC}/tartest && ${SMAKE} ${MAKE_FLAGS} install

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@archivers/tartest: Update to 1.24

Changelog from AN-2021-09-01:
- tartest: Added support for gettext() based translations
  The string "Jörg Schilling" is now separate and in a gettext() call.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/06/25 13:41:48 micha Exp $
d3 1
a3 1
DISTNAME=	schily-2021-09-18
d5 1
d7 2
a8 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX=	.tar.bz2
d11 1
a11 1
HOMEPAGE=	https://sourceforge.net/projects/schilytools/
a14 2
MAKE_JOBS_SAFE=	no

d17 1
a17 1
TOOL_DEPENDS+=	smake>=1.3nb11:../../devel/smake
@


1.1
log
@archivers/tartest: Add version 1.23

Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.
@
text
@d1 1
a1 1
# $NetBSD$
d3 2
a4 2
DISTNAME=	schily-2021-06-07
PKGNAME=	tartest-1.23
@

