From e934b106497f17545e236bb9644bed935cd118ad Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Thu, 25 Oct 2007 03:37:29 +0000
Subject: Remove these now that they have been committed to the FreeBSD ports
 tree.

Next stop GNOME 2.21.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
---
 news/grn/Makefile              | 39 ---------------------------------------
 news/grn/distinfo              |  3 ---
 news/grn/files/patch-pattern.c | 10 ----------
 news/grn/pkg-descr             | 11 -----------
 news/grn/pkg-plist             | 19 -------------------
 5 files changed, 82 deletions(-)
 delete mode 100644 news/grn/Makefile
 delete mode 100644 news/grn/distinfo
 delete mode 100644 news/grn/files/patch-pattern.c
 delete mode 100644 news/grn/pkg-descr
 delete mode 100644 news/grn/pkg-plist

(limited to 'news')

diff --git a/news/grn/Makefile b/news/grn/Makefile
deleted file mode 100644
index 9f967fb4d..000000000
--- a/news/grn/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for:	grm
-# Date created:				20 July 2000
-# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME=	grn
-PORTVERSION=	0.0.28
-PORTREVISION=	4
-CATEGORIES=	news gnome
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A NNTP client for Gnome
-
-USE_X_PREFIX=	yes
-USE_BZIP2=	yes
-USE_PERL5=	yes
-USE_GNOME=	gnomehack gnomelibs gnomeprefix
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-LIBTOOLFILES=	configure libmutt/configure
-CONFIGURE_ENV=	glibpath="${GLIB_CONFIG}" \
-		CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN=		Broken with gcc 4.2
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
-		${WRKSRC}/configure ${WRKSRC}/libmutt/configure
-
-.include <bsd.port.post.mk>
diff --git a/news/grn/distinfo b/news/grn/distinfo
deleted file mode 100644
index ea4dd0fee..000000000
--- a/news/grn/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (grn-0.0.28.tar.bz2) = 242dc70cc7607006ab4629a3c8d87d40
-SHA256 (grn-0.0.28.tar.bz2) = fedf53cff1873d59d84cf88a97820b5a9cb32a74823c7bcb4a09ab61495a567f
-SIZE (grn-0.0.28.tar.bz2) = 416249
diff --git a/news/grn/files/patch-pattern.c b/news/grn/files/patch-pattern.c
deleted file mode 100644
index 3186e1179..000000000
--- a/news/grn/files/patch-pattern.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libmutt/pattern.c.orig	Tue Aug 17 16:08:15 2004
-+++ libmutt/pattern.c	Tue Aug 17 16:09:00 2004
-@@ -883,6 +883,7 @@
-      return (pat->not ^ (h->pgp & PGPKEY));
- #endif
- #endif
-+     break;
-   }
-   mutt_error ("error: unknown op %d (report this error).", pat->op);
-   return (-1);
diff --git a/news/grn/pkg-descr b/news/grn/pkg-descr
deleted file mode 100644
index 9384b9a3d..000000000
--- a/news/grn/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Grn is NNTP client which is written with the help of Gnome and Gtk. It is
-designed primarily to look like tin as much as possible, but work under X, and
-use all the advantages that Gnome and Gtk provide. It is written also under the
-influence of FleetStreet - an FTN-compatible message editor for OS/2
-Presentation Manager. 
-
-Grn also uses pthreads to allow the user to interact with the program during
-different time-consuming tasks (such as fetching grouplist or threading
-articles - these all run in another thread). 
-
-WWW: http://grn.sourceforge.net/
diff --git a/news/grn/pkg-plist b/news/grn/pkg-plist
deleted file mode 100644
index 2cb988f05..000000000
--- a/news/grn/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/grn
-share/locale/ru/LC_MESSAGES/grn.mo
-share/gnome/apps/Internet/grn.desktop
-share/gnome/help/grn/C/Perl_functions.html
-share/gnome/help/grn/C/hooks-Perl.html
-share/gnome/help/grn/C/index.html
-share/gnome/help/grn/C/inline_vars.html
-share/gnome/help/grn/C/keyboard.html
-share/gnome/help/grn/C/topic.dat
-share/gnome/help/grn/ru/Perl_functions.html
-share/gnome/help/grn/ru/hooks-Perl.html
-share/gnome/help/grn/ru/index.html
-share/gnome/help/grn/ru/inline_vars.html
-share/gnome/help/grn/ru/keyboard.html
-share/gnome/help/grn/ru/topic.dat
-share/pixmaps/grn.png
-@dirrm share/gnome/help/grn/ru
-@dirrm share/gnome/help/grn/C
-@dirrm share/gnome/help/grn
-- 
cgit