all: Remove all other $FreeBSD keywords.

This commit is contained in:
Mathieu Arnold 2021-04-06 16:21:47 +02:00
parent 305f148f48
commit 135fdeebb9
No known key found for this signature in database
GPG Key ID: 29EB0902911D7E02
2028 changed files with 389 additions and 4548 deletions

View File

@ -1,5 +1,3 @@
# $FreeBSD: /tmp/pcvs/ports/Templates/BSD.local.dist,v 1.3 2010-11-12 20:57:14 pav Exp $
#
# Please see the file src/etc/mtree/README before making changes to this file.
#

View File

@ -28,8 +28,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD: head/Tools/scripts/chkversion.pl 562503 2021-01-24 18:42:29Z adamw $
#
# MAINTAINER= portmgr@FreeBSD.org
#
# PORTVERSION and PKGORIGIN auditing script

View File

@ -14,8 +14,6 @@
# Maxim Sobolev
# ----------------------------------------------------------------------------
#
# $FreeBSD: /tmp/pcvs/ports/Tools/scripts/distclean.sh,v 1.18 2010-11-18 11:28:05 pav Exp $
#
# MAINTAINER= ports@FreeBSD.org
PATH=/sbin:/bin:/usr/bin

View File

@ -1,7 +1,3 @@
#
# $FreeBSD$
#
CXX ?= c++
IDIR = -I./bialib

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# Distributed under the BSD 2-clause Simplified License.
#

View File

@ -1,5 +1,3 @@
# $FreeBSD$
LIB = lzxcomp
SRCS= lz_nonslide.c lzx_layer.c
INCS= lzx_compress.h lzx_constants.h

View File

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
PROG= parchive

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
# The RPM database directory
RPM_DATABASE_DIR=/var/lib/rpm

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
# The RPM database directory
RPM_DATABASE_DIR=/var/lib/rpm

View File

@ -1,7 +1,3 @@
#
# $FreeBSD$
#
all: sq usq
sq: sq.o tr1.o tr2.o sqio.o

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: urbackup_client
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: urbackup_server
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,5 +1,3 @@
# $FreeBSD$
PROG= zipmix
MAN=

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gpsd
# REQUIRE: NETWORKING DAEMON cleanvar devfs

View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
exec "%%JAVA%%" -jar "%%JAVALIBDIR%%/%%JARNAME%%" "$@"

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gpxloggerd
# REQUIRE: NETWORKING DAEMON cleanvar devfs gpsd

View File

@ -1,6 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
JAVA="%%LOCALBASE%%/bin/java"
JARPATH="%%JAVALIBDIR%%"

View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
exec %%JAVA%% -jar %%DATADIR%%/splitter.jar "$@"

View File

@ -1,5 +1,3 @@
# $FreeBSD$
#
# FreeBSD Project Committers
#
# In case you don't know the exact coordinates, you might find it at

View File

@ -1,5 +1,3 @@
# $FreeBSD$
#
# FreeBSD sites
#
37.8, -122.4, "FreeBSD.org" # San Francisco

View File

@ -1,5 +1,3 @@
# $FreeBSD$
LIBRARIES = lib/libAO.a \
lib/libtsp.a
BINARIES = bin/CompAudio \

View File

@ -1,7 +1,4 @@
#!/bin/sh -
#
# $FreeBSD$
#
if [ -r /etc/defaults/periodic.conf ]; then
. /etc/defaults/periodic.conf

View File

@ -1,6 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: autocd

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: darkice
# REQUIRE: LOGIN
# KEYWORD: SHUTDOWN

View File

@ -27,8 +27,6 @@
* SUCH DAMAGE.
*/
// $FreeBSD$
#if defined(HAVE_MNTENT_H)
#include <mntent.h>
#else

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ezstream
# REQUIRE: DAEMON

View File

