Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2025 11:06:26 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5aa4c8ab14d - main - devel/ksql: Remove expired port
Message-ID:  <202506301106.55UB6QWH099559@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5aa4c8ab14d412ea2d11fe2eabca2ebfa305b3c

commit c5aa4c8ab14d412ea2d11fe2eabca2ebfa305b3c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-30 11:05:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-30 11:06:12 +0000

    devel/ksql: Remove expired port
    
    2025-06-30 devel/ksql: Last activity upstream 7 years ago, unmaintained in tree for several years and no consumers
---
 MOVED                |  1 +
 devel/Makefile       |  1 -
 devel/ksql/Makefile  | 24 ------------------------
 devel/ksql/distinfo  |  3 ---
 devel/ksql/pkg-descr |  6 ------
 devel/ksql/pkg-plist | 23 -----------------------
 6 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/MOVED b/MOVED
index 16513c815975..9a85b1fd86a1 100644
--- a/MOVED
+++ b/MOVED
@@ -4586,3 +4586,4 @@ devel/glui||2025-06-30|Has expired: Abandoned upstream, outdated, last release i
 databases/gnats4||2025-06-30|Has expired: Abandoned upstream, last release in 2015 and last activity about 9 years ago
 databases/gnatsweb4||2025-06-30|Has expired: Abandoned upstream, last release in 2015 and no active development in the last 10 years
 security/libcryptui||2025-06-30|Has expired: abandoned project
+devel/ksql||2025-06-30|Has expired: Last activity upstream 7 years ago, unmaintained in tree for several years and no consumers
diff --git a/devel/Makefile b/devel/Makefile
index 83b24d06f7a3..7e06cca2478d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1186,7 +1186,6 @@
     SUBDIR += kopeninghours
     SUBDIR += kpublictransport
     SUBDIR += kronosnet
-    SUBDIR += ksql
     SUBDIR += ktextaddons
     SUBDIR += kyra
     SUBDIR += kyua
diff --git a/devel/ksql/Makefile b/devel/ksql/Makefile
deleted file mode 100644
index ca4e2c415944..000000000000
--- a/devel/ksql/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	ksql
-PORTVERSION=	0.3.5
-PORTREVISION=	1
-CATEGORIES=	devel databases
-MASTER_SITES=	http://kristaps.bsd.lv/ksql/snapshots/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Lazy man's wrapper for the SQLite C API
-WWW=		https://kristaps.bsd.lv/ksql/
-
-LICENSE=	ISCL
-
-DEPRECATED=	Last activity upstream 7 years ago, unmaintained in tree for several years and no consumers
-EXPIRATION_DATE=2025-06-30
-
-USES=		localbase:ldflags sqlite
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	PREFIX="${PREFIX}" LDFLAGS="${LDFLAGS}" MANDIR="${PREFIX}/share/man"
-
-do-test:
-	@cd ${WRKSRC} && ./test
-
-.include <bsd.port.mk>
diff --git a/devel/ksql/distinfo b/devel/ksql/distinfo
deleted file mode 100644
index 741e6bc67181..000000000000
--- a/devel/ksql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1546153816
-SHA256 (ksql-0.3.5.tar.gz) = 8db29bf3af8a8af0b151efbcc0e9a908851e03b387601fda185cb06326501cb5
-SIZE (ksql-0.3.5.tar.gz) = 52511
diff --git a/devel/ksql/pkg-descr b/devel/ksql/pkg-descr
deleted file mode 100644
index c1924ff1ea32..000000000000
--- a/devel/ksql/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Ksql is a "lazy man's" wrapper for the SQLite C API.  It is written to
-make sure sloppy programming won't cause your SQLite database to be
-inconsistent (transactions and statements open on exit and certain
-signals).  Specifically, it exits on any database errors; and upon
-exit (or signal), cleans up open statements, transactions, and
-databases.
diff --git a/devel/ksql/pkg-plist b/devel/ksql/pkg-plist
deleted file mode 100644
index 6867b530147d..000000000000
--- a/devel/ksql/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-include/ksql.h
-lib/libksql.a
-share/man/man3/ksql.3.gz
-share/man/man3/ksql_alloc.3.gz
-share/man/man3/ksql_alloc_child.3.gz
-share/man/man3/ksql_bind_double.3.gz
-share/man/man3/ksql_cfg_defaults.3.gz
-share/man/man3/ksql_close.3.gz
-share/man/man3/ksql_exec.3.gz
-share/man/man3/ksql_free.3.gz
-share/man/man3/ksql_lastid.3.gz
-share/man/man3/ksql_open.3.gz
-share/man/man3/ksql_result_double.3.gz
-share/man/man3/ksql_role.3.gz
-share/man/man3/ksql_stmt_alloc.3.gz
-share/man/man3/ksql_stmt_double.3.gz
-share/man/man3/ksql_stmt_free.3.gz
-share/man/man3/ksql_stmt_reset.3.gz
-share/man/man3/ksql_stmt_step.3.gz
-share/man/man3/ksql_trace.3.gz
-share/man/man3/ksql_trans_commit.3.gz
-share/man/man3/ksql_trans_open.3.gz
-share/man/man3/ksql_untrace.3.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506301106.55UB6QWH099559>