pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gtkdbfeditor Initial import of gtkdbfeditor-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/416b5e340feb
branches:  trunk
changeset: 597732:416b5e340feb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 08 15:07:54 2012 +0000

description:
Initial import of gtkdbfeditor-1.0.4:

GTK DBF Editor is a simple editor for DBF files.

diffstat:

 databases/gtkdbfeditor/DESCR                    |   1 +
 databases/gtkdbfeditor/Makefile                 |  22 ++++++++++++++++++++++
 databases/gtkdbfeditor/PLIST                    |   5 +++++
 databases/gtkdbfeditor/distinfo                 |   6 ++++++
 databases/gtkdbfeditor/patches/patch-src_main.c |  14 ++++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 21368f30e9bd -r 416b5e340feb databases/gtkdbfeditor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gtkdbfeditor/DESCR      Sun Jan 08 15:07:54 2012 +0000
@@ -0,0 +1,1 @@
+GTK DBF Editor is a simple editor for DBF files.
diff -r 21368f30e9bd -r 416b5e340feb databases/gtkdbfeditor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gtkdbfeditor/Makefile   Sun Jan 08 15:07:54 2012 +0000
@@ -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@localhost
+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 -r 21368f30e9bd -r 416b5e340feb databases/gtkdbfeditor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gtkdbfeditor/PLIST      Sun Jan 08 15:07:54 2012 +0000
@@ -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 -r 21368f30e9bd -r 416b5e340feb databases/gtkdbfeditor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gtkdbfeditor/distinfo   Sun Jan 08 15:07:54 2012 +0000
@@ -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 -r 21368f30e9bd -r 416b5e340feb databases/gtkdbfeditor/patches/patch-src_main.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/gtkdbfeditor/patches/patch-src_main.c   Sun Jan 08 15:07:54 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index