summaryrefslogtreecommitdiffstats
path: root/devel/liboobs
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /devel/liboobs
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs')
-rw-r--r--devel/liboobs/Makefile28
-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, 161 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile
deleted file mode 100644
index 5f7a1c56b..000000000
--- a/devel/liboobs/Makefile
+++ /dev/null
@@ -1,28 +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.22 2007/09/04 05:47:31 mezz Exp $
-#
-
-PORTNAME= liboobs
-PORTVERSION= 2.20.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 de4bba60f..000000000
--- a/devel/liboobs/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (liboobs-2.20.0.tar.bz2) = c0562e115af4777da471182b9d462b40
-SHA256 (liboobs-2.20.0.tar.bz2) = 45a3cd562ac6d0002dc5c5972e1b4ec7fe611fe7ed9d0d8da9dbaaffd1c04623
-SIZE (liboobs-2.20.0.tar.bz2) = 331456
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 6abd8b711..000000000
--- a/devel/liboobs/files/patch-src_oobs-group.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- oobs/oobs-group.c.orig Fri Sep 15 18:41:04 2006
-+++ oobs/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 e571a363f..000000000
--- a/devel/liboobs/files/patch-src_oobs-user.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- oobs/oobs-user.c.orig Fri Sep 15 19:16:41 2006
-+++ oobs/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 a36b53d54..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%%/OobsGroup.html
-%%DOCSDIR%%/OobsGroupsConfig.html
-%%DOCSDIR%%/OobsIface.html
-%%DOCSDIR%%/OobsIfaceEthernet.html
-%%DOCSDIR%%/OobsIfaceIRLan.html
-%%DOCSDIR%%/OobsIfaceISDN.html
-%%DOCSDIR%%/OobsIfaceModem.html
-%%DOCSDIR%%/OobsIfacePlip.html
-%%DOCSDIR%%/OobsIfaceWireless.html
-%%DOCSDIR%%/OobsIfacesConfig.html
-%%DOCSDIR%%/OobsList.html
-%%DOCSDIR%%/OobsNFSConfig.html
-%%DOCSDIR%%/OobsNTPConfig.html
-%%DOCSDIR%%/OobsObject.html
-%%DOCSDIR%%/OobsSMBConfig.html
-%%DOCSDIR%%/OobsService.html
-%%DOCSDIR%%/OobsServicesConfig.html
-%%DOCSDIR%%/OobsSession.html
-%%DOCSDIR%%/OobsShare.html
-%%DOCSDIR%%/OobsShareNFS.html
-%%DOCSDIR%%/OobsShareSMB.html
-%%DOCSDIR%%/OobsStaticHost.html
-%%DOCSDIR%%/OobsTimeConfig.html
-%%DOCSDIR%%/OobsUser.html
-%%DOCSDIR%%/OobsUsersConfig.html
-%%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-OobsHostsConfig.html
-%%DOCSDIR%%/liboobs-OobsNTPServer.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