summaryrefslogtreecommitdiff
path: root/converters/kcc
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-06DISTFILE on ftp.sra.co.jp is newer than on ${MASTER_SITE_FREEBSD},obache3-13/+22
so change MASTER_SITES to only ftp.sra.co.jp and force to use newer one. As sccsid in source, ${MASTE_SITE_FREEBSD}'s one is 2.2, and sra's one is 2.3, so bump PKGVERSION to 2.3. This issue noticed by taca@ by private mail. While here, set LICENSE=gnu-gpl-v2, modify pach-aa to suppress some warings by addition of include stdlib.h.
2008-01-21Honor PKGMANDIR and add DESTDIR support.obache1-5/+7
2007-04-01Change my mail address to @NetBSD.org.obache1-2/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-02-11Imported kcc from pkgsrc-wip.rillig5-0/+75
Kcc is a kanji code converter and it's a program used to convert between various encodings used for Japanese character sets. It handles 7bit JIS, 8bit JIS, Shift JIS, EUC, and DEC. Packaged by OBATA Akio.