summaryrefslogtreecommitdiff
path: root/japanese/nethack34 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to JNetHack 3.4.1-0.4 and bump PORTREVISION.Akinori MUSHA2003-10-182-16/+59
| | | | | | | | Since games/nethack34 is now at 3.4.2, make this port a non-slave, independent port. Notes: svn path=/head/; revision=91559
* Use MASTER_SITE_SOURCEFORGE_JP.Akinori MUSHA2003-09-061-1/+2
| | | | Notes: svn path=/head/; revision=88649
* Update to jnethack 3.4.1-0.2.Akinori MUSHA2003-06-208-46/+70
| | | | Notes: svn path=/head/; revision=83356
* De-pkg-comment nethack34 master-slave ports.Akinori MUSHA2003-02-182-2/+1
| | | | Notes: svn path=/head/; revision=75781
* Add a patch that fixes a locally-exploitable buffer overflow reportedAkinori MUSHA2003-02-112-1/+21
| | | | | | | | | | | | on BugTraq: http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0 Bump PORTREVISION accordingly. Obtained from: games/nethack34 (roam) Notes: svn path=/head/; revision=75297
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-101-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Remove an unused directory after installation.Akinori MUSHA2003-01-141-0/+2
| | | | Notes: svn path=/head/; revision=73117
* Update to jnethack-3.4.0-0.9.Akinori MUSHA2003-01-014-19/+7
| | | | Notes: svn path=/head/; revision=72042
* Update to jnethack-3.4.0-0.8.Akinori MUSHA2002-09-162-4/+4
| | | | Notes: svn path=/head/; revision=66426
* Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable.Akinori MUSHA2002-08-121-0/+2
| | | | Notes: svn path=/head/; revision=64454
* Synchronize with games/nethack34.Akinori MUSHA2002-08-127-172/+200
| | | | | | | | | | | | | | - Don't pretend we are SysV. We are BSD. - Make the install directory and the program name configurable. We'll change the defaults in future so one can install multiple versions of nethack at a time. - Do not mercilessly remove non-empty logfile and record on deinstallation. Notes: svn path=/head/; revision=64452
* Update to 3.4.0-0.7.Akinori MUSHA2002-08-032-3/+5
| | | | Notes: svn path=/head/; revision=63925
* 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