non port: games/nlarn/Makefile |
SVNWeb
|
Number of commits found: 17 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 17 Oct 2021
|
[ 10:30 Vinícius Zavam (egypcio) ] 7fb67a9 (Only the first 10 of 34 ports in this commit are shown above. )
games/nlarn: update 0.7.3 to 0.7.6
- patch applied with changes;
- this port now uses 'localbase' and 'ncurses:port'
- build fine for 12, 13 and 14.
RELEASE NOTES
* https://nlarn.github.io/news/2020/05/23/release-0.7.6
Reported by: Alex <r7st.guru % gmail.com>
PR: 257088
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 30 Sep 2020
|
[ 10:49 se ]
Fix build with -fno-common
|
Tue, 29 Jan 2019
|
[ 15:01 egypcio ]
games/nlarn: update 0.7.2_1 to 0.7.3
Makefile
- adopt this port; portlint OK;
- it now uses GitHub (following upstream's announce);
- lua:51 changed to lua:53;
- USES now has gnome (USE_GNOME= glib20);
- unsilent patching and reinplaces.
files/*
- all patches removed after comparing with upstream code;
- ran game locally on workstation, after building with new patch (OK).
pkg-descr
- updated WWW.
https://nlarn.github.io/news/2018/09/08/release-0.7.3
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18857
|
Thu, 17 May 2018
|
[ 09:56 tz ]
Drop MAINTAINERship for these ports:
- databases/postgresql-plproxy
- devel/fpp
- devel/gnu-efi
- games/nlarn
- games/wesnoth
- mail/phpmailer
- mail/tlb
- ports-mgmt/pkg-plist
- sysutils/battray
- textproc/xml-parse.el
|
Sun, 20 Nov 2016
|
[ 13:45 marino ]
games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement
Approved by: ncurses blanket
|
Fri, 10 Jun 2016
|
[ 09:08 tz ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor)
|
Fri, 6 Nov 2015
|
[ 19:29 dim ]
Fix a number of uninitialized variable warnings in games/nlarn. Also
reset the maintainer to Torsten Zuhlsdorff, and bump the port revision.
PR: 202499
MFH: 2015Q4
|
Sun, 1 Jun 2014
|
[ 21:11 antoine ]
Unbreak, it seems it wants lua51
Reported by: pkg-fallout
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Tue, 23 Apr 2013
|
[ 10:47 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Convert g* to USES=pkgconfig
|
Thu, 28 Mar 2013
|
[ 15:40 pawel ]
Update to version 0.7.2
PR: ports/176785
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: maintainer timeout
|
Fri, 8 Mar 2013
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
Sat, 28 Jan 2012
|
[ 10:29 miwi ]
NLarn is a roguelike game and as such a remake of the classic game Larn.
Very noticeable differences to the original so far include:
- advanced user interface
- extremely different item handling
- extended monster AI
- a real town
- colour
WWW: http://nlarn.sourceforge.net/
PR: ports/162393
Submitted by: Martin Tournoij <martin@arp242.net>
|
Number of commits found: 17 |