[42413] trunk/dports/devel
ricci at macports.org
ricci at macports.org
Thu Nov 20 22:09:33 PST 2008
Revision: 42413
http://trac.macports.org/changeset/42413
Author: ricci at macports.org
Date: 2008-11-20 22:09:32 -0800 (Thu, 20 Nov 2008)
Log Message:
-----------
new port, qscintialla
Added Paths:
-----------
trunk/dports/devel/qscintilla/
trunk/dports/devel/qscintilla/Portfile
Added: trunk/dports/devel/qscintilla/Portfile
===================================================================
--- trunk/dports/devel/qscintilla/Portfile (rev 0)
+++ trunk/dports/devel/qscintilla/Portfile 2008-11-21 06:09:32 UTC (rev 42413)
@@ -0,0 +1,62 @@
+# $Id$
+
+PortSystem 1.0
+
+name qscintilla
+version 2.3.2
+revision 0
+categories devel
+maintainers ricci openmaintainer
+description QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
+homepage http://www.riverbankcomputing.com/software/qscintilla/
+platforms darwin
+
+long_description QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. \
+ As well as features found in standard text editing components, \
+ QScintilla includes features especially useful when editing and \
+ debugging source code. These include support for syntax styling, \
+ error indicators, code completion and call tips. The selection \
+ margin can contain markers like those used in debuggers to indicate \
+ breakpoints and the current line. Styling choices are more open \
+ than with many editors, allowing the use of proportional fonts, \
+ bold and italics, multiple foreground and background colours and \
+ multiple fonts.
+
+set distbase QScintilla-gpl-${version}
+distfiles ${distbase}.tar.gz
+master_sites http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
+
+checksums md5 2e112d01988f2e044c43a1e7f5e1dd87 \
+ sha1 d34ae9907e6221d221c5b5c1324e9b263553d2cb \
+ rmd160 de7828d4b965156771034eb622ee9614b2aea9be
+
+depends_lib port:qt4-mac
+
+worksrcdir ${distbase}
+
+configure.dir ${worksrcpath}/Qt4
+configure.pre_args INSTALLDIR=${prefix}/lib
+configure.cmd qmake qscintilla.pro
+
+build.dir ${worksrcpath}/Qt4
+
+build.env QTDIR=${prefix} PREFIX=${prefix}
+
+post-build {
+ system "install_name_tool -id \
+ ${prefix}/Library/Frameworks/libqscintilla2.5.dylib \
+ ${worksrcpath}/Qt4/libqscintilla2.5.dylib"
+}
+
+
+
+destroot.env QTDIR=${prefix} INSTALL_ROOT=${destroot}
+
+## post-configure {
+## system "cd ${worksrcpath}/clib/qtc && qmake qtc.pro INSTALLDIR=${prefix}/lib -o Makefile"
+## reinplace "s;-lqt;-lqt-mt;" ${worksrcpath}/clib/qtc/Makefile
+## }
+
+
+#
+##EOF
Property changes on: trunk/dports/devel/qscintilla/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081120/6a75317d/attachment.html>
More information about the macports-changes
mailing list