diff options
Diffstat (limited to 'news/pan2')
-rw-r--r-- | news/pan2/Makefile | 42 | ||||
-rw-r--r-- | news/pan2/distinfo | 1 | ||||
-rw-r--r-- | news/pan2/files/patch-ad | 21 | ||||
-rw-r--r-- | news/pan2/files/patch-ag | 7 | ||||
-rw-r--r-- | news/pan2/files/patch-ah | 12 | ||||
-rw-r--r-- | news/pan2/pkg-comment | 1 | ||||
-rw-r--r-- | news/pan2/pkg-descr | 9 | ||||
-rw-r--r-- | news/pan2/pkg-plist | 22 |
8 files changed, 0 insertions, 115 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile deleted file mode 100644 index d5d5d9bd3922..000000000000 --- a/news/pan2/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: pan -# Date created: 07 August 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= pan -PORTVERSION= 0.8.1b5 -CATEGORIES= news gnome -MASTER_SITES= http://download.superpimp.org/pan/${PORTVERSION}/ -DISTNAME= pan-0.8.1beta5 - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gnomeprint.9:${PORTSDIR}/print/gnomeprint \ - uu.1:${PORTSDIR}/converters/uulib \ - unicode.0:${PORTSDIR}/devel/libunicode -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib -luu" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/news/pan2/distinfo b/news/pan2/distinfo deleted file mode 100644 index d573367fec7d..000000000000 --- a/news/pan2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pan-0.8.1beta5.tar.bz2) = fb14ed4d51bc6919c9707b3b356a42e7 diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad deleted file mode 100644 index 70b75ddee8b2..000000000000 --- a/news/pan2/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- 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; diff --git a/news/pan2/files/patch-ag b/news/pan2/files/patch-ag deleted file mode 100644 index d7077270a5b4..000000000000 --- a/news/pan2/files/patch-ag +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Fri Sep 15 00:41:26 2000 -+++ Makefile.in Fri Sep 15 13:45:39 2000 -@@ -116,3 +116,3 @@ - --SUBDIRS = macros po uulib libcamel pan docs -+SUBDIRS = macros po libcamel pan docs - diff --git a/news/pan2/files/patch-ah b/news/pan2/files/patch-ah deleted file mode 100644 index 51aae74f3b08..000000000000 --- a/news/pan2/files/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ ---- pan/Makefile.in.orig Fri Sep 15 00:41:44 2000 -+++ pan/Makefile.in Fri Sep 15 13:36:02 2000 -@@ -130,3 +130,3 @@ - --pan_LDADD = dialogs/libdialogs.a $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GNOME_LIBS) $(GLIB_LIBS) $(UNICODE_LIBS) $(top_builddir)/libcamel/libcamel.a $(top_builddir)/uulib/libuu.a -+pan_LDADD = dialogs/libdialogs.a $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GNOME_LIBS) $(GLIB_LIBS) $(UNICODE_LIBS) $(top_builddir)/libcamel/libcamel.a - -@@ -153,3 +153,3 @@ - pan_DEPENDENCIES = dialogs/libdialogs.a \ --$(top_builddir)/libcamel/libcamel.a $(top_builddir)/uulib/libuu.a -+$(top_builddir)/libcamel/libcamel.a - pan_LDFLAGS = diff --git a/news/pan2/pkg-comment b/news/pan2/pkg-comment deleted file mode 100644 index d7ef68242140..000000000000 --- a/news/pan2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Threaded GNOME newsreader based on Agent for Windows diff --git a/news/pan2/pkg-descr b/news/pan2/pkg-descr deleted file mode 100644 index e9e4254fef74..000000000000 --- a/news/pan2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Pimp Ass Newsreader (PAN) -------------------------- - -Threaded GNOME newsreader based on Agent for Windows. - -WWW: http://www.superpimp.org/ - -- Chris D. Faulhaber -jedgar@fxp.org diff --git a/news/pan2/pkg-plist b/news/pan2/pkg-plist deleted file mode 100644 index 473898cffb60..000000000000 --- a/news/pan2/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/pan -share/gnome/apps/Internet/pan.desktop -share/gnome/pixmaps/pan.png -share/gnome/pixmaps/pan_druid.xpm -share/locale/da/LC_MESSAGES/pan.mo -share/locale/de/LC_MESSAGES/pan.mo -share/locale/es/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/it/LC_MESSAGES/pan.mo -share/locale/ja/LC_MESSAGES/pan.mo -share/locale/ko/LC_MESSAGES/pan.mo -share/locale/no/LC_MESSAGES/pan.mo -share/locale/pl/LC_MESSAGES/pan.mo -share/locale/ru/LC_MESSAGES/pan.mo -share/locale/sl/LC_MESSAGES/pan.mo -share/locale/sp/LC_MESSAGES/pan.mo -share/locale/sr/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 |