From owner-cvs-ports@FreeBSD.ORG Thu Nov 10 22:20:59 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBFD16A41F; Thu, 10 Nov 2005 22:20:59 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1171943D45; Thu, 10 Nov 2005 22:20:59 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAAMKwUc027813; Thu, 10 Nov 2005 22:20:58 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAAMKw0C027812; Thu, 10 Nov 2005 22:20:58 GMT (envelope-from lawrance) Message-Id: <200511102220.jAAMKw0C027812@repoman.freebsd.org> From: Sam Lawrance Date: Thu, 10 Nov 2005 22:20:58 +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/editors Makefile ports/editors/doxymacs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 22:20:59 -0000 lawrance 2005-11-10 22:20:58 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/doxymacs Makefile distinfo pkg-descr pkg-plist Log: Add doxymacs 1.5.0. Doxymacs is Doxygen + {X}Emacs. The purpose of the doxymacs project is to create a LISP package that will make using Doxygen from within {X}Emacs easier. It has the following features: * ability to look up documentation for symbols from {X}Emacs in the browser of your choice. * easily insert Doxygen style comments into source. * optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list. * fontify Doxygen keywords. WWW: http://doxymacs.sourceforge.net/ PR: ports/60472 Submitted by: Dryice Liu Revision Changes Path 1.326 +1 -0 ports/editors/Makefile 1.1 +24 -0 ports/editors/doxymacs/Makefile (new) 1.1 +1 -0 ports/editors/doxymacs/distinfo (new) 1.1 +15 -0 ports/editors/doxymacs/pkg-descr (new) 1.1 +5 -0 ports/editors/doxymacs/pkg-plist (new)