Port details |
- code-browser Folding text editor
- 4.6 editors
=1 4.6Version of this port present on the latest quarterly branch.
- Maintainer: gahr@FreeBSD.org
- Port Added: 2005-01-25 09:08:38
- Last Update: 2013-07-18 11:54:53
- SVN Revision: 323224
- People watching this port, also watch:: sound-juicer
- License: not specified in port
- WWW:
- http://code-browser.sourceforge.net/
- Description:
- Code Browser is a folding and outlining editor.
The editor is between a traditional text editor, a smalltalk class browser and
a web browser like mozilla. It displays a structured text file (marker-based
folding) hierarchically using multiple panes.
It is especially designed to keep a good overview of the code of large
projects.
It supports syntax highlighting for C, C++, C#, VB.Net, Java, Python, Ruby,
Pascal, TeX, Makefile, XML, HTML and CSS. Custom syntax highlighting can also
be added.
WWW: http://code-browser.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- code-browser>0:editors/code-browser
- No installation instructions:
- This port has been deleted.
- PKGNAME: code-browser
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 sparc64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- copper-llvm : lang/copper
- gmake : devel/gmake
- intltool-extract : textproc/intltool
- pkgconf : devel/pkgconf
- Runtime dependencies:
-
- pkgconf : devel/pkgconf
- libgiofam.so : devel/gio-fam-backend
- Library dependencies:
-
- atk-1.0.0 : accessibility/atk
- glib-2.0.0 : devel/glib20
- gtk-x11-2.0.0 : x11-toolkits/gtk20
- pango-1.0.0 : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6 18 Jul 2013 11:54:53 |
gahr |
- Remove editors/code-browser and lang/copper, which fail to build on
most environments |
4.6 07 Feb 2013 17:22:31 |
gahr |
- Update to 4.6
See http://tibleiz.net/code-browser/news.html |
3.18_1 25 Jul 2012 11:24:11 |
cs |
Fix typos in COMMENT |
3.18_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.18 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.18 29 Sep 2010 07:36:55 |
gahr |
- Teach portscout to skip 3.19, which is a Windows-only bugfix release. |
3.18 17 Sep 2010 09:25:27 |
gahr |
- Update to 3.18
Changes: http://tibleiz.net/code-browser/changes.html |
3.17 28 May 2010 10:49:09 |
gahr |
- Update to 3.17 |
3.11_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.11_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.11_1 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.11_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.11 01 Jul 2009 19:09:40 |
gahr |
- Refactor Makefile
- Add a pkg-plist file |
3.11 01 Jul 2009 18:29:38 |
gahr |
- Update to 3.11 |
3.8 14 Mar 2009 10:31:32 |
gahr |
- Update to 3.8
This release adds the ability to define custom error patterns using regular
expressions in user tools and fixes a bug with the "Mark All" command. |
3.7 13 Nov 2008 17:15:10 |
gahr |
- Update to 3.7 |
3.6 21 Oct 2008 21:04:49 |
gahr |
- Update to 3.6 |
3.5 13 Oct 2008 12:54:51 |
gahr |
- Update to 3.5 |
3.4 19 Aug 2008 22:26:36 |
gahr |
- Update to 3.4
- 'Yes to All' and 'No to All' buttons in dialogs asking to save or
reload a file.
- Better shell script syntax highlighting.
- Bug fix: save did not report an error when saving a file with an
incompatible encoding.
- Bug fix: presentation of 'Find in files' result was broken since the
introduction of the docked window.
- Bug fix: GTK+: may crash when copying data (regression since unicode
release). |
3.3 22 Jun 2008 22:34:03 |
gahr |
- Update to 3.3
* Session Saving
Open windows, window's geometry and search history are now saved and
restored when restarting the editor. The feature is basic, it just
restores open files with the same layout and cursor position but it
does not keep track of links.
* Output window
The captured output and search results are now displayed is a docked
window (Visual Studio like) so it preserves original layouts when
pointing out errors. It makes the editor a bit more IDE-like.
The old system is still available.
* Command line option to open a file at given line number
This feature allows simple integration with other application. |
3.2_2 06 Jun 2008 13:25:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.2_1 02 Jun 2008 18:55:11 |
gahr |
- Add sparc64 to the list of supported platforms
- Bump PORTREVISION |
3.2 02 Jun 2008 13:15:45 |
gahr |
- Update to 3.2 |
3.0 14 Mar 2008 15:30:50 |
gahr |
- Update to 3.0
- Adopt maintainship
Approved by: miwi (mentor) |
2.19 20 Jan 2008 21:56:47 |
miwi |
- Update to 2.19
PR: 119722
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.18 23 Oct 2007 14:14:50 |
miwi |
- Update to 2.18
PR: 117335
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.16 03 Sep 2007 11:47:06 |
itetcu |
Update to version 2.16
PR: ports/116021
Submitted by: KATO Tsuguru |
2.15 20 Jun 2007 13:44:58 |
miwi |
- Update to 2.15 |
2.14 27 May 2007 10:00:13 |
miwi |
- Update to 2.14
PR: 113002
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.13_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.13 17 Apr 2007 19:21:37 |
miwi |
- Update to 2.13
PR: 111621
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.12 17 Feb 2007 12:45:32 |
erwin |
Update to 2.12 |
2.11 08 Feb 2007 22:32:01 |
miwi |
- Update to 2.11
PR: 108881
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.10 01 Dec 2006 23:47:55 |
miwi |
- Update to 2.10
PR: ports/106139
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.9 09 Oct 2006 04:37:35 |
alexbl |
- Update to 2.9
PR: 104171
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.8 19 Jul 2006 18:37:34 |
rafan |
- Update to 2.8
- pet portlint(1)
PR: ports/100559
Submitted by: KATO Tsuguru |
2.7 17 Jun 2006 09:17:10 |
erwin |
Update to 2.7
PR: 99043
Submitted by: Ports fury |
2.6 19 Mar 2006 20:36:54 |
tdb |
- Update to 2.6
- Remove USE_REINPLACE
PR: 94493
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.4 26 Dec 2005 18:57:20 |
ehaupt |
Update to 2.4
PR: 90926
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.3 14 Nov 2005 23:00:51 |
pav |
- Update to 2.3
PR: ports/89014
Submitted by: Ports Fury |
2.2_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.2 29 Sep 2005 03:49:43 |
sem |
- Update to 2.2
PR: ports/86676
Submitted by: Ports Fury |
2.1 04 Jul 2005 05:42:56 |
novel |
- Update to version 2.1
PR: 82937
Submitted by: Ports Fury |
2.0 22 Jun 2005 17:41:55 |
lawrance |
Update to 2.0
PR: ports/82528
Submitted by: Ports Fury |
1.5 08 May 2005 20:22:33 |
jylefort |
Update to 1.5
PR: ports/80766
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3_1 26 Mar 2005 20:27:00 |
kris |
BROKEN on !i386: Signal 11 errors during build
Approved by: portmgr (self) |
1.3_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.3 08 Mar 2005 09:51:43 |
vs |
Unbreak on 4.x: Needs a newer GCC to build |
1.3 31 Jan 2005 09:09:00 |
ijliao |
upgrade to 1.3 |
1.2 25 Jan 2005 09:07:29 |
ijliao |
add code-browser 1.2
A Folding Text Editor |