aboutsummaryrefslogtreecommitdiff
path: root/japanese/nethack34
Commit message (Collapse)AuthorAgeFilesLines
...
* Define USE_BISON.Akinori MUSHA2002-07-251-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=63547
* Add JNetHack 3.4.0-0.6. This port was repocopied fromAkinori MUSHA2002-07-0717-541/+453
| | | | | | | japanese/nethack(32), but is mostly based on games/nethack34. Notes: svn path=/head/; revision=62570
* - Add a patch to unbreak the port.Akinori MUSHA2002-03-312-2/+13
| | | | | | | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES. Notes: svn path=/head/; revision=57051
* user.group -> user:group in chown call(s).Dima Dorfman2001-07-261-1/+1
| | | | Notes: svn path=/head/; revision=45498
* remove share/examples/ja if empty.FUJISHIMA Satsuki2001-01-211-0/+1
| | | | Notes: svn path=/head/; revision=37410
* remove duplicate entries.FUJISHIMA Satsuki2001-01-131-16/+13
| | | | | | | sort pkg-plist. Notes: svn path=/head/; revision=37170
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-121-1/+8
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+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
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-4/+4
| | | | | | | | | | | 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
* Use "byacc" instead of "bison -y"R. Imura2000-02-121-0/+13
| | | | | | | | PR: 16664 Submitted by: Akinori MUSHA <knu@idaemons.org> Notes: svn path=/head/; revision=25716
* 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
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* More WWW: additionsMichael Haro1999-05-071-2/+1
| | | | Notes: svn path=/head/; revision=18580
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* fix permissions when using packageSeiichirou Hiraoka1998-12-051-0/+5
| | | | Notes: svn path=/head/; revision=15130
* Add pkg/DESCR URL about original nethackSeiichirou Hiraoka1998-11-221-0/+3
| | | | Notes: svn path=/head/; revision=14765
* Add pkg/MESSAGESeiichirou Hiraoka1998-11-221-0/+6
| | | | Notes: svn path=/head/; revision=14764
* Add README how to play on X written in japanese.Fix patchesSeiichirou Hiraoka1998-11-227-149/+193
| | | | Notes: svn path=/head/; revision=14763
* Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or laterSeiichirou Hiraoka1998-11-203-3/+27
| | | | Notes: svn path=/head/; revision=14728
* Mark BROKEN for ELF. Lib Sm and LibICEJustin M. Seger1998-10-161-1/+3
| | | | Notes: svn path=/head/; revision=14052
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Remove man page entries from the PLIST and define MAN? in the Makefile.Masafumi Max NAKANE1998-08-311-5/+0
| | | | Notes: svn path=/head/; revision=12969
* Upgrade, 1.0.5.4.1 (3.2.1 base) -> 1.0.5.19970924 (3.2.2 base).Masafumi Max NAKANE1997-11-293-11/+11
| | | | Notes: svn path=/head/; revision=8899
* Correctly set the file mode for score files.Masafumi Max NAKANE1997-10-151-4/+6
| | | | | | | | | | PR: 4174 Pointed out by: Kazushi Nakamura <nkazushi@highway.or.jp> Also, add @dirrm to remove the jnethackdir directory. Notes: svn path=/head/; revision=8283
* 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 ${SH} from bsd.port.mk instead of locally defined ${SHELL}.Masafumi Max NAKANE1997-07-121-3/+2
| | | | Notes: svn path=/head/; revision=7297
* Upgrade, 1.0.5.4 -> 1.0.5.4.1.Masafumi Max NAKANE1996-12-303-5/+6
| | | | Notes: svn path=/head/; revision=5130
* Moved around the @exec mkdir ... line so that it won't fail toMasafumi Max NAKANE1996-12-281-1/+1
| | | | | | | | | mkdir lib/jnethackdir/save when you do pkg_add this package for the first time. Reminded by: asami Notes: svn path=/head/; revision=5116
* Upgrade, 1.0.5.3-beta-960925 -> 1.0.5.4.Masafumi Max NAKANE1996-12-163-8/+7
| | | | Notes: svn path=/head/; revision=4983
* PATCH_SITES was wrong.Masafumi Max NAKANE1996-11-301-2/+2
| | | | Notes: svn path=/head/; revision=4720
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-9/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1996-11-021-8/+6
| | | | Notes: svn path=/head/; revision=4265
* Upgrade, 1.0.5.2 -> 1.0.5.3-beta-960925.Masafumi Max NAKANE1996-10-054-10/+11
| | | | Notes: svn path=/head/; revision=3917
* Don't forget to compress dlb.6.Satoshi Asami1996-09-211-1/+2
| | | | Notes: svn path=/head/; revision=3827
* Updated Masafumi NAKANE's E-mail address.Masafumi Max NAKANE1996-09-171-2/+2
| | | | Notes: svn path=/head/; revision=3797
* 1.0.5.2.2 (beta) -> 1.0.5.2.Masafumi Max NAKANE1996-09-173-11/+7
| | | | Notes: svn path=/head/; revision=3793
* Upgrade, 1.0.3 -> 1.0.5.2.2. It's beta, but who cares, it's nethack! :)Satoshi Asami1996-08-309-157/+331
| | | | | | | Submitted by: max@sfc.wide.ad.jp Notes: svn path=/head/; revision=3724
* NCFTPFLAGS -> FETCH_BEFORE_ARGSGary Palmer1996-06-261-2/+2
| | | | Notes: svn path=/head/; revision=3288
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-1/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Doh! WTH was -I/usr/local/X11R6/include doing here!Satoshi Asami1995-08-251-1/+1
| | | | Notes: svn path=/head/; revision=2106
* Forgot to update the checksum of the patch file....Satoshi Asami1995-08-251-1/+1
| | | | Notes: svn path=/head/; revision=2105
* Make nethack happy with job controls (especially ^Z).Satoshi Asami1995-06-221-1/+2
| | | | | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=1861
* Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.Satoshi Asami1995-06-193-6/+6
| | | | | | | patch-ag is now part of the distribution. Notes: svn path=/head/; revision=1842
* Add "NCFTPFLAGS=-NP", seems like they are behind a firewall.Satoshi Asami1995-05-141-1/+2
| | | | Notes: svn path=/head/; revision=1739