b11f FreshPorts -- devel/ctags
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ctags 5.8 devel on this many watch lists=35 search for ports that depend on this port
A feature-filled tagfile generator for vi and emacs clones
Maintained by: zeising@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


Exuberant Ctags generates an index (or tag) file of source language
objects in source files that allows these items to be quickly and
easily located by a text editor or other utility.

Alternatively, it can generate a cross reference file which lists,
in human-readable form, information about the various objects found
in a set of source code files.

Supported languages include: Assembler, ASP, AWK, BETA, C, C++, C#,
COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make,
Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell
(Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.

WWW:    http://ctags.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/ctags/ && make install clean
To add the package: pkg_add -r ctags


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/ctags/ctags/5.8/
  3. http://heanet.dl.sourceforge.net/project/ctags/ctags/5.8/
  4. http://internode.dl.sourceforge.net/project/ctags/ctags/5.8/
  5. http://iweb.dl.sourceforge.net/project/ctags/ctags/5.8/
  6. http://jaist.dl.sourceforge.net/project/ctags/ctags/5.8/
  7. http://kent.dl.sourceforge.net/project/ctags/ctags/5.8/
  8. http://nchc.dl.sourceforge.net/project/ctags/ctags/5.8/
  9. http://ncu.dl.sourceforge.net/project/ctags/ctags/5.8/
  10. http://osdn.dl.sourceforge.net/project/ctags/ctags/5.8/
  11. http://sunet.dl.sourceforge.net/project/ctags/ctags/5.8/
  12. http://surfnet.dl.sourceforge.net/project/ctags/ctags/5.8/
  13. http://switch.dl.sourceforge.net/project/ctags/ctags/5.8/
  14. http://ufpr.dl.sourceforge.net/project/ctags/ctags/5.8/
  15. http://voxel.dl.sourceforge.net/project/ctags/ctags/5.8/
  16. http://waix.dl.sourceforge.net/project/ctags/ctags/5.8/

Number of commits found: 35

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 Jul 2012 08:28:34
Original commit files touched by this commit  5.8
zeising search for other commits by this committer
Change maintainer address to my FreeBSD.org mail address.

Approved by:    kwm (mentor)
16 Jan 2012 21:11:10
Original commit files touched by this commit  5.8
crees search for other commits by this committer
Update maintainer email address

PR:             ports/164211
Submitted by:   Niclas Zeising <zeising@daemonic.se> (maintainer)
03 Jul 2011 14:59:23
Original commit files touched by this commit  5.8
ohauer search for other commits by this committer
-remove MD5
14 May 2010 10:57:55
Original commit files touched by this commit  5.8
wen search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/146574
Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
28 Apr 2010 22:22:27
Original commit files touched by this commit  5.8
pgollucci search for other commits by this committer
- Reset some more
24 Jul 2009 01:44:55
Original commit files touched by this commit  5.8
pgollucci search for other commits by this committer
- Update to 5.8
16 May 2009 06:27:56
Original commit files touched by this commit  5.7
pgollucci search for other commits by this committer
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
30 Apr 2009 22:43:34
Original commit files touched by this commit  5.7
pgollucci search for other commits by this committer
- Use SUB_FILES for pkg-message
- Use SF Macro
- Adopt
10 Apr 2008 09:12:53
Original commit files touched by this commit  5.7
jkoshy search for other commits by this committer
Reset maintainership.
05 Sep 2007 17:01:39
Original commit files touched by this commit  5.7
jkoshy search for other commits by this committer
Upgrade to v5.7.  Upstream changes include:

o Changes to language parsing:
 + Basic        Support for "DIM AS" statements, BlitzBasic, PureBasic and
                FreeBasic.
 + C            support for forward variable declarations.
 + C#           support for verbatim string literals, multiple namespace
                declarations.
 + C++          support for non-extern, non-static functions returning
                wchar_t, optional tags for forward variable declarations.
 + Eiffel       support for the convert keyword.
 + Java         support for enums.
 + Perl         support for the 'package' keyword, for multi-line subroutine,
                package and constant definitions, for optional subroutine
                declarations and formats.  Comments mixed into definitions
                and declarations are now ignored.
 + PHP          Support for interfaces and static/public/protected/private
                functions.
 + Python       support for arbitrary nesting depth.
o Support added for numerous revision control systems.
o Many bug fixes.
30 May 2006 17:36:32
Original commit files touched by this commit  5.6
jkoshy search for other commits by this committer
- Upgrade to v5.6.  Upstream changes include:
  + Support for ASP constants.
  + Support for GNU Make extensions.
  + ".mk" is now recognized as a Make language file.
  + Extensions to the Ruby language parser.
  + Many bug fixes.

- Use the --with-readlib configuration option
  instead of homebrewing our own install process.  This change
  installs 'readtags.[oh]' under ${PREFIX}/lib and ${PREFIX}/include
  respectively.

- Update the list of supported languages in the port's
  description.
13 Dec 2005 16:23:44
Original commit files touched by this commit  5.5.4_1
jkoshy search for other commits by this committer
Add SA256 checksums.
10 Oct 2005 13:55:20
Original commit files touched by this commit  5.5.4_1
jkoshy search for other commits by this committer
Prefer MASTER_SITE_SOURCEFORGE to MASTER_SITE_LOCAL.

Prodded by: fenner@'s distfile checking script.
19 Oct 2004 14:09:15
Original commit files touched by this commit  5.5.4_1
jkoshy search for other commits by this committer
Make this port 'portupgrade' friendly.

Noticed by:     Andreas Kasparz <andy@interface-projects.de>
04 May 2004 02:28:55
Original commit files touched by this commit  5.5.4_1
jkoshy search for other commits by this committer
Add an install time message pointing users to this port's installed executable.

Requested by:   Marc Rene Arns <privat@marcrenearns.de>
03 Apr 2004 12:23:46
Original commit files touched by this commit  5.5.4
jkoshy search for other commits by this committer
Upgrade to v5.5.4.
17 Mar 2004 01:53:57
Original commit files touched by this commit  5.5.3
jkoshy search for other commits by this committer
Upgrade to v5.5.3.
04 Oct 2003 04:15:49
Original commit files touched by this commit  5.5.2
jkoshy search for other commits by this committer
Upgrade to v5.5.2.
01 Aug 2003 14:08:21
Original commit files touched by this commit  5.5.1
jkoshy search for other commits by this committer
Upgrade to v5.5.1.
02 Apr 2003 05:30:32
Original commit files touched by this commit  5.5
jkoshy search for other commits by this committer
Upgrade to v5.5.
07 Mar 2003 06:01:16
Original commit files touched by this commit  5.4
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
22 Nov 2002 09:42:27
Original commit files touched by this commit  5.4
jkoshy search for other commits by this committer
Upgrade to v5.4.
19 Jul 2002 04:52:35
Original commit files touched by this commit  5.3
jkoshy search for other commits by this committer
Upgrade to v5.3
07 Mar 2002 05:44:48
files touched by this commit
jkoshy search for other commits by this committer
Upgrade to v5.2.3.    
08 Feb 2002 06:20:37
files touched by this commit
jkoshy search for other commits by this committer
Upgrade to v5.2.1.    
03 Jan 2002 05:18:14
files touched by this commit
jkoshy search for other commits by this committer
Update to v5.2.    
08 Nov 2001 04:09:21
files touched by this commit
jkoshy search for other commits by this committer
Update to v5.1.    
13 Aug 2001 12:47:38
files touched by this commit
jkoshy search for other commits by this committer
Update MASTER_SITE to use MASTER_SITE_SOURCEFORGE.  Remove   MASTER_SITE_SUNSITE
as the current exctags distribution does not   seem to present on the few
Sunsite mirrors that I checked.    
25 Apr 2001 04:41:28
files touched by this commit
jkoshy search for other commits by this committer
Update to v5.0.1.    
21 Mar 2001 05:59:31
files touched by this commit
jkoshy search for other commits by this committer
Upgrade to v5.0.    
27 Oct 2000 13:30:21
files touched by this commit
jkoshy search for other commits by this committer
Upgrade to v4.0.3.    
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
04 Aug 2000 08:37:30
files touched by this commit
jkoshy search for other commits by this committer
Upgrade to v4.0.2.    
29 Jun 2000 08:03:02
files touched by this commit
obrien search for other commits by this committer
Move the stragler's www.freebsd.org/~user distfiles to the offical  
MASTER_SITE_LOCAL site.    
09 Jun 2000 21:35:49
files touched by this commit
will search for other commits by this committer
Actually look for ctags in a subdirectory in MASTER_SITE_SUNSITE.  This  
MASTER_SITE has been broken for 1 year and 1 day, ever since rev 1.3.    

Number of commits found: 35

2824
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0