Remove RCSIDs from ports I maintain

This commit is contained in:
kn 2022-03-10 12:03:30 +00:00
parent 249d216184
commit e7411f37c1
75 changed files with 69 additions and 93 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2022/01/16 14:43:49 kn Exp $
# $OpenBSD: Makefile,v 1.12 2022/03/10 12:03:30 kn Exp $
# __builtin_clz
NOT_FOR_ARCHS= ${GCC3_ARCHS}
@ -8,6 +8,7 @@ COMMENT = parallel implementation of gzip utilizing multiple cores
DISTNAME = pigz-2.7
CATEGORIES = archivers
HOMEPAGE = https://zlib.net/pigz/
REVISION = 0
MAINTAINER = Klemens Nanni <kn@openbsd.org>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/12/01 03:19:13 brad Exp $
@bin bin/pigz
@bin bin/unpigz
@man man/man1/pigz.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.62 2022/02/18 13:11:27 kn Exp $
# $OpenBSD: Makefile,v 1.63 2022/03/10 12:03:30 kn Exp $
COMMENT-main = low-latency voice chat client
COMMENT-server = low-latency voice chat server
@ -6,8 +6,8 @@ COMMENT-server = low-latency voice chat server
VERSION = 1.4.230
DISTNAME = mumble-${VERSION}
PKGNAME-server = murmur-${VERSION}
REVISION-main = 0
REVISION-server = 0
REVISION-main = 1
REVISION-server = 1
CATEGORIES = audio net

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.2 2022/01/20 18:03:18 kn Exp $
@pkgpath audio/mumble
@bin bin/mumble
lib/mumble/

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-server,v 1.2 2022/01/20 18:03:18 kn Exp $
@newgroup _murmurd:854
@newuser _murmurd:854:_murmurd:daemon:Mumble server:/nonexistent:/sbin/nologin
@rcscript ${RCDIR}/murmurd

View File

@ -1,6 +1,5 @@
#!/bin/ksh
#
# $OpenBSD: murmurd.rc,v 1.3 2022/02/18 12:59:18 kn Exp $
daemon="${TRUEPREFIX}/bin/murmurd"
daemon_flags="-ini ${SYSCONFDIR}/murmur.ini"

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2021/12/16 00:29:56 kn Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/10 12:03:30 kn Exp $
COMMENT = recurrent neural network for audio noise reduction
# no tag or release, use HEAD
DISTNAME = rnnoise-master-7f449bf8bd3b933891d12c30112268c4090e4d59
V = 0.0.0.20210312
PKGNAME = rnnoise-${V}
REVISION = 0
REVISION = 1
CATEGORIES = audio
SHARED_LIBS = rnnoise 0.0 # 4.1

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/15 22:24:32 kn Exp $
include/rnnoise.h
@static-lib lib/librnnoise.a
lib/librnnoise.la

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2022/03/09 11:23:52 kn Exp $
# $OpenBSD: Makefile,v 1.5 2022/03/10 12:03:30 kn Exp $
COMMENT = abseil common libraries (c++)
REVISION = 1
REVISION = 2
CATEGORIES = devel
GH_ACCOUNT = abseil

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.245 2022/01/29 08:36:48 benoit Exp $
# $OpenBSD: Makefile,v 1.246 2022/03/10 12:03:36 kn Exp $
COMMENT-main = distributed version control system
COMMENT-svn = subversion interoperability tools
COMMENT-x11 = graphical tools
V = 2.35.1
REVISION = 0
DISTNAME = git-${V}
CATEGORIES = devel

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.106 2021/11/16 16:21:15 kn Exp $
@conflict git-x11-<2.33.1p0
@pkgpath devel/git
@newgroup _gitdaemon:778

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-svn,v 1.6 2020/01/27 23:49:12 abieber Exp $
${P5SITE}/Git/SVN/
${P5SITE}/Git/SVN.pm
${P5SITE}/Git/SVN/Editor.pm

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-x11,v 1.17 2021/11/15 19:52:39 kn Exp $
@conflict git-<2.33.1p0
bin/gitk
libexec/git/git-citool

View File

@ -1,4 +1,3 @@
$OpenBSD: README-main,v 1.3 2018/09/04 12:46:10 espie Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD

View File

