summaryrefslogtreecommitdiffstats
path: root/japanese/kterm16c
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-071-2/+2
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* This port requires bdftopcf, so add explicit dependencyasami2000-08-301-4/+10
| | | | to XFree86-4-clients when XFREE86_VERSION=4.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Fix build error (distfiles sub-directory error).shige2000-07-251-1/+2
| | | | Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
* Fix unfetchable problem.shige2000-07-192-5/+5
| | | | Fix files/md5 (add subdir to distfiles' path).
* Remove empty fonts.dir file.asami2000-06-031-0/+1
| | | | Submitted by: bento
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-10/+5
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-7/+9
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Change termcap and resource.mharo2000-04-015-5/+4
| | | | | PR: 17370 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* kterm16c port. Files were repository copied from ports/japanese/kterm.motoyuki1999-02-1113-29/+392
| | | | | | | | | kterm16c is a 16 color-support version of kterm. It is useful for console hardcopy on a VGA terminal. 16 color patch was made by KANDA Toshihiro <candy@kgc.co.jp>. PR: 9976 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Add wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB.steve1998-12-236-13/+98
| | | | | PR: 9168 Submitted by: maintainer
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-251-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* NFS and xauth security patch included into PATCHFILES.itojun1997-10-172-1/+5
| | | | Submitted by: sanpei@jp.freebsd.org
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-141-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* Removed unnecessary @* directives.max1996-11-171-2/+0
|
* CATEGORIES+= -> CATEGORIES=max1996-11-111-2/+2
| | | | Inspired by: obrien
* Upgrade, 6.1.0 -> 6.2.0.asami1996-11-013-52/+20
|
* Add "jp-" in front of PKGNAME.asami1996-09-191-1/+2
|
* freefall.cdrom.com -> freefall.freebsd.orgasami1996-06-031-2/+2
|
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Clean up Makefiles, as per my promise.asami1995-04-071-3/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-311-0/+1
|
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Converted Makefiles as much as I could.asami1995-02-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Gloat about my new patch.asami1995-01-251-0/+8
|
* Minor cleanup.asami1995-01-251-3/+2
|
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofgpalmer1994-12-121-1/+0
| | | | these need to have INSTALL_MANPAGES= yes anymore.
* <Sigh> Another one that was refusing to install it's manpagegpalmer1994-11-231-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* kterm - Kanji xterm, version 6.1.0 for R6asami1994-11-185-0/+74
OpenPOWER on IntegriCloud