mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
36f5c72e13
commit
845461a17c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265194
@ -157,6 +157,7 @@
|
||||
SUBDIR += koffice-kde4-l10n-tr
|
||||
SUBDIR += koffice-kde4-l10n-wa
|
||||
SUBDIR += komodo-edit
|
||||
SUBDIR += komodo-ide
|
||||
SUBDIR += kxmleditor
|
||||
SUBDIR += lazarus
|
||||
SUBDIR += le
|
||||
|
46
editors/komodo-ide/Makefile
Normal file
46
editors/komodo-ide/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection Makefile for: komodo-ide
|
||||
# Date created: 2010-11-22
|
||||
# Whom: Dereckson <dereckson@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= komodo-ide
|
||||
PORTVERSION= 6.0.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
|
||||
DISTNAME= Komodo-IDE-${PORTVERSION}-59129-linux-libcpp6-x86
|
||||
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= Multi-language editor from ActiveState
|
||||
|
||||
CONFLICTS= komodo-edit-*
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= f10
|
||||
USE_LINUX_APPS= gtk2 jpeg dbusglib alsalib
|
||||
USE_LDCONFIG= yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
LICENSE= AKIDELA
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
LICENSE_NAME= ActiveState Komodo IDE license agreement
|
||||
LICENSE_PERMS=
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(BATCH) || defined(PACKAGE_BUILDING)
|
||||
IGNORE='You must accept the license prior to building.'
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= fails to install
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DESKTOPDIR}
|
||||
cd ${WRKSRC} && ${SH} install.sh -I ${DATADIR} -s
|
||||
${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/
|
||||
${LN} -sf ${DATADIR}/share/desktop/komodo-ide-6.desktop ${DESKTOPDIR}/
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
editors/komodo-ide/distinfo
Normal file
2
editors/komodo-ide/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Komodo-IDE-6.0.2-59129-linux-libcpp6-x86.tar.gz) = 63b2f115e96588d01cceb3e0dead7fc6a392ee87fb89f9470a906aab4a6f5063
|
||||
SIZE (Komodo-IDE-6.0.2-59129-linux-libcpp6-x86.tar.gz) = 46543183
|
10
editors/komodo-ide/pkg-descr
Normal file
10
editors/komodo-ide/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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/
|
5036
editors/komodo-ide/pkg-plist
Normal file
5036
editors/komodo-ide/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user