@ -1,6 +1,5 @@
#!/bin/ksh
#
# $OpenBSD: gitdaemon.rc,v 1.4 2019/07/16 09:56:55 stsp Exp $
daemon="${TRUEPREFIX}/bin/git daemon --detach"
daemon_user="_gitdaemon"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2022/01/26 15:27:11 kn Exp $
# $OpenBSD: Makefile,v 1.3 2022/03/10 12:03:30 kn Exp $
COMMENT = guidelines support library
GH_ACCOUNT = microsoft
@ -7,6 +7,7 @@ V = 4.0.0
GH_TAGNAME = v${V}
DISTNAME = microsoft-gsl-${V}
CATEGORIES = devel
REVISION = 0
# MIT
PERMIT_PACKAGE = Yes

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2022/01/26 15:27:11 kn Exp $
include/gsl/
include/gsl/algorithm
include/gsl/assert

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2022/02/14 10:31:22 kn Exp $
# $OpenBSD: Makefile,v 1.7 2022/03/10 12:03:30 kn Exp $
COMMENT = range library for C++14/17/20
GH_ACCOUNT = ericniebler
GH_PROJECT = range-v3
GH_TAGNAME = 0.11.0
REVISION = 1
REVISION = 2
CATEGORIES = devel
MASTER_SITES0 = https://github.com/ericniebler/range-v3/commit/

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/17 09:47:59 kn Exp $
include/concepts/
include/concepts/compare.hpp
include/concepts/concepts.hpp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2021/12/20 06:16:00 kn Exp $
# $OpenBSD: Makefile,v 1.3 2022/03/10 12:03:31 kn Exp $
COMMENT = c++11/14/17 std::expected with functional-style extensions
@ -7,6 +7,7 @@ GH_PROJECT = expected
GH_TAGNAME = v1.0.0
PKGNAME = tl-${DISTNAME}
CATEGORIES = devel
REVISION = 0
# cmake file for build and install; no release or tags, use latest master
ADD_TL_COMMIT = 284c6a3f0f61823cc3871b0f193e8df699e2c4ce

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/17 17:17:32 kn Exp $
include/tl/
include/tl/expected.hpp
share/cmake/

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2020/12/11 19:17:41 kn Exp $
# $OpenBSD: Makefile,v 1.10 2022/03/10 12:03:31 kn Exp $
COMMENT = vi-like editor with sam-style structural regex support
V = 0.7
DISTNAME = vis-${V}
REVISION = 0
TEST_V = 0.5
SUPDISTNAME = vis-test-${TEST_V}

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.4 2020/12/11 19:17:41 kn Exp $
bin/vis-clipboard
bin/vis-complete
@bin bin/vis-digraph

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:46:27 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/10 12:03:31 kn Exp $
ONLY_FOR_ARCHS = i386 amd64
@ -9,7 +9,7 @@ COMMENT-server = fast-paced first person shooter, server
MULTI_PACKAGES = -main -data -server
V = 0.8.2
REVISION = 0
REVISION = 1
DISTNAME = xonotic-${V}
PKGNAME-main = xonotic-${V}
PKGNAME-data = xonotic-data-${V}

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-data,v 1.2 2019/04/19 18:15:23 kn Exp $
@conflict Xonotic-data-*
share/xonotic/
share/xonotic/data/

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST-main,v 1.2 2019/04/19 18:15:23 kn Exp $
@conflict Xonotic-*
@bin bin/xonotic-sdl

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-server,v 1.2 2019/04/19 18:15:23 kn Exp $
@conflict Xonotic-server-*
@bin bin/xonotic-dedicated
share/examples/xonotic/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2022/02/06 19:21:02 kn Exp $
# $OpenBSD: Makefile,v 1.8 2022/03/10 12:03:31 kn Exp $
ONLY_FOR_ARCHS = amd64
@ -7,7 +7,7 @@ COMMENT = tool for live-coding pixel shaders
GH_ACCOUNT = Gargaj
GH_PROJECT = Bonzomatic
GH_TAGNAME = 2022-02-05
REVISION = 0
REVISION = 1
PKGNAME = bonzomatic-${GH_TAGNAME:S/-//g}
CATEGORIES = graphics

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2020/04/26 21:22:51 kn Exp $
@bin bin/bonzomatic
share/applications/bonzomatic.desktop
share/bonzomatic/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2022/01/09 20:46:31 kn Exp $
# $OpenBSD: Makefile,v 1.6 2022/03/10 12:03:31 kn Exp $
COMMENT = QR Code generator library
GH_ACCOUNT = nayuki
@ -6,7 +6,7 @@ GH_PROJECT = QR-Code-generator
GH_TAGNAME = v1.7.0
PKGNAME = ${DISTNAME:L}
CATEGORIES = graphics
REVISION = 1
REVISION = 2
# upstream has no shared library versions
SHARED_LIBS += qrcodegen 0.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/23 09:01:11 kn Exp $
include/qrcodegen.h
include/qrcodegen.hpp
@lib lib/libqrcodegen.so.${LIBqrcodegen_VERSION}

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.52 2022/01/11 09:51:58 kn Exp $
# $OpenBSD: Makefile,v 1.53 2022/03/10 12:03:31 kn Exp $
COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.4.4
REVISION= 0
REVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.9 2021/03/11 12:58:20 kn Exp $
@bin bin/mbsync
bin/mbsync-get-cert
@bin bin/mdconvert

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2021/11/29 11:18:32 kn Exp $
# $OpenBSD: Makefile,v 1.11 2022/03/10 12:03:32 kn Exp $
COMMENT= command-line tools to work with RFCs and Internet Drafts
GH_ACCOUNT= paulehoffman
GH_PROJECT= ietf-cli
GH_TAGNAME= 1.18
REVISION= 0
CATEGORIES= misc net books

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2020/03/14 15:59:46 kn Exp $
@extraunexec rm -rf ${LOCALSTATEDIR}/db/ietf-mirrors/*
bin/ietf
share/doc/ietf/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2022/01/29 19:03:29 kn Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/10 12:03:32 kn Exp $
COMMENT = Cisco implementation of H.264 codec
GH_ACCOUNT = cisco
GH_PROJECT = openh264
GH_TAGNAME = v2.2.0
CATEGORIES = multimedia
REVISION = 0
SHARED_LIBS = openh264 1.0 # 6.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/21 14:22:37 kn Exp $
@bin bin/h264dec
@bin bin/h264enc
include/wels/

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2022/02/24 02:10:28 kn Exp $
# $OpenBSD: Makefile,v 1.16 2022/03/10 12:03:32 kn Exp $
COMMENT = curses TLS-only IRC client
DISTNAME = catgirl-2.1
REVISION = 0
CATEGORIES = net

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2021/02/09 10:49:51 kn Exp $
@bin bin/catgirl
@man man/man1/catgirl.1
share/examples/catgirl/

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2021/11/23 23:48:05 kn Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/10 12:03:32 kn Exp $
COMMENT = CLAT configuration daemon for OpenBSD
V = 1.3
DISTNAME = gelatod-${V}
CATEGORIES = net
REVISION = 0
# BSD 2-clause
PERMIT_PACKAGE = Yes

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/11/17 20:36:10 kn Exp $
@newgroup _gelatod:871
@newuser _gelatod:871:_gelatod:daemon:464XLAT CLAT:/nonexistent:/sbin/nologin
@rcscript ${RCDIR}/gelatod

View File

@ -1,6 +1,5 @@
#!/bin/ksh
#
# $OpenBSD: gelatod.rc,v 1.1.1.1 2021/11/17 20:36:10 kn Exp $
daemon="/usr/local/sbin/gelatod"

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.41 2022/02/14 07:47:41 tb Exp $
# $OpenBSD: Makefile,v 1.42 2022/03/10 12:03:32 kn Exp $
COMMENT = GLib ICE implementation
DISTNAME = libnice-0.1.18
CATEGORIES = net
REVISION = 0
SHARED_LIBS += nice 4.0 # 10.11.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.14 2022/02/13 18:13:31 kn Exp $
@bin bin/stunbdc
@bin bin/stund
include/nice/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2021/12/29 06:59:14 kn Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/10 12:03:33 kn Exp $
COMMENT = securely transfer data between computers
MODPY_EGG_VERSION = 0.12.0
DISTNAME = magic-wormhole-${MODPY_EGG_VERSION}
REVISION = 1
REVISION = 2
HOMEPAGE = https://magic-wormhole.readthedocs.io

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/07/24 21:27:06 kn Exp $
bin/wormhole
lib/python${MODPY_VERSION}/site-packages/magic_wormhole-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/magic_wormhole-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2022/01/07 14:10:00 kn Exp $
# $OpenBSD: Makefile,v 1.5 2022/03/10 12:03:33 kn Exp $
COMMENT = portable SCTP userland stack
GH_ACCOUNT = sctplab
GH_PROJECT = usrsctp
GH_TAGNAME = 0.9.5.0
CATEGORIES = net
REVISION = 2
REVISION = 3
MASTER_SITES0 = https://github.com/sctplab/usrsctp/commit/
PATCHFILES = usrsctplib-link-pthread-{}40e35a7.patch:0 \

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/16 01:23:46 kn Exp $
include/usrsctp.h
@lib lib/libusrsctp.so.${LIBusrsctp_VERSION}
lib/pkgconfig/usrsctp.pc

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/12/11 10:21:15 kn Exp $
# $OpenBSD: Makefile,v 1.2 2022/03/10 12:03:33 kn Exp $
COMMENT = todo management and time tracker
VERSION = 5.0.1
DISTNAME = ktimetracker-${VERSION}
REVISION = 0
CATEGORIES = productivity x11

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/12/11 10:21:15 kn Exp $
@bin bin/ktimetracker
share/applications/org.kde.ktimetracker.desktop
share/dbus-1/interfaces/org.kde.ktimetracker.ktimetracker.xml

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.47 2020/10/18 22:00:52 kn Exp $
# $OpenBSD: Makefile,v 1.48 2022/03/10 12:03:33 kn Exp $
COMMENT= configuration editing tool and API
DISTNAME= augeas-1.12.0
REVISION= 0
REVISION= 1
CATEGORIES= sysutils devel

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.14 2020/10/10 08:01:31 kn Exp $
@bin bin/augmatch
@bin bin/augparse
@bin bin/augtool

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2022/03/03 18:04:46 kn Exp $
# $OpenBSD: Makefile,v 1.9 2022/03/10 12:03:33 kn Exp $
# ectool requires amd64_iopl(2)
# intelmetool requires <amd64/pio.h>
@ -9,6 +9,7 @@ COMMENT = utilities to work on firmware images and hardware
V = 4.16
DISTNAME = coreboot-${V}
PKGNAME = coreboot-utils-${V}
REVISION = 0
CATEGORIES = sysutils devel

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2021/11/02 00:02:32 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2022/03/10 12:03:34 kn Exp $
COMMENT = print sun4v machine descriptions
@ -6,7 +6,7 @@ COMMENT = print sun4v machine descriptions
DISTNAME = ldomsmanager-3.5.0.0-30.2411.1
# own version, documented in source code
PKGNAME = mdprint-1.3
REVISION = 3
REVISION = 4
CATEGORIES = sysutils devel

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/03/21 09:12:37 kn Exp $
bin/mdprint

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2021/11/02 00:02:32 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2022/03/10 12:03:34 kn Exp $
COMMENT = tool for partial deblobbing of Intel ME/TXE firmware images
GH_ACCOUNT = corna
GH_PROJECT = me_cleaner
GH_TAGNAME = v1.2
REVISION = 1
REVISION = 2
DISTFILES = me_cleaner-{}${GH_TAGNAME}${EXTRACT_SUFX}

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/01/19 20:47:10 kn Exp $
bin/me_cleaner
lib/python${MODPY_VERSION}/site-packages/me_cleaner-1.2-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/me_cleaner-1.2-py${MODPY_VERSION}.egg-info/PKG-INFO

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2022/02/23 01:45:10 kn Exp $
# $OpenBSD: Makefile,v 1.12 2022/03/10 12:03:34 kn Exp $
COMMENT = utility for modifying existing ELF executables and libraries
V = 0.14.5
DISTNAME = patchelf-${V}
MASTER_SITES = https://github.com/NixOS/patchelf/releases/download/${V}/
REVISION = 0
CATEGORIES = sysutils

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/05/27 16:12:16 kn Exp $
@bin bin/patchelf
@man man/man1/patchelf.1
share/doc/patchelf/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2021/11/06 00:49:47 kn Exp $
# $OpenBSD: Makefile,v 1.12 2022/03/10 12:03:34 kn Exp $
COMMENT = query portroach(1)
CATEGORIES = sysutils
@ -6,6 +6,7 @@ DISTFILES = # empty
# <portroach API>.rev
PKGNAME = portroach-cli-1.7
MAINTAINER = Klemens Nanni <kn@openbsd.org>
REVISION = 0
# ISC
PERMIT_PACKAGE = Yes

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/01/11 22:12:03 kn Exp $
bin/portroach-cli
@man man/man1/portroach-cli.1

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.17 2020/10/18 22:00:52 kn Exp $
# $OpenBSD: Makefile,v 1.18 2022/03/10 12:03:36 kn Exp $
COMMENT= provider bindings for Augeas
DISTNAME= ruby-augeas-0.5.0
PKGNAME= ${DISTNAME:S/ruby-//}
REVISION= 7
REVISION= 8
CATEGORIES= sysutils
HOMEPAGE= http://augeas.net/

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.3 2014/01/11 22:51:03 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/COPYING

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2022/01/21 12:10:39 kn Exp $
# $OpenBSD: Makefile,v 1.25 2022/03/10 12:03:34 kn Exp $
PORTROACH= limit:^6
VERSION= 6.26.0
REVISION= 0
MAINTAINER= Klemens Nanni <kn@openbsd.org>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.10 2021/10/13 05:50:56 kn Exp $
@option is-branch
@newgroup _puppet:580
@newuser _puppet:580:580:daemon:Puppet user:/var/empty:/sbin/nologin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2020/11/05 22:33:30 kn Exp $
# $OpenBSD: Makefile,v 1.17 2022/03/10 12:03:35 kn Exp $
COMMENT = instant terminal sharing based on tmux
@ -6,7 +6,7 @@ GH_ACCOUNT = tmate-io
GH_PROJECT = tmate
GH_TAGNAME = 2.4.0
CATEGORIES = sysutils
REVISION = 3
REVISION = 4
MASTER_SITES0 = https://github.com/tmate-io/tmate/commit/
PATCHFILES = tmate-bad-fingerprint{cbec43f56dfb48c2fb6e00faa2cb85443d4b7d8f}.patch:0 \

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/16 20:06:03 jasper Exp $
@bin bin/tmate

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2020/04/03 20:48:02 kn Exp $
# $OpenBSD: Makefile,v 1.10 2022/03/10 12:03:35 kn Exp $
# ignore A* and t* (pre) releases
PORTROACH = limit:^[0-9]
@ -8,6 +8,7 @@ COMMENT = parse, extract and modify UEFI firmware images
GH_ACCOUNT = LongSoft
GH_PROJECT = UEFITool
GH_TAGNAME = 0.28.0
REVISION = 0
CATEGORIES = sysutils

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2018/10/02 07:26:52 kn Exp $
@bin bin/UEFIPatch
@bin bin/UEFIReplace
@bin bin/UEFITool

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2021/03/08 13:59:29 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2022/03/10 12:03:35 kn Exp $
COMMENT = count lines of codes in many languages
V = 2.11
DISTNAME = loccount-${V}
CATEGORIES = textproc
REVISION = 0
REVISION = 1
HOMEPAGE = https://gitlab.com/esr/loccount

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/08 20:26:08 benno Exp $
@bin bin/loccount
@man man/man1/loccount.1

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2022/02/21 16:48:03 kn Exp $
# $OpenBSD: Makefile,v 1.14 2022/03/10 12:03:35 kn Exp $
COMMENT = jq wrapper for YAML/XML documents
MODPY_EGG_VERSION = 2.14.0
DISTNAME = yq-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = textproc

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.4 2021/02/08 20:36:56 kn Exp $
bin/tomlq
bin/xq
bin/yq

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2021/11/02 00:02:57 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2022/03/10 12:03:35 kn Exp $
COMMENT = terminal UI for Reddit
MODPY_EGG_VERSION = 1.29.0
DISTNAME = tuir-${MODPY_EGG_VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = www

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/02/29 23:07:48 kn Exp $
bin/tuir
lib/python${MODPY_VERSION}/site-packages/tuir/
lib/python${MODPY_VERSION}/site-packages/tuir-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/