1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update port to 0.7.6:

* Better article tracking/killfiling, preferences user-interface, external
  mailer plugins...
* Most translations updated
* Batch downloading, Save As, reverse searches
* More stable (hopefully :)
* Etc....
This commit is contained in:
Chris D. Faulhaber 2000-02-23 03:48:39 +00:00
parent ea74271d35
commit 8a5429671d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26193
6 changed files with 34 additions and 18 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: pan
# Version required: 0.7.4
# Version required: 0.7.6
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= pan-0.7.4
DISTNAME= pan-0.7.6
CATEGORIES= news gnome
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \
ftp://source.rebelbase.com/pub/pan/obsolete/

View File

@ -1 +1 @@
MD5 (pan-0.7.4.tar.bz2) = aa419a514d52309fa58228983526fd32
MD5 (pan-0.7.6.tar.bz2) = 86e78384bc6e696f74de5ab5a1cebe1e

View File

@ -1,13 +1,21 @@
--- pan/gui.h.orig Mon Jan 10 19:57:05 2000
+++ pan/gui.h Mon Jan 10 19:58:24 2000
@@ -27,6 +27,10 @@
--- pan/gui.h.orig Tue Feb 15 13:47:56 2000
+++ pan/gui.h Tue Feb 22 22:29:46 2000
@@ -21,6 +21,7 @@
#ifndef __GUI_H__
#define __GUI_H__
+#include <sys/types.h>
#include <gtk/gtkwidget.h>
#include <libgnomeui/gnome-app.h>
#include <libgnomeui/gnome-app-helper.h>
@@ -28,6 +29,10 @@
#include "article.h"
#include "group.h"
#include "status-item.h"
+
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
+
extern GtkWidget *groups_vbox;
extern GtkWidget *articlelist_ctree;
extern GtkWidget *text_box;

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: pan
# Version required: 0.7.4
# Version required: 0.7.6
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= pan-0.7.4
DISTNAME= pan-0.7.6
CATEGORIES= news gnome
MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ \
ftp://source.rebelbase.com/pub/pan/obsolete/

View File

@ -1 +1 @@
MD5 (pan-0.7.4.tar.bz2) = aa419a514d52309fa58228983526fd32
MD5 (pan-0.7.6.tar.bz2) = 86e78384bc6e696f74de5ab5a1cebe1e

View File

@ -1,13 +1,21 @@
--- pan/gui.h.orig Mon Jan 10 19:57:05 2000
+++ pan/gui.h Mon Jan 10 19:58:24 2000
@@ -27,6 +27,10 @@
--- pan/gui.h.orig Tue Feb 15 13:47:56 2000
+++ pan/gui.h Tue Feb 22 22:29:46 2000
@@ -21,6 +21,7 @@
#ifndef __GUI_H__
#define __GUI_H__
+#include <sys/types.h>
#include <gtk/gtkwidget.h>
#include <libgnomeui/gnome-app.h>
#include <libgnomeui/gnome-app-helper.h>
@@ -28,6 +29,10 @@
#include "article.h"
#include "group.h"
#include "status-item.h"
+
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
+
extern GtkWidget *groups_vbox;
extern GtkWidget *articlelist_ctree;
extern GtkWidget *text_box;