summaryrefslogtreecommitdiff
path: root/japanese/nethack32 (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-05-22I have not been, nor will I be actively maintaining this port.Masafumi Max NAKANE1-1/+1
So turn this over to ports@. Notes: svn path=/head/; revision=81656
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
2002-07-07Rename nethack to nethack32 (w/ a repocopy) and define NO_LATEST_LINK, inAkinori MUSHA1-0/+2
preparation for the forthcoming import of nethack34. Notes: svn path=/head/; revision=62569
2002-03-31- Add a patch to unbreak the port.Akinori MUSHA2-2/+13
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES. Notes: svn path=/head/; revision=57051
2001-07-26user.group -> user:group in chown call(s).Dima Dorfman1-1/+1
Notes: svn path=/head/; revision=45498
2001-01-21remove share/examples/ja if empty.FUJISHIMA Satsuki1-0/+1
Notes: svn path=/head/; revision=37410
2001-01-13remove duplicate entries.FUJISHIMA Satsuki1-16/+13
sort pkg-plist. Notes: svn path=/head/; revision=37170
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami1-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
2000-09-12Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami1-1/+8
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
2000-08-03(1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami1-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
2000-04-11Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA1-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
2000-02-12Use "byacc" instead of "bison -y"R. Imura1-0/+13
PR: 16664 Submitted by: Akinori MUSHA <knu@idaemons.org> Notes: svn path=/head/; revision=25716
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-05-07More WWW: additionsMichael Haro1-2/+1
Notes: svn path=/head/; revision=18580
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1-1/+2
Notes: svn path=/head/; revision=16378
1998-12-05fix permissions when using packageSeiichirou Hiraoka1-0/+5
Notes: svn path=/head/; revision=15130
1998-11-22Add pkg/DESCR URL about original nethackSeiichirou Hiraoka1-0/+3
Notes: svn path=/head/; revision=14765
1998-11-22Add pkg/MESSAGESeiichirou Hiraoka1-0/+6
Notes: svn path=/head/; revision=14764
1998-11-22Add README how to play on X written in japanese.Fix patchesSeiichirou Hiraoka7-149/+193
Notes: svn path=/head/; revision=14763
1998-11-20Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or laterSeiichirou Hiraoka3-3/+27
Notes: svn path=/head/; revision=14728
1998-10-16Mark BROKEN for ELF. Lib Sm and LibICEJustin M. Seger1-1/+3
Notes: svn path=/head/; revision=14052
1998-09-17Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1-2/+2
in the first place. Notes: svn path=/head/; revision=13190
1998-09-15libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1-2/+2
ELF conversion. Notes: svn path=/head/; revision=13144
1998-08-31Remove man page entries from the PLIST and define MAN? in the Makefile.Masafumi Max NAKANE1-5/+0
Notes: svn path=/head/; revision=12969
1997-11-29Upgrade, 1.0.5.4.1 (3.2.1 base) -> 1.0.5.19970924 (3.2.2 base).Masafumi Max NAKANE3-11/+11
Notes: svn path=/head/; revision=8899
1997-10-15Correctly set the file mode for score files.Masafumi Max NAKANE1-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
1997-09-14Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1-2/+2
for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
1997-07-12Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.Masafumi Max NAKANE1-3/+2
Notes: svn path=/head/; revision=7297
1996-12-30Upgrade, 1.0.5.4 -> 1.0.5.4.1.Masafumi Max NAKANE3-5/+6
Notes: svn path=/head/; revision=5130
1996-12-28Moved around the @exec mkdir ... line so that it won't fail toMasafumi Max NAKANE1-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
1996-12-16Upgrade, 1.0.5.3-beta-960925 -> 1.0.5.4.Masafumi Max NAKANE3-8/+7
Notes: svn path=/head/; revision=4983
1996-11-30PATCH_SITES was wrong.Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=4720
1996-11-18Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4571
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1-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
1996-11-11CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1-2/+2
Inspired by: obrien Notes: svn path=/head/; revision=4399
1996-11-02Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1-8/+6
Notes: svn path=/head/; revision=4265
1996-10-05Upgrade, 1.0.5.2 -> 1.0.5.3-beta-960925.Masafumi Max NAKANE4-10/+11
Notes: svn path=/head/; revision=3917
1996-09-21Don't forget to compress dlb.6.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=3827
1996-09-17Updated Masafumi NAKANE's E-mail address.Masafumi Max NAKANE1-2/+2
Notes: svn path=/head/; revision=3797
1996-09-171.0.5.2.2 (beta) -> 1.0.5.2.Masafumi Max NAKANE3-11/+7
Notes: svn path=/head/; revision=3793
1996-08-30Upgrade, 1.0.3 -> 1.0.5.2.2. It's beta, but who cares, it's nethack! :)Satoshi Asami9-157/+331
Submitted by: max@sfc.wide.ad.jp Notes: svn path=/head/; revision=3724
1996-06-26NCFTPFLAGS -> FETCH_BEFORE_ARGSGary Palmer1-2/+2
Notes: svn path=/head/; revision=3288
1995-11-13Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1-1/+0
Reported by: jkh Notes: svn path=/head/; revision=2415
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-08-25Doh! WTH was -I/usr/local/X11R6/include doing here!Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=2106
1995-08-25Forgot to update the checksum of the patch file....Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=2105
1995-06-22Make nethack happy with job controls (especially ^Z).Satoshi Asami1-1/+2
Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=1861
1995-06-19Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.Satoshi Asami3-6/+6
patch-ag is now part of the distribution. Notes: svn path=/head/; revision=1842