From b83fe2acb950ff3c5214ee71bac129f9233d3b49 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 14 Nov 2006 20:54:15 +0000 Subject: Import font-cursor-misc-1.0.0 from pkgsrc-wip. This are the standard X11 cursors. Package is modified not to use mkfontscale as it doesn't deal with scalable fonts. configure.ac patch is included for easier upstream merging. --- fonts/font-cursor-misc/DESCR | 4 ++++ fonts/font-cursor-misc/Makefile | 20 ++++++++++++++++++++ fonts/font-cursor-misc/PLIST | 3 +++ fonts/font-cursor-misc/distinfo | 8 ++++++++ fonts/font-cursor-misc/patches/patch-aa | 12 ++++++++++++ fonts/font-cursor-misc/patches/patch-ab | 13 +++++++++++++ fonts/font-cursor-misc/patches/patch-ac | 21 +++++++++++++++++++++ 7 files changed, 81 insertions(+) create mode 100644 fonts/font-cursor-misc/DESCR create mode 100644 fonts/font-cursor-misc/Makefile create mode 100644 fonts/font-cursor-misc/PLIST create mode 100644 fonts/font-cursor-misc/distinfo create mode 100644 fonts/font-cursor-misc/patches/patch-aa create mode 100644 fonts/font-cursor-misc/patches/patch-ab create mode 100644 fonts/font-cursor-misc/patches/patch-ac (limited to 'fonts/font-cursor-misc') diff --git a/fonts/font-cursor-misc/DESCR b/fonts/font-cursor-misc/DESCR new file mode 100644 index 00000000000..4158fadc91a --- /dev/null +++ b/fonts/font-cursor-misc/DESCR @@ -0,0 +1,4 @@ +The font-cursor-misc package provides around 75 cursors in the +portable PCF format. These include the X cursor, arrows, clock +cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and +many more. diff --git a/fonts/font-cursor-misc/Makefile b/fonts/font-cursor-misc/Makefile new file mode 100644 index 00000000000..c6a7d8ee8d7 --- /dev/null +++ b/fonts/font-cursor-misc/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ +# + +DISTNAME= font-cursor-misc-1.0.0 +CATEGORIES= fonts x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/releases/individual/font/ +COMMENT= Standard X11 cursors in PCF format + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= bdftopcf + +FONTS_DIRS.x11= lib/X11/fonts/misc + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/font-cursor-misc/PLIST b/fonts/font-cursor-misc/PLIST new file mode 100644 index 00000000000..e4188e91142 --- /dev/null +++ b/fonts/font-cursor-misc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ +lib/X11/fonts/misc/cursor.pcf.gz +@comment @dirrm lib/X11/fonts/misc diff --git a/fonts/font-cursor-misc/distinfo b/fonts/font-cursor-misc/distinfo new file mode 100644 index 00000000000..de5ba6d56ee --- /dev/null +++ b/fonts/font-cursor-misc/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ + +SHA1 (font-cursor-misc-1.0.0.tar.bz2) = 3fe0f1015c15444169d2b28cdb138b2d49481f78 +RMD160 (font-cursor-misc-1.0.0.tar.bz2) = f42933e4ed9194f6a9c7c1f8bfe793ed7b3341be +Size (font-cursor-misc-1.0.0.tar.bz2) = 42656 bytes +SHA1 (patch-aa) = f8448e082b3cfd00785d1b42f938af1e68131811 +SHA1 (patch-ab) = a227610e2cd622716a341a7db73e0fb1874b5bf9 +SHA1 (patch-ac) = 89488891ba7ca2ce6582eba407c71e5f4cdec38a diff --git a/fonts/font-cursor-misc/patches/patch-aa b/fonts/font-cursor-misc/patches/patch-aa new file mode 100644 index 00000000000..263b7fbf946 --- /dev/null +++ b/fonts/font-cursor-misc/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ + +--- configure.ac.orig 2006-11-14 21:40:18.000000000 +0100 ++++ configure.ac +@@ -29,7 +29,6 @@ AM_MAINTAINER_MODE + AC_PROG_INSTALL + + AC_PATH_PROG(BDFTOPCF, bdftopcf) +-AC_PATH_PROG(MKFONTSCALE, mkfontscale) + AC_PATH_PROG(MKFONTDIR, mkfontdir) + + m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) diff --git a/fonts/font-cursor-misc/patches/patch-ab b/fonts/font-cursor-misc/patches/patch-ab new file mode 100644 index 00000000000..7b0667126a0 --- /dev/null +++ b/fonts/font-cursor-misc/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ + +--- Makefile.am.orig 2006-11-14 21:41:34.000000000 +0100 ++++ Makefile.am +@@ -38,8 +38,6 @@ CLEANFILES = $(font_DATA) + EXTRA_DIST = $(BDF_FILES) autogen.sh + + install-data-hook: +- @rm -f $(DESTDIR)$(fontdir)/fonts.scale +- $(MKFONTSCALE) $(DESTDIR)$(fontdir) + @rm -f $(DESTDIR)$(fontdir)/font.dir + $(MKFONTDIR) $(DESTDIR)$(fontdir) + diff --git a/fonts/font-cursor-misc/patches/patch-ac b/fonts/font-cursor-misc/patches/patch-ac new file mode 100644 index 00000000000..ab1774b7052 --- /dev/null +++ b/fonts/font-cursor-misc/patches/patch-ac @@ -0,0 +1,21 @@ +$NetBSD: patch-ac,v 1.1.1.1 2006/11/14 20:54:15 joerg Exp $ + +--- Makefile.in.orig 2006-11-14 21:41:51.000000000 +0100 ++++ Makefile.in +@@ -81,7 +81,6 @@ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE + MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ + MAKEINFO = @MAKEINFO@ + MKFONTDIR = @MKFONTDIR@ +-MKFONTSCALE = @MKFONTSCALE@ + PACKAGE = @PACKAGE@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ + PACKAGE_NAME = @PACKAGE_NAME@ +@@ -389,8 +388,6 @@ uninstall-am: uninstall-fontDATA uninsta + $(BDFTOPCF) -t $< | gzip > $@ + + install-data-hook: +- @rm -f $(DESTDIR)$(fontdir)/fonts.scale +- $(MKFONTSCALE) $(DESTDIR)$(fontdir) + @rm -f $(DESTDIR)$(fontdir)/font.dir + $(MKFONTDIR) $(DESTDIR)$(fontdir) + -- cgit v1.2.3