drop RCS Ids

This commit is contained in:
naddy 2022-03-11 20:00:22 +00:00
parent 25d8cbee00
commit 9fc3106390
76 changed files with 0 additions and 106 deletions

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.8 2021/08/29 08:18:17 jca Exp $
# To add a test named ${testname}:
# 1) Create test port directory with ${testname} name.
# 2) Create the ${testname}.sample containing the desired result

View File

@ -1,5 +1,3 @@
# $OpenBSD: t10.sample,v 1.2 2021/08/29 07:55:17 jca Exp $
COMMENT-main = another eDonkey P2P file sharing client
COMMENT-web = webserver interface to amuled
COMMENT-daemon =stand-alone daemon/cmdline for amule

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.3 2021/08/29 07:55:17 jca Exp $
COMMENT-main = another eDonkey P2P file sharing client
COMMENT-web = webserver interface to amuled
COMMENT-daemon =stand-alone daemon/cmdline for amule

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile.inc,v 1.10 2021/08/29 07:55:17 jca Exp $
COMMENT-main= server-side HTML-embedded scripting language
COMMENT-fastcgi= stand-alone FastCGI version of PHP

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile.inc,v 1.1 2014/07/25 11:41:45 zhuk Exp $
DIST_SUBDIR= gnome
MAINTAINER ?= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/05/01 11:02:26 zhuk Exp $
@bin bin/t6

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2015/05/01 11:03:11 zhuk Exp $
@bin bin/t7

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST-qt4,v 1.1.1.1 2015/05/01 11:03:11 zhuk Exp $
@bin bin/t7-qt4

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile.inc,v 1.2 2021/08/29 07:55:17 jca Exp $
# common stuff for all gcc ports
# we assume each one defines a V variable.

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.20 2017/12/22 23:12:22 zhuk Exp $
# To add a test named ${testname}:
# 1) If test should catch errors, add sample portcheck output to the
# ${testname}.sample file in this directory. Otherwise, this file should

View File

@ -1,3 +1,2 @@
# $OpenBSD: Makefile.inc,v 1.2 2022/03/04 10:06:27 sthen Exp $
CATEGORIES += ${PKGPATH:C,/[^/]+$,,}
PERMIT_PACKAGE ?= Yes

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/02/03 22:28:41 zhuk Exp $
COMMENT = test 1
DISTNAME = test-1

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2018/06/28 14:52:28 espie Exp $
@conflict kdeutils-<4
@bin bin/kcalc
lib/libkdeinit4_kcalc.so

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1 2014/05/06 11:02:04 zhuk Exp $
#
# Check for ${PREFIX}/share/man/ and ${PREFIX}/share/info/
COMMENT = test 10

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2016/03/23 16:30:38 zhuk Exp $
@man man/man1/bar.1.gz
share/man/
share/man/man1/

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/05/08 15:44:42 zhuk Exp $
#
# Check for @exec/@unexec-delete of glib-compile-schemas
# when dependency is wrong.

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-exec,v 1.1 2014/05/07 22:28:05 zhuk Exp $
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.1 2014/05/07 22:28:05 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST-noexec,v 1.1 2014/05/07 22:28:05 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST-nounexec,v 1.1 2014/05/07 22:28:05 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-unexec,v 1.1 2014/05/07 22:28:05 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-wrong,v 1.1 2014/05/07 22:28:05 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/05/08 17:10:10 zhuk Exp $
#
# Check for @exec/@unexec-delete of glib-compile-schemas
# when dependency is correct.

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-exec,v 1.1 2014/05/08 15:44:43 zhuk Exp $
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.1 2014/05/08 15:44:43 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-nodep,v 1.1 2014/05/08 17:10:10 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST-noexec,v 1.1 2014/05/08 15:44:43 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST-nounexec,v 1.1 2014/05/08 15:44:43 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-unexec,v 1.1 2014/05/08 15:44:43 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-wrong,v 1.1 2014/05/08 15:44:43 zhuk Exp $
share/glib-2.0/schemas/foo.xml
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $
#
# Check for leading articles in COMMENTs
DISTNAME = test-13

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-a,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-an,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-athe,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-the,v 1.1.1.1 2014/05/19 00:58:53 zhuk Exp $

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1 2014/07/10 10:04:34 zhuk Exp $
#
# Check for both stdc++ in WANTLIB and gcc4 in MODULES
DISTNAME = test-14

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-foo,v 1.1 2014/07/10 10:04:34 zhuk Exp $

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST-main,v 1.1 2014/07/10 10:04:34 zhuk Exp $

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1 2015/04/12 20:42:44 zhuk Exp $
COMMENT = test 15, GH_COMMIT length
DISTNAME = test-15

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1 2015/04/12 20:42:44 zhuk Exp $
@bin bin/foobar.test

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/15 08:19:09 zhuk Exp $
COMMENT = test 16, non-standard top-level categories
DISTNAME = test-16
CATEGORIES = network the-x11 foo

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/04/15 08:19:09 zhuk Exp $
@bin bin/foobar.test

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2016/04/28 17:04:42 sthen Exp $
#
# Check for user settings in makefile
COMMENT = test 17

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1 2015/07/05 12:32:44 zhuk Exp $
bin/foo17

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/03/28 15:36:17 zhuk Exp $
#
# Check silence in case of PKG_ARCH=* and WANTLIB-= (empty)
COMMENT = test 18

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/03/28 15:36:17 zhuk Exp $
bin/test18

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/14 07:43:43 zhuk Exp $
COMMENT = test for Qt5 QML outside lib/qt5/qml
DISTNAME = t19-1.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/14 07:43:43 zhuk Exp $
include/KF5/
include/KF5/KHolidays/
include/KF5/KHolidays/KHolidays/

