- Update to 1.0.2128

This commit is contained in:
Pietro Cerutti 2008-09-24 21:42:22 +00:00
parent ce78e585f7
commit fbe09b08cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220731
3 changed files with 17 additions and 56 deletions

View file

@ -6,11 +6,9 @@
#
PORTNAME= codelite
DISTVERSION= ${REL_VERSION}.r${SVN_REVISION}
PORTREVISION= 1
DISTVERSION= 1.0.${SVN_REVISION}
CATEGORIES= editors
MASTER_SITES= SF
DISTNAME= CodeLite-rev${SVN_REVISION}-v${REL_VERSION}.src
MAINTAINER= gahr@FreeBSD.org
COMMENT= An Open Source IDE for C/C++
@ -19,21 +17,18 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
OPTIONS= CSCOPE "Enable CScope integration" OFF
WRKSRC= ${WRKDIR}/CodeLite-Rev${SVN_REVISION}-V${REL_VERSION}
USE_ZIP= yes
USE_WX= 2.8
WX_UNICODE= yes
USE_GNOME= gtk20
USE_GMAKE= yes
REL_VERSION= 1.0
SVN_REVISION= 1789
HAS_CONFIGURE= yes
.include <bsd.port.pre.mk>
ONLY_FOR_ARCHS= i386 amd64
SVN_REVISION= 2128
.if defined(WITH_CSCOPE)
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
.endif
@ -42,8 +37,8 @@ post-patch:
${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' \
${WRKSRC}/configure ${WRKSRC}/makefile.base
${REINPLACE_CMD} -e 's|$${cur_rev}|${SVN_REVISION}|' \
${WRKSRC}/le_makerevision.sh
# CTags already installed
${WRKSRC}/le_makerevision.sh
# CTags already installed
(if [ -f ${LOCALBASE}/include/readtags.h ]; then \
${RM} ${WRKSRC}/CodeLite/readtags.h; \
fi; \
@ -53,9 +48,6 @@ post-patch:
${WRKSRC}/configure ${WRKSRC}/makefile.base
.endif
do-configure:
(cd ${WRKSRC} && ${SH} ${CONFIGURE_SCRIPT})
do-install:
${MKDIR} ${DATADIR}
${MKDIR} ${DATADIR}/config
@ -76,8 +68,6 @@ do-install:
(cd ${WRKSRC}/Runtime/templates && ${COPYTREE_SHARE} \* ${DATADIR}/templates)
(cd ${WRKSRC}/Runtime/lexers && ${COPYTREE_SHARE} \* ${DATADIR}/lexers)
${INSTALL_DATA} ${WRKSRC}/lib/Debugger.so ${DATADIR}/debuggers
${INSTALL_DATA} ${WRKSRC}/Runtime/sdk/lib/unix/libUnitTest++.a ${PREFIX}/lib
(cd ${WRKSRC}/Runtime/sdk/include/UnitTest++ && ${COPYTREE_SHARE} \* ${PREFIX}/include/UnitTest++)
.for lib in CodeFormatter Subversion cscope Gizmos
${INSTALL_DATA} ${WRKSRC}/lib/${lib}.so ${DATADIR}/plugins
.endfor

View file

@ -1,3 +1,3 @@
MD5 (CodeLite-rev1789-v1.0.src.zip) = a826e0edf5de7bc4ae7db981b03afa63
SHA256 (CodeLite-rev1789-v1.0.src.zip) = a3fd65c174d86d81fa9effa04aa6bc53dcb22678309525d97cc8d08a7522a5cf
SIZE (CodeLite-rev1789-v1.0.src.zip) = 7289149
MD5 (codelite-1.0.2128.tar.gz) = faf4653aeb23921c0af75530dedbe593
SHA256 (codelite-1.0.2128.tar.gz) = fdd01e3012bf640a3fe88ec40d7b2fcd88a4ce66d5fe191b1c18df5cde85a2a8
SIZE (codelite-1.0.2128.tar.gz) = 5718825

View file

@ -3,13 +3,15 @@ bin/le_dos2unix.sh
bin/le_exec.sh
bin/le_killproc.sh
bin/ctags-le
%%DATADIR%%/config/debuggers.xml
%%DATADIR%%/config/debuggers.xml.gtk
%%DATADIR%%/config/build_settings.xml
%%DATADIR%%/config/codelite.xml.default
%%DATADIR%%/config/codelite.layout.default
%%DATADIR%%/config/liteeditor.xml.mac
%%DATADIR%%/config/accelerators.conf.default
%%DATADIR%%/config/build_settings.xml.default
%%DATADIR%%/config/codelite.layout.default
%%DATADIR%%/config/codelite.xml.default
%%DATADIR%%/config/codelite.xml.default.gtk
%%DATADIR%%/config/debuggers.xml.default
%%DATADIR%%/config/debuggers.xml.gtk
%%DATADIR%%/config/liteeditor.xml.mac
%%DATADIR%%/config/plugins.xml.default
%%DATADIR%%/debuggers/Debugger.so
%%DATADIR%%/templates/projects/vc-executable/vc-executable.project
%%DATADIR%%/templates/projects/executable/main.cpp
@ -69,34 +71,6 @@ bin/ctags-le
%%DATADIR%%/index.html
%%DATADIR%%/astyle.sample
%%DATADIR%%/svnreport.html
include/UnitTest++/AssertException.h
include/UnitTest++/CheckMacros.h
include/UnitTest++/Checks.h
include/UnitTest++/Config.h
include/UnitTest++/DeferredTestReporter.h
include/UnitTest++/DeferredTestResult.h
include/UnitTest++/MemoryOutStream.h
include/UnitTest++/Posix/SignalTranslator.cpp
include/UnitTest++/Posix/SignalTranslator.h
include/UnitTest++/Posix/TimeHelpers.cpp
include/UnitTest++/Posix/TimeHelpers.h
include/UnitTest++/ReportAssert.h
include/UnitTest++/Test.h
include/UnitTest++/TestDetails.h
include/UnitTest++/TestList.h
include/UnitTest++/TestMacros.h
include/UnitTest++/TestReporter.h
include/UnitTest++/TestReporterStdout.h
include/UnitTest++/TestResults.h
include/UnitTest++/TestRunner.h
include/UnitTest++/TestSuite.h
include/UnitTest++/TimeConstraint.h
include/UnitTest++/TimeHelpers.h
include/UnitTest++/UnitTest++.h
include/UnitTest++/Win32/TimeHelpers.cpp
include/UnitTest++/Win32/TimeHelpers.h
include/UnitTest++/XmlTestReporter.h
lib/libUnitTest++.a
share/applications/codelite.desktop
@dirrm %%DATADIR%%/templates/projects/vc-static-lib
@dirrm %%DATADIR%%/templates/projects/vc-executable
@ -119,7 +93,4 @@ share/applications/codelite.desktop
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%
@dirrm include/UnitTest++/Win32
@dirrm include/UnitTest++/Posix
@dirrm include/UnitTest++/
@dirrmtry share/applications