pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Initial import of libFoundation-examples-1.1.7.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bdef2615a95
branches:  trunk
changeset: 391730:4bdef2615a95
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 18 02:27:21 2009 +0000

description:
Initial import of libFoundation-examples-1.1.7.168.  This package contains
the split-out examples from libFoundation.

diffstat:

 devel/libFoundation-examples/DESCR            |   7 ++++++
 devel/libFoundation-examples/Makefile         |  31 +++++++++++++++++++++++++++
 devel/libFoundation-examples/PLIST            |   2 +
 devel/libFoundation-examples/distinfo         |   6 +++++
 devel/libFoundation-examples/patches/patch-aa |  13 +++++++++++
 devel/libFoundation/DESCR                     |   3 ++
 devel/libFoundation/patches/patch-aa          |   6 ++--
 7 files changed, 65 insertions(+), 3 deletions(-)

diffs (109 lines):

diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation-examples/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libFoundation-examples/DESCR        Sat Apr 18 02:27:21 2009 +0000
@@ -0,0 +1,7 @@
+  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.
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation-examples/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libFoundation-examples/Makefile     Sat Apr 18 02:27:21 2009 +0000
@@ -0,0 +1,31 @@
+# $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@localhost
+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"
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation-examples/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libFoundation-examples/PLIST        Sat Apr 18 02:27:21 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/18 02:28:36 rh Exp $
+bin/Defaults
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation-examples/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libFoundation-examples/distinfo     Sat Apr 18 02:27:21 2009 +0000
@@ -0,0 +1,6 @@
+$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
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation-examples/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libFoundation-examples/patches/patch-aa     Sat Apr 18 02:27:21 2009 +0000
@@ -0,0 +1,13 @@
+$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
+ 
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation/DESCR
--- a/devel/libFoundation/DESCR Sat Apr 18 02:20:50 2009 +0000
+++ b/devel/libFoundation/DESCR Sat Apr 18 02:27:21 2009 +0000
@@ -1,3 +1,6 @@
+  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
diff -r 476fa5524d51 -r 4bdef2615a95 devel/libFoundation/patches/patch-aa
--- a/devel/libFoundation/patches/patch-aa      Sat Apr 18 02:20:50 2009 +0000
+++ b/devel/libFoundation/patches/patch-aa      Sat Apr 18 02:27:21 2009 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2009/04/18 02:19:23 rh Exp $
+$NetBSD: patch-aa,v 1.1.1.1 2009/04/18 02:27:21 rh Exp $
 
---- GNUmakefile.orig   2009-04-18 10:49:03.000000000 +1000
+--- 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 = Foundation Resources
++SUBPROJECTS = examples
  
  include $(GNUSTEP_MAKEFILES)/aggregate.make
  



Home | Main Index | Thread Index | Old Index