summaryrefslogtreecommitdiff
path: root/editors/notecase
diff options
context:
space:
mode:
authordrochner <drochner>2008-02-28 20:59:03 +0000
committerdrochner <drochner>2008-02-28 20:59:03 +0000
commit2881763324b8ac60966a7fc8e2496cf999d5cc8b (patch)
tree3bf71a63f169380a0794a9c4f30d7bb1a08e5cac /editors/notecase
parent55a99522e1b9ff7bba71ef832a8d39b0466567ee (diff)
downloadpkgsrc-2881763324b8ac60966a7fc8e2496cf999d5cc8b.tar.gz
update to 1.8.1
changes: -bug fixes -better html export -option to wrap tree with titles -translation updates -execute attachment with double-click
Diffstat (limited to 'editors/notecase')
-rw-r--r--editors/notecase/Makefile8
-rw-r--r--editors/notecase/distinfo14
-rw-r--r--editors/notecase/patches/patch-ad28
-rw-r--r--editors/notecase/patches/patch-ae8
-rw-r--r--editors/notecase/patches/patch-ai10
5 files changed, 34 insertions, 34 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile
index 2bfb55635db..585333de6a9 100644
--- a/editors/notecase/Makefile
+++ b/editors/notecase/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/02/23 11:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/02/28 20:59:03 drochner Exp $
#
-DISTNAME= notecase-1.7.6_src
-PKGNAME= notecase-1.7.6
+DISTNAME= notecase-1.8.1_src
+PKGNAME= notecase-1.8.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/}
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://notecase.sourceforge.net/
COMMENT= Hierarchical note manager
-WRKSRC= ${WRKDIR}/notecase-1.7.6
+WRKSRC= ${WRKDIR}/notecase-1.8.1
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt pkg-config gsed
TOOLS_PLATFORM.gsed= #empty, override nonsense in tools
diff --git a/editors/notecase/distinfo b/editors/notecase/distinfo
index 364fdb723ae..4577aa840da 100644
--- a/editors/notecase/distinfo
+++ b/editors/notecase/distinfo
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.3 2008/01/09 19:09:23 drochner Exp $
+$NetBSD: distinfo,v 1.4 2008/02/28 20:59:03 drochner Exp $
-SHA1 (notecase-1.7.6_src.tar.gz) = 5ce29214bb534fad1492538c8ca9032235add50e
-RMD160 (notecase-1.7.6_src.tar.gz) = 1d14013a03f891c0228d23d941447caaa1589246
-Size (notecase-1.7.6_src.tar.gz) = 878978 bytes
+SHA1 (notecase-1.8.1_src.tar.gz) = d19f09e781fc0d8552b20d4ae607110f00935751
+RMD160 (notecase-1.8.1_src.tar.gz) = 602ec3112ac1ff191aaa074cef2ddc06894e3757
+Size (notecase-1.8.1_src.tar.gz) = 883359 bytes
SHA1 (patch-aa) = c7f1734e0741fdd5c1280012391a425291bd7300
SHA1 (patch-ab) = 360a714e1642102ee113c881d97ad787f37e7630
SHA1 (patch-ac) = 638b0cb716c8107f2d3fb243a2c0e6f6b75cc3c3
-SHA1 (patch-ad) = 3d87b9b412453134b502d0d777f359519aa25b02
-SHA1 (patch-ae) = f74a3bd32df5959c54851bbc04bbf4eaa2d589e8
+SHA1 (patch-ad) = d7f961d751d3925b2f63ac98cbd7be46dd307389
+SHA1 (patch-ae) = 355b89d234a95697c5344bbfe24d347e9cd630f7
SHA1 (patch-af) = eab3d1dfa00cb2eed49b4a08ad780d295b9a9dda
SHA1 (patch-ag) = 376e7c934beb5b666503b92e970695ece879d4cc
SHA1 (patch-ah) = cb8cca8e9980f13a6e3c4b1731fa1ae17136dd09
-SHA1 (patch-ai) = b19383a2933da9c2ef9932d145a7c158f666d475
+SHA1 (patch-ai) = c4d20d4a2a842ffe604bd923b200430336ae52bd
diff --git a/editors/notecase/patches/patch-ad b/editors/notecase/patches/patch-ad
index afbb718c740..7c64bc3e86c 100644
--- a/editors/notecase/patches/patch-ad
+++ b/editors/notecase/patches/patch-ad
@@ -1,9 +1,9 @@
-$NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $
+$NetBSD: patch-ad,v 1.4 2008/02/28 20:59:03 drochner Exp $
---- Makefile.orig 2008-01-08 20:24:20.000000000 +0100
+--- Makefile.orig 2008-02-27 10:24:44.000000000 +0100
+++ Makefile
@@ -10,7 +10,7 @@
- VERSION=1.7.6
+ VERSION=1.8.1
# define install target dirs
-prefix=/usr
@@ -11,16 +11,16 @@ $NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $
bindir=$(prefix)/bin
datadir=$(prefix)/share
-@@ -112,7 +112,7 @@ FLAGS=$(CFLAGS)
- BIN=./bin
+@@ -125,7 +125,7 @@ BIN=./bin
OBJ=./bin
+ #define proper install flags
-INSTALL=install -D
+INSTALL=install -c
ifdef OSX_BUILD
INSTALL=install -c
endif
-@@ -140,7 +140,7 @@ CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DEN
+@@ -164,7 +164,7 @@ CC=$(QC) $(CXX) $(DEBUG) $(PROFILE) -DEN
ifdef WINDIR
LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz
else
@@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $
endif
ifndef OSX_BUILD
-@@ -171,7 +171,6 @@ OBJS= $(OBJ)/main.o $(OBJ)/support.o $(O
+@@ -197,7 +197,6 @@ OBJS= $(OBJ)/main.o $(OBJ)/support.o $(O
$(OBJ)/IOLayerRedirect.o $(OBJ)/FileExportDlg.o $(OBJ)/FormatIOTxt.o $(OBJ)/FindReplaceDlg.o \
$(OBJ)/FindReplaceInfo.o $(OBJ)/LinkInfo.o $(OBJ)/LinkPropertiesDlg.o $(OBJ)/ExecuteFile.o \
$(OBJ)/FileSaveAsDlg.o $(OBJ)/CircularBuffer.o $(OBJ)/FormatIOMMLX.o \
@@ -37,12 +37,12 @@ $NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $
$(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \
$(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \
$(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o \
-@@ -599,7 +598,7 @@ updatesrc:
- $(Q)sed -i 's/^Version:.*/Version: $(VERSION)/' ./docs/notecase.spec
- $(Q)sed -i 's/^Source:.*/Source: $(archive)_src.tar.gz/' ./docs/notecase.spec
- $(Q)sed -i 's/\#define APP_VER_STR .*/\#define APP_VER_STR "$(VERSION)"/' ./src/config.h
-- #$(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h
-+ $(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h
+@@ -626,7 +625,7 @@ updatesrc:
+ $(Q)$(SED) 's/^Version:.*/Version: $(VERSION)/' ./docs/notecase.spec
+ $(Q)$(SED) 's/^Source:.*/Source: $(archive)_src.tar.gz/' ./docs/notecase.spec
+ $(Q)$(SED) 's/\#define APP_VER_STR .*/\#define APP_VER_STR "$(VERSION)"/' ./src/config.h
+- #$(Q)$(SED) 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h
++ $(Q)$(SED) 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h
$(Q)if [ "$(HAVE_GNOME_VFS)" = "" ]; then \
- sed -i 's:[/]*#define HAVE_GNOME_VFS.*://#define HAVE_GNOME_VFS:' ./src/config.h; \
+ $(SED) 's:[/]*#define HAVE_GNOME_VFS.*://#define HAVE_GNOME_VFS:' ./src/config.h; \
else \
diff --git a/editors/notecase/patches/patch-ae b/editors/notecase/patches/patch-ae
index f1625487a9a..cc36b3ebd7f 100644
--- a/editors/notecase/patches/patch-ae
+++ b/editors/notecase/patches/patch-ae
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.1.1.1 2007/11/22 20:50:09 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2008/02/28 20:59:03 drochner Exp $
---- src/lib/FilePath.cpp.orig 2007-07-31 07:47:28.000000000 +0200
+--- src/lib/FilePath.cpp.orig 2008-02-25 11:38:32.000000000 +0100
+++ src/lib/FilePath.cpp
@@ -23,6 +23,8 @@
#include <unistd.h>
@@ -10,8 +10,8 @@ $NetBSD: patch-ae,v 1.1.1.1 2007/11/22 20:50:09 drochner Exp $
+
#define PATH_DELIMITERS "\\/"
- std::string GetHomeDir()
-@@ -95,31 +97,7 @@ std::string GetAppPath()
+ std::string GetTempDirectory()
+@@ -106,31 +108,7 @@ std::string GetAppPath()
::GetModuleFileName(NULL, buf, 511);
path = buf;
#else
diff --git a/editors/notecase/patches/patch-ai b/editors/notecase/patches/patch-ai
index c01a1099a0e..6bf891b73c1 100644
--- a/editors/notecase/patches/patch-ai
+++ b/editors/notecase/patches/patch-ai
@@ -1,13 +1,13 @@
-$NetBSD: patch-ai,v 1.1 2008/01/09 19:09:23 drochner Exp $
+$NetBSD: patch-ai,v 1.2 2008/02/28 20:59:03 drochner Exp $
---- po/it.po.orig 2008-01-09 13:44:20.000000000 +0100
+--- po/it.po.orig 2008-02-05 22:21:34.000000000 +0100
+++ po/it.po
-@@ -408,7 +408,7 @@ msgstr ""
- #: callbacks.cpp:5877
+@@ -412,7 +412,7 @@ msgstr ""
+ #: callbacks.cpp:5919
#: FileAttachmentDlg.cpp:592
msgid "Failed to open input file!\n"
-msgstr "Errore nell'apertura del file di input!"
+msgstr "Errore nell'apertura del file di input!\n"
- #: callbacks.cpp:5891
+ #: callbacks.cpp:5933
#: FileAttachmentDlg.cpp:292