View File

@ -1,4 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/07/23 22:34:06 zhuk Exp $
# "fixed" version of t1
COMMENT = test 2

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2018/06/28 14:52:28 espie Exp $
@conflict kdeutils-<4
@bin bin/kcalc
lib/libkdeinit4_kcalc.so

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/14 07:44:33 zhuk Exp $
COMMENT = test for missing x11/qt5/qtdeclarative dependency
DISTNAME = t20-1.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/14 07:44:33 zhuk Exp $
include/KF5/
include/KF5/KHolidays/
include/KF5/KHolidays/KHolidays/

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/07/14 07:44:55 zhuk Exp $
COMMENT = test for QML files with missing Qt dependency
DISTNAME = t21-1.0

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/14 07:44:55 zhuk Exp $
include/KF5/
include/KF5/KHolidays/
include/KF5/KHolidays/KHolidays/

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/12/22 23:11:21 zhuk Exp $
#
# Check for forgotten @rcscripts
COMMENT = test 22

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/12/22 23:11:21 zhuk Exp $
bin/foo22

View File

@ -1,4 +1,3 @@
# $OpenBSD: t22.rc,v 1.1.1.1 2017/12/22 23:11:21 zhuk Exp $
daemon=t22

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/12/22 23:11:39 zhuk Exp $
#
# Check for forgotten README files
COMMENT = test 23

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/12/22 23:11:39 zhuk Exp $
bin/foo23

View File

@ -1,3 +1 @@
$OpenBSD: README,v 1.1.1.1 2017/12/22 23:11:39 zhuk Exp $
A simple readme file.

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/07/23 22:34:06 zhuk Exp $
#
# Check there are no distinfo checks in -A mode
COMMENT = test 3

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2018/06/28 14:52:28 espie Exp $
@conflict kdeutils-<4
@bin bin/kcalc
lib/libkdeinit4_kcalc.so

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/07/23 22:34:06 zhuk Exp $
#
# Won't fail because distinfo checks don't happen for checking
# "existing" ports, and -P is used to skip PLIST checks.

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/02/03 22:28:41 zhuk Exp $
@conflict kdeutils-<4
@bin bin/kcalc
lib/libkdeinit4_kcalc.so

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.3 2016/03/23 16:31:18 zhuk Exp $
#
# Check catching most obvious things
COMMENT = test 5

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.3 2015/04/15 08:20:49 zhuk Exp $
share/applications/kde4/kcalc.desktop
share/doc/HTML/en/kcalc/index.cache.bz2
share/doc/HTML/en/kcalc/index.docbook

View File

@ -1,4 +1,3 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/02/09 15:11:45 zhuk Exp $
# Test gtk-update-icon-cache
COMMENT = test 6

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/02/09 15:11:45 zhuk Exp $
share/icons/bartheme/32x32/shmalice.png
share/icons/footheme/32x32/alice.png
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/footheme

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.3 2017/07/16 19:19:02 espie Exp $
COMMENT= tempo/pitch audio processing library
DISTNAME= soundtouch-1.3.1

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/02/09 16:11:16 zhuk Exp $
share/doc/HTML/en/kcalc/
share/doc/HTML/en/kcalc/index.docbook

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2014/05/08 07:02:59 zhuk Exp $
COMMENT = test 8
DISTNAME = test-8

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/02/09 18:14:05 zhuk Exp $
@conflict kdeutils-<4
share/examples/t8/
@sample /var/t8/

View File

@ -1,3 +1 @@
$OpenBSD: README,v 1.1.1.1 2014/02/09 18:14:05 zhuk Exp $
This line mentions /var/t8 and should produce warning.

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.1 2014/04/27 17:59:21 zhuk Exp $
#
# Check for extra PERMIT_* lines
COMMENT-main = test 9 main

View File

@ -1 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1 2014/04/27 17:59:21 zhuk Exp $