notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sqlite-ext-miscfuncs Math, string, and aggregate function library for SQLite
1.1_2 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-03-05 19:29:51
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: not specified in port
WWW:
https://www.sqlite.org/contrib
Description:
Provide mathematical, string and aggregate functions for SQL queries using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. libexec/sqlite-ext/libsqlitemiscfuncs.so
Collapse this list.
Dependency lines:
  • sqlite-ext-miscfuncs>0:databases/sqlite-ext-miscfuncs
To install the port:
cd /usr/ports/databases/sqlite-ext-miscfuncs/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/sqlite-ext-miscfuncs
  • pkg install sqlite-ext-miscfuncs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sqlite-ext-miscfuncs
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (sqlite-ext/extension-functions-1.1.c) = 991b40fe8b2799edc215f7260b890f14a833512c9d9896aa080891330ffe4052 SIZE (sqlite-ext/extension-functions-1.1.c) = 52188

Packages (timestamps in pop-ups are UTC):
sqlite-ext-miscfuncs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1_21.1_21.1_21.1_21.1_2-1.1_2-
FreeBSD:13:quarterly1.1_21.1_21.1_21.1_21.1_21.1_21.1_21.1_2
FreeBSD:14:latest1.1_21.1_21.1_21.1_21.1_21.1_2-1.1_2
FreeBSD:14:quarterly1.1_21.1_2-1.1_21.1_21.1_21.1_21.1_2
FreeBSD:15:latest1.1_21.1_2n/a1.1_2n/a1.1_21.1_21.1_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for sqlite-ext-miscfuncs-1.1_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_sqlite-ext-miscfuncs
USES:
localbase sqlite
pkg-message:
For install:
Loading extensions is by default prohibited as a security measure; see "Security Considerations" in http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions. If the sqlite3 program and library are built this way, you cannot use these functions from the program, you must write your own program using the sqlite3 API, and call sqlite3_enable_load_extension as described above, or else rebuilt the sqlite3 program to allow loadable extensions.
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/glarkin/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/glarkin/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/glarkin/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/glarkin/
  5. http://www.sourcehosting.net/freebsd/distfiles/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_2
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1_2
03 Dec 2019 09:40:32
Revision:518922Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Simplify extraction
- Switch to USES=localbase (and fix PREFIX vs. LOCALBASE misuse)
- Unsilence build and installation
- User proper command for library installation
- Respect LDFLAGS
- Update WWW
1.1_2
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
1.1_2
10 Jun 2018 04:43:52
Revision:472113Original commit files touched by this commit
yuri search for other commits by this committer
databases/sqlite-ext-miscfuncs: Remove USE_LDCONFIG

SQLite extensions are loaded with the full path to the shared library.
1.1_1
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
1.1_1
25 Apr 2016 16:13:39
Revision:414014Original commit files touched by this commit
mat search for other commits by this committer
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
1.1_1
20 Dec 2014 17:40:54
Revision:375020Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1_1
04 Jul 2014 09:41:00
Revision:360588Original commit files touched by this commit
tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
1.1
03 Jul 2014 21:48:44
Revision:360463Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
1.1
16 May 2014 03:11:14
Revision:354192Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
1.1
16 Dec 2013 18:24:49
Revision:336656Original commit files touched by this commit
glarkin search for other commits by this committer
[Errno 11] Resource Temporarily Unavailable

Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
1.1
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.1
03 Jun 2010 14:28:03
Original commit files touched by this commit
glarkin search for other commits by this committer
- Upgraded to latest version 1.1 (made up since distfile is not under
  revision control).  Upstream argument assertion fix in square root
  function.
1.0_1
03 Jun 2010 14:24:13
Original commit files touched by this commit
glarkin search for other commits by this committer
- Added distfile version numbering so older versions can be installed
  without running into checksum errors.
1.0
05 Mar 2010 19:52:24
Original commit files touched by this commit
glarkin search for other commits by this committer
- Fixed the fetch URL

Feature safe:   yes
1.0
05 Mar 2010 19:29:17
Original commit files touched by this commit
glarkin search for other commits by this committer
Provide mathematical, string and aggregate functions for SQL queries
using the SQLite loadable extensions mechanism.

Math functions:

  acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference,
  degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth,
  exp, log, log10, power, sign, sqrt, square, ceil, floor, pi

String functions:

  replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim,
  replace, reverse, proper, padl, padr, padc, strfilter

Aggregate functions:

  stdev, variance, mode, median, lower_quartile, upper_quartile

WWW: http://www.sqlite.org/contrib

Submitted by:   myself (glarkin)
Feature safe:   yes

Number of commits found: 20