aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:21:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-06 14:31:13 +0000
commit135fdeebb99c3569e42d8162b265e15d29bd937d (patch)
tree0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /graphics
parent305f148f482daf30dcf728039d03d019f88344eb (diff)
downloadports-135fdeebb99c3569e42d8162b265e15d29bd937d.tar.gz
ports-135fdeebb99c3569e42d8162b265e15d29bd937d.zip
all: Remove all other $FreeBSD keywords.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aoi/files/aoi.in2
-rw-r--r--graphics/aoi/files/pkg-deinstall.in3
-rw-r--r--graphics/cbviewer/files/cbviewer.in3
-rw-r--r--graphics/exiftran/files/Makefile2
-rw-r--r--graphics/exiftran/files/Makefile.exiftran2
-rw-r--r--graphics/exiftran/files/Makefile.thumbnail.cgi2
-rw-r--r--graphics/freeimage/files/freeimage.pc.in1
-rw-r--r--graphics/gd/files/gdlib-config.in2
-rw-r--r--graphics/gd/files/makefonts1
-rw-r--r--graphics/gdchart/files/Makefile2
-rw-r--r--graphics/geoserver/files/geoserver.in4
-rw-r--r--graphics/jalbum/files/jalbum.sh.in2
-rw-r--r--graphics/jdraw/files/jdraw.in1
-rw-r--r--graphics/jpatch/files/jpatch.sh.in2
-rw-r--r--graphics/metacam/files/getopt.h1
-rw-r--r--graphics/netpbm/files/config.mk1
-rw-r--r--graphics/sane-backends/files/saned.in2
-rw-r--r--graphics/telak/files/install-user2
-rw-r--r--graphics/tgif/files/Tgif.tmpl-freebsdports1
-rw-r--r--graphics/tintfu/files/tintfu.sh.in2
-rw-r--r--graphics/vcg/files/demo.csh3
-rw-r--r--graphics/vcg/files/globals.h2
-rw-r--r--graphics/vcg/files/tMakefile2
23 files changed, 1 insertions, 44 deletions
diff --git a/graphics/aoi/files/aoi.in b/graphics/aoi/files/aoi.in
index 816444ceaaed..833c0a8f042d 100644
--- a/graphics/aoi/files/aoi.in
+++ b/graphics/aoi/files/aoi.in
@@ -1,6 +1,4 @@
#!/bin/sh
-#
-# $FreeBSD$
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/ArtOfIllusion.jar" "${@}"
diff --git a/graphics/aoi/files/pkg-deinstall.in b/graphics/aoi/files/pkg-deinstall.in
index 4b297e3acd1f..a3c5ddb86cd6 100644
--- a/graphics/aoi/files/pkg-deinstall.in
+++ b/graphics/aoi/files/pkg-deinstall.in
@@ -1,7 +1,4 @@
#!/bin/sh
-#
-# $FreeBSD$
-#
if [ "$2" = "POST-DEINSTALL" ]; then
echo ""
diff --git a/graphics/cbviewer/files/cbviewer.in b/graphics/cbviewer/files/cbviewer.in
index 419df5a4e527..4b7d6a4c3c78 100644
--- a/graphics/cbviewer/files/cbviewer.in
+++ b/graphics/cbviewer/files/cbviewer.in
@@ -1,7 +1,4 @@
#!/bin/sh
-#
-# $FreeBSD$
-#
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
-jar "%%DATADIR%%/CBViewer.jar" "${@}"
diff --git a/graphics/exiftran/files/Makefile b/graphics/exiftran/files/Makefile
index f5fcce0d6002..8e4147b9863c 100644
--- a/graphics/exiftran/files/Makefile
+++ b/graphics/exiftran/files/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
SUBDIR= build/exiftran build/thumbnail.cgi
.include <bsd.subdir.mk>
diff --git a/graphics/exiftran/files/Makefile.exiftran b/graphics/exiftran/files/Makefile.exiftran
index 0313a15c0722..bbe919b75ce2 100644
--- a/graphics/exiftran/files/Makefile.exiftran
+++ b/graphics/exiftran/files/Makefile.exiftran
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
.PATH: ${.CURDIR}/../..
PROG= exiftran
SRCS= exiftran.c genthumbnail.c jpegtools.c filter.c op.c readers.c
diff --git a/graphics/exiftran/files/Makefile.thumbnail.cgi b/graphics/exiftran/files/Makefile.thumbnail.cgi
index 89f7ed917742..84bd02b6b1c9 100644
--- a/graphics/exiftran/files/Makefile.thumbnail.cgi
+++ b/graphics/exiftran/files/Makefile.thumbnail.cgi
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
PROG= thumbnail.cgi
.PATH: ${.CURDIR}/../..
diff --git a/graphics/freeimage/files/freeimage.pc.in b/graphics/freeimage/files/freeimage.pc.in
index 5a174c626f0d..a51ec7d548be 100644
--- a/graphics/freeimage/files/freeimage.pc.in
+++ b/graphics/freeimage/files/freeimage.pc.in
@@ -1,4 +1,3 @@
-$FreeBSD$
prefix=%%PREFIX%%
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
diff --git a/graphics/gd/files/gdlib-config.in b/graphics/gd/files/gdlib-config.in
index f2123096d62f..e05a7f021a3e 100644
--- a/graphics/gd/files/gdlib-config.in
+++ b/graphics/gd/files/gdlib-config.in
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $FreeBSD$
-#
# Return information about the local GD library installation
#
# Modeled for ports:
diff --git a/graphics/gd/files/makefonts b/graphics/gd/files/makefonts
index 5891403d82cc..62868129cad1 100644
--- a/graphics/gd/files/makefonts
+++ b/graphics/gd/files/makefonts
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
target="${1}"
shift
diff --git a/graphics/gdchart/files/Makefile b/graphics/gdchart/files/Makefile
index 78404e49d1e1..8bffd0aef0c9 100644
--- a/graphics/gdchart/files/Makefile
+++ b/graphics/gdchart/files/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
LIB= gdc
CFLAGS+= -I${LOCALBASE}/include
LDADD= -L${LOCALBASE}/lib \
diff --git a/graphics/geoserver/files/geoserver.in b/graphics/geoserver/files/geoserver.in
index 3f81ecaa456e..98a8e117de6c 100644
--- a/graphics/geoserver/files/geoserver.in
+++ b/graphics/geoserver/files/geoserver.in
@@ -1,7 +1,5 @@
#!/bin/sh
-#
-# $FreeBSD$
-#
+
# PROVIDE: geoserver
# REQUIRE: NETWORKING
#
diff --git a/graphics/jalbum/files/jalbum.sh.in b/graphics/jalbum/files/jalbum.sh.in
index f58ef29f87eb..d17c96234606 100644
--- a/graphics/jalbum/files/jalbum.sh.in
+++ b/graphics/jalbum/files/jalbum.sh.in
@@ -1,5 +1,3 @@
#!/bin/sh
-#
-# $FreeBSD$
cd "%%DATADIR%%" && "%%LOCALBASE%%/bin/java" -jar JAlbum.jar "$@"
diff --git a/graphics/jdraw/files/jdraw.in b/graphics/jdraw/files/jdraw.in
index db25833ce358..f277cbf0f5a9 100644
--- a/graphics/jdraw/files/jdraw.in
+++ b/graphics/jdraw/files/jdraw.in
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
LOOK_AND_FEEL="%%PLASTIC3D%%"
diff --git a/graphics/jpatch/files/jpatch.sh.in b/graphics/jpatch/files/jpatch.sh.in
index 14f134a46969..bfd49b6cb481 100644
--- a/graphics/jpatch/files/jpatch.sh.in
+++ b/graphics/jpatch/files/jpatch.sh.in
@@ -1,5 +1,3 @@
#!/bin/sh
-#
-# $FreeBSD$
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jpatch.jar" "$@"
diff --git a/graphics/metacam/files/getopt.h b/graphics/metacam/files/getopt.h
index e7f2ffc9d2ec..e8d0158dfa8c 100644
--- a/graphics/metacam/files/getopt.h
+++ b/graphics/metacam/files/getopt.h
@@ -1,5 +1,4 @@
/* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
-/* $FreeBSD: /tmp/pcvs/ports/graphics/metacam/files/getopt.h,v 1.1 2005-09-04 15:22:59 pav Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
diff --git a/graphics/netpbm/files/config.mk b/graphics/netpbm/files/config.mk
index 51ef5f2438f9..194e7dc08b5e 100644
--- a/graphics/netpbm/files/config.mk
+++ b/graphics/netpbm/files/config.mk
@@ -1,4 +1,3 @@
-# $FreeBSD$
CFLAGS_SHLIB += -fPIC
DEFAULT_TARGET = nonmerge
INSTALL_PERM_BIN = $(BINMODE)
diff --git a/graphics/sane-backends/files/saned.in b/graphics/sane-backends/files/saned.in
index 4977aa77a4eb..48dbfca7825f 100644
--- a/graphics/sane-backends/files/saned.in
+++ b/graphics/sane-backends/files/saned.in
@@ -1,7 +1,5 @@
#!/bin/sh
-# $FreeBSD$
-#
# PROVIDE: saned
# REQUIRE: LOGIN
# KEYWORD: shutdown
diff --git a/graphics/telak/files/install-user b/graphics/telak/files/install-user
index 50fc16e3c6e3..8110b67ab02d 100644
--- a/graphics/telak/files/install-user
+++ b/graphics/telak/files/install-user
@@ -1,8 +1,6 @@
#!/bin/sh
#
# Emanuel Haupt <ehaupt@critical.ch>
-#
-# $FreeBSD$
writeconf()
{
diff --git a/graphics/tgif/files/Tgif.tmpl-freebsdports b/graphics/tgif/files/Tgif.tmpl-freebsdports
index 912e07e72c65..8d9018ed1021 100644
--- a/graphics/tgif/files/Tgif.tmpl-freebsdports
+++ b/graphics/tgif/files/Tgif.tmpl-freebsdports
@@ -1,4 +1,3 @@
-XCOMM $FreeBSD$
#ifdef WITH_NLS
#define IHaveSubdirs
SUBDIRS= po
diff --git a/graphics/tintfu/files/tintfu.sh.in b/graphics/tintfu/files/tintfu.sh.in
index 4f773c697d41..c55e29a82f0c 100644
--- a/graphics/tintfu/files/tintfu.sh.in
+++ b/graphics/tintfu/files/tintfu.sh.in
@@ -1,5 +1,3 @@
#!/bin/sh
-#
-# $FreeBSD$
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar"
diff --git a/graphics/vcg/files/demo.csh b/graphics/vcg/files/demo.csh
index 1f0b54d381be..86c28461e68e 100644
--- a/graphics/vcg/files/demo.csh
+++ b/graphics/vcg/files/demo.csh
@@ -1,8 +1,5 @@
#!/bin/csh
#
-# SCCS-info %W% %E%
-# $FreeBSD$
-#
# ====================== Change area ============================
alias OUTP /bin/echo
diff --git a/graphics/vcg/files/globals.h b/graphics/vcg/files/globals.h
index 0883ca6fa7bf..445f4a5cbbbf 100644
--- a/graphics/vcg/files/globals.h
+++ b/graphics/vcg/files/globals.h
@@ -17,8 +17,6 @@
/* */
/*--------------------------------------------------------------------*/
-/* $FreeBSD$ */
-
/*
* Copyright (C) 1993--1995 by Georg Sander, Iris Lemke, and
* the Compare Consortium
diff --git a/graphics/vcg/files/tMakefile b/graphics/vcg/files/tMakefile
index 7241f008ea78..0b4da997e26e 100644
--- a/graphics/vcg/files/tMakefile
+++ b/graphics/vcg/files/tMakefile
@@ -17,8 +17,6 @@
# /* */
# /*--------------------------------------------------------------------*/
#
-# $FreeBSD$
-#
# $Log: tMakefile,v $
# Revision 1.1.1.1 1995/02/19 09:25:45 hsu
# vcg - a visualization tool for compiler graphs