aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-30 11:05:52 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-30 11:06:12 +0000
commitc5aa4c8ab14d412ea2d11fe2eabca2ebfa305b3c (patch)
treedc3c660ed49083c5a91f90c5c4c14a114142fc0c
parent21bdea147d8fe80cfe5baef5fa8c8873772ab2cb (diff)
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
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ksql/Makefile24
-rw-r--r--devel/ksql/distinfo3
-rw-r--r--devel/ksql/pkg-descr6
-rw-r--r--devel/ksql/pkg-plist23
6 files changed, 1 insertions, 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