cvs commit: ports/devel Makefile ports/devel/phptags Makefile
 distinfo pkg-descr
    Pav Lucistnik 
    pav at FreeBSD.org
       
    Thu May  6 12:21:45 PDT 2004
    
    
  
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 at 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)
    
    
More information about the cvs-all
mailing list