@ -1,5 +1,3 @@
// $FreeBSD$
/*
* mntent
* mntent.h - compatability header for FreeBSD

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: forked-daapd
# REQUIRE: avahi_daemon dbus
# KEYWORD: shutdown

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gonic
# REQUIRE: LOGIN

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: icecast
# REQUIRE: DAEMON

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: icecast
# REQUIRE: DAEMON

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: jackd
# REQUIRE: LOGIN
#

View File

@ -1,6 +1,3 @@
#
# $FreeBSD$
#
# Script to automatically start jack_umidi when a device is plugged in.
# This will attempt to run jack_umidi as whatever user jackd is running as.
#

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: jamulus-server
# REQUIRE: DAEMON NETWORKING
# KEYWORD: shutdown

View File

@ -1,5 +1,4 @@
# newsyslog configuration file for %%PORTNAME%%
# $FreeBSD$
#
# see newsyslog.conf(5) for details
#

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: %%PORTNAME%%
# REQUIRE: LOGIN

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/audio/squeezeboxserver/files/pkg-install.in,v 1.11 2011-07-09 17:44:14 crees Exp $
name=%%PORTNAME%%
comment="Slim Devices SlimServer/SqueezeCenter pseudo-user"

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: murmur
# REQUIRE: DAEMON
# KEYWORD: shutdown

View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/MusicControl-0.3.jar" "$*"

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: musicpd
# REQUIRE: mixer LOGIN avahi_daemon oss
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: pianod
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: rplayd
# REQUIRE: LOGIN

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: shairport_sync
# REQUIRE: LOGIN avahi_daemon
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: sndiod
# REQUIRE: NETWORKING sysctl
# BEFORE: DAEMON

View File

@ -1,5 +1,3 @@
// $FreeBSD$
/*
* mntent
* mntent.h - compatability header for FreeBSD

View File

@ -27,8 +27,6 @@
* SUCH DAMAGE.
*/
// $FreeBSD$
#if defined(HAVE_MNTENT_H)
#include <mntent.h>
#else

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: teamspeak
# REQUIRE: LOGIN %%MYSQL%%
# KEYWORD: shutdown

View File

@ -1,5 +1,3 @@
#$FreeBSD$
# Shared by timidity++ interface ports
BUILD_DEPENDS+= libarc>0:archivers/libarc

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: umurmur
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
PATH=/bin:/usr/sbin
USER=umurmur

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
PATH=/bin:/usr/sbin
USER=umurmur

View File

