summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-17 17:39:59 +0000
committerwiz <wiz@pkgsrc.org>2007-05-17 17:39:59 +0000
commit96d14c17fb79eb13185d7f57c781654ad84b36a6 (patch)
treee7ea07083ccbba490f0904115d98656fbcc88dff
parent2bafb5a67a2cbf82fc494885770aaacf60fe483d (diff)
downloadpkgsrc-96d14c17fb79eb13185d7f57c781654ad84b36a6.tar.gz
Remove very old g-wrap version.
-rw-r--r--devel/g-wrap1/DESCR5
-rw-r--r--devel/g-wrap1/Makefile32
-rw-r--r--devel/g-wrap1/PLIST31
-rw-r--r--devel/g-wrap1/buildlink3.mk25
-rw-r--r--devel/g-wrap1/distinfo8
-rw-r--r--devel/g-wrap1/patches/patch-aa16
-rw-r--r--devel/g-wrap1/patches/patch-ab13
-rw-r--r--devel/g-wrap1/patches/patch-ac13
8 files changed, 0 insertions, 143 deletions
diff --git a/devel/g-wrap1/DESCR b/devel/g-wrap1/DESCR
deleted file mode 100644
index 27a01bef200..00000000000
--- a/devel/g-wrap1/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
- G-Wrap is a tool for specifying types, functions, and constants to
-import into a Scheme interpreter, and for generating code (in C) to
-interface these to the Guile interpreter in particular.
-
-This is the guile-1.4 version of g-wrap.
diff --git a/devel/g-wrap1/Makefile b/devel/g-wrap1/Makefile
deleted file mode 100644
index fe3865decd0..00000000000
--- a/devel/g-wrap1/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/10/07 20:34:07 gdt Exp $
-
-DISTNAME= g-wrap-1.3.4
-PKGREVISION= 8
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gnucash.org/
-COMMENT= Tool for importing types, functions, and constants into guile 1.4
-
-DEPENDS+= guile-slib>=2.4.2nb6:../../devel/guile-slib
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake makeinfo
-USE_LIBTOOL= YES
-INFO_FILES= # PLIST
-
-CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/share/guile
-CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-# PR 33665 says this is needed on Darwin. Perhaps this should be
-# fixed in guile itself.
-MAKE_ENV+= LTDL_LIBRARY_PATH=${LOCALBASE}/lib
-.endif
-
-.include "../../devel/glib/buildlink3.mk"
-.include "../../lang/guile/buildlink3.mk"
-.include "../../devel/guile-gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/g-wrap1/PLIST b/devel/g-wrap1/PLIST
deleted file mode 100644
index b9cfb11cbfc..00000000000
--- a/devel/g-wrap1/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/03/30 03:44:42 jlam Exp $
-bin/g-wrap-config
-include/g-wrap/g-wrap-compatibility.h
-include/g-wrap/g-wrap-glib.h
-include/g-wrap/g-wrap-wct.h
-info/g-wrap.info
-lib/libgw-glib.la
-lib/libgw-gtk.la
-lib/libgw-standard.la
-lib/libgw-wct.la
-lib/libgwrap-glib.la
-lib/libgwrap-wct.la
-share/aclocal/g-wrap.m4
-share/guile/g-wrap.scm
-share/guile/g-wrap/enumeration.scm
-share/guile/g-wrap/g-translate.scm
-share/guile/g-wrap/gtkobj.scm
-share/guile/g-wrap/gw-glib-spec.scm
-share/guile/g-wrap/gw-glib.scm
-share/guile/g-wrap/gw-gtk-spec.scm
-share/guile/g-wrap/gw-gtk.scm
-share/guile/g-wrap/gw-standard-spec.scm
-share/guile/g-wrap/gw-standard.scm
-share/guile/g-wrap/gw-wct-spec.scm
-share/guile/g-wrap/gw-wct.scm
-share/guile/g-wrap/output-file.scm
-share/guile/g-wrap/runtime.scm
-share/guile/g-wrap/simple-type.scm
-share/guile/g-wrap/sorting.scm
-@dirrm include/g-wrap
-@dirrm share/guile/g-wrap
diff --git a/devel/g-wrap1/buildlink3.mk b/devel/g-wrap1/buildlink3.mk
deleted file mode 100644
index e12971d60ff..00000000000
--- a/devel/g-wrap1/buildlink3.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:42 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-G_WRAP_BUILDLINK3_MK:= ${G_WRAP_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= g-wrap
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ng-wrap}
-BUILDLINK_PACKAGES+= g-wrap
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}g-wrap
-
-.if !empty(G_WRAP_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.g-wrap+= g-wrap>=1.3.4nb6
-BUILDLINK_API_DEPENDS.g-wrap+= g-wrap<1.4
-BUILDLINK_ABI_DEPENDS.g-wrap?= g-wrap>=1.3.4nb7
-BUILDLINK_PKGSRCDIR.g-wrap?= ../../devel/g-wrap1
-.endif # G_WRAP_BUILDLINK3_MK
-
-.include "../../devel/glib/buildlink3.mk"
-.include "../../lang/guile/buildlink3.mk"
-.include "../../devel/guile-gtk/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/g-wrap1/distinfo b/devel/g-wrap1/distinfo
deleted file mode 100644
index ee35bde0c24..00000000000
--- a/devel/g-wrap1/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/05/12 07:15:31 minskim Exp $
-
-SHA1 (g-wrap-1.3.4.tar.gz) = 764f1c878e18341bf437f3e1ddc5f8618019bfc2
-RMD160 (g-wrap-1.3.4.tar.gz) = 64eddd127e24df11067b498d0986d8823f012d76
-Size (g-wrap-1.3.4.tar.gz) = 403570 bytes
-SHA1 (patch-aa) = 284e62e9a3456ab03a8337298fde587b2729c786
-SHA1 (patch-ab) = 92f8e1ed55a3ba563837b36e2f39888734aebefe
-SHA1 (patch-ac) = deac47a7593aeac719f96a881e2e5651a9c661fb
diff --git a/devel/g-wrap1/patches/patch-aa b/devel/g-wrap1/patches/patch-aa
deleted file mode 100644
index 3d06debf24a..00000000000
--- a/devel/g-wrap1/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/12/03 16:02:25 wiz Exp $
-
---- doc/g-wrap.texi.orig 2002-11-07 17:23:43.000000000 +0000
-+++ doc/g-wrap.texi
-@@ -14,6 +14,11 @@
- @parskip 4pt plus 1pt
- @end iftex
-
-+@dircategory Programming
-+@direntry
-+* g-wrap: (g-wrap). Create C bindings for Scheme/Guile.
-+@end direntry
-+
- @titlepage
- @title g-wrap
- @subtitle A tool to wrap C APIs for Guile use.
diff --git a/devel/g-wrap1/patches/patch-ab b/devel/g-wrap1/patches/patch-ab
deleted file mode 100644
index bcf97ebc0d1..00000000000
--- a/devel/g-wrap1/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/12/03 16:02:25 wiz Exp $
-
---- bin/g-wrap-config.in.orig Thu Nov 7 17:23:43 2002
-+++ bin/g-wrap-config.in Thu Feb 6 17:23:29 2003
-@@ -56,7 +56,7 @@
- (lambda (lib) (stdout " @-libdir-@/lib" lib ".a"))
- (cdr libs))
- (begin
-- (stdout "-L@-libdir-@")
-+ (stdout "-Wl,-R@-libdir-@ -L@-libdir-@")
- (for-each
- (lambda (lib) (stdout " -l" lib))
- (cdr libs))))
diff --git a/devel/g-wrap1/patches/patch-ac b/devel/g-wrap1/patches/patch-ac
deleted file mode 100644
index 103a2267b47..00000000000
--- a/devel/g-wrap1/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/05/12 07:15:31 minskim Exp $
-
---- bin/Makefile.in.orig 2002-11-07 22:40:46.000000000 -0600
-+++ bin/Makefile.in
-@@ -335,7 +335,7 @@ g-wrap-config: g-wrap-config.in
- sed < $@.in > $@.tmp \
- -e 's:@-GUILE-@:${GUILE}:' \
- -e 's:@-VERSION-@:${VERSION}:' \
-- -e 's:@-libdir-@:${libdir}:' \
-+ -e 's:@-libdir-@:${libdir}:g' \
- -e 's:@-includedir-@:${includedir}:' \
- -e 's:@-GUILE_MODULE_DIR-@:${GUILEMODDIR}:'
- chmod +x $@.tmp