summaryrefslogtreecommitdiff
path: root/print/cnprint
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-3/+3
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2018-01-01Sort PLIST files.rillig1-3/+3
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-01-19Convert all occurrences (353 by my count) ofagc1-5/+5
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+16
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 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.
2014-12-21MASTER_SITES updated. Those were Server Unknown status.mef1-4/+4
2014-12-21HOMEPAGE moved. Old one is still good, but said moved.mef1-2/+2
2013-04-06'Please use "${TRUE}" instead of "true".'rodent1-3/+3
2013-01-11Prefer gzcat + plain tar over gtar. Honour CFLAGS.joerg1-8/+8
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-02-11DESTDIR supportjoerg1-10/+11
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-2/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+2
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-02-24Add RMD160 digests.agc1-1/+16
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-01Make hbf.tar.gz's sha1 match the one from ftp.netbsd.org.wiz1-2/+2
hbf.tar.gz seems to get generated automatically by tarring up the directory on the distribution site. XXX: This should be fixed, the files in that dir haven't changed for ca. 5 years now.
2002-07-02Add cnprint-3.30b: Print & convert CJK style text to PostScripthubertf5-0/+146
CNPRINT is a utility to print Chinese/Japanese/Korean (CJK) text (or convert to PostScript) under DOS, VMS and UNIX systems. It works just as a print command on your system. Currently GB, Hz, zW, BIG5, CNS, JIS, EUC, Shift-JIS, KSC, UTF8, UTF7 and UTF16 formats are supported. CNPRINT also has many other features, among them: * print all CJK codes using a single Unicode CJK font * print GB using Big5 fonts or print Big5 using GB fonts * multiple columns, vertical printing, change font or character size within document * phrase-based GB<->BIG5 conversions * built-in HZ<->GB conversion * repair/re-format functions for CJK text * envelope and address label printing * decode MIME quoted printable (=20=3C=5E like text) * true type fonts (TTF) support With its full Unicode support, it should be able to print other language (e.g. Thai, Vietnames, Arabic as well). For more information, please read the help file. Package created after reading Hal Snyder's excellent article on DaemonNews: http://ezine.daemonnews.org/200202/japanese-netbsd.html