pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/font-cursor-misc Import font-cursor-misc-1.0.0 f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fd46549f7be
branches:  trunk
changeset: 521596:0fd46549f7be
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 20:54:15 2006 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (109 lines):

diff -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/DESCR      Tue Nov 14 20:54:15 2006 +0000
@@ -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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/Makefile   Tue Nov 14 20:54:15 2006 +0000
@@ -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@localhost
+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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/PLIST      Tue Nov 14 20:54:15 2006 +0000
@@ -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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/distinfo   Tue Nov 14 20:54:15 2006 +0000
@@ -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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/patches/patch-aa   Tue Nov 14 20:54:15 2006 +0000
@@ -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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/patches/patch-ab   Tue Nov 14 20:54:15 2006 +0000
@@ -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 -r a2956b2c3ed1 -r 0fd46549f7be fonts/font-cursor-misc/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/font-cursor-misc/patches/patch-ac   Tue Nov 14 20:54:15 2006 +0000
@@ -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)
+ 



Home | Main Index | Thread Index | Old Index