Port details |
- komodo-edit Multi-language editor from ActiveState
- 11.0.2 editors =3 11.0.2Version of this port present on the latest quarterly branch.
- Maintainer: allanjude@FreeBSD.org
- Port Added: 2008-02-13 21:13:31
- Last Update: 2023-07-02 10:19:21
- Commit Hash: a0c9796
- People watching this port, also watch:: zh-opencc, snd, p5-HTML-HTML5-Entities, xorg-docs, p5-Ubic
- License: KEL11 MPL11
- WWW:
- https://www.activestate.com/Products/komodo_edit/
- Description:
- Award-winning editing for dynamic languages including Perl, PHP, Python, Ruby
and Tcl; plus support for browser-side code including JavaScript, CSS, HTML
and XML.
Background syntax checking and syntax coloring catch errors immediately,
while autocomplete and calltips guide you as you write.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- komodo-edit>0:editors/komodo-edit
- To install the port:
- cd /usr/ports/editors/komodo-edit/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/komodo-edit
- pkg install komodo-edit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: komodo-edit
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1524237127
SHA256 (Komodo-Edit-11.0.2-18122-linux-x86.tar.gz) = dee9ab3309b4c39666d1168618a14531d184c3bbdaecfb859102036119bc4d62
SIZE (Komodo-Edit-11.0.2-18122-linux-x86.tar.gz) = 77305211
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux-c7-alsa-lib>0 : audio/linux-c7-alsa-lib
- linux-c7-dbus-libs>0 : devel/linux-c7-dbus-libs
- linux-c7-gtk2>0 : x11-toolkits/linux-c7-gtk2
- linux-c7-jpeg>0 : graphics/linux-c7-jpeg
- linux-c7-xorg-libs>=7.7_7 : x11/linux-c7-xorg-libs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_komodo-edit
- USES:
- linux
- 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 |
11.0.2 02 Jul 2023 10:19:21 |
Gleb Popov (arrowd) |
linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.
Reviewed by: tijl
Differential Revision: https://reviews.freebsd.org/D40827 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.0.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11.0.2 26 Apr 2018 16:35:45 |
jrm |
editors/komodo-edit: Update to version 11.0.2
Also add license information.
TODO:
- Fix fontconfig error (looking for fonts in /etc/fonts)
- Fix issue with codeintel failing to start
- Attempt to create a native port
Submitted by: allanjude (maintainer)
Reviewed by: mmokhi
Differential Revision: https://reviews.freebsd.org/D15140 |
10.2.2 24 Dec 2017 11:15:21 |
sunpoet |
Update MASTER_SITES and unbreak this port
Approved by: portmgr (blanket)
MFH: 2017Q4 |
10.2.2 23 Dec 2017 08:53:04 |
antoine |
Mark BROKEN: unfetchable
Reported by: pkg-fallout |
10.2.2 14 Jul 2017 13:48:25 |
mmokhi |
editors/komodo-edit: Update port from 6.x to 10.2.2
Also pass maintainership of the port to allanjude
Submitted by: allanjude
Reviewed by: mat (mentor), netchild
Approved by: mat (mentor), maintainer (implicit)
Sponsored by: Essen Hackathon 2017
Differential Revision: https://reviews.freebsd.org/D11543 |
6.1.3_1 19 Mar 2017 04:02:40 |
araujo |
Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
When use RESTRICT it implies the former ones. |
6.1.3_1 07 Sep 2016 12:43:22 |
tijl |
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim |
6.1.3 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
6.1.3 16 Apr 2016 12:29:27 |
danfe |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
6.1.3 20 Nov 2014 12:21:39 |
xmj |
editors/komodo-edit: allow install with linux_base-c6
- allow build with CentOS 6 linux bases.
PR: 195169
Differential Revision: https://reviews.freebsd.org/D1200
Submitted by: Jan Beich <jbeich@vfemail.com>
Approved by: koobs (mentor) |
6.1.3 30 Sep 2014 10:41:08 |
amdmi3 |
- Switch to PLIST_FILES/PORTDATA
- Remove always false condition |
6.1.3 27 Jul 2014 11:37:57 |
marino |
editors/komodo-edit: unbreak and stage
Pet portlint some while here.
PR: 192071
Submitted by: Allan Jude |
6.1.2_4 23 Jul 2014 16:44:28 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
6.1.2_4 01 Jun 2014 08:00:36 |
antoine |
Mark a few unfetchable ports as BROKEN
With hat: portmgr |
6.1.2_4 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
6.1.2_4 24 Mar 2013 23:55:13 |
eadler |
LEGAL claims "Distribution not permitted" and since I can not prove otherwise,
assume the worse and disallow any use.
Approved by: portmgr (implicit) |
6.1.2_4 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
6.1.2_3 25 Jun 2012 09:46:38 |
gahr |
- Add alsalib to USE_LINUX_APPS
- Fix DESKTOP entry
Reported by: dougb |
6.1.2_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.1.2_1 19 Apr 2012 12:41:33 |
gahr |
- Add dbusglib to USE_LINUX_APPS [1]
- Fix DESKTOP_ENTRIES
Reported by: Skull <skull@skull.ru> [1] |
6.1.2 12 Apr 2012 07:27:10 |
gahr |
- UNBREAK by refactoring the insallation procedure so that pre-compiled
python files are not included (*.pyc, *.pyo) |
6.1.2 10 Apr 2012 08:34:56 |
bapt |
Maintainer is working on a fix. |
6.1.2 09 Apr 2012 23:51:44 |
bapt |
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month |
6.1.2 30 Sep 2011 20:03:41 |
pav |
- Mark BROKEN: does not package
Reported by: pointyhat |
6.1.2 19 Sep 2011 12:41:09 |
gahr |
- Update to 6.1.2 |
5.2.4_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
5.2.4_1 25 Feb 2011 08:52:30 |
netchild |
Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).
This fixes a security warning from portaudit.
Security: CVE-2009-1194
VuXML: 4b172278-3f46-11de-becb-001cc0377035
Thanks to: Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info) |
5.2.4 26 Nov 2010 19:35:48 |
tabthorpe |
- Set CONFLICTS with komodo-ide
Approved by: maintainer implicit |
5.2.4 21 Jul 2010 19:36:47 |
pav |
- Extend brokedness to 7.X also
Reported by: pointyhat |
5.2.4 21 Jun 2010 21:54:12 |
pav |
- Mark BROKEN on 6.X
Feature safe: yes
Reported by: pointyhat |
5.2.4 08 Jun 2010 06:45:33 |
gahr |
- Use built-in installation procedure
PR: 145927
Submitted by: RX <rx@sigint.ws> |
5.2.4 12 Apr 2010 21:55:39 |
gahr |
- Update to 5.2.4 |
5.1.4_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
5.1.4 22 Feb 2010 07:59:30 |
gahr |
- Fix typo in Makefile
PR: 144159
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes |
5.1.4 03 Jul 2009 14:58:41 |
gahr |
- Fix PLIST
Reported by: PH via erwin |
5.1.4 01 Jul 2009 18:35:29 |
gahr |
- Update to 5.1.4 |
4.4.1 19 Mar 2009 17:28:51 |
bsam |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav) |
4.4.1 16 Jul 2008 20:34:59 |
gahr |
- Update to 4.4.1 [1]
- Take over maintainship [2]
PR: 125696 [1]
Approved by: arved (former maintainer) [1] [2] |
4.2.1_1 16 Apr 2008 22:09:15 |
pav |
- Fix fetch |
4.2.1_1 20 Feb 2008 12:35:36 |
arved |
Create share/applications directory before trying to install files into it.
Reported by: pointyhat |
4.2.1_1 18 Feb 2008 20:34:12 |
arved |
Install the .desktop file in the right directory.
Reported by: pointyhat |
4.2.1 13 Feb 2008 21:13:04 |
arved |
Add komodo-edit, ActiveState's multi-language editor |