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
kc24 Console based password storing application
2.4.2_3 security Deleted 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.4.2_3Version of this port present on the latest quarterly branch.
Maintainer: leva@ecentrum.hu search for ports maintained by this maintainer
Port Added: 2018-07-28 10:42:08
Last Update: 2023-01-13 12:26:32
Commit Hash: d4fef53
License: BSD2CLAUSE
WWW:
https://github.com/levaidaniel/kc
Description:
Console based password storing application using an encrypted XML document as its database.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/kc
  2. man/man1/kc.1.gz
  3. /usr/local/share/licenses/kc24-2.4.2_3/catalog.mk
  4. /usr/local/share/licenses/kc24-2.4.2_3/LICENSE
  5. /usr/local/share/licenses/kc24-2.4.2_3/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • kc24>0:security/kc24
Conflicts:
CONFLICTS:
  • kc
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: kc24
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1524229681 SHA256 (levaidaniel-kc-2.4.2_GH0.tar.gz) = ba769f9b7de4fa544bcd84fc9e94541aaa89cb8efb108579d96b68ee8015f43f SIZE (levaidaniel-kc-2.4.2_GH0.tar.gz) = 75286

Packages (timestamps in pop-ups are UTC):
kc24
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.4.2_1---2.4.2_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--2.4.2_3-----
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
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. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libxml2.so : textproc/libxml2
  2. libpcre.so : devel/pcre
  3. libscrypt.so : security/libscrypt
  4. libedit.so.0 : devel/libedit
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for kc24-2.4.2_3: PCRE=on: Use Perl Compatible Regular Expressions SCRYPT=on: Scrypt KDF support (needs libscrypt) ====> Command-line interface support: you can only select none or one of them LIBEDIT=on: Command line editing via libedit READLINE=off: Command line editing via libreadline ===> Use 'make config' to modify these settings
Options name:
security_kc24
USES:
pkgconfig ncurses ssl uidfix libedit
pkg-message:
For install:
IMPORTANT: kc v2.4 has introduced a new database file format that is incompatible with the older one (<2.4). Dump all your data to files before upgrading to version 2.4 and re-import: 1) Dump the old database with the old version of kc: $ kc -k ~/.kc/default.kcd Password: <example_chain% > dump kcdump Dump OK <example_chain% > quit $ ls kcdump.xml kcdump.xml 2) Make a backup, just in case $ mv ~/.kc/default.kcd ~/.kc/default.kcd-backup 3) Upgrade kc to version 2.4 4) Create a new, empty database file and import the dump $ kc Creating '~/.kc/default.kcd' Using '~/.kc/default.kcd' database. New password (empty to cancel): New password again (empty to cancel): <default% > importxml -k kcdump.xml Import OK <example_chain% > write Save OK <example_chain% > quit 5) Test if the import is ok 6) Remove the dump rm -P kcdump.xml
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/levaidaniel/kc/tar.gz/2.4.2?dummy=/
Collapse this list.
Port Moves
  • port moved to security/kc on 2023-01-13
    REASON: kc24 was a transient package to easy database migration. Rename to original name

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.2_3
13 Jan 2023 12:26:32
commit hash: d4fef53722a4be4afcfd38edea06e73daef97a3ecommit hash: d4fef53722a4be4afcfd38edea06e73daef97a3ecommit hash: d4fef53722a4be4afcfd38edea06e73daef97a3ecommit hash: d4fef53722a4be4afcfd38edea06e73daef97a3e files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Daniel
security/kc: update to 2.5.1

kc24 was a transient port to easy the migration of the database. Later on, the
original kc port was obsoleted. Rename kc24 to kc to match upstream again and
update to latest version.

PR:		268842
Reported by:	leva@ecentrum.hu (maintainer)
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.4.2_3
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.4.2_3
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

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

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.2_3
10 Apr 2022 19:11:41
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2.4.2_2
26 Mar 2022 08:27:27
commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52commit hash: 247c7db7513f1264922428278678da641c5a3f52 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
2.4.2_1
23 Sep 2021 16:22:54
commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29commit hash: 266130ce71ef2f1cd944a70789bf003da3254c29 files touched by this commit Sanity Test Failure
Baptiste Daroussin (bapt) search for other commits by this committer
ncurses: fix build with futur base and ports ncurses

in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
2.4.2_1
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.
2.4.2_1
27 Dec 2019 16:36:24
Revision:521010Original commit files touched by this commit
bapt search for other commits by this committer
Add missing USES=ncurses
Ensure the package is built against the proper version of ncurses
2.4.2_1
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
2.4.2_1
09 Apr 2019 14:04:50
Revision:498476Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2.4.2
28 Jul 2018 10:41:55
Revision:475519Original commit files touched by this commit
pi search for other commits by this committer
New port: security/kc24

Console based password storing application using an encrypted XML
document as its database.

WWW: https://github.com/levaidaniel/kc

Please read the UPDATING note!

PR:		222376
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>, Daniel <leva@ecentrum.hu>
(maintainer and upstream-author)
Relnotes:	https://github.com/levaidaniel/kc/blob/35656e47a36e96440eb5cc9e4f8a856856831e9a/Changelog

Number of commits found: 12