summaryrefslogtreecommitdiff
path: root/databases/gtkdbfeditor
diff options
context:
space:
mode:
authorwiz <wiz>2012-01-08 15:07:54 +0000
committerwiz <wiz>2012-01-08 15:07:54 +0000
commitd708b5af38ae2c928845329c60b964932883cc6b (patch)
tree1cf8d57688bde8d23d56cce5e5a3d943c582e219 /databases/gtkdbfeditor
parent22494dd29b284b5db648dc99cfd599b5e4eca9fb (diff)
downloadpkgsrc-d708b5af38ae2c928845329c60b964932883cc6b.tar.gz
Initial import of gtkdbfeditor-1.0.4:
GTK DBF Editor is a simple editor for DBF files.
Diffstat (limited to 'databases/gtkdbfeditor')
-rw-r--r--databases/gtkdbfeditor/DESCR1
-rw-r--r--databases/gtkdbfeditor/Makefile22
-rw-r--r--databases/gtkdbfeditor/PLIST5
-rw-r--r--databases/gtkdbfeditor/distinfo6
-rw-r--r--databases/gtkdbfeditor/patches/patch-src_main.c14
5 files changed, 48 insertions, 0 deletions
diff --git a/databases/gtkdbfeditor/DESCR b/databases/gtkdbfeditor/DESCR
new file mode 100644
index 00000000000..13566e4b32b
--- /dev/null
+++ b/databases/gtkdbfeditor/DESCR
@@ -0,0 +1 @@
+GTK DBF Editor is a simple editor for DBF files.
diff --git a/databases/gtkdbfeditor/Makefile b/databases/gtkdbfeditor/Makefile
new file mode 100644
index 00000000000..4d88f89d737
--- /dev/null
+++ b/databases/gtkdbfeditor/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 15:07:54 wiz Exp $
+#
+
+DISTNAME= gtkdbfeditor-1.0.4
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkdbfeditor/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sdteffen.de/gtkdbfeditor/
+COMMENT= Simple editor for DBF files (dBase, xBase)
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/gtkdbfeditor/PLIST b/databases/gtkdbfeditor/PLIST
new file mode 100644
index 00000000000..235dec542b2
--- /dev/null
+++ b/databases/gtkdbfeditor/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 15:07:54 wiz Exp $
+bin/gtkdbfeditor
+share/gtkdbfeditor/gtkdbfeditor.glade
+share/locale/de/LC_MESSAGES/gtkdbfeditor.mo
+share/locale/en/LC_MESSAGES/gtkdbfeditor.mo
diff --git a/databases/gtkdbfeditor/distinfo b/databases/gtkdbfeditor/distinfo
new file mode 100644
index 00000000000..68f74c1abca
--- /dev/null
+++ b/databases/gtkdbfeditor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/01/08 15:07:54 wiz Exp $
+
+SHA1 (gtkdbfeditor-1.0.4.tar.gz) = 59cd948c72f37b834dcf7bd479379d224945be78
+RMD160 (gtkdbfeditor-1.0.4.tar.gz) = dc806f54074fb455f909c6631ec130bc074e3721
+Size (gtkdbfeditor-1.0.4.tar.gz) = 448537 bytes
+SHA1 (patch-src_main.c) = 311a7fa902f74d800fe7a86fbe06e98628c49456
diff --git a/databases/gtkdbfeditor/patches/patch-src_main.c b/databases/gtkdbfeditor/patches/patch-src_main.c
new file mode 100644
index 00000000000..c7c2e43326a
--- /dev/null
+++ b/databases/gtkdbfeditor/patches/patch-src_main.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_main.c,v 1.1.1.1 2012/01/08 15:07:54 wiz Exp $
+
+For LC_ALL.
+
+--- src/main.c.orig 2012-01-05 20:28:21.000000000 +0000
++++ src/main.c
+@@ -26,6 +26,7 @@
+ #include <gtk/gtk.h>
+ #include <glade/glade.h>
+ #include <libintl.h>
++#include <locale.h>
+
+ #ifdef G_OS_WIN32
+ #include <windows.h>