summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2007-02-15 14:28:40 +0000
committerrillig <rillig>2007-02-15 14:28:40 +0000
commitda0140a306ce6474b06a3d221535cf253dd155ad (patch)
tree000d1ae7ddfde972938d0ffa37edc1207063f198
parent5db313b3991f5a157f027112596407b0159756af (diff)
downloadpkgsrc-da0140a306ce6474b06a3d221535cf253dd155ad.tar.gz
Updated poedit to 1.3.6.
Version 1.3.6 ------------- - fixed failure to load correct catalogs without error message - fixed loading of X-Poedit-Language header (#1567018) - fixed loading of files in charsets other than UTF-8 (#1562780) - fixed shortcuts on Mac OS X to not use Alt+something Version 1.3.5 ------------- - fixed Content-Type header parsing (bug #1346495) - Unicode build of wxWidgets 2.6 is now required - fixed bug with entering numbers when using German translation (#1325590) - fixed broken layout on startup when showing comments window (#1313612) - initial Mac OS X port - fixed crash when loading some invalid PO files (#1495970) - fixed the Find window to not be on top of other apps' windows - install .desktop files and icons according to freedesktop.org standards - changed the icons to a combination of Tango Desktop Project and Silk icons - removed on-the-fly checking of catalog items, it's too buggy - added more translations: Macedonian (Jovan Kostovski) Arabic (Mohammed al zaid) Thai (Pun) Malay (Mahrazi Mohd Kamal)
-rw-r--r--editors/poedit/Makefile7
-rw-r--r--editors/poedit/distinfo10
-rw-r--r--editors/poedit/patches/patch-ab59
3 files changed, 24 insertions, 52 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index cd53892293e..d89b37d443e 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2006/10/04 21:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2007/02/15 14:28:40 rillig Exp $
#
-DISTNAME= poedit-1.3.4
-PKGREVISION= 4
+DISTNAME= poedit-1.3.6
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.poedit.org/
+HOMEPAGE= http://www.poedit.net/
COMMENT= Cross-platform gettext catalogs (.po files) editor
DEPENDS+= zip-[0-9]*:../../archivers/zip
diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo
index 9bee7d6dc48..ea80d8ce288 100644
--- a/editors/poedit/distinfo
+++ b/editors/poedit/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/10/09 18:33:17 minskim Exp $
+$NetBSD: distinfo,v 1.5 2007/02/15 14:28:40 rillig Exp $
-SHA1 (poedit-1.3.4.tar.gz) = df3508c93f6c4cbc40c82c46473f129f34225bbe
-RMD160 (poedit-1.3.4.tar.gz) = a67566d85a2d600be8d33251dd3b7bc733742ec9
-Size (poedit-1.3.4.tar.gz) = 2092161 bytes
-SHA1 (patch-ab) = 659363d03358dc4e72f53faf90e950275e9781a8
+SHA1 (poedit-1.3.6.tar.gz) = 41b92160aa38bacbc6a0dc013a5d89dd71d3fb19
+RMD160 (poedit-1.3.6.tar.gz) = d49dce9401def566f9e2f04262e78e48a34c5e25
+Size (poedit-1.3.6.tar.gz) = 2606278 bytes
+SHA1 (patch-ab) = 30ce91260be6e0248da16cf2063032778a9d0ba1
diff --git a/editors/poedit/patches/patch-ab b/editors/poedit/patches/patch-ab
index 96da8f8e4df..5a497303620 100644
--- a/editors/poedit/patches/patch-ab
+++ b/editors/poedit/patches/patch-ab
@@ -1,54 +1,27 @@
-$NetBSD: patch-ab,v 1.2 2005/10/09 18:33:17 minskim Exp $
+$NetBSD: patch-ab,v 1.3 2007/02/15 14:28:40 rillig Exp $
---- configure.orig 2005-10-02 16:03:35.000000000 -0700
-+++ configure
-@@ -1436,19 +1436,19 @@ test -n "$target_alias" &&
+Tags: for-upstream
+
+- Assume we are never crosscompiling.
+- Don't know why the DB version "4" is explicitly needed.
+
+--- configure.orig 2006-10-29 19:38:07.000000000 +0100
++++ configure 2007-01-12 04:49:50.000000000 +0100
+@@ -1906,7 +1906,7 @@ test -n "$target_alias" &&
NONENONEs,x,x, &&
program_prefix=${target_alias}-
-if test "$build" != "$host" ; then
-- CC=$host_alias-gcc
-- CXX=$host_alias-c++
-- AR=$host_alias-ar
-- RANLIB=$host_alias-ranlib
-- DLLTOOL=$host_alias-dlltool
-- RESCOMP=$host_alias-windres
-- LD=$host_alias-ld
-- NM=$host_alias-nm
-- STRIP=$host_alias-strip
--else
-+#if test "$build" != "$host" ; then
-+# CC=$host_alias-gcc
-+# CXX=$host_alias-c++
-+# AR=$host_alias-ar
-+# RANLIB=$host_alias-ranlib
-+# DLLTOOL=$host_alias-dlltool
-+# RESCOMP=$host_alias-windres
-+# LD=$host_alias-ld
-+# NM=$host_alias-nm
-+# STRIP=$host_alias-strip
-+#else
- RESCOMP=windres
--fi
-+#fi
-
- am__api_version="1.8"
- # Find a good install program. We prefer a C program (faster),
-@@ -4677,7 +4677,7 @@ fi
-
- echo "$as_me:$LINENO: checking for GNOME data directory" >&5
- echo $ECHO_N "checking for GNOME data directory... $ECHO_C" >&6
-- GNOME_DATA_DIR=`gnome-config --datadir 2>/dev/null`
-+ GNOME_DATA_DIR=$prefix/share
- if test x$GNOME_DATA_DIR = x ; then
- echo "$as_me:$LINENO: result: no" >&5
- echo "${ECHO_T}no" >&6
-@@ -4736,7 +4736,7 @@ echo $ECHO_N "checking for Berkeley DB..
- echo $ECHO_N "checking for Berkeley DB >= $minversion... $ECHO_C" >&6
++if false; then
+ CC=$host_alias-gcc
+ CXX=$host_alias-c++
+ AR=$host_alias-ar
+@@ -5321,7 +5321,7 @@ echo $ECHO_N "checking for Berkeley DB..
+ echo $ECHO_N "checking for Berkeley DB >= $minversion... $ECHO_C" >&6; }
fi
- for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1 ; do
-+ for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.6 3.5 3.4 3.3 3.2 3.1 ; do
++ for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.6 3.5 3.4 3.3 3.2 3.1 ; do
if test -z $version ; then
db_lib="-ldb"