aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-back
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-19 19:14:50 +0800
committerdinoex <dinoex@FreeBSD.org>2003-10-19 19:14:50 +0800
commitd74cab275bfd7b017145555d5e952249117f77f5 (patch)
tree6a6115116bbd59451745643504f53327f43b01af /x11-toolkits/gnustep-back
parentdf5adb6fe8301331e9c1f4e3ee666e15b3563729 (diff)
downloadfreebsd-ports-gnome-d74cab275bfd7b017145555d5e952249117f77f5.tar.gz
freebsd-ports-gnome-d74cab275bfd7b017145555d5e952249117f77f5.tar.zst
freebsd-ports-gnome-d74cab275bfd7b017145555d5e952249117f77f5.zip
- Update to 0.9.0, Retire 0.8.5
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r--x11-toolkits/gnustep-back/Makefile9
-rw-r--r--x11-toolkits/gnustep-back/distinfo3
-rw-r--r--x11-toolkits/gnustep-back/files/ftfont.m.diff179
-rw-r--r--x11-toolkits/gnustep-back/pkg-plist36
4 files changed, 10 insertions, 217 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index b2a33d5a2dd0..7b097afb59cc 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -6,11 +6,7 @@
#
PORTNAME= gnustep-back
-.if defined(WITH_GNUSTEP_DEVEL)
-PORTVERSION= 0.8.9
-.else
-PORTVERSION= 0.8.5
-.endif
+PORTVERSION= 0.9.0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/
@@ -56,9 +52,6 @@ CONFIGURE_ARGS+= --enable-graphics=art --with-name=art
PLIST_SUB+= BACK=art USE_XLIB="@comment "
PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART=""
PKGNAMESUFFIX?= -art
-.if !defined(WITH_GNUSTEP_DEVEL)
-EXTRA_PATCHES+= ${FILESDIR}/ftfont.m.diff
-.endif
.else
CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back
PLIST_SUB+= BACK=back
diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo
index fc245e7af863..1072bab8f13f 100644
--- a/x11-toolkits/gnustep-back/distinfo
+++ b/x11-toolkits/gnustep-back/distinfo
@@ -1,2 +1 @@
-MD5 (gnustep-back-0.8.5.tar.gz) = 9020f254f584ed176221321218857b55
-MD5 (gnustep-back-0.8.9.tar.gz) = af2ba9a683a28f75ebdeb91dd58debec
+MD5 (gnustep-back-0.9.0.tar.gz) = a2e912a376315dbd3a188e0d5a617b3c
diff --git a/x11-toolkits/gnustep-back/files/ftfont.m.diff b/x11-toolkits/gnustep-back/files/ftfont.m.diff
deleted file mode 100644
index 4af6073ac1a3..000000000000
--- a/x11-toolkits/gnustep-back/files/ftfont.m.diff
+++ /dev/null
@@ -1,179 +0,0 @@
---- Source/art/ftfont.m.orig Sun May 11 19:23:43 2003
-+++ Source/art/ftfont.m Tue Jun 3 05:25:16 2003
-@@ -79,9 +79,9 @@
- @interface FTFontInfo : GSFontInfo <FTFontInfo>
- {
- @public
-- FTC_ImageDesc imgd;
-+ FTC_Image_Desc imgd;
-
-- FTC_ImageDesc fallback;
-+ FTC_Image_Desc fallback;
-
- FTFaceInfo *face_info;
-
-@@ -748,7 +748,7 @@
- int use_sbit;
-
- FTC_SBit sbit;
-- FTC_ImageDesc cur;
-+ FTC_Image_Desc cur;
-
- FT_Matrix ftmatrix;
- FT_Vector ftdelta;
-@@ -800,23 +800,23 @@
- int rh = face_info->render_hints_hack;
- if (rh & 0x10000)
- {
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
- rh = (rh >> 8) & 0xff;
- }
- else
- {
-- cur.type = ftc_image_mono;
-+ cur.image_type = ftc_image_mono;
- rh = rh & 0xff;
- }
- if (rh & 1)
-- cur.type |= ftc_image_flag_autohinted;
-+ cur.image_type |= ftc_image_flag_autohinted;
- if (!(rh & 2))
-- cur.type |= ftc_image_flag_unhinted;
-+ cur.image_type |= ftc_image_flag_unhinted;
- }
- else if (xx < 8)
-- cur.type = ftc_image_grays | ftc_image_flag_unhinted;
-+ cur.image_type = ftc_image_grays | ftc_image_flag_unhinted;
- else
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
- }
- else
- {
-@@ -1163,7 +1163,7 @@
- int use_sbit;
-
- FTC_SBit sbit;
-- FTC_ImageDesc cur;
-+ FTC_Image_Desc cur;
-
- FT_Matrix ftmatrix;
- FT_Vector ftdelta;
-@@ -1215,23 +1215,23 @@
- int rh = face_info->render_hints_hack;
- if (rh & 0x10000)
- {
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
- rh = (rh >> 8) & 0xff;
- }
- else
- {
-- cur.type = ftc_image_mono;
-+ cur.image_type = ftc_image_mono;
- rh = rh & 0xff;
- }
- if (rh & 1)
-- cur.type |= ftc_image_flag_autohinted;
-+ cur.image_type |= ftc_image_flag_autohinted;
- if (!(rh & 2))
-- cur.type |= ftc_image_flag_unhinted;
-+ cur.image_type |= ftc_image_flag_unhinted;
- }
- else if (xx < 8)
-- cur.type = ftc_image_grays | ftc_image_flag_unhinted;
-+ cur.image_type = ftc_image_grays | ftc_image_flag_unhinted;
- else
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
- }
- else
- {
-@@ -1521,7 +1521,7 @@
- /* TODO: try to more efficiently? */
- /* TODO: set up all this stuff in -init... for the raw metric case */
- float xx, yy;
-- FTC_ImageDesc cur;
-+ FTC_Image_Desc cur;
- FTC_SBit sbit;
-
- cur = imgd;
-@@ -1534,23 +1534,23 @@
- int rh = face_info->render_hints_hack;
- if (rh & 0x10000)
- {
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
- rh = (rh >> 8) & 0xff;
- }
- else
- {
-- cur.type = ftc_image_mono;
-+ cur.image_type = ftc_image_mono;
- rh = rh & 0xff;
- }
- if (rh & 1)
-- cur.type |= ftc_image_flag_autohinted;
-+ cur.image_type |= ftc_image_flag_autohinted;
- if (!(rh & 2))
-- cur.type |= ftc_image_flag_unhinted;
-+ cur.image_type |= ftc_image_flag_unhinted;
- }
- else if (xx < 8)
-- cur.type = ftc_image_grays | ftc_image_flag_unhinted;
-+ cur.image_type = ftc_image_grays | ftc_image_flag_unhinted;
- else
-- cur.type = ftc_image_grays;
-+ cur.image_type = ftc_image_grays;
-
- if ((error=FTC_SBitCache_Lookup(ftc_sbitcache, &cur, glyph, &sbit, NULL)))
- {
-@@ -1605,7 +1605,7 @@
-
- - (NSRect) boundingRectForGlyph: (NSGlyph)glyph
- {
-- FTC_ImageDesc *cur;
-+ FTC_Image_Desc *cur;
- FT_BBox bbox;
- FT_Glyph g;
- FT_Error error;
-@@ -1682,7 +1682,7 @@
-
- FTC_SBit sbit;
-
-- FTC_ImageDesc *cur;
-+ FTC_Image_Desc *cur;
-
-
- cmap.face_id = imgd.font.face_id;
-@@ -1895,7 +1895,7 @@
- unichar *uch;
- int ulen;
-
-- FTC_ImageDesc cur;
-+ FTC_Image_Desc cur;
-
-
- FT_Matrix ftmatrix;
-@@ -2065,7 +2065,7 @@
- int use_sbit;
-
- FTC_SBit sbit;
-- FTC_ImageDesc cur;
-+ FTC_Image_Desc cur;
-
- FT_Matrix ftmatrix;
- FT_Vector ftdelta;
-@@ -2111,9 +2111,9 @@
-
- /* if (cur.font.pix_width < 16 && cur.font.pix_height < 16 &&
- cur.font.pix_width > 6 && cur.font.pix_height > 6)
-- cur.type = ftc_image_mono;
-+ cur.image_type = ftc_image_mono;
- else*/
-- cur.type = ftc_image_grays, subpixel = YES, cur.font.pix_width *= 3, x *= 3;
-+ cur.image_type = ftc_image_grays, subpixel = YES, cur.font.pix_width *= 3, x *= 3;
- // imgd.type|=|ftc_image_flag_unhinted; /* TODO? when? */
- }
- else
diff --git a/x11-toolkits/gnustep-back/pkg-plist b/x11-toolkits/gnustep-back/pkg-plist
index 04daa2df894b..5b2dbeed4e40 100644
--- a/x11-toolkits/gnustep-back/pkg-plist
+++ b/x11-toolkits/gnustep-back/pkg-plist
@@ -1,32 +1,12 @@
-%%GNUSTEP_DEVEL%%System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/English.lproj/nfontFaceNames.strings
+System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/English.lproj/nfontFaceNames.strings
System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Info-gnustep.plist
-%%GNUSTEP_DEVEL%%System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
-System/Library/Bundles/libgnustep-%%BACK%%.bundle/%%NOFLAT%%libgnustep-%%BACK%%
+System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
+System/Library/Bundles/libgnustep-%%BACK%%.bundle/libgnustep-%%BACK%%
System/Library/Bundles/libgnustep-%%BACK%%.bundle/stamp.make
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/gsc/GSContext.h
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/gsc/GSGState.h
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/gsc/GSGStateOps.h
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/gsc/gscolors.h
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/x11/XGServer.h
-%%GNUSTEP_STABLE%%%%SYSTEMLIBRARY%%/Headers/gnustep/x11/XGServerWindow.h
-%%GNUSTEP_STABLE%%%%USE_ART%%%%SYSTEMLIBRARY%%/Headers/gnustep/art/ARTContext.h
-%%GNUSTEP_STABLE%%%%USE_XDPS%%%%SYSTEMLIBRARY%%/Headers/gnustep/xdps/NSDPSContext.h
-%%GNUSTEP_STABLE%%%%USE_XLIB%%%%SYSTEMLIBRARY%%/Headers/gnustep/xlib/XGContext.h
-%%GNUSTEP_STABLE%%%%USE_XLIB%%%%SYSTEMLIBRARY%%/Headers/gnustep/xlib/XGGState.h
-%%GNUSTEP_STABLE%%%%USE_XLIB%%%%SYSTEMLIBRARY%%/Headers/gnustep/xlib/XGGeometry.h
-%%GNUSTEP_STABLE%%%%USE_XLIB%%%%SYSTEMLIBRARY%%/Headers/gnustep/xlib/XGPrivate.h
-%%GNUSTEP_DEVEL%%System/Library/Documentation/man/man1/gpbs.1.gz
-%%USE_XLIB%%System/Tools/%%NOFLAT%%font_cacher
-System/Tools/%%NOFLAT%%gpbs
-%%GNUSTEP_STABLE%%@dirrm %%SYSTEMLIBRARY%%/Headers/gnustep/x11
-%%GNUSTEP_STABLE%%%%USE_ART%%@dirrm %%SYSTEMLIBRARY%%/Headers/gnustep/art
-%%GNUSTEP_STABLE%%%%USE_XDPS%%@dirrm %%SYSTEMLIBRARY%%/Headers/gnustep/xdps
-%%GNUSTEP_STABLE%%%%USE_XLIB%%@dirrm %%SYSTEMLIBRARY%%/Headers/gnustep/xlib
-%%GNUSTEP_STABLE%%@dirrm %%SYSTEMLIBRARY%%/Headers/gnustep/gsc
-%%GNUSTEP_STABLE%%@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu
-%%GNUSTEP_STABLE%%@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/%%GNU_ARCH%%/%%OPSYS%%
-%%GNUSTEP_STABLE%%@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/%%GNU_ARCH%%
-%%GNUSTEP_DEVEL%%@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Swedish.lproj
-%%GNUSTEP_DEVEL%%@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/English.lproj
+System/Library/Documentation/man/man1/gpbs.1.gz
+%%USE_XLIB%%System/Tools/font_cacher
+System/Tools/gpbs
+@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Swedish.lproj
+@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/English.lproj
@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources
@dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle