mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add gnomedebug 0.1.6, a GNOME Debugging Framework (GDF).
This commit is contained in:
parent
4635923bf3
commit
7d2d0a6b4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45433
@ -150,6 +150,7 @@
|
||||
SUBDIR += global
|
||||
SUBDIR += gmake
|
||||
SUBDIR += gnomecrash
|
||||
SUBDIR += gnomedebug
|
||||
SUBDIR += gnomevfs
|
||||
SUBDIR += gnustep
|
||||
SUBDIR += gnustep-make
|
||||
|
34
devel/gnomedebug/Makefile
Normal file
34
devel/gnomedebug/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: gnomedebug
|
||||
# Date created: 24 July 2001
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnomedebug
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES?= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME:S/gnome/gnome-/}
|
||||
DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
|
||||
|
||||
MAINTAINER?= gnome@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdl.0:${PORTSDIR}/x11-toolkits/gdl
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gnomedebug/distinfo
Normal file
1
devel/gnomedebug/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnome-debug-0.1.6.tar.bz2) = 418d2d8897bbc9eeb43fe88fd71477ca
|
14
devel/gnomedebug/files/patch-Makefile.in
Normal file
14
devel/gnomedebug/files/patch-Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/07/24 11:30:27 1.1
|
||||
+++ Makefile.in 2001/07/24 11:31:08
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
SUBDIRS = po intl src idl pixmaps
|
||||
|
||||
-confexecdir = $(libdir)
|
||||
+confexecdir = $(sysconfdir)
|
||||
confexec_DATA = gdfConf.sh
|
||||
|
||||
bin_SCRIPTS = gdf-clean.sh
|
18
devel/gnomedebug/files/patch-ltmain.sh
Normal file
18
devel/gnomedebug/files/patch-ltmain.sh
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh 2001/07/23 09:45:58 1.1
|
||||
+++ ltmain.sh 2001/07/23 09:46:28
|
||||
@@ -4175,10 +4175,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
1
devel/gnomedebug/pkg-comment
Normal file
1
devel/gnomedebug/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GNOME Debugging Framework (GDF)
|
5
devel/gnomedebug/pkg-descr
Normal file
5
devel/gnomedebug/pkg-descr
Normal 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/
|
51
devel/gnomedebug/pkg-plist
Normal file
51
devel/gnomedebug/pkg-plist
Normal file
@ -0,0 +1,51 @@
|
||||
bin/gdf-clean.sh
|
||||
bin/gdf-controls-server
|
||||
bin/gdf-libdryad-backend
|
||||
etc/gdfConf.sh
|
||||
include/gdf/gdf-breakpoint-manager.h
|
||||
include/gdf/gdf-breakpoint-set-client.h
|
||||
include/gdf/gdf-debugger-client.h
|
||||
include/gdf/gdf-dialogs.h
|
||||
include/gdf/gdf-event-marshallers.h
|
||||
include/gdf/gdf-locals-viewer.h
|
||||
include/gdf/gdf-output-terminal.h
|
||||
include/gdf/gdf-register-viewer.h
|
||||
include/gdf/gdf-stack-browser.h
|
||||
include/gdf/gdf-symbol-set-client.h
|
||||
include/gdf/gdf-variable-viewer.h
|
||||
include/gdf/gdf-widgets.h
|
||||
include/gdf/gdf.h
|
||||
include/gdf/gnome-debug.h
|
||||
lib/libgdf-breakpoint-set.a
|
||||
lib/libgdf-breakpoint-set.so
|
||||
lib/libgdf-breakpoint-set.so.0
|
||||
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/gnome-debug/glade/gdf-dialogs.glade
|
||||
share/gnome/idl/gdf-breakpoint-set.idl
|
||||
share/gnome/idl/gdf-commander.idl
|
||||
share/gnome/idl/gdf-symbolset.idl
|
||||
share/gnome/idl/gnome-debug.idl
|
||||
share/gnome/oaf/GNOME_Development_BreakpointSet.oaf
|
||||
share/gnome/oaf/GNOME_Development_DebugControls.oaf
|
||||
share/gnome/oaf/GNOME_Development_Debugger_ParseGdb.oaf
|
||||
share/gnome/pixmaps/detach-menu.xpm
|
||||
share/gnome/pixmaps/detach.xpm
|
||||
share/gnome/pixmaps/gdf-core-menu.xpm
|
||||
share/gnome/pixmaps/gdf-core.xpm
|
||||
share/gnome/pixmaps/step-into-menu.xpm
|
||||
share/gnome/pixmaps/step-into.xpm
|
||||
share/gnome/pixmaps/step-out-menu.xpm
|
||||
share/gnome/pixmaps/step-out.xpm
|
||||
share/gnome/pixmaps/step-over-menu.xpm
|
||||
share/gnome/pixmaps/step-over.xpm
|
||||
share/locale/it/LC_MESSAGES/gnome-debug.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-debug.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-debug.mo
|
||||
@dirrm share/gnome/gnome-debug/glade
|
||||
@dirrm share/gnome/gnome-debug
|
||||
@dirrm include/gdf
|
Loading…
x
Reference in New Issue
Block a user