summaryrefslogtreecommitdiff
path: root/japanese/kterm/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix input problem while mouse pointer is left on scroll bar.Yoichi NAKAYAMA2002-05-151-1/+1
| | | | | | | | | PR: ports/37668 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Reviewed by: ports-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=59171
* Fix font foundary in fontList.Shigeyuki Fukushima2002-03-011-5/+10
| | | | | | | | | | | | Add jisx0213 patch. Add 16-colors patch from ports/kterm16c. PORTREVISION bump. Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Notes: svn path=/head/; revision=55377
* Revise KTerm resources for using fixed-pitch fonts.Shigeyuki Fukushima2001-06-221-1/+1
| | | | | | | | | PORTREVISION bump. Pointed by: knu Notes: svn path=/head/; revision=44323
* Fix XAWVER shlib version.Shigeyuki Fukushima2001-05-121-2/+2
| | | | | | | Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp> Notes: svn path=/head/; revision=42553
* PORTREVISION bump.Shigeyuki Fukushima2001-05-081-0/+1
| | | | | | | Pointed by: knu Notes: svn path=/head/; revision=42418
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.Satoshi Asami2000-10-071-2/+2
| | | | | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.) Notes: svn path=/head/; revision=33484
* Sychronize with neXtaw upgrade.Shigeyuki Fukushima2000-09-211-1/+1
| | | | | | | Submitted by: Masahide -mac- Noda <mac@clave.gr.jp> Notes: svn path=/head/; revision=32920
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-2/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-10/+5
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-8/+8
| | | | | | | | | | | 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. :) Notes: svn path=/head/; revision=27449
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Add MASTER_SITE_PORTS_JP to MASTER_SITES.Shigeyuki Fukushima1999-11-131-1/+2
| | | | Notes: svn path=/head/; revision=23055
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Fix unfetchable problem. Change PATCH_SITES.Shigeyuki Fukushima1999-07-131-5/+9
| | | | | | | Update wallpaper patch. Notes: svn path=/head/; revision=20180
* MAINTAINER changed, because I was a committer.Shigeyuki Fukushima1999-03-011-2/+2
| | | | Notes: svn path=/head/; revision=16961
* Add wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB.Steve Price1998-12-231-6/+47
| | | | | | | | PR: 9168 Submitted by: maintainer Notes: svn path=/head/; revision=15515
* Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1997-12-251-2/+2
| | | | | | | to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
* NFS and xauth security patch included into PATCHFILES.Jun-ichiro itojun Hagino1997-10-171-1/+4
| | | | | | | Submitted by: sanpei@jp.freebsd.org Notes: svn path=/head/; revision=8306
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4570
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Upgrade, 6.1.0 -> 6.2.0.Satoshi Asami1996-11-011-5/+11
| | | | Notes: svn path=/head/; revision=4238
* Add "jp-" in front of PKGNAME.Satoshi Asami1996-09-191-1/+2
| | | | Notes: svn path=/head/; revision=3812
* freefall.cdrom.com -> freefall.freebsd.orgSatoshi Asami1996-06-031-2/+2
| | | | Notes: svn path=/head/; revision=3165
* Clean up Makefiles, as per my promise.Satoshi Asami1995-04-071-3/+5
| | | | Notes: svn path=/head/; revision=1302
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Converted Makefiles as much as I could.Satoshi 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! Notes: svn path=/head/; revision=935
* Minor cleanup.Satoshi Asami1995-01-251-3/+2
| | | | Notes: svn path=/head/; revision=824
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofGary Palmer1994-12-121-1/+0
| | | | | | | these need to have INSTALL_MANPAGES= yes anymore. Notes: svn path=/head/; revision=558
* <Sigh> Another one that was refusing to install it's manpageGary Palmer1994-11-231-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=474
* kterm - Kanji xterm, version 6.1.0 for R6Satoshi Asami1994-11-181-0/+16
Notes: svn path=/head/; revision=410