| non port: devel/cscout/Makefile |
|
CVSWeb
|
Number of commits found: 13 |
|
Mon, 7 Nov 2011
|
[ 03:25 miwi ]
1.93 databases/fastdb/Makefile
1.128 databases/gigabase/Makefile
1.36 databases/glom/Makefile
1.8 databases/jrrd/Makefile
1.19 databases/mysql-workbench51/Makefile
1.10 databases/mysqlard/Makefile
1.9 databases/php5-rrdtool/Makefile
1.102 databases/rrdtool/Makefile
1.66 databases/sqlite3/Makefile
1.27 deskutils/google-gadgets/Makefile
(Only the first 10 of 22 ports in this commit are shown above. )
- Get rid FreeBSD 6.x support
|
|
Sat, 15 May 2010
|
[ 19:48 makc ]
1.12 devel/cscout/Makefile
1.8 devel/cscout/distinfo
1.7 devel/cscout/pkg-plist
Update to 2.7
Respect NOPORTEXAMPLES
PR: ports/144222
Submitted by: Greg Lewis <glewis at misty.eyesbeyond.com>
Approved by: dds@ (maintainer timeout > two months)
|
|
Mon, 5 Jan 2009
|
[ 19:44 pav ]
1.32 devel/ZendOptimizer/Makefile
1.27 devel/ace+tao/Makefile
1.20 devel/asis/Makefile
1.55 devel/boehm-gc/Makefile
1.16 devel/cgdb/Makefile
1.25 devel/clanlib/Makefile
1.22 devel/codeworker/Makefile
1.11 devel/cross-binutils/Makefile
1.8 devel/crow/Makefile
1.11 devel/cscout/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
|
Thu, 17 Jul 2008
|
[ 15:00 dds ]
1.10 devel/cscout/Makefile
1.7 devel/cscout/distinfo
1.5 devel/cscout/pkg-plist
This version adds support for function argument refactoring.
Furthermore, a new option controls the depth of function and macro
call graphs, which are now fully browsable in SVG-enabled browsers.
In addition, the web front-end provides support for hand-editing
of files, source code directory browsing, and functionality to
interactively explore the tree of a function's calling and called
functions. Finally, the processing engine includes support for
gcc's include_next and preprocessor conditionals within macro
invocations directives.
Reviewed by: bf <bf2006a at yahoo.com>
|
|
Tue, 10 Oct 2006
|
[ 06:19 dds ]
1.9 devel/cscout/Makefile
This port installs FreeBSD 6.x binaries.
Prohibit installation on versions < 6
Submitted by: kris
|
|
Mon, 2 Oct 2006
|
[ 10:23 dds ]
1.8 devel/cscout/Makefile
Add ONLY_FOR_ARCHS to document supported binaries.
|
[ 09:56 dds ]
1.7 devel/cscout/Makefile
1.6 devel/cscout/distinfo
1.3 devel/cscout/pkg-descr
1.4 devel/cscout/pkg-plist
Update for CScout version 2.2
Version 2.2 includes numerous fixes and the following enahncements.
- All query results are presented through a page selection interface.
- Identical files in different locations are identified and presented
in the file information page and through the file metrics.
- Identifiers occuring at the same place in identical files are considered
to be the same.
- Facility to display the call path from one function to another.
- New option to display call graphs as GIF images avoiding the need for
an SVG plugin for medium-sized graphs.
- The SQL backend supports four additional tables: STRINGS, COMMENTS,
FILEPOS, FILECOPIES.
- Allow attribute declarations to follow labels (gcc extension).
- Support indirect goto labels (gcc extension).
- Support (ANSI-style) nested function definitions (gcc extension). (Only the first 15 lines of the commit message are shown above )
|
|
Thu, 4 May 2006
|
[ 21:41 edwin ]
1.12 databases/cyrus-imspd/Makefile
1.3 databases/cyrus-smlacapd/Makefile
1.63 databases/db3/Makefile
1.56 databases/db4/Makefile
1.10 databases/dbf/Makefile
1.12 databases/dbmetrix/Makefile
1.5 databases/dbow/Makefile
1.14 databases/dbtool/Makefile
1.15 databases/dbview/Makefile
1.37 databases/firebird-devel/Makefile
(Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
|
Thu, 22 Jan 2004
|
[ 12:18 trevor ]
1.27 audio/gnump3d/Makefile
1.4 audio/mbrolavox/Makefile
1.4 biology/t_coffee/Makefile
1.15 cad/gerbv/Makefile
1.6 databases/pydbdesigner/Makefile
1.5 deskutils/gdeskcal-skins/Makefile
1.18 deskutils/gdeskcal/Makefile
1.28 devel/cdk/Makefile
1.3 devel/cil/Makefile
1.5 devel/cscout/Makefile
(Only the first 10 of 87 ports in this commit are shown above. )
Use the CPIO macro defined in bsd.port.mk.
|
[ 11:06 trevor ]
1.3 audio/mbrolavox/Makefile
1.5 databases/pydbdesigner/Makefile
1.3 devel/ace+tao-doc/Makefile
1.9 devel/cc65/Makefile
1.4 devel/cscout/Makefile
1.10 devel/invitation_to_ruby/Makefile
1.24 editors/ooodict-all/Makefile
1.185 editors/openoffice-1.0/Makefile
1.113 editors/openoffice-1.1/Makefile
1.113 editors/openoffice-2.0-devel/Makefile
(Only the first 10 of 69 ports in this commit are shown above. )
Use the SORT macro from bsd.port.mk.
|
|
Wed, 27 Aug 2003
|
[ 21:41 dds ]
1.3 devel/cscout/Makefile
1.3 devel/cscout/distinfo
1.2 devel/cscout/pkg-descr
Update to release 1.16
Reformat and update pkg-descr
Release 1.16 is associated with the following changes:
- Declarations can be intermixed with statements (C99).
- __typeof can have as its argument an expression
and not only an identifier.
- Support for C99 variable number of arguments preprocessor macros.
- Allow case expression ranges (gcc extension).
- Recognise __atribute__(__unused__) for determining which
identifiers should not be reported as unused (gcc extension).
- Command-line option to generate a wrongly scoped identifier and unused
include file and identifier warning report.
- Separate identifier attribute for enumeration constants.
This allows us stop incorrectly categorizing them as having global (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 8 Aug 2003
|
[ 13:05 dds ]
1.2 devel/cscout/Makefile
1.2 devel/cscout/distinfo
1.2 devel/cscout/pkg-plist
Update CScout to version 1.15
Version 1.15 should be able to process the 4.8-STABLE FreeBSD kernel
using about 1.7G of memory. (Example included)
Approved by: netchild
|
|
Thu, 10 Jul 2003
|
[ 14:47 netchild ]
1.1201 devel/Makefile
1.1 devel/cscout/Makefile
1.1 devel/cscout/distinfo
1.1 devel/cscout/pkg-descr
1.1 devel/cscout/pkg-plist
This is Diomidis Spinellis' (dds@FreeBSD.org) source code analyzer and
refactoring browser for collections of C programs.
I coordinated the creation of the port with him, he will maintain the
port himself in the future.
I think this is the first binary only program (at least in the ports
collection) which supports FreeBSD on alpha, amd64, i386, ia64 and
sparc64.
Reviewed by: dds
|
Number of commits found: 13 |