summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /devel/gobject-introspection
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r--devel/gobject-introspection/Makefile36
-rw-r--r--devel/gobject-introspection/distinfo3
-rw-r--r--devel/gobject-introspection/files/patch-gir_Makefile.in14
-rw-r--r--devel/gobject-introspection/pkg-descr9
-rw-r--r--devel/gobject-introspection/pkg-plist109
5 files changed, 0 insertions, 171 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
deleted file mode 100644
index 808a676a5..000000000
--- a/devel/gobject-introspection/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: gobject-introspection
-# Date created: 19 July 2009
-# Whom: Alexander Logvinov <avl@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/gobject-introspection/Makefile,v 1.2 2009/08/29 22:54:21 marcus Exp $
-#
-
-PORTNAME= gobject-introspection
-PORTVERSION= 0.6.5
-CATEGORIES= devel
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Generate interface introspection data for GObject libraries
-
-BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack glib20
-USE_PYTHON= yes
-USE_BISON= both
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:22
-USE_LDCONFIG= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
-
-.include <bsd.port.mk>
diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo
deleted file mode 100644
index e0e1e85cd..000000000
--- a/devel/gobject-introspection/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gobject-introspection-0.6.5.tar.bz2) = c946cddf10f02a3aea483967ab6de605
-SHA256 (gnome2/gobject-introspection-0.6.5.tar.bz2) = fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79
-SIZE (gnome2/gobject-introspection-0.6.5.tar.bz2) = 608305
diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in
deleted file mode 100644
index 87ed2f06b..000000000
--- a/devel/gobject-introspection/files/patch-gir_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- gir/Makefile.in.orig 2009-08-29 18:41:56.000000000 -0400
-+++ gir/Makefile.in 2009-08-29 18:49:29.000000000 -0400
-@@ -737,10 +737,9 @@ GLib-2.0.gir: $(SCANNER_BIN) $(SCANNER_L
- --pkg glib-2.0 \
- $(CPPFLAGS) \
- -I$(GLIB_INCLUDEDIR) \
-- -I$(GLIB_LIBDIR)/glib-2.0/include \
- -DGETTEXT_PACKAGE=Dummy \
- -D__G_I18N_LIB_H__ \
-- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \
-+ $(GLIB_INCLUDEDIR)/glibconfig.h \
- $(srcdir)/glib-2.0.c \
- -DGLIB_COMPILATION \
- $(GLIB_INCLUDEDIR)/glib/*.h
diff --git a/devel/gobject-introspection/pkg-descr b/devel/gobject-introspection/pkg-descr
deleted file mode 100644
index 9416d171f..000000000
--- a/devel/gobject-introspection/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-GObject Introspection is a project for providing machine readable introspection
-data of the API of C libraries. This introspection data can be used in several
-different use cases, for example automatic code generation for bindings, API
-verification and documentation generation.
-
-GObject Introspection contains tools to generate and handle the introspection
-data.
-
-WWW: http://live.gnome.org/GObjectIntrospection
diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist
deleted file mode 100644
index 7c39f85b5..000000000
--- a/devel/gobject-introspection/pkg-plist
+++ /dev/null
@@ -1,109 +0,0 @@
-bin/g-ir-compiler
-bin/g-ir-generate
-bin/g-ir-scanner
-include/gobject-introspection-1.0/girepository.h
-include/gobject-introspection-1.0/girffi.h
-lib/girepository-1.0/Everything-1.0.typelib
-lib/girepository-1.0/GIRepository-2.0.typelib
-lib/girepository-1.0/GL-1.0.typelib
-lib/girepository-1.0/GLib-2.0.typelib
-lib/girepository-1.0/GModule-2.0.typelib
-lib/girepository-1.0/GObject-2.0.typelib
-lib/girepository-1.0/Gio-2.0.typelib
-lib/girepository-1.0/cairo-1.0.typelib
-lib/girepository-1.0/fontconfig-2.0.typelib
-lib/girepository-1.0/freetype2-2.0.typelib
-lib/girepository-1.0/libxml2-2.0.typelib
-lib/girepository-1.0/xfixes-4.0.typelib
-lib/girepository-1.0/xft-2.0.typelib
-lib/girepository-1.0/xlib-2.0.typelib
-lib/gobject-introspection/giscanner/__init__.py
-lib/gobject-introspection/giscanner/__init__.pyc
-lib/gobject-introspection/giscanner/__init__.pyo
-lib/gobject-introspection/giscanner/_giscanner.a
-lib/gobject-introspection/giscanner/_giscanner.la
-lib/gobject-introspection/giscanner/_giscanner.so
-lib/gobject-introspection/giscanner/annotationparser.py
-lib/gobject-introspection/giscanner/annotationparser.pyc
-lib/gobject-introspection/giscanner/annotationparser.pyo
-lib/gobject-introspection/giscanner/ast.py
-lib/gobject-introspection/giscanner/ast.pyc
-lib/gobject-introspection/giscanner/ast.pyo
-lib/gobject-introspection/giscanner/cachestore.py
-lib/gobject-introspection/giscanner/cachestore.pyc
-lib/gobject-introspection/giscanner/cachestore.pyo
-lib/gobject-introspection/giscanner/config.py
-lib/gobject-introspection/giscanner/config.pyc
-lib/gobject-introspection/giscanner/config.pyo
-lib/gobject-introspection/giscanner/dumper.py
-lib/gobject-introspection/giscanner/dumper.pyc
-lib/gobject-introspection/giscanner/dumper.pyo
-lib/gobject-introspection/giscanner/girparser.py
-lib/gobject-introspection/giscanner/girparser.pyc
-lib/gobject-introspection/giscanner/girparser.pyo
-lib/gobject-introspection/giscanner/girwriter.py
-lib/gobject-introspection/giscanner/girwriter.pyc
-lib/gobject-introspection/giscanner/girwriter.pyo
-lib/gobject-introspection/giscanner/glibast.py
-lib/gobject-introspection/giscanner/glibast.pyc
-lib/gobject-introspection/giscanner/glibast.pyo
-lib/gobject-introspection/giscanner/glibtransformer.py
-lib/gobject-introspection/giscanner/glibtransformer.pyc
-lib/gobject-introspection/giscanner/glibtransformer.pyo
-lib/gobject-introspection/giscanner/libtoolimporter.py
-lib/gobject-introspection/giscanner/libtoolimporter.pyc
-lib/gobject-introspection/giscanner/libtoolimporter.pyo
-lib/gobject-introspection/giscanner/minixpath.py
-lib/gobject-introspection/giscanner/minixpath.pyc
-lib/gobject-introspection/giscanner/minixpath.pyo
-lib/gobject-introspection/giscanner/odict.py
-lib/gobject-introspection/giscanner/odict.pyc
-lib/gobject-introspection/giscanner/odict.pyo
-lib/gobject-introspection/giscanner/scannermain.py
-lib/gobject-introspection/giscanner/scannermain.pyc
-lib/gobject-introspection/giscanner/scannermain.pyo
-lib/gobject-introspection/giscanner/shlibs.py
-lib/gobject-introspection/giscanner/shlibs.pyc
-lib/gobject-introspection/giscanner/shlibs.pyo
-lib/gobject-introspection/giscanner/sourcescanner.py
-lib/gobject-introspection/giscanner/sourcescanner.pyc
-lib/gobject-introspection/giscanner/sourcescanner.pyo
-lib/gobject-introspection/giscanner/transformer.py
-lib/gobject-introspection/giscanner/transformer.pyc
-lib/gobject-introspection/giscanner/transformer.pyo
-lib/gobject-introspection/giscanner/utils.py
-lib/gobject-introspection/giscanner/utils.pyc
-lib/gobject-introspection/giscanner/utils.pyo
-lib/gobject-introspection/giscanner/xmlwriter.py
-lib/gobject-introspection/giscanner/xmlwriter.pyc
-lib/gobject-introspection/giscanner/xmlwriter.pyo
-lib/libgirepository-1.0.a
-lib/libgirepository-1.0.la
-lib/libgirepository-1.0.so
-lib/libgirepository-1.0.so.0
-lib/libgirepository-everything-1.0.a
-lib/libgirepository-everything-1.0.la
-lib/libgirepository-everything-1.0.so
-lib/libgirepository-everything-1.0.so.1
-libdata/pkgconfig/gobject-introspection-1.0.pc
-libdata/pkgconfig/gobject-introspection-no-export-1.0.pc
-share/aclocal/introspection.m4
-share/gir-1.0/Everything-1.0.gir
-share/gir-1.0/GIRepository-2.0.gir
-share/gir-1.0/GL-1.0.gir
-share/gir-1.0/GLib-2.0.gir
-share/gir-1.0/GModule-2.0.gir
-share/gir-1.0/GObject-2.0.gir
-share/gir-1.0/Gio-2.0.gir
-share/gir-1.0/cairo-1.0.gir
-share/gir-1.0/fontconfig-2.0.gir
-share/gir-1.0/freetype2-2.0.gir
-share/gir-1.0/libxml2-2.0.gir
-share/gir-1.0/xfixes-4.0.gir
-share/gir-1.0/xft-2.0.gir
-share/gir-1.0/xlib-2.0.gir
-@dirrm include/gobject-introspection-1.0
-@dirrmtry lib/girepository-1.0
-@dirrm lib/gobject-introspection/giscanner
-@dirrm lib/gobject-introspection
-@dirrmtry share/gir-1.0