@ -1,6 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: virtual_oss
# REQUIRE: kld
# BEFORE: LOGIN sndiod

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*
* Copyright (C) 1990 Regents of the University of California.
*

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $NetBSD: pkgsrc/audio/xcdplayer/files/cdrom_freebsd.c,v 1.6 2005/12/11 20:48:46 joerg Exp $ */
/*
* Copyright (C) 1990 Regents of the University of California.

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*
* Copyright (C) 1990 Regents of the University of California.
*

View File

@ -1,6 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ympd

View File

@ -1,5 +1,3 @@
# $FreeBSD$
How to cross build initial toolchain
Example with sparc64

View File

@ -1,4 +1,3 @@
.\" $FreeBSD$
.\" The following requests are required for all man pages.
.Dd May 18, 1995
.Os UNIX

View File

@ -1,6 +1,5 @@
# A Makefile for the installed lmbench
# $FreeBSD$
#
OS != scripts/os
BINDIR = bin/${OS}

View File

@ -1,5 +1,3 @@
# $FreeBSD$
PROG= raidtest
MAN=
WARNS?= 6

View File

@ -25,7 +25,6 @@
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
export BABEL_DIR=${BABEL_DIR-@PREFIX@/share/babel}

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
# Shell script to launch jalview using our javavm wrapper
"%%LOCALBASE%%/bin/java" -Djava.ext.dirs="%%DATADIR%%" -cp "%%DATADIR%%/jalview.jar" jalview.bin.Jalview

View File

@ -1,7 +1,5 @@
#! /bin/sh -
#
# $FreeBSD$
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2020 Mateusz Piotrowski <0mp@FreeBSD.org>

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
# call the real flex
flex.real "$@"

View File

@ -1,7 +1,4 @@
#!/bin/csh
#
# $MBSDlabs$
# $FreeBSD$
set JAVA = "%%LOCALBASE%%/bin/java"
set LIBFILES = "%%LIBFILES%%"

View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# $FreeBSD$
"%%JAVA%%" -jar "%%DATADIR%%/fidocadj-%%PORTVERSION%%.jar" "$@"

View File

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX?= /usr/local
CC?= gcc

View File

@ -1,6 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
cd %%DATADIR%%
"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:doc:bin run.Impact "$@"

View File

@ -1,6 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
cd %%DATADIR%%
"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:bin:doc:lib/jogl.jar:lib/gluegen-rt.jar:lib/patbinfree153.jar:lib/LogDB.jar:lib/mysql-connector-java-5.1.11-bin.jar gui.ImpactGUI

View File

@ -1,5 +1,3 @@
#! /bin/sh -
#
# $FreeBSD$
exec %%PYTHON_CMD%% %%DATADIR%%/k40_whisperer.py

View File

@ -1,6 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
EAGLEBIN=%%DATADIR%%/bin/eagle

View File

@ -1,6 +1,3 @@
#
# $FreeBSD$
#
all:
${SH} util/build FreeBSD default

View File

@ -32,7 +32,6 @@
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <err.h>
#include <stdio.h>

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: aprsd
# REQUIRE: NETWORKING
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: atslogd
# REQUIRE: mysql postgresql
# KEYWORD: shutdown

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: conserver
# REQUIRE: DAEMON

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: ebusd
# REQUIRE: LOGIN cleanvar
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: hylafax
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,6 +1,4 @@
# Makefile for: kb
#
# $FreeBSD$
LIBS+= `pkg-config --cflags --libs gtk+-2.0`
LIBS+= `pkg-config --cflags --libs libgnome-2.0`

View File

@ -1,7 +1,4 @@
# BSD Makefile for librs232
#
# $FreeBSD$
#
SRCS= rs232.c

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: lircd
# REQUIRE: DAEMON
#

View File

@ -1,5 +1,3 @@
# $FreeBSD$
PREFIX= %%PREFIX%%
STAGEDIR= %%STAGEDIR%%
CC= %%CC%%

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: ser2net
# REQUIRE: DAEMON

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "x$2" = "xPOST-DEINSTALL" ]; then
rmdir %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "x$2" = "xPOST-INSTALL" ]; then
mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: smsd
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,4 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: tbd
# REQUIRE: DAEMON

View File

@ -1,5 +1,4 @@
#!/bin/sh
# $FreeBSD$
# PROVIDE: tits
# REQUIRE: DAEMON

View File

@ -1,5 +1,3 @@
# $FreeBSD$
#
# This entry starts the Apple mobile device muxer 'usbmuxd' upon device attach
# of a matching Apple product including iPhone, iPad, and iPod. It also allows
# members of the '%%GROUPS%%' group to access the devices.

View File

@ -1,5 +1,3 @@
# $FreeBSD$
CXXFLAGS+= -MMD `fltk-config --cxxflags` `sdl-config --cflags`
PREFIX ?= /usr/local
INSTALL_PROGRAM ?= ${INSTALL} -o root -g wheel -m 755

View File

@ -1,5 +1,3 @@
# $FreeBSD$
BINDIR?= ${PREFIX}/bin
CFLAGS+= -DUNIX -I${LOCALBASE}/include

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: cassandra
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: cassandra
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: clickhouse
# REQUIRE: LOGIN
# KEYWORD: shutdown

View File

@ -1,7 +1,5 @@
#!/bin/sh
# $FreeBSD$
#
# PROVIDE: cockroach
# REQUIRE: LOGIN
# KEYWORD: shutdown

Some files were not shown because too many files have changed in this diff Show More