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
uniksc Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16
0.9 korean on this many watch lists=1 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 0.9Version 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: 2000-10-29 09:26:53
Last Update: 2022-07-20 14:22:13
Commit Hash: 2d165cf
Also Listed In: converters
License: not specified in port
Description:
uniksc converts data between Korean KSC-5601 and Unicode 3.0 UTF-16 character sets. Currently, it can convert all characters including Hanja in KSC-5601 to UTF-16 characters. Converting UTF-16 to KSC-5601 should work but is incomplete yet.
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 (4 items)
Collapse this list.
  1. bin/uniksc
  2. include/uniksc.h
  3. lib/libuniksc.so.0
  4. @ldconfig
Collapse this list.
Dependency lines:
  • ko-uniksc>0:korean/uniksc
To install the port:
cd /usr/ports/korean/uniksc/ && make install clean
To add the package, run one of these commands:
  • pkg install korean/uniksc
  • pkg install ko-uniksc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ko-uniksc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (uniksc-0.9.tar.gz) = 26a54b35e101aa3964c6e3c159cf8cb16f2ef5a770a7ff94ef2366b9751c0d1d SIZE (uniksc-0.9.tar.gz) = 35383

Packages (timestamps in pop-ups are UTC):
ko-uniksc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.90.90.90.90.9-0.9-
FreeBSD:13:quarterly0.90.90.90.90.90.90.90.9
FreeBSD:14:latest0.90.90.90.90.90.9-0.9
FreeBSD:14:quarterly0.90.9-0.90.90.90.90.9
FreeBSD:15:latest0.90.9n/a0.9n/a0.90.90.9
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
korean_uniksc
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9
20 Jul 2022 14:22:13
commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72commit hash: 2d165cffa8eca23bfb9e2e793b182add9e116a72 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
korean: remove 'Created by' lines

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

  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Hyogeol Lee <hyogeollee@gmail.com>
  *  Hyogeol, Lee <hyogeollee@gmail.com>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Junho CHOI <junho.choi@gmail.com>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Oh Junseon <hollywar@mail.holywar.net>
  *  Satoshi TAOKA <taoka@FreeBSD.org>

With hat:	portmgr
0.9
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.
0.9
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.9
30 May 2014 14:25:52
Revision:355850Original commit files touched by this commit
pawel search for other commits by this committer
Add staging support
0.9
05 May 2014 09:45:37
Revision:352986Original commit files touched by this commit
bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
0.9
20 Sep 2013 19:49:59
Revision:327739Original 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:
korean)
0.9
21 Jun 2013 17:53:22
Revision:321488Original commit files touched by this commit
bsam search for other commits by this committer
. incorporate PLIST_FILES;
. remove pkg-plist (3 lines).
0.9
17 Jun 2013 23:04:51
Revision:321160Original commit files touched by this commit
jkim search for other commits by this committer
Update e-mail address on behalf of cjh as he personally requested.
0.9
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.9
02 Jan 2010 18:14:36
Original commit files touched by this commit
linimon search for other commits by this committer
Reset cjh due to inactivity.  We hope to see him back again soon.

Hat:            portmgr
0.9
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
0.9
22 Jan 2006 12:40:32
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.9
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.9
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
0.9
04 Dec 2004 17:57:15
Original commit files touched by this commit
cjh search for other commits by this committer
Fix omitted dot. Oops.

Submitted by:   FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
0.9
04 Dec 2004 17:54:01
Original commit files touched by this commit
cjh search for other commits by this committer
Fix build in amd64.
PR:             ports/63414
Submitted by:   Hendrik Scholz <hendrik@scholz.net>
0.9
10 Apr 2004 16:07:10
Original commit files touched by this commit
trevor search for other commits by this committer
Trim whitespace.
0.9
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.9
14 Mar 2004 02:23:53
Original commit files touched by this commit
kris search for other commits by this committer
Fix build on amd64 (shared library objects must be compiled with -fPIC)
0.9
09 Sep 2003 10:06:41
Original commit files touched by this commit
cjh search for other commits by this committer
Fix distfiles location.
0.9
07 Mar 2003 06:05:19
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
20 Nov 2001 23:49:34
commit hash: fp1.20982@dev.null.freshports.orgcommit hash: fp1.20982@dev.null.freshports.orgcommit hash: fp1.20982@dev.null.freshports.orgcommit hash: fp1.20982@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
29 Oct 2000 12:26:53
commit hash: fp1.5652@dev.null.freshports.orgcommit hash: fp1.5652@dev.null.freshports.orgcommit hash: fp1.5652@dev.null.freshports.orgcommit hash: fp1.5652@dev.null.freshports.org files touched by this commit
cjh search for other commits by this committer
Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16    

Number of commits found: 23