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
orcania Potluck with different functions for different purposes
2.3.3 devel 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 2.3.3Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-12-29 01:27:06
Last Update: 2023-09-17 12:03:03
Commit Hash: 7b65656
License: LGPL21
WWW:
https://github.com/babelouest/orcania
Description:
Orcania is a potluck with different functions for different purposes that can be shared among C programs. Here is a list of all modules: * string functions * split string and string array functions * _pointer_list structure * Memory functions * Base64 encode and decode functions More documentation at https://babelouest.github.io/orcania/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. /usr/local/share/licenses/orcania-2.3.3/catalog.mk
  2. /usr/local/share/licenses/orcania-2.3.3/LICENSE
  3. /usr/local/share/licenses/orcania-2.3.3/LGPL21
  4. bin/base64url
  5. include/orcania-cfg.h
  6. include/orcania.h
  7. lib/cmake/Orcania/OrcaniaConfig.cmake
  8. lib/cmake/Orcania/OrcaniaConfigVersion.cmake
  9. lib/cmake/Orcania/OrcaniaTargets-release.cmake
  10. lib/cmake/Orcania/OrcaniaTargets.cmake
  11. lib/liborcania.so
  12. lib/liborcania.so.2.3
  13. lib/liborcania.so.2.3.3
  14. libdata/pkgconfig/liborcania.pc
  15. share/man/man1/base64url.1.gz
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • orcania>0:devel/orcania
To install the port:
cd /usr/ports/devel/orcania/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/orcania
  • pkg install orcania
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: orcania
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1694950595 SHA256 (babelouest-orcania-v2.3.3_GH0.tar.gz) = e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626 SIZE (babelouest-orcania-v2.3.3_GH0.tar.gz) = 40916

Packages (timestamps in pop-ups are UTC):
orcania
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.32.3.3-2.3.32.3.3---
FreeBSD:13:quarterly2.3.32.3.32.3.22.3.32.3.32.3.32.3.32.3.3
FreeBSD:14:latest2.3.32.3.32.3.12.3.32.3.32.3.1-2.3.1
FreeBSD:14:quarterly2.3.32.3.3-2.3.32.3.32.3.32.3.32.3.3
FreeBSD:15:latest2.3.32.3.3n/a2.3.3n/a2.3.32.3.32.3.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Build
  1. devel/hoel
  2. devel/yder
  3. security/iddawc
  4. security/rhonabwy
  5. www/glewlwyd
  6. www/ulfius
for Libraries
  1. devel/hoel
  2. devel/yder
  3. multimedia/lebiniou
  4. security/iddawc
  5. security/rhonabwy
  6. www/ulfius
for Run
  1. www/glewlwyd

Configuration Options:
No options to configure
Options name:
devel_orcania
USES:
cmake pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/babelouest/orcania/tar.gz/v2.3.3?dummy=/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.3
17 Sep 2023 12:03:03
commit hash: 7b65656b92f2818c570351ee15853b2341e6d380commit hash: 7b65656b92f2818c570351ee15853b2341e6d380commit hash: 7b65656b92f2818c570351ee15853b2341e6d380commit hash: 7b65656b92f2818c570351ee15853b2341e6d380 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/orcania: Update to 2.3.3

ChangeLog: https://github.com/babelouest/orcania/releases/tag/v2.3.3
2.3.2
30 Jun 2023 13:17:30
commit hash: 52ba081c9e2cb4ec02276fff52c7b9635fecefd5commit hash: 52ba081c9e2cb4ec02276fff52c7b9635fecefd5commit hash: 52ba081c9e2cb4ec02276fff52c7b9635fecefd5commit hash: 52ba081c9e2cb4ec02276fff52c7b9635fecefd5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/orcania: Mark PIE_UNSAFE

cc: error: argument unused during compilation: '-pie'
[-Werror,-Wunused-command-line-argument]
ninja: build stopped: subcommand failed.

Approved by:	portmgr (blanket)
2.3.2
30 Jun 2023 07:08:25
commit hash: c078f8925a6edf2faca4d7e6e2c322cd861aad61commit hash: c078f8925a6edf2faca4d7e6e2c322cd861aad61commit hash: c078f8925a6edf2faca4d7e6e2c322cd861aad61commit hash: c078f8925a6edf2faca4d7e6e2c322cd861aad61 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/orcania: Use USES=pathfix to fix .pc installation

===>   File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig
       Applying fix but consider using USES= pathfix or adjust install path

Approved by:	portmgr (blanket)
2.3.2
26 Jun 2023 07:52:19
commit hash: 7c381ec1658969fa9fae162e068234a3f38b427dcommit hash: 7c381ec1658969fa9fae162e068234a3f38b427dcommit hash: 7c381ec1658969fa9fae162e068234a3f38b427dcommit hash: 7c381ec1658969fa9fae162e068234a3f38b427d files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/orcania: Update to 2.3.2

- Take maintainership

ChangeLog: https://github.com/babelouest/orcania/blob/master/CHANGELOG.md
2.3.1
26 May 2023 12:23:24
commit hash: b096af3b26a4a828400728f25feae41617dc3b34commit hash: b096af3b26a4a828400728f25feae41617dc3b34commit hash: b096af3b26a4a828400728f25feae41617dc3b34commit hash: b096af3b26a4a828400728f25feae41617dc3b34 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
www/glewlwyd: Give up maintainership

Give up maintainership of www/glewlwyd and related ports.

I no longer use this and have no interest/motivation to maintain them.
I hope someone can pick it up and get it working/up to date. It seems
like a good solution, but I cannot devote time to it.
2.3.1
21 Nov 2022 18:12:30
commit hash: 0f801ce53a885bee2a5d7297b0c3448743a18531commit hash: 0f801ce53a885bee2a5d7297b0c3448743a18531commit hash: 0f801ce53a885bee2a5d7297b0c3448743a18531commit hash: 0f801ce53a885bee2a5d7297b0c3448743a18531 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
devel/orcania: Update to 2.3.1

re: https://github.com/babelouest/orcania/releases
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)
2.3.0
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)
2.3.0
16 Jun 2022 12:07:11
commit hash: 6086207523181c0275f5fd537e57ac0c5e85b21dcommit hash: 6086207523181c0275f5fd537e57ac0c5e85b21dcommit hash: 6086207523181c0275f5fd537e57ac0c5e85b21dcommit hash: 6086207523181c0275f5fd537e57ac0c5e85b21d files touched by this commit
Dan Langille (dvl) search for other commits by this committer
devel/orcania: Update to 2.3.0

re: https://github.com/babelouest/orcania/releases/tag/v2.3.0
2.2.2
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
2.2.2
09 May 2022 01:47:30
commit hash: fc86b8f236946bf57e133ca90dc9b0737d69b685commit hash: fc86b8f236946bf57e133ca90dc9b0737d69b685commit hash: fc86b8f236946bf57e133ca90dc9b0737d69b685commit hash: fc86b8f236946bf57e133ca90dc9b0737d69b685 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
devel/orcania: Update to 2.2.2
2.2.1
29 Dec 2021 01:22:59
commit hash: 360f8d6391a5c63328ad3dc3642634e372bd04b7commit hash: 360f8d6391a5c63328ad3dc3642634e372bd04b7commit hash: 360f8d6391a5c63328ad3dc3642634e372bd04b7commit hash: 360f8d6391a5c63328ad3dc3642634e372bd04b7 files touched by this commit
Dan Langille (dvl) search for other commits by this committer
devel/orcania: New Port: Library of functions

Added because it is a dependency of www/glewlwyd - see upcoming commit

Number of commits found: 12