Updated news/pan using wip/pan-devel; remove the latter.

This commit is contained in:
Thomas Klausner 2008-06-22 08:15:23 +00:00
parent e34ac20e8b
commit efc0db5d23
6 changed files with 1 additions and 114 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2925 2008/06/19 21:37:07 tonnerre Exp $
# $Id: Makefile,v 1.2926 2008/06/22 08:15:23 thomasklausner Exp $
#
COMMENT= WIP pkgsrc packages
@ -1342,7 +1342,6 @@ SUBDIR+= pal
SUBDIR+= pam-pkcs11
SUBDIR+= pam-pop3
SUBDIR+= pam-pwdfile
SUBDIR+= pan-devel
SUBDIR+= panda
SUBDIR+= parted
SUBDIR+= pasmo

View file

@ -1,8 +0,0 @@
Pan is a Newsreader for Gnome whose goal is to be easy to use and
functional enough for beginners and advanced users alike. It has the
basic features of threading, reading, filtering, posting, and offline
reading, and also has a number of features for power users and
alt.binaries fans.
It's the only Unix newsreader to get a perfect score on the Good
Net-Keeping Seal of Approval evalutions.

View file

@ -1,37 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/04/02 19:25:27 rhialto Exp $
DISTNAME= pan-0.132
CATEGORIES= news
MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rhialto@falu.nl
HOMEPAGE= http://pan.rebelbase.com/
COMMENT= Newsreader for GTK2
USE_TOOLS+= msgfmt perl pkg-config
USE_TOOLS+= gmake
USE_DIRS+= gnome2-1.5
USE_LANGUAGES+= c c++
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS= --enable-maintainer-mode --enable-debug
#CONFIGURE_ENV+= CXXFLAGS=-ggdb
#CONFIGURE_ENV+= CFLAGS=-ggdb
#CONFIGURE_ENV+= LDFLAGS=-ggdb
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} != "Darwin" && ${OPSYS} != "SunOS" && ${OPSYS} != "Linux")
LIBS+= -lcompat
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../mail/gmime/buildlink3.mk"
.include "../../net/gnet/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,48 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/02 19:25:27 rhialto Exp $
bin/pan
share/applications/pan.desktop
share/locale/am/LC_MESSAGES/pan.mo
share/locale/ar/LC_MESSAGES/pan.mo
share/locale/az/LC_MESSAGES/pan.mo
share/locale/bg/LC_MESSAGES/pan.mo
share/locale/ca/LC_MESSAGES/pan.mo
share/locale/cs/LC_MESSAGES/pan.mo
share/locale/da/LC_MESSAGES/pan.mo
share/locale/de/LC_MESSAGES/pan.mo
share/locale/dz/LC_MESSAGES/pan.mo
share/locale/el/LC_MESSAGES/pan.mo
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/fi/LC_MESSAGES/pan.mo
share/locale/fr/LC_MESSAGES/pan.mo
share/locale/ga/LC_MESSAGES/pan.mo
share/locale/gl/LC_MESSAGES/pan.mo
share/locale/hr/LC_MESSAGES/pan.mo
share/locale/hu/LC_MESSAGES/pan.mo
share/locale/it/LC_MESSAGES/pan.mo
share/locale/ja/LC_MESSAGES/pan.mo
share/locale/ko/LC_MESSAGES/pan.mo
share/locale/lt/LC_MESSAGES/pan.mo
share/locale/lv/LC_MESSAGES/pan.mo
share/locale/ms/LC_MESSAGES/pan.mo
share/locale/nb/LC_MESSAGES/pan.mo
share/locale/nl/LC_MESSAGES/pan.mo
share/locale/pl/LC_MESSAGES/pan.mo
share/locale/pt/LC_MESSAGES/pan.mo
share/locale/pt_BR/LC_MESSAGES/pan.mo
share/locale/ro/LC_MESSAGES/pan.mo
share/locale/ru/LC_MESSAGES/pan.mo
share/locale/sk/LC_MESSAGES/pan.mo
share/locale/sl/LC_MESSAGES/pan.mo
share/locale/sq/LC_MESSAGES/pan.mo
share/locale/sr/LC_MESSAGES/pan.mo
share/locale/sr@Latn/LC_MESSAGES/pan.mo
share/locale/sv/LC_MESSAGES/pan.mo
share/locale/tr/LC_MESSAGES/pan.mo
share/locale/uk/LC_MESSAGES/pan.mo
share/locale/vi/LC_MESSAGES/pan.mo
share/locale/zh_CN/LC_MESSAGES/pan.mo
share/locale/zh_TW/LC_MESSAGES/pan.mo
share/pixmaps/pan.png

View file

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.2 2008/04/26 01:46:15 thomasklausner Exp $
SHA1 (pan-0.132.tar.bz2) = dc0bf586145b9d617039f49101874fbc76a9dc18
RMD160 (pan-0.132.tar.bz2) = 8e9bd2b2851cf1794b975ed31317e9ce837a2851
Size (pan-0.132.tar.bz2) = 1466359 bytes
SHA1 (patch-aa) = a5615017b65ce8294049ffe998dd0e7c9acf33d0

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.1 2008/04/26 01:46:15 thomasklausner Exp $
--- pan/data-impl/my-tree.cc.orig 2007-08-01 17:00:00.000000000 +0000
+++ pan/data-impl/my-tree.cc
@@ -19,7 +19,7 @@
#include <config.h>
#include <cassert>
-#include <glib/gmessages.h> // for g_assert
+#include <glib.h> // for g_assert
#include <pan/general/debug.h>
#include <pan/general/foreach.h>
#include <pan/general/quark.h>