diff options
author | pav <pav@FreeBSD.org> | 2004-05-07 03:21:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-07 03:21:44 +0800 |
commit | ff36699c831912d908f43fb3a7af701d498aacaa (patch) | |
tree | 029beae314bb52450ce226e6453f209e6e620a8b /devel/Makefile | |
parent | 8f8d063845367b3c858fe91a21615742522ac6b3 (diff) | |
download | freebsd-ports-gnome-ff36699c831912d908f43fb3a7af701d498aacaa.tar.gz freebsd-ports-gnome-ff36699c831912d908f43fb3a7af701d498aacaa.tar.zst freebsd-ports-gnome-ff36699c831912d908f43fb3a7af701d498aacaa.zip |
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 03e84187df98..67fbfbccd207 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -988,6 +988,7 @@ SUBDIR += pharmacy SUBDIR += php-dbg SUBDIR += php-xdebug + SUBDIR += phptags SUBDIR += physfs SUBDIR += picasm SUBDIR += picp |