diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-10 13:22:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-10 13:22:13 +0800 |
commit | 6d8ed8f7c7511223163de715a97ffc04bf6fada9 (patch) | |
tree | 40dc015efe383243b0880df377f73ee250da7de7 /print | |
parent | c7f342a8d7b82e85b9625c4403600fc20ce41da6 (diff) | |
download | freebsd-ports-graphics-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.gz freebsd-ports-graphics-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.zst freebsd-ports-graphics-6d8ed8f7c7511223163de715a97ffc04bf6fada9.zip |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet
PR: 125857 [1]
126993 [2]
130031 [3]
127399 [4]
127661 [5]
124302 [6]
129570 [7]
129936
123790
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 5 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 6 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c | 10 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h | 11 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 4 |
5 files changed, 8 insertions, 28 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index e3319e2fe91..b7cfdc813f9 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,13 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.71 2007/10/17 21:36:12 mezz Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.73 2008/09/22 13:55:39 kwm Exp $ # # NOTE: Remind to update comms/gfax plist when PORTVERSION change. PORTNAME= libgnomeprint -PORTVERSION= 2.18.4 -PORTREVISION?= 2 +PORTVERSION= 2.18.5 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index 365587f6a31..361bd949573 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomeprint-2.18.4.tar.bz2) = bc460f875425a956176f07440b3fa46e -SHA256 (gnome2/libgnomeprint-2.18.4.tar.bz2) = 1de453bf0bdfef88e591dcf8f0bf06242b419847c8ebcd2ff8dc420a9284bd3b -SIZE (gnome2/libgnomeprint-2.18.4.tar.bz2) = 884718 +MD5 (gnome2/libgnomeprint-2.18.5.tar.bz2) = c325baf4487335259e050619185787b1 +SHA256 (gnome2/libgnomeprint-2.18.5.tar.bz2) = 0ead99d6e227192d09902bdb37ec6aac25555a453ff4c338b49700fc477070c5 +SIZE (gnome2/libgnomeprint-2.18.5.tar.bz2) = 893326 diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c deleted file mode 100644 index 5526dceaa44..00000000000 --- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003 -+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003 -@@ -312,6 +312,7 @@ - gpm_encode_int (pc, w); - gpm_encode_int (pc, ch); - -+ gpm_ensure_space(pc, w * ch * h); - for (y = 0; y < h; y++){ - gpm_encode_block (pc, px, w * ch); - px += rowstride; diff --git a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h b/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h deleted file mode 100644 index 9a4a497820f..00000000000 --- a/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomeprint/ttsubset/sft.h.orig Thu Jul 1 13:18:38 2004 -+++ libgnomeprint/ttsubset/sft.h Thu Jul 1 13:20:14 2004 -@@ -103,7 +103,7 @@ - #endif - #endif - --#ifdef __i386 -+#if defined(__i386) || defined(__alpha__) - #ifndef G_LITTLE_ENDIAN - #define G_LITTLE_ENDIAN - #endif diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index 3e1585d5ac1..3c92e5fed01 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/pkg-plist @@ -155,7 +155,7 @@ share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo +share/locale/sr@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/te/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo @@ -190,6 +190,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo @dirrmtry share/locale/xh @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES |