Sat Apr 18 02:28:37 2009 UTC ()
Initial import of libFoundation-examples-1.1.7.168.  This package contains
the split-out examples from libFoundation.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(rh)
diff -r0 -r1.1.1.1 pkgsrc/devel/libFoundation-examples/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/libFoundation-examples/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/libFoundation-examples/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/libFoundation-examples/distinfo
diff -r0 -r1.1.1.1 pkgsrc/devel/libFoundation-examples/patches/patch-aa

File Added: pkgsrc/devel/libFoundation-examples/Attic/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/18 02:28:36 rh Exp $
#
DISTNAME=	libFoundation-1.1.7-r168
PKGNAME=	${DISTNAME:S/-/-examples-/:S/-r/./}
CATEGORIES=	devel gnustep
MASTER_SITES=	http://download.opengroupware.org/nightly/sources/releases/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.opengroupware.org/en/devs/thirdparty/libFoundation/
COMMENT=	Library implementing the OpenStep Foundation API

LICENSE=	libFoundation-license

.include	"../../devel/libFoundation/common.mk"

INSTALL_DIRS=	examples
MAKE_FLAGS=	GNUSTEP_TARGET_DIR="${WRKSRC}/examples"

SUBST_FILES.gnustep_installation_dir+=	examples/GNUmakefile

LIBF_HOST_OS=	${GNUSTEP_HOST:C/.*-//}

PLIST_SUBST+=	GNUSTEP_HOST_CPU=${GNUSTEP_HOST_CPU:Q}
PLIST_SUBST+=	LIBF_HOST_OS=${LIBF_HOST_OS}

pre-build:
	${MKDIR} ${WRKSRC}/examples/GNU

.include "../../devel/libFoundation/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/libFoundation-examples/Attic/DESCR
  This package contains example programs, such as 'Defaults' for
libFoundation.

  LibFoundation is a library mostly conform to the OpenStep Foundation API
specification, that is, it includes Objective-C classes and methods
handling memory management, collections, basic file-input/output, handling
of URLs, etc.

File Added: pkgsrc/devel/libFoundation-examples/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/18 02:28:36 rh Exp $
bin/Defaults

File Added: pkgsrc/devel/libFoundation-examples/Attic/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/04/18 02:28:36 rh Exp $

SHA1 (libFoundation-1.1.7-r168.tar.gz) = ddd1a732b19fb802e4b7cfac3e1248b26c1c1576
RMD160 (libFoundation-1.1.7-r168.tar.gz) = 73beb75f1bdc983ce9b17348cc7437800b442070
Size (libFoundation-1.1.7-r168.tar.gz) = 563456 bytes
SHA1 (patch-aa) = 3af8ec986350df9ce435ddda634034a4cba382f0

File Added: pkgsrc/devel/libFoundation-examples/patches/Attic/patch-aa
$NetBSD: patch-aa,v 1.1.1.1 2009/04/18 02:28:36 rh Exp $

--- GNUmakefile.orig	2009-04-18 11:56:31.000000000 +1000
+++ GNUmakefile
@@ -38,7 +38,7 @@ GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
 include $(GNUSTEP_MAKEFILES)/common.make
 include ./Version
 
-SUBPROJECTS = Foundation Resources examples
+SUBPROJECTS = examples
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make