From owner-svn-ports-head@FreeBSD.ORG Sun Feb 24 15:40:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC952323; Sun, 24 Feb 2013 15:40:06 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CF75C74B; Sun, 24 Feb 2013 15:40:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OFe6TQ086156; Sun, 24 Feb 2013 15:40:06 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1OFe6kX086154; Sun, 24 Feb 2013 15:40:06 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201302241540.r1OFe6kX086154@svn.freebsd.org> From: Johan van Selst Date: Sun, 24 Feb 2013 15:40:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312872 - head/editors/manedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 15:40:06 -0000 Author: johans Date: Sun Feb 24 15:40:06 2013 New Revision: 312872 URL: http://svnweb.freebsd.org/changeset/ports/312872 Log: Update pkg-descr for editors/manedit. Take this opportunity to add the WWW site and sort a section of the Makefile. PR: ports/176394 Submitted by: Kevin Zheng Modified: head/editors/manedit/Makefile head/editors/manedit/pkg-descr Modified: head/editors/manedit/Makefile ============================================================================== --- head/editors/manedit/Makefile Sun Feb 24 15:37:23 2013 (r312871) +++ head/editors/manedit/Makefile Sun Feb 24 15:40:06 2013 (r312872) @@ -11,10 +11,10 @@ COMMENT= A UNIX manual page editor and v WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -USE_BZIP2= yes +MAKEFILE= Makefile.FreeBSD MAKE_JOBS_SAFE= yes +USE_BZIP2= yes USE_GNOME= gtk12 -MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 Modified: head/editors/manedit/pkg-descr ============================================================================== --- head/editors/manedit/pkg-descr Sun Feb 24 15:37:23 2013 (r312871) +++ head/editors/manedit/pkg-descr Sun Feb 24 15:40:06 2013 (r312872) @@ -1,4 +1,8 @@ -ManEdit is a UNIX manual page editor and viewer. It can be used as a direct -editor for UNIX manual pages (with no manual conversion steps involved) or -a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window -Systems. +The ManEdit UNIX Manual Page Editor is an editor specifically tailored +for UNIX manual pages. It has a preview viewer, uses the manual page XML +format for easy editing, and comes with a tutorial and reference guide. +It uses the GTK+ widget set and features syntax highlighting, a complete +drag and drop system for easy viewing and editing, a crash recovery +system, and sample manual page templates. + +WWW: http://freecode.com/projects/manedit