pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/Addresses Update Addresses to 0.4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca205c261a82
branches:  trunk
changeset: 610355:ca205c261a82
user:      rh <rh%pkgsrc.org@localhost>
date:      Mon Oct 22 02:48:40 2012 +0000

description:
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:

 misc/Addresses/Makefile         |   7 +++----
 misc/Addresses/PLIST            |   8 +++++---
 misc/Addresses/buildlink3.mk    |   6 +++---
 misc/Addresses/distinfo         |  10 ++++------
 misc/Addresses/patches/patch-aa |  15 ---------------
 misc/Addresses/patches/patch-ab |  13 -------------
 6 files changed, 15 insertions(+), 44 deletions(-)

diffs (127 lines):

diff -r 427628db7aa4 -r ca205c261a82 misc/Addresses/Makefile
--- a/misc/Addresses/Makefile   Mon Oct 22 02:45:08 2012 +0000
+++ b/misc/Addresses/Makefile   Mon Oct 22 02:48:40 2012 +0000
@@ -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@localhost
 HOMEPAGE=              http://giesler.biz/bjoern/en/sw_addr.html
diff -r 427628db7aa4 -r ca205c261a82 misc/Addresses/PLIST
--- a/misc/Addresses/PLIST      Mon Oct 22 02:45:08 2012 +0000
+++ b/misc/Addresses/PLIST      Mon Oct 22 02:48:40 2012 +0000
@@ -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/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/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 -r 427628db7aa4 -r ca205c261a82 misc/Addresses/buildlink3.mk
--- a/misc/Addresses/buildlink3.mk      Mon Oct 22 02:45:08 2012 +0000
+++ b/misc/Addresses/buildlink3.mk      Mon Oct 22 02:48:40 2012 +0000
@@ -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 -r 427628db7aa4 -r ca205c261a82 misc/Addresses/distinfo
--- a/misc/Addresses/distinfo   Mon Oct 22 02:45:08 2012 +0000
+++ b/misc/Addresses/distinfo   Mon Oct 22 02:48:40 2012 +0000
@@ -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 -r 427628db7aa4 -r ca205c261a82 misc/Addresses/patches/patch-aa
--- a/misc/Addresses/patches/patch-aa   Mon Oct 22 02:45:08 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 427628db7aa4 -r ca205c261a82 misc/Addresses/patches/patch-ab
--- a/misc/Addresses/patches/patch-ab   Mon Oct 22 02:45:08 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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
- 



Home | Main Index | Thread Index | Old Index