1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add gdl 0.1.0, a set of components intended to be shared between GNOME

development tools.
This commit is contained in:
Maxim Sobolev 2001-07-24 11:23:15 +00:00
parent 5615e38ce1
commit 4635923bf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45432
9 changed files with 116 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += fox
SUBDIR += fox-xunicode
SUBDIR += gal
SUBDIR += gdl
SUBDIR += gevas
SUBDIR += gnome--
SUBDIR += gnome-look

31
x11-toolkits/gdl/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: gdl
# Date created: 24 July 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gdl
PORTVERSION= 0.1.0
CATEGORIES?= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME}
MAINTAINER?= gnome@FreeBSD.org
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>

View File

@ -0,0 +1 @@
MD5 (gdl-0.1.0.tar.bz2) = 29f88e72f6bf5ba4314e4779e029fe0a

View File

@ -0,0 +1,18 @@
$FreeBSD$
--- Makefile.in 2001/07/24 11:08:03 1.1
+++ Makefile.in 2001/07/24 11:09:14
@@ -146,10 +146,10 @@
SUBDIRS = idl gdl scintilla-control po intl
-m4datadir = $(datadir)/aclocal
+m4datadir = $(prefix)/share/aclocal
m4data_DATA = gdl.m4
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = gdlConf.sh
EXTRA_DIST = gdl.m4 gdlConf.sh.in MAINTAINERS AUTHORS

View 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"

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- scintilla-control/scintilla/Makefile.in 2001/07/24 10:59:04 1.1
+++ scintilla-control/scintilla/Makefile.in 2001/07/24 10:59:42
@@ -144,7 +144,7 @@
gnomelocaledir = @gnomelocaledir@
l = @l@
-INCLUDES = `gtk-config --cflags` -DGTK -DSCI_LEXER -W -Wall -I .
+INCLUDES = ${GTK_CFLAGS} -DGTK -DSCI_LEXER -W -Wall -I .
noinst_LIBRARIES = libscintilla-widget.a libthrowaway.a

View File

@ -0,0 +1 @@
A components intended to be shared between GNOME development tools

View File

@ -0,0 +1,16 @@
Gnome Devtool Libraries
=======================
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and gIDE.
The current pieces of GDL include:
- A code-editing bonboo component based on the Scintilla
widget (scintilla-control).
- An utility library that also contains the stubs and skels for
the above components (gdl).
WWW: http://www.gnome.org/

View File

@ -0,0 +1,16 @@
bin/scintilla-control
etc/gdlConf.sh
include/gdl/GDL.h
include/gdl/gdl-server-manager.h
include/gdl/gdl-tools.h
include/gdl/gdl.h
lib/libgdl.a
lib/libgdl.so
lib/libgdl.so.0
share/aclocal/gdl.m4
share/gnome/idl/GDL.idl
share/gnome/idl/editor-buffer.idl
share/gnome/idl/editor-gutter.idl
share/gnome/oaf/Bonobo_Control_Scintilla.oaf
share/gnome/ui/scintilla-ui.xml
@dirrm include/gdl