1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

The GNOME Debugging Framework (GDF) provides a number of

debugging services to applications such as Integrated Development
Environments and standalone debugging tools similar to DDD.
This commit is contained in:
Ade Lovett 2000-06-28 17:36:35 +00:00
parent 440ab0ebf2
commit f927ed8a6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29951
8 changed files with 106 additions and 0 deletions

32
devel/gnomedebug/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: gnomedebug
# Date created: 28th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomedebug
PORTVERSION= 0.1.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-debug
DISTNAME= gnome-debug-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
oaf.0:${PORTSDIR}/devel/oaf \
bonobo.2:${PORTSDIR}/devel/bonobo
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnome-debug-0.1.3.tar.gz) = 63e65433c25660658ac209c6462bd903

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Wed Jun 21 20:08:41 2000
+++ Makefile.in Wed Jun 28 11:24:00 2000
@@ -125,7 +125,7 @@
SUBDIRS = macros po intl src doc idl pixmaps
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = gdfConf.sh
oafdir = $(datadir)/oaf

View File

@ -0,0 +1,11 @@
--- src/lib/Makefile.in.orig Wed Jun 21 20:08:50 2000
+++ src/lib/Makefile.in Wed Jun 28 11:24:49 2000
@@ -123,7 +123,7 @@
cxxflags_set = @cxxflags_set@
l = @l@
-INCLUDES = -DGNOMELOCALEDIR=\""$(datatdir)/locals"\" -DGDF_COMMANDER_PATH=\""$(sysconfdir)/gdf/commanders"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(XML_CFLAGS)
+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGDF_COMMANDER_PATH=\""$(sysconfdir)/gdf/commanders"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(XML_CFLAGS)
CORBA_GENERATED_HEADER_FILES = gnome-debug.h

View File

@ -0,0 +1,11 @@
--- src/event-service/Makefile.in.orig Wed Jun 21 20:09:03 2000
+++ src/event-service/Makefile.in Wed Jun 28 11:27:18 2000
@@ -123,7 +123,7 @@
cxxflags_set = @cxxflags_set@
l = @l@
-INCLUDES = -DGNOMELOCALEDIR=\""$(datatdir)/locals"\" -I$(top_srcdir)/src/lib -I$(includedir) $(GNOME_INCLUDEDIR) $(OAF_CFLAGS)
+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir)/src/lib -I$(includedir) $(GNOME_INCLUDEDIR) $(OAF_CFLAGS)
bin_PROGRAMS = gdf-event-server

View File

@ -0,0 +1 @@
GNOME Debugging Framework

View File

@ -0,0 +1,5 @@
This is the GNOME Debugging Framework (GDF). GDF provides a number of
debugging services to applications such as Integrated Development
Environments and standalone debugging tools similar to DDD.
WWW: http://www.gnome.org/

View File

@ -0,0 +1,34 @@
bin/gdf-controls-server
bin/gdf-event-server
bin/gdf-libdryad-backend
etc/gdfConf.sh
include/gdf/gdf-breakpoint-manager.h
include/gdf/gdf-debugger-client.h
include/gdf/gdf-dialogs.h
include/gdf/gdf-event-channel-client.h
include/gdf/gdf-event-marshallers.h
include/gdf/gdf-locals-viewer.h
include/gdf/gdf-register-viewer.h
include/gdf/gdf-server-manager.h
include/gdf/gdf-source-viewer-manager.h
include/gdf/gdf-source-viewer.h
include/gdf/gdf-stack-browser.h
include/gdf/gdf-symbol-set-client.h
include/gdf/gdf-tools.h
include/gdf/gdf-variable-viewer.h
include/gdf/gdf-widgets.h
include/gdf/gdf.h
include/gdf/gnome-debug.h
lib/libgdf-widgets.a
lib/libgdf-widgets.so
lib/libgdf-widgets.so.0
lib/libgdf.a
lib/libgdf.so
lib/libgdf.so.0
share/gnome/idl/desktop-editor.idl
share/gnome/idl/gdf-commander.idl
share/gnome/idl/gdf-symbolset.idl
share/gnome/idl/gnome-debug.idl
share/gnome/oaf/gdf.oafinfo
share/gnome/oaf/libdryad-debugger.oafinfo
@dirrm include/gdf