pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove obsolete package
Module Name: pkgsrc-wip
Committed By: Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By: bartosz.kuzma
Date: Wed Sep 10 05:51:20 2025 +0200
Changeset: 60de38a4f322339ac2199b92d5bf6012c9e35cc4
Removed Files:
libee/DESCR
libee/Makefile
libee/PLIST
libee/buildlink3.mk
libee/distinfo
libee/patches/patch-include__libee__libee.h
Log Message:
Remove obsolete package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60de38a4f322339ac2199b92d5bf6012c9e35cc4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libee/DESCR | 11 -----------
libee/Makefile | 25 -------------------------
libee/PLIST | 25 -------------------------
libee/buildlink3.mk | 14 --------------
libee/distinfo | 6 ------
libee/patches/patch-include__libee__libee.h | 13 -------------
6 files changed, 94 deletions(-)
diffs:
diff --git a/libee/DESCR b/libee/DESCR
deleted file mode 100644
index d0fdcd7993..0000000000
--- a/libee/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-CEE is an upcoming standard used to describe network events in a number
-of normalized formats. It's goal is to unify they currently many different
-representations that exist in the industry.
-
-The core idea of libee is to provide a small but hopefully convenient
-API layer above the CEE standard. However, CEE is not finished. At the time
-of this writing, CEE is under heavy development and even some of its core
-data structures (like the data dictionary and taxonmy) have not been fully
-specified.
-
-More information on CEE can be found: http://cee.mitre.org/
diff --git a/libee/Makefile b/libee/Makefile
deleted file mode 100644
index 21d4101de3..0000000000
--- a/libee/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/03 09:10:38 asau Exp $
-#
-
-DISTNAME= libee-0.4.1
-CATEGORIES= sysutils
-MASTER_SITES= http://www.libee.org/files/download/
-
-MAINTAINER= bartosz.kuzma%gmail.com@localhost
-HOMEPAGE= http://www.libee.org/
-COMMENT= Event Expression Library inspired by CEE
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-testbench
-
-MAKE_JOBS_SAFE= no
-
-USE_LIBTOOL= yes
-USE_TOOLS+= bash pkg-config
-
-PKGCONFIG_OVERRIDE+= libee.pc.in
-
-.include "../../devel/libestr/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libee/PLIST b/libee/PLIST
deleted file mode 100644
index 3066dd34c3..0000000000
--- a/libee/PLIST
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/02/22 21:38:56 bartoszkuzma Exp $
-include/libee/apache.h
-include/libee/ctx.h
-include/libee/event.h
-include/libee/field.h
-include/libee/fieldbucket.h
-include/libee/fieldset.h
-include/libee/fieldtype.h
-include/libee/int.h
-include/libee/internal.h
-include/libee/libee.h
-include/libee/namelist.h
-include/libee/obj.h
-include/libee/parser.h
-include/libee/primitivetype.h
-include/libee/tag.h
-include/libee/tagbucket.h
-include/libee/tagset.h
-include/libee/timestamp.h
-include/libee/valnode.h
-include/libee/value.h
-include/libee/valuetype.h
-lib/libee.la
-lib/pkgconfig/libee.pc
-sbin/libee-convert
diff --git a/libee/buildlink3.mk b/libee/buildlink3.mk
deleted file mode 100644
index 1028810c92..0000000000
--- a/libee/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2011/04/18 13:42:33 bartoszkuzma Exp $
-
-BUILDLINK_TREE+= libee
-
-.if !defined(LIBEE_BUILDLINK3_MK)
-LIBEE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libee+= libee>=0.3.1
-BUILDLINK_ABI_DEPENDS.libee+= libee>=0.3.1
-BUILDLINK_PKGSRCDIR.libee?= ../../wip/libee
-
-.endif # LIBEE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libee
diff --git a/libee/distinfo b/libee/distinfo
deleted file mode 100644
index 60b6c42cc5..0000000000
--- a/libee/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2012/05/04 07:48:31 bartoszkuzma Exp $
-
-RMD160 (libee-0.4.1.tar.gz) = fdd462e0c177684646788cc8adf8158128ccd7eb
-SHA512 (libee-0.4.1.tar.gz) = 810cbca8077c975b045b6761de22642708b3555aa8959c17e6be3f3865612642176762ca4def09274a6291256608f11b5833bfaaa25ba0d66f71d0dee6f594d4
-Size (libee-0.4.1.tar.gz) = 357116 bytes
-SHA1 (patch-include__libee__libee.h) = 017d978d0406f53507656a2f9b52d4d9152147b6
diff --git a/libee/patches/patch-include__libee__libee.h b/libee/patches/patch-include__libee__libee.h
deleted file mode 100644
index adcb577e95..0000000000
--- a/libee/patches/patch-include__libee__libee.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-include__libee__libee.h,v 1.1 2012/02/06 19:54:41 fhajny Exp $
-
-Need sys/types.h for time_t on SunOS.
---- include/libee/libee.h.orig 2011-04-13 08:08:38.000000000 +0000
-+++ include/libee/libee.h
-@@ -153,6 +153,7 @@
- #ifndef LIBEE_H_INCLUDED
- #define LIBEE_H_INCLUDED
- #include <stdlib.h> /* we need size_t */
-+#include <sys/types.h>
- #include <libestr.h>
- #include "libee/obj.h"
- #include "libee/ctx.h"
Home |
Main Index |
Thread Index |
Old Index