summaryrefslogtreecommitdiff
path: root/misc/Addresses
diff options
context:
space:
mode:
authorrh <rh>2012-10-22 02:48:40 +0000
committerrh <rh>2012-10-22 02:48:40 +0000
commit3eee9c8637d51419a2c81fd958931533b520cbe0 (patch)
tree6dac0ac924eef38fb20bf40ddc37c896ac3dc89b /misc/Addresses
parentf2df24d4a55ef710efbdb5eb559c0f23e610c6d3 (diff)
downloadpkgsrc-3eee9c8637d51419a2c81fd958931533b520cbe0.tar.gz
Update Addresses to 0.4.8
Notable changes include: Since 0.4.8: ============ o relative link during framework installing, helps building in a separate root, like when building RPMs o fixed some portability issues of the Framework to solaris and windows o handle also PNG images o fixed a link in the framework from absolute to relative, for FHS (fix by Richard Stonehouse) o Many fixes in VCFviewer GWorkspace inspector, thanks also to Philippe Roussel o use GSMimeDocument to decode base64 instead of custom code o Makefiles work on windows o Birthday support (for SimpleAgenda) o fixes in VCF import (encoding, CR-LF) o fixed deleting of a person Since 0.4.7: ============ o Updated Makefiles to GNUstep Make 2.0 o Fixed text editing to work with current GNUstep gui o Improved import of VCF files: tries to interpret HEX (by Guenther Noack) and the escape \, from Apple cards
Diffstat (limited to 'misc/Addresses')
-rw-r--r--misc/Addresses/Makefile7
-rw-r--r--misc/Addresses/PLIST8
-rw-r--r--misc/Addresses/buildlink3.mk6
-rw-r--r--misc/Addresses/distinfo10
-rw-r--r--misc/Addresses/patches/patch-aa15
-rw-r--r--misc/Addresses/patches/patch-ab13
6 files changed, 15 insertions, 44 deletions
diff --git a/misc/Addresses/Makefile b/misc/Addresses/Makefile
index 664767b9b98..1446e344a9c 100644
--- a/misc/Addresses/Makefile
+++ b/misc/Addresses/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2012/10/08 09:57:15 asau Exp $
+# $NetBSD: Makefile,v 1.25 2012/10/22 02:48:40 rh Exp $
#
-DISTNAME= Addresses-0.4.6
-PKGREVISION= 8
+DISTNAME= Addresses-0.4.8
CATEGORIES= misc gnustep
-MASTER_SITES= http://giesler.biz/bjoern/downloads/
+MASTER_SITES= http://savannah.nongnu.org/download/gap/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://giesler.biz/bjoern/en/sw_addr.html
diff --git a/misc/Addresses/PLIST b/misc/Addresses/PLIST
index 5042146637e..dadced70850 100644
--- a/misc/Addresses/PLIST
+++ b/misc/Addresses/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:07:18 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2012/10/22 02:48:41 rh Exp $
bin/AddressManager
-include/AddressBook
+include/AddressBook/AddressBook.h
include/AddressView
include/Addresses
lib/GNUstep/Applications/AddressManager.app/AddressManager
@@ -9,16 +9,19 @@ lib/GNUstep/Applications/AddressManager.app/Resources/AddressManager.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/AddressManagerInfo.plist
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/data.classes
+lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/Dutch.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/data.classes
+lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/English.lproj/Localizable.strings
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/Add.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/data.classes
+lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/data.info
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/AddressManager.gorm/objects.gorm
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/ISOCountryCodes.dict
lib/GNUstep/Applications/AddressManager.app/Resources/French.lproj/Localizable.strings
@@ -36,7 +39,6 @@ lib/GNUstep/Applications/AddressManager.app/Resources/Spanish.lproj/Localizable.
lib/GNUstep/Applications/AddressManager.app/Resources/VCFFile.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/VCFImage.tiff
lib/GNUstep/Applications/AddressManager.app/Resources/VCFImageMulti.tiff
-lib/GNUstep/Applications/AddressManager.app/library_paths.openapp
lib/GNUstep/Applications/AddressManager.app/stamp.make
lib/GNUstep/Frameworks/AddressView.framework/AddressView
lib/GNUstep/Frameworks/AddressView.framework/Headers
diff --git a/misc/Addresses/buildlink3.mk b/misc/Addresses/buildlink3.mk
index 6cf9be026c8..c8c25f8ebc0 100644
--- a/misc/Addresses/buildlink3.mk
+++ b/misc/Addresses/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.13 2009/04/13 12:37:23 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2012/10/22 02:48:41 rh Exp $
BUILDLINK_TREE+= Addresses
.if !defined(ADDRESSES_BUILDLINK3_MK)
ADDRESSES_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.Addresses+= Addresses>=0.4.6nb7
-BUILDLINK_ABI_DEPENDS.Addresses+= Addresses>=0.4.6nb7
+BUILDLINK_API_DEPENDS.Addresses+= Addresses>=0.4.8
+BUILDLINK_ABI_DEPENDS.Addresses+= Addresses>=0.4.8
BUILDLINK_PKGSRCDIR.Addresses?= ../../misc/Addresses
.include "../../devel/gnustep-make/gnustep.mk"
diff --git a/misc/Addresses/distinfo b/misc/Addresses/distinfo
index 26bdc0b18bc..e406543f75f 100644
--- a/misc/Addresses/distinfo
+++ b/misc/Addresses/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.6 2010/02/04 16:15:14 joerg Exp $
+$NetBSD: distinfo,v 1.7 2012/10/22 02:48:41 rh Exp $
-SHA1 (Addresses-0.4.6.tar.gz) = 8495fd4d5f358cb51b5ddd0e204d86d40a7d5563
-RMD160 (Addresses-0.4.6.tar.gz) = 3bbeefb3fe2e47fdfd541f85df7b28a82aa4edae
-Size (Addresses-0.4.6.tar.gz) = 444463 bytes
-SHA1 (patch-aa) = 78d0a9d0f70cd7897f4bbd7d14711d0060baa5cb
-SHA1 (patch-ab) = e2fb0b1aee991236c63ff00785688ae6e062ed3b
+SHA1 (Addresses-0.4.8.tar.gz) = bf15ea13453533d437efbb80eef4b0d728257720
+RMD160 (Addresses-0.4.8.tar.gz) = 6d203466c5bc8f163c2d60f6da29128cb14c248e
+Size (Addresses-0.4.8.tar.gz) = 287207 bytes
diff --git a/misc/Addresses/patches/patch-aa b/misc/Addresses/patches/patch-aa
deleted file mode 100644
index 5aea78ed62f..00000000000
--- a/misc/Addresses/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/07/15 17:20:03 joerg Exp $
-
---- AddressManager/GNUmakefile.orig 2008-07-15 16:43:20.000000000 +0000
-+++ AddressManager/GNUmakefile
-@@ -23,8 +23,8 @@ AddressManager_LOCALIZED_RESOURCE_FILES=
- AddressManager_LANGUAGES=Dutch English French German Spanish
- AddressManager_OBJCFLAGS=-I../Frameworks -Wall
- AddressManager_LDFLAGS=\
-- -L../Frameworks/AddressView/AddressView.framework/Versions/A \
-- -L../Frameworks/Addresses/Addresses.framework/Versions/A \
-+ -L../Frameworks/AddressView/AddressView.framework/Versions/0 \
-+ -L../Frameworks/Addresses/Addresses.framework/Versions/0 \
- -lAddressView -lAddresses
-
- -include GNUmakefile.preamble
diff --git a/misc/Addresses/patches/patch-ab b/misc/Addresses/patches/patch-ab
deleted file mode 100644
index f01693c5ac0..00000000000
--- a/misc/Addresses/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/02/04 16:15:14 joerg Exp $
-
---- Frameworks/Addresses/GNUmakefile.orig 2004-07-30 01:36:21.000000000 +1000
-+++ Frameworks/Addresses/GNUmakefile
-@@ -49,6 +49,6 @@ include $(GNUSTEP_MAKEFILES)/framework.m
- -include GNUmakefile.postamble
-
- after-Addresses-install::
-- ln -sf $(GNUSTEP_INSTALLATION_DIR)/Library/Headers/Addresses \
-- $(GNUSTEP_INSTALLATION_DIR)/Library/Headers/AddressBook
-+ ln -sf ${DESTDIR}${GNUSTEP_ROOT}/include/Addresses \
-+ ${DESTDIR}${GNUSTEP_ROOT}/include/AddressBook
-