pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gob2 Initial import of gob2 2.0.11 (package prov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/927402373ff3
branches:  trunk
changeset: 485006:927402373ff3
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu Dec 02 21:05:44 2004 +0000

description:
Initial import of gob2 2.0.11 (package provided by Greg Troxel via pkgsrc-wip):

  GObject Builder (for glib2) is a simple preprocessor for easily
creating GObject objects.  It does not parse any C code and ignores
any C errors.  It is in spirit similar to things like lex or yacc.  In
some ways it also resembles java.  But it is really just a simple
preprocessor for creating GObjects for use in C or C++ and it is not a
programming language.

diffstat:

 devel/gob2/DESCR         |   6 ++++++
 devel/gob2/Makefile      |  18 ++++++++++++++++++
 devel/gob2/PLIST         |   4 ++++
 devel/gob2/buildlink3.mk |  20 ++++++++++++++++++++
 devel/gob2/distinfo      |   4 ++++
 5 files changed, 52 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r c806ab002089 -r 927402373ff3 devel/gob2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gob2/DESCR  Thu Dec 02 21:05:44 2004 +0000
@@ -0,0 +1,6 @@
+  GObject Builder (for glib2) is a simple preprocessor for easily
+creating GObject objects.  It does not parse any C code and ignores
+any C errors.  It is in spirit similar to things like lex or yacc.  In
+some ways it also resembles java.  But it is really just a simple
+preprocessor for creating GObjects for use in C or C++ and it is not a
+programming language.
diff -r c806ab002089 -r 927402373ff3 devel/gob2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gob2/Makefile       Thu Dec 02 21:05:44 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/02 21:05:44 dillo Exp $
+#
+
+DISTNAME=      gob2-2.0.11
+CATEGORIES=    devel gnome
+MASTER_SITES=  http://ftp.5z.com/pub/gob/ \
+               http://ftp.5z.com/pub/gob/old/
+
+MAINTAINER=    dillo%NetBSD.org@localhost
+HOMEPAGE=      http://www.5z.com/jirka/gob.html
+COMMENT=       GNOME object builder for glib2
+
+USE_BUILDLINK3=        YES
+GNU_CONFIGURE= YES
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c806ab002089 -r 927402373ff3 devel/gob2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gob2/PLIST  Thu Dec 02 21:05:44 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/02 21:05:44 dillo Exp $
+bin/gob2
+man/man1/gob2.1
+share/aclocal/gob2.m4
diff -r c806ab002089 -r 927402373ff3 devel/gob2/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gob2/buildlink3.mk  Thu Dec 02 21:05:44 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/12/02 21:05:44 dillo Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GOB2_BUILDLINK3_MK:=   ${GOB2_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gob2
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngob2}
+BUILDLINK_PACKAGES+=   gob2
+
+.if !empty(GOB2_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gob2+=       gob2>=2.0.10
+BUILDLINK_PKGSRCDIR.gob2?=     ../../wip/gob2
+.endif # GOB2_BUILDLINK3_MK
+
+#.include "../../devel/glib2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r c806ab002089 -r 927402373ff3 devel/gob2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gob2/distinfo       Thu Dec 02 21:05:44 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/02 21:05:44 dillo Exp $
+
+SHA1 (gob2-2.0.11.tar.gz) = 79f084dee9865cdbcd40076675debe8a640a7f76
+Size (gob2-2.0.11.tar.gz) = 239798 bytes



Home | Main Index | Thread Index | Old Index