mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.6.5
- Fix whitespace PR: 132282 Submitted by: Romain Tartiere <romain at blogreen dot org> (maintainer)
This commit is contained in:
parent
2ba0554cf6
commit
26766b92d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229463
@ -1,41 +1,41 @@
|
||||
# New ports collection makefile for: nemiver
|
||||
# Date created: 2008-02-22
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
# New ports collection makefile for: nemiver
|
||||
# Date created: 2008-02-22
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nemiver
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
DIST_SUBDIR= gnome2
|
||||
PORTNAME= nemiver
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= romain@blogreen.org
|
||||
COMMENT= A C/C++ Debugger for GNOME
|
||||
MAINTAINER= romain@blogreen.org
|
||||
COMMENT= A C/C++ Debugger for GNOME
|
||||
|
||||
LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost \
|
||||
LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost \
|
||||
gtop-2.0:${PORTSDIR}/devel/libgtop \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
||||
vte.9:${PORTSDIR}/x11-toolkits/vte \
|
||||
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
||||
gtksourceviewmm-2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm
|
||||
|
||||
OPTIONS= GHEX "Enable memory view" off
|
||||
OPTIONS= GHEX "Enable memory view" off
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2
|
||||
GCONF_SCHEMAS= nemiver-workbench.schemas nemiver-dbgperspective.schemas
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
MAN1= nemiver.1
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2
|
||||
GCONF_SCHEMAS= nemiver-workbench.schemas nemiver-dbgperspective.schemas
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
MAN1= nemiver.1
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -46,11 +46,11 @@ BROKEN= Does not compile on 6.x
|
||||
|
||||
.if defined(WITH_GHEX) && !defined(WITHOUT_GHEX)
|
||||
CONFIGURE_ARGS+=--enable-memoryview
|
||||
PLIST_SUB+= GHEX=""
|
||||
LIB_DEPENDS+= gtkhex.0:${PORTSDIR}/editors/ghex
|
||||
PLIST_SUB+= GHEX=""
|
||||
LIB_DEPENDS+= gtkhex.0:${PORTSDIR}/editors/ghex
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-memoryview
|
||||
PLIST_SUB+= GHEX="@comment "
|
||||
PLIST_SUB+= GHEX="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/nemiver-0.6.4.tar.gz) = bc930134ff11ee157d4c0ae9619388d3
|
||||
SHA256 (gnome2/nemiver-0.6.4.tar.gz) = e18af0d342ad0bd5d7d71d2012f86b0106b97d15a9a675ad899b8efb92d78fd1
|
||||
SIZE (gnome2/nemiver-0.6.4.tar.gz) = 1667868
|
||||
MD5 (gnome2/nemiver-0.6.5.tar.gz) = 609ce141143b01124d0040ab560e8584
|
||||
SHA256 (gnome2/nemiver-0.6.5.tar.gz) = 832df2647222eeb23ede49032a2bf3a204ff98df954d29f677df4f67b3d53d66
|
||||
SIZE (gnome2/nemiver-0.6.5.tar.gz) = 1679783
|
||||
|
@ -1,6 +1,5 @@
|
||||
Nemiver is an on-going effort to write a standalone graphical debugger that
|
||||
integrates well in the GNOME desktop environment. It currently features a
|
||||
backend which uses the well known GNU Debugger gdb to debug C / C++ progra
|
||||
ms.
|
||||
backend which uses the well known GNU Debugger gdb to debug C / C++ programs.
|
||||
|
||||
WWW: http://www.gnome.org/projects/nemiver/
|
||||
WWW: http://www.gnome.org/projects/nemiver/
|
||||
|
@ -199,6 +199,7 @@ share/locale/ja/LC_MESSAGES/nemiver.mo
|
||||
share/locale/nb/LC_MESSAGES/nemiver.mo
|
||||
share/locale/nl/LC_MESSAGES/nemiver.mo
|
||||
share/locale/oc/LC_MESSAGES/nemiver.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/nemiver.mo
|
||||
share/locale/sv/LC_MESSAGES/nemiver.mo
|
||||
share/locale/th/LC_MESSAGES/nemiver.mo
|
||||
%%DATADIR%%/glade/workbench.glade
|
||||
|
Loading…
Reference in New Issue
Block a user