From owner-cvs-all@FreeBSD.ORG Sun Jan 14 21:55:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6858E16A4C9; Sun, 14 Jan 2007 21:55:31 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 57CF713C45E; Sun, 14 Jan 2007 21:55:31 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0ELtVw9095825; Sun, 14 Jan 2007 21:55:31 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0ELtUHR095820; Sun, 14 Jan 2007 21:55:30 GMT (envelope-from nivit) Message-Id: <200701142155.l0ELtUHR095820@repoman.freebsd.org> From: Nicola Vitale Date: Sun, 14 Jan 2007 21:55:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news Makefile ports/news/xpn Makefile distinfo pkg-descr pkg-plist ports/news/xpn/files xpn.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2007 21:55:31 -0000 nivit 2007-01-14 21:55:30 UTC FreeBSD ports repository Modified files: news Makefile Added files: news/xpn Makefile distinfo pkg-descr pkg-plist news/xpn/files xpn.in Log: With XPN you can read/write articles on the Usenet with a good MIME support (better than some well known newsreaders). XPN can operate with all the most diffuse charset starting from US-ASCII to UTF-8. When you edit an article XPN automatically chooses the best charset, however is always possible to override this choice. There also other useful features like scoring, filtered views, random tag-lines, external editor support, one-key navigation, ROT13, spoiler char ... WWW: http://xpn.altervista.org/ Approved by: alexbl (mentor, implicit) Revision Changes Path 1.128 +1 -0 ports/news/Makefile 1.1 +44 -0 ports/news/xpn/Makefile (new) 1.1 +3 -0 ports/news/xpn/distinfo (new) 1.1 +10 -0 ports/news/xpn/files/xpn.in (new) 1.1 +12 -0 ports/news/xpn/pkg-descr (new) 1.1 +119 -0 ports/news/xpn/pkg-plist (new)