pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnustep-back Changes 0.12.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b01943bebf
branches:  trunk
changeset: 535671:a5b01943bebf
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 25 14:43:33 2007 +0000

description:
Changes 0.12.0:
Big improvements to the cairo graphics and Window backend. Also better
support for OpenGL.

Changes 0.11.0:
Bugfixes to art and xlib.

diffstat:

 x11/gnustep-back/Makefile      |  18 ++++++++----------
 x11/gnustep-back/PLIST         |  20 ++++++++++----------
 x11/gnustep-back/buildlink3.mk |   5 ++---
 x11/gnustep-back/distinfo      |   8 ++++----
 4 files changed, 24 insertions(+), 27 deletions(-)

diffs (102 lines):

diff -r 44d96f555e44 -r a5b01943bebf x11/gnustep-back/Makefile
--- a/x11/gnustep-back/Makefile Sun Nov 25 14:43:11 2007 +0000
+++ b/x11/gnustep-back/Makefile Sun Nov 25 14:43:33 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2007/09/21 13:04:31 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2007/11/25 14:43:33 adam Exp $
 
-DISTNAME=      gnustep-back-0.11.0
-PKGREVISION=   2
+DISTNAME=      gnustep-back-0.12.0
 CATEGORIES=    x11 gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -9,18 +8,17 @@
 HOMEPAGE=      http://www.gnustep.org/
 COMMENT=       X11 AppKit backend for GNUstep
 
-USE_LANGUAGES= objc
-USE_TOOLS+=    pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--exec-prefix=${PREFIX}/libexec/GNUstep
-MAKE_FILE=     GNUmakefile
+USE_LANGUAGES=         objc
+USE_TOOLS+=            pkg-config
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --exec-prefix=${PREFIX}/libexec/GNUstep
+MAKE_FILE=             GNUmakefile
 
 pre-install:
        ${INSTALL_DATA_DIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
 
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/glitz/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../x11/gnustep-gui/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
diff -r 44d96f555e44 -r a5b01943bebf x11/gnustep-back/PLIST
--- a/x11/gnustep-back/PLIST    Sun Nov 25 14:43:11 2007 +0000
+++ b/x11/gnustep-back/PLIST    Sun Nov 25 14:43:33 2007 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.11 2006/08/30 14:55:41 adam Exp $
-share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/English.lproj/nfontFaceNames.strings
-share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
-share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/libgnustep-back-011
-share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/stamp.make
+@comment $NetBSD: PLIST,v 1.12 2007/11/25 14:43:33 adam Exp $
+share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/English.lproj/nfontFaceNames.strings
+share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
+share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/libgnustep-back-012
+share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/stamp.make
 share/GNUstep/System/Library/Documentation/man/man1/gpbs.1
 share/GNUstep/System/Library/Fonts/Helvetica.nfont/FontInfo.plist
 share/GNUstep/System/Library/Fonts/Helvetica.nfont/n019003l.afm
@@ -36,7 +36,7 @@
 @dirrm share/GNUstep/System/Library/Fonts/Helvetica.nfont
 @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Fonts
 @comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Bundles
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/Swedish.lproj
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle/Resources
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-011.bundle
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/Swedish.lproj
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources/English.lproj
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle/Resources
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-012.bundle
diff -r 44d96f555e44 -r a5b01943bebf x11/gnustep-back/buildlink3.mk
--- a/x11/gnustep-back/buildlink3.mk    Sun Nov 25 14:43:11 2007 +0000
+++ b/x11/gnustep-back/buildlink3.mk    Sun Nov 25 14:43:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2007/09/21 13:04:31 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2007/11/25 14:43:33 adam Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GNUSTEP_BACK_BUILDLINK3_MK:=   ${GNUSTEP_BACK_BUILDLINK3_MK}+
@@ -17,8 +17,7 @@
 BUILDLINK_PKGSRCDIR.gnustep-back?=     ../../x11/gnustep-back
 .endif # GNUSTEP_BACK_BUILDLINK3_MK
 
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/glitz/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../x11/gnustep-gui/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
diff -r 44d96f555e44 -r a5b01943bebf x11/gnustep-back/distinfo
--- a/x11/gnustep-back/distinfo Sun Nov 25 14:43:11 2007 +0000
+++ b/x11/gnustep-back/distinfo Sun Nov 25 14:43:33 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2006/08/30 14:55:41 adam Exp $
+$NetBSD: distinfo,v 1.17 2007/11/25 14:43:33 adam Exp $
 
-SHA1 (gnustep-back-0.11.0.tar.gz) = cca91296f45bab68b5b6c9621bfe8975bb29c5e2
-RMD160 (gnustep-back-0.11.0.tar.gz) = cbcb9c6b692428a65a4135004e15cdc20868d9f6
-Size (gnustep-back-0.11.0.tar.gz) = 846937 bytes
+SHA1 (gnustep-back-0.12.0.tar.gz) = 859aef314eb9ef5cbedad9dc53a818542baa17ec
+RMD160 (gnustep-back-0.12.0.tar.gz) = ad19420127bb0e2e5f7dc9c3cf9974ea06255565
+Size (gnustep-back-0.12.0.tar.gz) = 853996 bytes
 SHA1 (patch-aa) = 44fa9bb3ffd98a45885e750082909a47c349d29c



Home | Main Index | Thread Index | Old Index