Bug 152507 - New port: editor/komodo-ide
Summary: New port: editor/komodo-ide
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 05:30 UTC by dereckson
Modified: 2010-11-26 19:40 UTC (History)
0 users

See Also:


Attachments
file.txt (36.09 KB, text/plain)
2010-11-23 05:30 UTC, dereckson
no flags Details
patch.txt (42.73 KB, text/plain; charset=US-ASCII)
2010-11-24 20:04 UTC, dereckson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2010-11-23 05:30:08 UTC
This is a port to install the commercial version of ActiveState Komodo, Komodo IDE, an editor for dynamic languages with autocompletion and syntax highlighting.

Patch uncompressed: http://devio.us/~dereckson/patches/FreeBSD-port-editor-komodo-ide.shar.txt

Fix: Patch attached with submission follows:
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2010-11-23 13:01:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

This seems to be related to komodo-edit which gahr maintains...
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2010-11-24 01:24:55 UTC
Responsible Changed
From-To: gahr->tabthorpe

Track
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2010-11-24 04:50:36 UTC
Seems there are missing dependencies

> /usr/local/bin/komodo
/usr/local/share/komodo-ide/bin/../lib/mozilla/komodo-bin: error while
loading shared libraries: libasound.so.2: cannot open shared object file : No
such file or directory


-- 
Thomas Abthorpe		| FreeBSD Committer
tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2010-11-24 04:51:35 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 5 dereckson 2010-11-24 18:49:16 UTC
* Problem fixed, adding alsalib in USE_LINUX_APPS.
* Upgraded to the Komodo 6.0.2 released the same day I submitted the packag=
e.

New shar archive with those corrections:
http://devio.us/~dereckson/patches/FreeBSD-port-editor-komodo-ide-602.shar.=
txt

--=20
S=E9bastien Santoro aka Dereckson
http://www.dereckson.be/
Comment 6 dereckson 2010-11-24 20:04:54 UTC
Archive URL:
http://tinyurl.com/freebsd-komodo-ide-602-shar

(Also in attachment, in uuencoded form)

-- 
Dereckson
http://www.dereckson.be/
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-11-26 19:32:29 UTC
tabthorpe    2010-11-26 19:32:24 UTC

  FreeBSD ports repository

  Modified files:
    editors              Makefile 
  Added files:
    editors/komodo-ide   Makefile distinfo pkg-descr pkg-plist 
  Log:
  IDE specialized in dynamic languages like TCL, Python, PHP, Ruby, Perl
  Also a web editor (JS/CSS/HTML/XML)
  
  Syntax highlighting, autocomplete, debug features, external tools.
  
  Built on the top of Mozilla.
  
  This port installs the linux commercial version.
  
  WWW:    http://www.activestate.com/komodo-ide/
  
  PR:             ports/152507
  Submitted by:   Dereckson <dereckson at gmail.com>
  
  Revision  Changes    Path
  1.444     +1 -0      ports/editors/Makefile
  1.1       +46 -0     ports/editors/komodo-ide/Makefile (new)
  1.1       +2 -0      ports/editors/komodo-ide/distinfo (new)
  1.1       +10 -0     ports/editors/komodo-ide/pkg-descr (new)
  1.1       +5036 -0   ports/editors/komodo-ide/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Thomas Abthorpe freebsd_committer freebsd_triage 2010-11-26 19:37:04 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!