derived from MAngband (Multiplayer-Angband).
TomeNET loosely bases on the stories of J.R.R. Tolkien mainly
"The Lord Of The Rings", hence the name "the Troubles of Middle
Earth" or alternatively "the Tales of Middle Earth".
WWW: http://tomenet.net/
Note: only the curses interface is available with this port.
Adding support for graphical interface using X11 is not planned
for now on because I could not easily test it.
- Trim master sites, add icon
- Trim to use default permissions for licenses, if not defined
- Trim dependency for ${PYGAME}
- Trim docs, not install COPYING INSTALL into DOCSDIR and mute dir install
- Add Desktop entry file
- Trim files/patch-Makefile for right installation
- Trim pkg-plist, share/games/monsterz --> DATADIR
Approved by: wxs (mentor)
There were a few problems with the dependency definitions of freetennis.
The ocaml-images dependency is a static build dependency, and not a RUN
DEPENDS. Secondly, a specific static library is specified, but no
library of that name exists, at least not for the upcoming ocaml-images
4.0. Freetennis really wants the entire directory, so ocaml-images has
been changed to a package depends instead of a file depends. It's been
tested with ocaml-images 4.0 (DragonFly) and ocaml-images 3.0 (FreeBSD/
Redports).
Approved by: bapt/culot (mentors, implicit)
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
- Change MASTER_SITES to the new location
- Pass maintainership to the submitter
PR: ports/181256
Submitted by: David Demelier <demelier.david gmail.com>
choppy sound (when using standard OSS API). It happens because the
SNDCTL_DSP_GETOSPACE ioctl() was issued before setting other important
parameters; to remedy the problem, it should be moved below the mmap()
call. While here, cleanup few more potential problems: avoid using
AFMT_S16_LE as it would break on big-endian machines, align mmap()'ed
buffer to the page size, and fix resource leaks here and there.
- In the port's Makefile: bump PORTREVISION and convert USE_GMAKE
Submitted by: Ozkan Sezer (via icculus.org quake2 mailing list)
jpeg_mem_src() collision) [*]
- Use new syntax when setting LIB_DEPENDS (per r322328)
- Get rid of TGTDIR, cleanup Makefile a bit while here
- Reduce the differences between games/quake2lnx and games/quake2max
Reported by: tigerby on #bsdports [*]
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)
Approved by: lth@ (maintainer)
value of USE_GL (normally this goes unnoticed because SDL pulls libGLU.so
by default via USE_GL=yes, but shows up if using OpenGL-less SDL package)
- Convert USE_GMAKE, cleanup Makefile and port description while here