head 1.7; access; symbols pkgsrc-2023Q4:1.7.0.10 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.8 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.6 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.4 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.2 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.6.0.22 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.20 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.18 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.6.0.16 pkgsrc-2021Q4-base:1.6 pkgsrc-2021Q3:1.6.0.14 pkgsrc-2021Q3-base:1.6 pkgsrc-2021Q2:1.6.0.12 pkgsrc-2021Q2-base:1.6 pkgsrc-2021Q1:1.6.0.10 pkgsrc-2021Q1-base:1.6 pkgsrc-2020Q4:1.6.0.8 pkgsrc-2020Q4-base:1.6 pkgsrc-2020Q3:1.6.0.6 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.6.0.4 pkgsrc-2020Q2-base:1.6 pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.5.0.10 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.6 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.5.0.4 pkgsrc-2019Q2-base:1.5 pkgsrc-2019Q1:1.5.0.2 pkgsrc-2019Q1-base:1.5 pkgsrc-2018Q4:1.4.0.8 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.6 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.4 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.2 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.3.0.6 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.4 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.2.0.16 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.14 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.12 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.10 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.8 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.6 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.4 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.2 pkgsrc-2015Q3-base:1.2; locks; strict; comment @# @; 1.7 date 2022.10.22.16.53.28; author wiz; state Exp; branches; next 1.6; commitid 4yWExpWaJp3CEJYD; 1.6 date 2020.01.18.23.36.08; author rillig; state Exp; branches; next 1.5; commitid shGUwZfkr7sleeTB; 1.5 date 2019.02.21.09.37.02; author wiz; state Exp; branches; next 1.4; commitid zGCU8lsuU8TnhCcB; 1.4 date 2018.03.07.11.57.46; author wiz; state Exp; branches; next 1.3; commitid i1zssNVcYN02lwtA; 1.3 date 2017.09.16.19.27.30; author wiz; state Exp; branches; next 1.2; commitid A7fIQ99zTdcMls7A; 1.2 date 2015.07.02.22.58.39; author rodent; state Exp; branches; next 1.1; commitid SaOG2SrrhVWUsLry; 1.1 date 2015.07.02.22.56.38; author rodent; state Exp; branches; next ; commitid V2v06VCncmkgsLry; desc @@ 1.7 log @xfsinfo: update to 1.0.7. Alan Coopersmith (7): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Variable scope reductions as recommended by cppcheck Mark usage() as _X_COLD gitlab CI: stop requiring Signed-off-by in commits Cleanup README.md xfsinfo 1.0.7 @ text @# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:08 rillig Exp $ DISTNAME= xfsinfo-1.0.7 CATEGORIES= x11 fonts MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ COMMENT= Utility for displaying information about an X font server LICENSE= x11 # AND others GNU_CONFIGURE= yes USE_TOOLS+= pkg-config .include "../../x11/libFS/buildlink3.mk" .include "../../x11/xorgproto/buildlink3.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/02/21 09:37:02 wiz Exp $ d3 2 a4 2 DISTNAME= xfsinfo-1.0.6 CATEGORIES= fonts x11 d6 1 a6 1 EXTRACT_SUFX= .tar.bz2 @ 1.5 log @xfsinfo: update to 1.0.6. This release fixes a bug in 64-bit builds which caused the maximum request size to be incorrectly calculated. Alan Coopersmith (4): Correctly report maximum request size when sizeof(long) != 4 Update README for gitlab migration Update configure.ac bug URL for gitlab migration xfsinfo 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2018/03/07 11:57:46 wiz Exp $ d9 1 a9 1 HOMEPAGE= http://xorg.freedesktop.org/ @ 1.4 log @xorgproto: use xorgproto instead of separate *proto packages Remove now obsolete packages. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2017/09/16 19:27:30 wiz Exp $ d3 1 a3 2 DISTNAME= xfsinfo-1.0.5 PKGREVISION= 1 @ 1.3 log @Reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2015/07/02 22:58:39 rodent Exp $ d4 1 d18 1 a18 2 BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17 .include "../../x11/xproto/buildlink3.mk" @ 1.2 log @CATEGORIES+=x11 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2015/07/02 22:56:38 rodent Exp $ d8 1 a8 1 MAINTAINER= rodent@@NetBSD.org @ 1.1 log @Import xfsinfo-1.0.5 as x11/xfsinfo. xfsinfo is a utility for displaying information about an X font server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the font catalogues and alternate servers that are available. @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 CATEGORIES= fonts @