summaryrefslogtreecommitdiffstats
path: root/devel/liboobs
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /devel/liboobs
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs')
-rw-r--r--devel/liboobs/Makefile27
-rw-r--r--devel/liboobs/distinfo3
-rw-r--r--devel/liboobs/files/patch-src_oobs-group.c25
-rw-r--r--devel/liboobs/files/patch-src_oobs-user.c23
-rw-r--r--devel/liboobs/pkg-descr1
-rw-r--r--devel/liboobs/pkg-plist81
6 files changed, 0 insertions, 160 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile
deleted file mode 100644
index e3623d6ea..000000000
--- a/devel/liboobs/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: liboobs
-# Date created: 2006-06-06
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/liboobs/Makefile,v 1.17 2007/02/28 05:56:12 marcus Exp $
-
-PORTNAME= liboobs
-PORTVERSION= 2.18.0
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Wrapping library to the System Tools Backends
-
-BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack glib20
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
-
-.include <bsd.port.mk>
diff --git a/devel/liboobs/distinfo b/devel/liboobs/distinfo
deleted file mode 100644
index f99cb9bcc..000000000
--- a/devel/liboobs/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (liboobs-2.18.0.tar.bz2) = aa60664dbb2f4886d92f5dc8d3e4099a
-SHA256 (liboobs-2.18.0.tar.bz2) = 28f496c5326eb953b976fba095b184aae1d2871fa77bd580073717524552fd44
-SIZE (liboobs-2.18.0.tar.bz2) = 315275
diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c
deleted file mode 100644
index d863f037f..000000000
--- a/devel/liboobs/files/patch-src_oobs-group.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/oobs-group.c.orig Fri Sep 15 18:41:04 2006
-+++ src/oobs-group.c Tue Oct 31 23:12:40 2006
-@@ -18,7 +18,12 @@
- * Authors: Carlos Garnacho Parro <carlosg@gnome.org>
- */
-
-+#if defined(HAVE_CONFIG_H)
-+#include <config.h>
-+#endif
-+
- #include <glib-object.h>
-+#include <unistd.h>
- #include "oobs-session.h"
- #include "oobs-group.h"
- #include "oobs-user.h"
-@@ -27,7 +32,9 @@
- #include "oobs-groupsconfig-private.h"
- #include "oobs-defines.h"
- #include "utils.h"
-+#ifdef HAVE_CRYPT_H
- #include <crypt.h>
-+#endif
-
- #define OOBS_GROUP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_GROUP, OobsGroupPrivate))
-
diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c
deleted file mode 100644
index d7037a28a..000000000
--- a/devel/liboobs/files/patch-src_oobs-user.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/oobs-user.c.orig Fri Sep 15 19:16:41 2006
-+++ src/oobs-user.c Tue Oct 31 23:12:29 2006
-@@ -18,6 +18,10 @@
- * Authors: Carlos Garnacho Parro <carlosg@gnome.org>
- */
-
-+#if defined(HAVE_CONFIG_H)
-+#include <config.h>
-+#endif
-+
- #include <glib-object.h>
- #include <sys/types.h>
- #include <unistd.h>
-@@ -30,7 +34,9 @@
- #include "oobs-group.h"
- #include "oobs-defines.h"
- #include "utils.h"
-+#ifdef HAVE_CRYPT_H
- #include <crypt.h>
-+#endif
-
- #define OOBS_USER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_USER, OobsUserPrivate))
-
diff --git a/devel/liboobs/pkg-descr b/devel/liboobs/pkg-descr
deleted file mode 100644
index ff7665320..000000000
--- a/devel/liboobs/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Wrapping library to the System Tools Backends
diff --git a/devel/liboobs/pkg-plist b/devel/liboobs/pkg-plist
deleted file mode 100644
index 35fe3daca..000000000
--- a/devel/liboobs/pkg-plist
+++ /dev/null
@@ -1,81 +0,0 @@
-include/liboobs-1.0/oobs/oobs-group.h
-include/liboobs-1.0/oobs/oobs-groupsconfig.h
-include/liboobs-1.0/oobs/oobs-hostsconfig.h
-include/liboobs-1.0/oobs/oobs-iface-ethernet.h
-include/liboobs-1.0/oobs/oobs-iface-irlan.h
-include/liboobs-1.0/oobs/oobs-iface-isdn.h
-include/liboobs-1.0/oobs/oobs-iface-modem.h
-include/liboobs-1.0/oobs/oobs-iface-plip.h
-include/liboobs-1.0/oobs/oobs-iface-wireless.h
-include/liboobs-1.0/oobs/oobs-iface.h
-include/liboobs-1.0/oobs/oobs-ifacesconfig.h
-include/liboobs-1.0/oobs/oobs-list.h
-include/liboobs-1.0/oobs/oobs-nfsconfig.h
-include/liboobs-1.0/oobs/oobs-ntpconfig.h
-include/liboobs-1.0/oobs/oobs-ntpserver.h
-include/liboobs-1.0/oobs/oobs-object.h
-include/liboobs-1.0/oobs/oobs-result.h
-include/liboobs-1.0/oobs/oobs-service.h
-include/liboobs-1.0/oobs/oobs-servicesconfig.h
-include/liboobs-1.0/oobs/oobs-session.h
-include/liboobs-1.0/oobs/oobs-share-nfs.h
-include/liboobs-1.0/oobs/oobs-share-smb.h
-include/liboobs-1.0/oobs/oobs-share.h
-include/liboobs-1.0/oobs/oobs-smbconfig.h
-include/liboobs-1.0/oobs/oobs-statichost.h
-include/liboobs-1.0/oobs/oobs-timeconfig.h
-include/liboobs-1.0/oobs/oobs-user.h
-include/liboobs-1.0/oobs/oobs-usersconfig.h
-include/liboobs-1.0/oobs/oobs.h
-lib/liboobs-1.a
-lib/liboobs-1.la
-lib/liboobs-1.so
-lib/liboobs-1.so.3
-libdata/pkgconfig/liboobs-1.pc
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/ch03.html
-%%DOCSDIR%%/ch04.html
-%%DOCSDIR%%/ch05.html
-%%DOCSDIR%%/ch06.html
-%%DOCSDIR%%/ch07.html
-%%DOCSDIR%%/ch08.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/liboobs-OobsGroup.html
-%%DOCSDIR%%/liboobs-OobsGroupsConfig.html
-%%DOCSDIR%%/liboobs-OobsHostsConfig.html
-%%DOCSDIR%%/liboobs-OobsIface.html
-%%DOCSDIR%%/liboobs-OobsIfaceEthernet.html
-%%DOCSDIR%%/liboobs-OobsIfaceIRLan.html
-%%DOCSDIR%%/liboobs-OobsIfaceISDN.html
-%%DOCSDIR%%/liboobs-OobsIfaceModem.html
-%%DOCSDIR%%/liboobs-OobsIfacePlip.html
-%%DOCSDIR%%/liboobs-OobsIfaceWireless.html
-%%DOCSDIR%%/liboobs-OobsIfacesConfig.html
-%%DOCSDIR%%/liboobs-OobsList.html
-%%DOCSDIR%%/liboobs-OobsNFSConfig.html
-%%DOCSDIR%%/liboobs-OobsNTPConfig.html
-%%DOCSDIR%%/liboobs-OobsNTPServer.html
-%%DOCSDIR%%/liboobs-OobsObject.html
-%%DOCSDIR%%/liboobs-OobsSMBConfig.html
-%%DOCSDIR%%/liboobs-OobsService.html
-%%DOCSDIR%%/liboobs-OobsServicesConfig.html
-%%DOCSDIR%%/liboobs-OobsSession.html
-%%DOCSDIR%%/liboobs-OobsShare.html
-%%DOCSDIR%%/liboobs-OobsShareNFS.html
-%%DOCSDIR%%/liboobs-OobsShareSMB.html
-%%DOCSDIR%%/liboobs-OobsStaticHost.html
-%%DOCSDIR%%/liboobs-OobsTimeConfig.html
-%%DOCSDIR%%/liboobs-OobsUser.html
-%%DOCSDIR%%/liboobs-OobsUsersConfig.html
-%%DOCSDIR%%/liboobs.devhelp
-%%DOCSDIR%%/liboobs.devhelp2
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-@dirrm %%DOCSDIR%%
-@dirrm include/liboobs-1.0/oobs
-@dirrm include/liboobs-1.0