diff options
author | rh <rh@pkgsrc.org> | 1999-08-20 16:11:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-20 16:11:21 +0000 |
commit | 45972ebf6d22d34f82446f6e38d0c703a002ed2d (patch) | |
tree | 39db40f724608e01da9ee2b671dd78fef534e513 /databases/gtranscript | |
parent | 8f17e373272006abd3eb9625d5e0f1a69aca51ba (diff) | |
download | pkgsrc-45972ebf6d22d34f82446f6e38d0c703a002ed2d.tar.gz |
Initial import of gtranscript-0.0.1, a PostgreSQL Database Client with
GNOME frontend.
Diffstat (limited to 'databases/gtranscript')
-rw-r--r-- | databases/gtranscript/Makefile | 25 | ||||
-rw-r--r-- | databases/gtranscript/files/md5 | 3 | ||||
-rw-r--r-- | databases/gtranscript/files/patch-sum | 4 | ||||
-rw-r--r-- | databases/gtranscript/patches/patch-aa | 26 | ||||
-rw-r--r-- | databases/gtranscript/patches/patch-ab | 13 | ||||
-rw-r--r-- | databases/gtranscript/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/gtranscript/pkg/DESCR | 11 | ||||
-rw-r--r-- | databases/gtranscript/pkg/PLIST | 7 |
8 files changed, 90 insertions, 0 deletions
diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile new file mode 100644 index 00000000000..3f9ce4e197c --- /dev/null +++ b/databases/gtranscript/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/20 16:11:21 rh Exp $ +# + +DISTNAME= gtranscript-0.0.1 +CATEGORIES= databases +MASTER_SITES= http://gtranscript.linuxbox.com/ \ + ftp://ftp.matrix.com.br/pub/linuxberg/files/gnome/office/ \ + ftp://ftp.abordo.com.br/pub/linuxberg/files/gnome/office/ \ + ftp://ftp.interpath.net/pub/linuxberg/files/gnome/office/ \ + ftp://ftp.iinet.net.au/mirrors1/berg/files/gnome/office/ \ + ftp://ftp.online.be/raid/linuxberg/files/gnome/office/ \ + ftp://ftp.univie.ac.at/systems/linux/linuxberg/files/gnome/office/ \ + ftp://ftp.univie.ac.at/systems/linux/linuxberg/files/gnome/office/ \ + ftp://ftp.sunsite.auc.dk/disk2/linuxberg.com/files/gnome/office/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gtranscript.linuxbox.com/ + +DEPENDS+= gnome-core-1.0.7:../../x11/gnome-core + +GNU_CONFIGURE= YES +USE_X11BASE= YES +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/pgsql/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/gtranscript/files/md5 b/databases/gtranscript/files/md5 new file mode 100644 index 00000000000..e2e5933a3a3 --- /dev/null +++ b/databases/gtranscript/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ + +MD5 (gtranscript-0.0.1.tar.gz) = feceb16b6dfb4985e161bbd3000fc046 diff --git a/databases/gtranscript/files/patch-sum b/databases/gtranscript/files/patch-sum new file mode 100644 index 00000000000..8fcebd7d297 --- /dev/null +++ b/databases/gtranscript/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ + +MD5 (patch-aa) = 956fcd301ad456013123ef44ad454dab +MD5 (patch-ab) = d6d187b1d0660931f93dc54d7b218f46 diff --git a/databases/gtranscript/patches/patch-aa b/databases/gtranscript/patches/patch-aa new file mode 100644 index 00000000000..a00d8fdf18a --- /dev/null +++ b/databases/gtranscript/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ + +--- configure.orig Fri Aug 6 21:50:19 1999 ++++ configure Fri Aug 20 17:13:11 1999 +@@ -1396,7 +1396,7 @@ + GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null` + GNOME_LIBS=`$gnomepath gnomeui --libs 2>/dev/null` + CFLAGS="$CFLAGS $GNOME_CFLAGS" +-LIBS="$LIBS $GNOME_LIBS -lpq -lcrypt" ++LIBS="$LIBS $GNOME_LIBS -L${LOCALBASE}/pgsql/lib -Wl,-R${LOCALBASE}/pgsql/lib -lpq -lcrypt" + + + trap '' 1 2 15 +@@ -1673,6 +1673,12 @@ + chmod +x $CONFIG_STATUS + rm -fr confdefs* $ac_clean_files + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 ++ ++ ++for i in src/*.c src/*.h ; do ++ mv $i $i.orig ++ sed "s:<pgsql/:<:g" <$i.orig >$i ++done + + + echo configure complete, now type \'make\' diff --git a/databases/gtranscript/patches/patch-ab b/databases/gtranscript/patches/patch-ab new file mode 100644 index 00000000000..a88aad4bbd2 --- /dev/null +++ b/databases/gtranscript/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ + +--- examples/Makefile.in.orig Fri Aug 6 21:50:16 1999 ++++ examples/Makefile.in Fri Aug 20 17:21:40 1999 +@@ -69,7 +69,7 @@ + gnomepath = @gnomepath@ + sedpath = @sedpath@ + +-Examplesdir = $(prefix)/share/gtranscript/examples ++Examplesdir = $(prefix)/share/examples/gtranscript + Examples_DATA = Info PhoneBook Table1 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/databases/gtranscript/pkg/COMMENT b/databases/gtranscript/pkg/COMMENT new file mode 100644 index 00000000000..86d9d70983a --- /dev/null +++ b/databases/gtranscript/pkg/COMMENT @@ -0,0 +1 @@ +a SQL Database Client with GNOME frontend diff --git a/databases/gtranscript/pkg/DESCR b/databases/gtranscript/pkg/DESCR new file mode 100644 index 00000000000..a8e9ed52794 --- /dev/null +++ b/databases/gtranscript/pkg/DESCR @@ -0,0 +1,11 @@ + GNOME Transcript is a SQL Database Client (Currently PostgreSQL), designed +to provide a friendly and powerfull environment for the database user. Its +currently in it's early stages and a lot (and I mean a LOT) of planed +features are missing but it's usable. + + Features: + + * Design the tables you want, and the way the info displayed + + * Add, Update, View, and Delete from the table using the struct you + designed diff --git a/databases/gtranscript/pkg/PLIST b/databases/gtranscript/pkg/PLIST new file mode 100644 index 00000000000..5dc292238d5 --- /dev/null +++ b/databases/gtranscript/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ +bin/gtranscript +share/gnome/apps/Applications/gtranscript.desktop +share/examples/gtranscript/Info +share/examples/gtranscript/PhoneBook +share/examples/gtranscript/Table1 +@dirrm share/examples/gtranscript |