summaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authoreadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-12-16 00:48:29 +0800
committereadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-12-16 00:48:29 +0800
commitf31bf8d40e2a2efaf634ef694f50c31013aaba29 (patch)
treeee594d7a078c1aeff0e188cdeab34539b616ba27 /x11-fonts
parentb0f1ca77638f3ab826407e675b174e9e3faa75d9 (diff)
downloadxorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar.gz
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar.bz2
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar.lz
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar.xz
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.tar.zst
xorg-devel-ports-f31bf8d40e2a2efaf634ef694f50c31013aaba29.zip
Fix the headers
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@598 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/font-util/Makefile6
-rw-r--r--x11-fonts/fontsproto/Makefile6
-rw-r--r--x11-fonts/fslsfonts/Makefile6
-rw-r--r--x11-fonts/libFS/Makefile6
-rw-r--r--x11-fonts/libXfont/Makefile6
-rw-r--r--x11-fonts/libXft/Makefile6
-rw-r--r--x11-fonts/libfontenc/Makefile6
-rw-r--r--x11-fonts/mkfontdir/Makefile6
-rw-r--r--x11-fonts/mkfontscale/Makefile6
-rw-r--r--x11-fonts/xfontsel/Makefile6
-rw-r--r--x11-fonts/xfs/Makefile6
-rw-r--r--x11-fonts/xlsfonts/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-100dpi/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-75dpi/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-cyrillic/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-miscbitmaps/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-truetype/Makefile6
-rw-r--r--x11-fonts/xorg-fonts-type1/Makefile6
-rw-r--r--x11-fonts/xorg-fonts/Makefile8
19 files changed, 20 insertions, 96 deletions
diff --git a/x11-fonts/font-util/Makefile b/x11-fonts/font-util/Makefile
index 111d014..faea38b 100644
--- a/x11-fonts/font-util/Makefile
+++ b/x11-fonts/font-util/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: font-util
-# Date Created: 28 Aug 2005
-# Whom: Pawel Worach
-#
+# Created by: Pawel Worach
# $FreeBSD$
-#
PORTNAME= font-util
PORTVERSION= 1.3.0
diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile
index b425269..878eaad 100644
--- a/x11-fonts/fontsproto/Makefile
+++ b/x11-fonts/fontsproto/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fontsproto
-# Date Created: 08 Aug 2005
-# Whom: Dejan Lesjak <lesi@FreeBSD.org>
-#
+# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= fontsproto
PORTVERSION= 2.1.2
diff --git a/x11-fonts/fslsfonts/Makefile b/x11-fonts/fslsfonts/Makefile
index f0bf2b0..a46f1d0 100644
--- a/x11-fonts/fslsfonts/Makefile
+++ b/x11-fonts/fslsfonts/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fslsfonts
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= fslsfonts
PORTVERSION= 1.0.4
diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile
index fe516e6..36853d7 100644
--- a/x11-fonts/libFS/Makefile
+++ b/x11-fonts/libFS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libFS
-# Date Created: 21 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libFS
PORTVERSION= 1.0.4
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile
index 554670d..f4f2b35 100644
--- a/x11-fonts/libXfont/Makefile
+++ b/x11-fonts/libXfont/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libXfont
-# Date Created: 29 Oct, 2003
-# Whom: Eric Anholt <anholt@FreeBSD.org>
-#
+# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libXfont
PORTVERSION= 1.4.5
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index e597fe9..628701e 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Xft
-# Date created: 06 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libXft
PORTVERSION= 2.3.1
diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile
index 5468f0a..2606314 100644
--- a/x11-fonts/libfontenc/Makefile
+++ b/x11-fonts/libfontenc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libfontenc
-# Date Created: 08 Aug 2005
-# Whom: Dejan Lesjak <lesi@FreeBSD.org>
-#
+# Created by: Dejan Lesjak <lesi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libfontenc
PORTVERSION= 1.1.1
diff --git a/x11-fonts/mkfontdir/Makefile b/x11-fonts/mkfontdir/Makefile
index 70e8371..ec1e964 100644
--- a/x11-fonts/mkfontdir/Makefile
+++ b/x11-fonts/mkfontdir/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mkfontdir
-# Date Created: 28 Aug 2005
-# Whom: Pawel Worach
-#
+# Created by: Pawel Worach
# $FreeBSD$
-#
PORTNAME= mkfontdir
PORTVERSION= 1.0.7
diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile
index 946e67f..3623790 100644
--- a/x11-fonts/mkfontscale/Makefile
+++ b/x11-fonts/mkfontscale/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mkfontscale
-# Date Created: 28 Aug 2005
-# Whom: Pawel Worach
-#
+# Created by: Pawel Worach
# $FreeBSD$
-#
PORTNAME= mkfontscale
PORTVERSION= 1.1.0
diff --git a/x11-fonts/xfontsel/Makefile b/x11-fonts/xfontsel/Makefile
index e33c633..4c7fc7d 100644
--- a/x11-fonts/xfontsel/Makefile
+++ b/x11-fonts/xfontsel/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xfontsel
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xfontsel
PORTVERSION= 1.0.4
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 9d8484d..c0f3222 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xfs
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xfs
PORTVERSION= 1.1.2
diff --git a/x11-fonts/xlsfonts/Makefile b/x11-fonts/xlsfonts/Makefile
index a9f928c..80e2616 100644
--- a/x11-fonts/xlsfonts/Makefile
+++ b/x11-fonts/xlsfonts/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xlsfonts
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xlsfonts
PORTVERSION= 1.0.3
diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile
index 0a8d19d..3a0d33a 100644
--- a/x11-fonts/xorg-fonts-100dpi/Makefile
+++ b/x11-fonts/xorg-fonts-100dpi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-100dpi
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-100dpi
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile
index e400c43..884fb22 100644
--- a/x11-fonts/xorg-fonts-75dpi/Makefile
+++ b/x11-fonts/xorg-fonts-75dpi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-75dpi
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-75dpi
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile
index 30f05eb..eb6c57b 100644
--- a/x11-fonts/xorg-fonts-cyrillic/Makefile
+++ b/x11-fonts/xorg-fonts-cyrillic/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-cyrillic
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-cyrillic
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts-miscbitmaps/Makefile b/x11-fonts/xorg-fonts-miscbitmaps/Makefile
index 0eaa393..6f558e3 100644
--- a/x11-fonts/xorg-fonts-miscbitmaps/Makefile
+++ b/x11-fonts/xorg-fonts-miscbitmaps/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-miscbitmaps
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-miscbitmaps
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile
index 6983ee5..dc9c2d7 100644
--- a/x11-fonts/xorg-fonts-truetype/Makefile
+++ b/x11-fonts/xorg-fonts-truetype/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-truetype
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-truetype
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile
index 29bbe30..0cf11b8 100644
--- a/x11-fonts/xorg-fonts-type1/Makefile
+++ b/x11-fonts/xorg-fonts-type1/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts-type1
-# Date created: 30 May 2004
-# Whom: anholt@FreeBSD.org
-#
+# Created by: anholt@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= xorg-fonts-type1
PORTVERSION= 7.7
diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile
index 919f137..1d29bbc 100644
--- a/x11-fonts/xorg-fonts/Makefile
+++ b/x11-fonts/xorg-fonts/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xorg-fonts
-# Date created: Jun 22 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD: ports/x11-fonts/xorg-fonts/Makefile,v 1.7 2012/02/27 20:29:56 kwm Exp $
-#
+# Created by: Florent Thoumie <flz@FreeBSD.org>
+# $FreeBSD$
PORTNAME= xorg-fonts
PORTVERSION= 7.7