Date: Thu, 6 May 2004 12:21:44 -0700 (PDT) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/phptags Makefile distinfo pkg-descr Message-ID: <200405061921.i46JLilV069596@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004/05/06 12:21:44 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/phptags Makefile distinfo pkg-descr Log: Add phptags, a utility that makes a tags file from the specified PHP sources. A tags file gives the locations of specified objects in a group of files. Each line of the tags file contains the object name, the file in which it is defined, and a search pattern for the object definition, separated by white-space. Using the tags file, many editors (ex(1), vim(1), emacs(1), etc) can quickly locate these object definitions. PR: ports/66328 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Revision Changes Path 1.1540 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/phptags/Makefile (new) 1.1 +2 -0 ports/devel/phptags/distinfo (new) 1.1 +11 -0 ports/devel/phptags/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405061921.i46JLilV069596>