summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorobache <obache>2011-06-17 13:07:53 +0000
committerobache <obache>2011-06-17 13:07:53 +0000
commit9ae3fb5e1aa24db73918337409e9c8abb2a20f1a (patch)
treef68d67caa9db6d44ba5f2ee9b3ad55e4ef071f95 /news
parentaeb9f6ee2bde70d6a172cd9b5e18816229dd1ee9 (diff)
downloadpkgsrc-9ae3fb5e1aa24db73918337409e9c8abb2a20f1a.tar.gz
Update pan to 0.135.
Based on maintainer update request by PR#45075, * set LICENSE=gnu-gpl-v2 * add handling desktop db. 0.135 "Tomorrow I'll Wake Up and Scald Myself with Tea" * Improve URI detection in the body pane. (K. Haley) * Make highlighting of URIs in the body pane optional. (K. Haley) * Add a newsrc autosave timer. (K. Haley) * Fix mailto URI encoding. (K. Haley, #648375) * Create a NZB file from the list of articles. (Heinrich Mueller) * Optional compatibility with GTK+ 3. (K. Haley) * Fix the text-massager-test failure. (K. Haley, #642746) * Support format=flowed in text-massager. (K. Haley) * Guess deliberate line breaks. (K. Haley) * Saving articles from the NZB file no longer causes articles to be queued multiple times. (K. Haley) * Separate line length check for each quote level. Should only be for quoted levels. (K. Haley) * Add the wrap selected option to the post editor. (K. Haley) * Slightly improve Pan.ico. (Petr Kovar, #499214) * Updated translations: Spanish (Jorge Gonzalez, Daniel Mustieles), Swedish (Daniel Nylander), German (Mario Blättermann), Danish (Joe Hansen), Czech (Petr Kovar) 0.134 "Wait for Me" * Fix compilation with GCC 4.4. (Charles Kerr, #573722) * WARNING: setting an adjustment with non-zero page size is deprecated. (Charles Kerr, #579753) * No window icon when running in NZB-mode. (Charles Kerr, #574419) * Remove deprecated glib/gdk/gtk calls to prepare for GNOME 3. (Charles Kerr, #596648) * Use GRegex instead of PCRE. (Charles Kerr, #596653) * Tooltips missing from two 'Post Article' toolbar buttons. (Charles Kerr, #548860) * Infinite loop with server that doesn't support LIST NEWSGROUPS. (Charles Kerr, #545220) * 'Add port to server dialog' -- apply commits 862da67, af30418 from lostcoder. (K. Haley, Charles Kerr, #527313) * Support 64 bit article numbers. (Charles Kerr, #549655) * Don't queue xover for 0 connections. (Charles Kerr, #596682) * Make wrapping honor changes in compose-wrap pref. (Charles Kerr, #596680) * Change nzb task saving delay & add pref. (Charles Kerr, #596683) * Port to GMime 2.4. (K. Haley, #541676) * Spawn editor asynchronously. (K. Haley, #465763) * Change allocation buffer for article tree. (K. Haley) * Save some more memory by re-ordering a few variables. (K. Haley) * Don't save files as executable. (K. Haley) * Fix handling of multibyte spaces in text-massager. (K. Haley) * Re-write multipart handling for viewing. (K. Haley) * Change default mime-type for incoming attachments. (K. Haley, #135734) * Add some additional mime types. (K. Haley) * Add memchunk.h to Makefile.am. (K. Haley) * GTK+ 2.16 required. (K. Haley) * Fix bug in multipart article mids. (K. Haley) * Add console support for windows. (K. Haley) * Update filter-info and scorefile-test to support non-overview headers. (K. Haley) * Skip non-overview test if not cached. (K. Haley) * Make ArticleCache::get_message const. (K. Haley) * Allow scoring article on all headers. (K. Haley) * Promote rescore_articles to data interface. (K. Haley) * Update score when article is cached. (K. Haley) * Add regex support to search. (Jack Cuyler, K. Haley, #351196) * Additional info for about & User-Agent. (K. Haley, #424083) * Add support for compiling with gmime-2.5. (K. Haley) * Allow subject line use in save path. (K. Haley, #403797) * Improve regexes used for squashing subject line. (K. Haley) * Reduce memory allocation for multiparts. (K. Haley) * Allow newsrc paths relative to PAN_HOME. (K. Haley) * Save tasks on exit. (K. Haley, #609355) * Always show full revision info in UA hdr. (K. Haley) * Remember size of post window. (K. Haley) * Add tests for subject line. (K. Haley) * Make separator user configurable. (K. Haley) * Replace deprecated gdk_pixmap_create_from_data. (K. Haley) * Add support for Face header. (K. Haley) * Fix crash possibly due to change in cairo. (K. Haley) * Change from GdkPixmap to GdkPixbuf. (K. Haley) * Remove deprecated function through gtk 2.18. (K. Haley) * Compatibility with -std=c++0x. (K. Haley) * Fix crash in gio_func on OSX. (K. Haley) * Updated translations: Arabic (Djihed Afifi), Brazilian Portuguese (Flamarion Jorge), Spanish (Jorge Gonzalez), Portuguese (Duarte Loreto), French (Claude Paroz, Bruno Brouard), Catalan (Joan Duran), German (Mario Blättermann, Andreas Kuhlen), Basque (Inaki Larranaga Murgoitio), Swedish (Daniel Nylander), Czech (Petr Kovar), Slovenian (Andrej Žnidaršič), Danish (Joe Hansen), Simplified Chinese (Aron Xu)
Diffstat (limited to 'news')
-rw-r--r--news/pan/Makefile15
-rw-r--r--news/pan/PLIST3
-rw-r--r--news/pan/distinfo8
3 files changed, 13 insertions, 13 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 36e45103cd2..da23146523a 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2011/04/22 13:44:30 obache Exp $
+# $NetBSD: Makefile,v 1.62 2011/06/17 13:07:53 obache Exp $
#
-DISTNAME= pan-0.133
-PKGREVISION= 6
+DISTNAME= pan-0.135
CATEGORIES= news
MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/
EXTRACT_SUFX= .tar.bz2
@@ -10,10 +9,11 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= rhialto@falu.nl
HOMEPAGE= http://pan.rebelbase.com/
COMMENT= Newsreader for GTK2
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gmake msgfmt perl pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -25,10 +25,9 @@ LIBS+= -lcompat
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mail/gmime/buildlink3.mk"
-.include "../../net/gnet/buildlink3.mk"
+.include "../../mail/gmime24/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.16.0
.include "../../x11/gtk2/buildlink3.mk"
-
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/news/pan/PLIST b/news/pan/PLIST
index 45256220800..ba99ec426fb 100644
--- a/news/pan/PLIST
+++ b/news/pan/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2009/06/14 18:10:07 joerg Exp $
+@comment $NetBSD: PLIST,v 1.12 2011/06/17 13:07:53 obache Exp $
bin/pan
share/applications/pan.desktop
share/locale/am/LC_MESSAGES/pan.mo
@@ -15,6 +15,7 @@ share/locale/en_CA/LC_MESSAGES/pan.mo
share/locale/en_GB/LC_MESSAGES/pan.mo
share/locale/es/LC_MESSAGES/pan.mo
share/locale/et/LC_MESSAGES/pan.mo
+share/locale/eu/LC_MESSAGES/pan.mo
share/locale/fi/LC_MESSAGES/pan.mo
share/locale/fr/LC_MESSAGES/pan.mo
share/locale/ga/LC_MESSAGES/pan.mo
diff --git a/news/pan/distinfo b/news/pan/distinfo
index 8f772142489..3704f276d86 100644
--- a/news/pan/distinfo
+++ b/news/pan/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2009/02/24 12:24:48 wiz Exp $
+$NetBSD: distinfo,v 1.19 2011/06/17 13:07:53 obache Exp $
-SHA1 (pan-0.133.tar.bz2) = a0bd98ea1ba174800896611e3305a6b6d8dbde2f
-RMD160 (pan-0.133.tar.bz2) = cfa84e32d6d82731df582e1336f9deffc97aaabd
-Size (pan-0.133.tar.bz2) = 1452883 bytes
+SHA1 (pan-0.135.tar.bz2) = 6cd93facf86615761279113badd7462e59399ae4
+RMD160 (pan-0.135.tar.bz2) = 09e98323ad88d0bc609d8ca030cbe8316b2b5e9e
+Size (pan-0.135.tar.bz2) = 1404420 bytes