aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-08 06:24:32 +0800
committermarcus <marcus@FreeBSD.org>2004-11-08 06:24:32 +0800
commitfb8541d2d8cfc686242832e1c242a6e16a71f562 (patch)
treeeb4a9f17e9018ff5a01b23a7dcb55603930cc5cf /x11-toolkits/pango
parent9d873617ccf0d009f3c169794dbfcb0741259b2e (diff)
downloadfreebsd-ports-gnome-fb8541d2d8cfc686242832e1c242a6e16a71f562.tar.gz
freebsd-ports-gnome-fb8541d2d8cfc686242832e1c242a6e16a71f562.tar.zst
freebsd-ports-gnome-fb8541d2d8cfc686242832e1c242a6e16a71f562.zip
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY!
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r--x11-toolkits/pango/Makefile5
-rw-r--r--x11-toolkits/pango/distinfo4
-rw-r--r--x11-toolkits/pango/files/patch-ac13
-rw-r--r--x11-toolkits/pango/files/patch-configure15
-rw-r--r--x11-toolkits/pango/pkg-plist80
5 files changed, 55 insertions, 62 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 063c58f48073..0e6f18b3d510 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pango
-PORTVERSION= 1.4.1
+PORTVERSION= 1.6.0
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.4,} \
+MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.6,} \
ftp://ftp.gtk.org/pub/gtk/v2.3/
DIST_SUBDIR= gnome2
@@ -60,4 +60,3 @@ post-install:
.endif
.include <bsd.port.mk>
-
diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo
index 0088581f7c15..f588247d893d 100644
--- a/x11-toolkits/pango/distinfo
+++ b/x11-toolkits/pango/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/pango-1.4.1.tar.bz2) = 39868e0da250fd4c00b2970e4eb84389
-SIZE (gnome2/pango-1.4.1.tar.bz2) = 914710
+MD5 (gnome2/pango-1.6.0.tar.bz2) = 6c732bbc5fba5a0f1f8086e8aa4f490d
+SIZE (gnome2/pango-1.6.0.tar.bz2) = 951911
diff --git a/x11-toolkits/pango/files/patch-ac b/x11-toolkits/pango/files/patch-ac
index 58f739a1e675..362dcd3f45d5 100644
--- a/x11-toolkits/pango/files/patch-ac
+++ b/x11-toolkits/pango/files/patch-ac
@@ -1,14 +1,15 @@
$FreeBSD$
---- Makefile.in.orig Mon Mar 11 12:16:33 2002
-+++ Makefile.in Mon Mar 11 12:24:58 2002
-@@ -116,7 +116,7 @@
- YACC = @YACC@
- ms_librarian = @ms_librarian@
+--- Makefile.in.orig Mon Aug 2 19:12:56 2004
++++ Makefile.in Mon Aug 2 19:13:11 2004
+@@ -234,7 +234,7 @@
+
+ AUTOMAKE_OPTIONS = 1.7
-SUBDIRS = pango modules examples docs tools tests
+SUBDIRS = pango modules examples docs tools
EXTRA_DIST = \
- pango.spec.in \
+ pango.pc.in \
+
diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure
index 071893b4cbda..76a6d1eefa0a 100644
--- a/x11-toolkits/pango/files/patch-configure
+++ b/x11-toolkits/pango/files/patch-configure
@@ -1,15 +1,6 @@
---- configure.orig Mon Aug 2 20:29:37 2004
-+++ configure Mon Aug 2 20:32:46 2004
-@@ -1958,7 +1958,7 @@
-
-
-
--LT_VERSION_INFO="400:1:400"
-+LT_VERSION_INFO="399:1:399"
- LT_CURRENT_MINUS_AGE=0
-
-
-@@ -23945,10 +23945,10 @@
+--- configure.orig Mon Aug 2 19:13:53 2004
++++ configure Mon Aug 2 19:14:46 2004
+@@ -23948,10 +23948,10 @@
s,@CYGPATH_W@,$CYGPATH_W,;t t
s,@PACKAGE@,$PACKAGE,;t t
s,@VERSION@,$VERSION,;t t
diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist
index cbb44b3091ae..5ce33aa86604 100644
--- a/x11-toolkits/pango/pkg-plist
+++ b/x11-toolkits/pango/pkg-plist
@@ -21,6 +21,7 @@ include/pango-1.0/pango/pango-tabs.h
include/pango-1.0/pango/pango-types.h
include/pango-1.0/pango/pango-utils.h
include/pango-1.0/pango/pango.h
+include/pango-1.0/pango/pangofc-decoder.h
include/pango-1.0/pango/pangofc-font.h
include/pango-1.0/pango/pangofc-fontmap.h
include/pango-1.0/pango/pangoft2.h
@@ -28,16 +29,16 @@ include/pango-1.0/pango/pangox.h
include/pango-1.0/pango/pangoxft.h
lib/libpango-1.0.a
lib/libpango-1.0.so
-lib/libpango-1.0.so.399
+lib/libpango-1.0.so.600
lib/libpangoft2-1.0.a
lib/libpangoft2-1.0.so
-lib/libpangoft2-1.0.so.399
+lib/libpangoft2-1.0.so.600
lib/libpangox-1.0.a
lib/libpangox-1.0.so
-lib/libpangox-1.0.so.399
+lib/libpangox-1.0.so.600
lib/libpangoxft-1.0.a
lib/libpangoxft-1.0.so
-lib/libpangoxft-1.0.so.399
+lib/libpangoxft-1.0.so.600
lib/pango/%%VERSION%%/modules/pango-arabic-fc.so
lib/pango/%%VERSION%%/modules/pango-basic-fc.so
lib/pango/%%VERSION%%/modules/pango-basic-x.so
@@ -49,41 +50,42 @@ libdata/pkgconfig/pango.pc
libdata/pkgconfig/pangoft2.pc
libdata/pkgconfig/pangox.pc
libdata/pkgconfig/pangoxft.pc
-share/doc/pango/PangoEngineLang.html
-share/doc/pango/PangoEngineShape.html
-share/doc/pango/PangoFcFont.html
-share/doc/pango/PangoFcFontMap.html
-share/doc/pango/home.png
-share/doc/pango/index.html
-share/doc/pango/index.sgml
-share/doc/pango/ix01.html
-share/doc/pango/layout.gif
-share/doc/pango/left.png
-share/doc/pango/lowlevel.html
-share/doc/pango/PangoMarkupFormat.html
-share/doc/pango/pango-Coverage-Maps.html
-share/doc/pango/pango-Engines.html
-share/doc/pango/pango-Fonts.html
-share/doc/pango/pango-FreeType-Fonts-and-Rendering.html
-share/doc/pango/pango-Glyph-Storage.html
-share/doc/pango/pango-Layout-Objects.html
-share/doc/pango/pango-Modules.html
-share/doc/pango/pango-OpenType-Font-Handling.html
-share/doc/pango/pango-Scripts.html
-share/doc/pango/pango-Tab-Stops.html
-share/doc/pango/pango-Text-Attributes.html
-share/doc/pango/pango-Text-Processing.html
-share/doc/pango/pango-Win32-Fonts-and-Rendering.html
-share/doc/pango/pango-X-Fonts-and-Rendering.html
-share/doc/pango/pango-Xft-Fonts-and-Rendering.html
-share/doc/pango/pango-querymodules.html
-share/doc/pango/pango.devhelp
-share/doc/pango/pango.html
-share/doc/pango/rendering.html
-share/doc/pango/right.png
-share/doc/pango/tools.html
-share/doc/pango/up.png
-@dirrm share/doc/pango
+%%DOCSDIR%%/PangoEngineLang.html
+%%DOCSDIR%%/PangoEngineShape.html
+%%DOCSDIR%%/PangoFcDecoder.html
+%%DOCSDIR%%/PangoFcFont.html
+%%DOCSDIR%%/PangoFcFontMap.html
+%%DOCSDIR%%/PangoMarkupFormat.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/ix01.html
+%%DOCSDIR%%/layout.gif
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/lowlevel.html
+%%DOCSDIR%%/pango-Coverage-Maps.html
+%%DOCSDIR%%/pango-Engines.html
+%%DOCSDIR%%/pango-Fonts.html
+%%DOCSDIR%%/pango-FreeType-Fonts-and-Rendering.html
+%%DOCSDIR%%/pango-Glyph-Storage.html
+%%DOCSDIR%%/pango-Layout-Objects.html
+%%DOCSDIR%%/pango-Modules.html
+%%DOCSDIR%%/pango-OpenType-Font-Handling.html
+%%DOCSDIR%%/pango-Scripts.html
+%%DOCSDIR%%/pango-Tab-Stops.html
+%%DOCSDIR%%/pango-Text-Attributes.html
+%%DOCSDIR%%/pango-Text-Processing.html
+%%DOCSDIR%%/pango-Win32-Fonts-and-Rendering.html
+%%DOCSDIR%%/pango-X-Fonts-and-Rendering.html
+%%DOCSDIR%%/pango-Xft-Fonts-and-Rendering.html
+%%DOCSDIR%%/pango-querymodules.html
+%%DOCSDIR%%/pango.devhelp
+%%DOCSDIR%%/pango.html
+%%DOCSDIR%%/rendering.html
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/tools.html
+%%DOCSDIR%%/up.png
+@dirrm %%DOCSDIR%%
@dirrm lib/pango/%%VERSION%%/modules
@dirrm lib/pango/%%VERSION%%
@dirrm lib/pango