Commit graph

12260 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b61557c436 - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2013-03-12 17:16:37 +00:00
David Naylor
3734140237 Update games/knights-kde4 to 2.5.0: unbreak build, make port DOCS, NLS aware.
ChangeLog:
Version 2.5.0: Port to new KDEGames library, compatible with KDE 4.9

Version 2.4.2: A handful of usability fixes

Version 2.4.1 introduces support for the UCI protocol, setting the difficulty
level of chess engines, game history display, and loading and saving PGN files.

Version 2.4.0 brings voice support, possibility of external control by dbus,
and a couple of bug fixes.

Version 2.3.2 is a bugfix release with several fixes, mostly by Dave Kaye.
It fixes drag-coused freezes, dropping pieces outside of the board, and a theme
appearing twice in the selection dialog.

Approved by:	eadler (mentor), syncer@gmail.com (maintainer timeout: 2 weeks)
2013-03-11 17:38:33 +00:00
Alexey Dokuchaev
8b9f87c788 - Trim the Makefile header
- Drop an article from COMMENT
- Convert to OptionsNG
2013-03-11 01:38:26 +00:00
Beech Rintoul
c5d040896b - Update to 1.1.1.3
PR:		ports/176815
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-10 21:50:38 +00:00
Dmitry Marakasov
928ac34ec2 - Update to 0.59_beta10 2013-03-10 04:24:37 +00:00
Bryan Drewery
6d96df689d - Remove rmdirs from plist which pkgng was not recognizing [1]
These are not really needed anyhow since these directories
  are part of the Templates/BSD.local.dist for LOCALBASE and
  not created by this port.

[1] https://github.com/pkgng/pkgng/issues/469
2013-03-09 21:49:44 +00:00
Baptiste Daroussin
7d20ef9811 Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB 2013-03-09 21:43:02 +00:00
Eitan Adler
b2f9df5f6d Return davide's ports to the pool per request.
While here:
- trim header
- fix COMMENT

Approved by:	davide (maintainer)
2013-03-09 19:59:21 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Max Brazhnikov
cb9ea9574c Set PORTSCOUT, newer versions for games/supertux-devel 2013-03-08 16:10:17 +00:00
Emanuel Haupt
1101f09c09 Remove indefinite article from COMMENT 2013-03-08 14:00:30 +00:00
Dmitry Marakasov
fde3625796 Fix build on 9.1+ 2013-03-08 13:59:19 +00:00
Dmitry Marakasov
635a2c5993 - Update to 2.0.2 2013-03-08 13:13:35 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Rene Ladan
1f50f7f2b8 - Add desktop entry
- Convert to optionsNG
- Trim leading article from COMMENT
- Cleanups, overhaul installation
- Sort pkg-plist
- Bump PORTREVISION

PR:		ports/172331
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	maintainer timeout (months)
2013-03-08 08:34:49 +00:00
Rene Ladan
7204804363 - Convert to optionsNG
- Add desktop entry
- Update COMMENT
- Add description to pkg-descr independent of Atomix
- Add license (GPLv2)
- Cleanups, overhaul installation of documentation
- Bump PORTREVISION
- Transfer maintainership to submitter

PR:		ports/173176
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-08 08:27:31 +00:00
Beech Rintoul
656779e104 - Remove unneeded files
Submitted by:	Green Dog <fiziologus@gmail.com> (maintainer)
2013-03-08 05:58:12 +00:00
Martin Wilke
0f92912af4 - Add new knob USE_LHA [1]
- Convert few ports to USE_LHA [1]
- Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2]

PR:		176187 [1]
		174790 [2]
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> [1]
		Gerald Pfeifer <gerald@pfeifer.com> [2]
2013-03-07 17:08:13 +00:00
Martin Wilke
b7df065165 - Convert to OptionsNG
- Trim header

Reviewed by:	bapt
2013-03-07 16:53:45 +00:00
Alex Kozlov
5282fd8451 - Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt)
2013-03-07 15:31:54 +00:00
Beech Rintoul
47a77e767a - Update to 2013.1
PR:		ports/176644
Submitted by:	Green Dog <fiziologus@gmail.com> (maintainer)
2013-03-07 07:47:55 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Rene Ladan
ba2885d840 Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
2013-03-06 15:05:43 +00:00
Brendan Fabeny
ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00
Li-Wen Hsu
5aa43c1aba - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation 2013-03-04 10:55:23 +00:00
Dmitry Marakasov
41a58bad13 - OptionsNG
- Trim header
2013-03-04 02:14:39 +00:00
Baptiste Daroussin
5f82b6d00b 2013-02-27 security/lep: No more upstream, no more public distfiles
2013-02-27 devel/cvsmapfs: No more upstream, no more public distfiles
2013-02-27 devel/sid: No more upstream, no more public distfiles
2013-02-27 net-mgmt/nrpep: No more upstream, no more public distfiles
2013-02-27 devel/py-ez_xml: No more upstream, no more public distfiles
2013-02-27 security/IMHear: No more upstream, no more public distfiles
2013-02-27 comms/scud: No more upstream, no more public distfiles
2013-02-27 devel/lexi: No more upstream, no more public distfiles
2013-02-27 games/pentix: No more upstream, no more public distfiles
2013-02-27 net/py-mp-random: No more upstream, no more public distfiles
2013-02-27 sysutils/rcsedit: No more upstream, no more public distfiles
2013-02-27 sysutils/bsdsar: No more upstream, no more public distfiles
2013-02-27 sysutils/sarah: No more upstream, no more public distfiles
2013-03-03 22:59:34 +00:00
Baptiste Daroussin
bad8883a16 2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity since 1998
2013-01-31 x11-wm/e17-module-language: Deprecated upstream
2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream
2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream
2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream
2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2
2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued
2013-02-11 games/kimboot: no longer works
2013-02-27 net-im/imcom: No more upstream, no more public distfiles
2013-03-03 19:56:57 +00:00
Steve Wills
74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00
Li-Wen Hsu
ddb097c515 - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation 2013-03-02 22:32:48 +00:00
Steve Wills
28b723187b - Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
2013-03-02 21:01:58 +00:00
Martin Wilke
ca1bfddb23 - Update to 0.3.4
PR:		176602
Submitted by:	maintainer
2013-03-02 18:06:24 +00:00
Pawel Pekala
479fe0ca03 - Add desktop entry file
- Remove ABI versions from LIB_DEPENDS
- Update pkg-descr
- Convert to OptionsNG

PR:		ports/175976
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	Martin Tournoij <martin@arp242.net> (maintainer)
2013-03-02 14:26:20 +00:00
Martin Wilke
4463107217 - Update MASTER_SITES
- Update pkg-desc

PR:		176529
Submitted by:	ports fury
2013-03-02 05:47:34 +00:00
Martin Wilke
893da9ef27 - Update 3.1
PR:		176572
Submitted by:	ports fury
2013-03-02 05:41:16 +00:00
Martin Wilke
9104b24adf - Update to 0.003.02
- OptionsNG
- Trim header

PR:		176571
Submitted by:	ports fury
2013-03-02 05:39:00 +00:00
Eitan Adler
b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00
Pawel Pekala
56a261dfe6 - Update to version 1.0.5 [1]
- Respect CFLAGS

PR:		ports/176588 [1]
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-01 18:11:10 +00:00
Dmitry Marakasov
db49378d4b - OptionsNG
- Trim header
2013-02-28 16:31:12 +00:00
Dmitry Marakasov
24d0fd2500 - OptionsNG
- Trim header
2013-02-28 16:29:04 +00:00
Martin Wilke
a6af87b064 - Unbreak build
- Trim header
2013-02-28 15:51:04 +00:00
Martin Wilke
5ae5315bf0 - Fix build on FreeBSD 9
- While here trim header
2013-02-27 14:37:43 +00:00
Dmitry Marakasov
88b80a18aa - Update to 1.1.2 2013-02-25 04:07:25 +00:00
Dmitry Marakasov
f62dd6b0d9 - Update to 1.0.2 2013-02-25 04:07:19 +00:00
Johan van Selst
f6bf307962 Fix build error on xboard.texi with modern texinfo.
Note that this is only an issue when makeinfo from ports is used.

PR:		ports/176397
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2013-02-24 17:37:01 +00:00
Guido Falsi
6a431e18fe - Update to 0.6.2
- Remove unneeded option
- Trim Makefile headers

PR:		ports/174093
Submitted by:	Green Dog <fiziologus@gmail.com>
2013-02-24 17:20:49 +00:00
Ruslan Makhmatkhanov
103f4ad00f - remove dependency on desktopfileutils, because target desktop-file doesn't
contains MimeType key.
- bump PORTREVISION because of dependency change

Reported by:	makc
Approved by:	nemysis <nemysis@gmx.ch> (maintainer, by mail)
2013-02-23 19:13:43 +00:00
Martin Wilke
55636d4bc7 - Fix build 2013-02-23 16:16:37 +00:00
Martin Wilke
a870254043 - BROKEN Does not build
==>  Configuring for xevil-2.02.r2_2
===>  Building for xevil-2.02.r2_2
"makefile", line 25: Could not find /config.mk
make: fatal errors encountered -- cannot continue
2013-02-23 14:32:48 +00:00
Pawel Pekala
863bc649c8 Use QMAKEFLAGS, QMAKE_ARGS is not defined anywhere
Suggested by:	makc
2013-02-23 14:15:48 +00:00
Johan van Selst
ddfb7520ed - Upgrade xboard to 4.7.0
many improvements, http://www.gnu.org/software/xboard/whats_new/4.7.0/
- Remove Xaw3d look (no longer supported); note GTK is not yet finished
2013-02-23 13:07:32 +00:00
Pawel Pekala
1571ecba78 QTads is a cross-platform, multimedia interpreter for Tads games,
compatible with HTML TADS. Both Tads versions in use today (Tads 2 and
Tads 3) are supported.

WWW: http://qtads.sourceforge.net/

PR:		ports/175863
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-02-22 16:03:46 +00:00
Pawel Pekala
351b3e501f Register CONFLICTS with games/frobtads 2013-02-22 15:17:50 +00:00
Pawel Pekala
126bc6e20e FrobTADS is a full version of TADS by Nikos Chantziaras. It includes
everything you need for playing and writing TADS games, including a
text-only TADS interpreter and the compilers for both TADS 2 and 3.

WWW: http://www.tads.org/frobtads.htm

PR:		ports/175853
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-02-22 15:15:53 +00:00
Rene Ladan
50409904bb - Convert Makefile header
- Update pkg-descr
- Update MASTER_SITES
- Add license
- Add desktop entry and install icon
- Some cleanups
- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/172934
Submitted by:	nemysis@gmx.ch
2013-02-22 11:44:20 +00:00
Ganael LAPLANCHE
bb09ac4b2f Update Simgear & Flightgear ports to 2.10.0 2013-02-22 10:57:24 +00:00
Rene Ladan
b1ef492919 Commit the correct patch:
- remove dependency on pamscale, use a pre-built desktop icon
  and desktopfileutils instead
- improve DESKTOP_ENTRIES
- move distribution files into their own subdirectory
- use pkg-plist again instead of PLIST macros
Bump PORTREVISION
PR:		ports/172887
Submitted by:	nemysis@gmx.de
Pointyhat:	rene
2013-02-22 10:23:38 +00:00
Po-Chien Lin
6a4677c7ed - Update to 1.1.0
- Refine share data/icon installation
- Reformat pkg-descr

PR:		ports/176324
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Approved by:	araujo (mentor)
2013-02-22 09:17:37 +00:00
Ganael LAPLANCHE
bc3d435df5 File re-rolled upstream 2013-02-22 09:01:52 +00:00
Rene Ladan
0073fb38ea - Use PLIST macros instead of pkg-plist
- Set LICENSE to GPLv2
- Convert Makefile header
- Convert to optionsNG
- Remove indefinite article from COMMENT
- Add build dependency on pamscale (graphics/netpbm)
- Add DESKTOP_ENTRIES
- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/172887
Submitted by:	nemysis@gmx.ch
2013-02-21 14:16:23 +00:00
Pawel Pekala
ff3ba85648 Gigalomania is a 2D real time strategy game that is a clone of Mega-Lo-Mania.
The gameplay consists of researching and developing new technology with
which to conquer your enemies, from rocks and sticks to nuclear weapons and
spaceships. You can advance through ten different ages, from the stone age
to the future. There are 28 different maps to play through.

WWW: http://homepage.ntlworld.com/mark.harman/comp_gigalomania.html
2013-02-20 23:30:15 +00:00
Baptiste Daroussin
5fbb9f5e0b Convert to new options framework 2013-02-20 20:26:52 +00:00
Baptiste Daroussin
3ff14d3511 Convert to new options framework 2013-02-20 20:17:46 +00:00
Baptiste Daroussin
810a4a2ff6 Convert to new options framework 2013-02-20 20:15:40 +00:00
Ruslan Makhmatkhanov
284e384838 - update to 1.2.3
- restore 'Created by' in Makefile header
- add dependency on desktopfileutils

PR:		176171
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-02-20 19:21:31 +00:00
Max Brazhnikov
6beff77a3b - Update icons
- Drop indirect/needless dependencies

PR:		ports/173349
Submitted by:	nemysis (maintainer)
2013-02-20 18:06:58 +00:00
Max Brazhnikov
92399528a7 - Update icons
- Set PORTSCOUT

PR:		ports/173456
Submitted by:	nemysis (maintainer)
2013-02-20 18:05:17 +00:00
Dima Panov
1a267d63c3 - Reassign ports from avl@ back to pool at his request.
Submitted by:	avl via IM
Approved by:	avl via IM
2013-02-20 16:08:58 +00:00
Martin Wilke
48ac5f73f8 - Update to 1.2.1
- Switch to github

PR:		176258
Submitted by:	maintainer
2013-02-19 14:27:07 +00:00
Johan van Selst
e3867e8e30 Update FreeCiv to 2.3.4
Bug fix release, http://freeciv.wikia.com/wiki/NEWS-2.3.4
2013-02-19 06:18:42 +00:00
Pawel Pekala
c47e0be3e6 - Respect CC [1]
- Make BUILD,RUN_DEPENDS much shorter
- Trim Makefile header

PR:		ports/175631 [1]
Submitted by:	Lukasz Gruner <ukaszg@gmail.com> [1]
2013-02-17 19:35:43 +00:00
Pawel Pekala
5d13f7ab8e - Update to version 0.7.0
- Add LICENSE info
- Convert to OptionsNG

PR:		ports/175141
Submitted by:	Sender Ghost <lightside@gmx.com>
Approved by:	maintainer
2013-02-16 21:02:43 +00:00
Guido Falsi
994590024e Update WWW.
PR:		ports/176174
Submitted by: 	nemysis <nemysis@gmx.ch>
2013-02-15 22:08:37 +00:00
Felippe de Meirelles Motta
13f09390a9 - Update to 2.4.4
- Pass maintainership to submitter
- Make CLANG happy

PR:		ports/176040
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-02-14 22:04:06 +00:00
Martin Wilke
704a787452 - Mark broken fails to install
===>  Checking if games/daimonin-music already installed
/bin/mkdir -p /usr/local/share/daimonin/media
/bin/cp -p /wrkdirs/usr/ports/games/daimonin-music/work/* /usr/local/share/daimonin/media/
cp: /wrkdirs/usr/ports/games/daimonin-music/work/media is a directory (not copied).
2013-02-13 14:38:46 +00:00
Lars Engels
63b2d7b398 Fix copy & paste typo in header 2013-02-12 21:15:44 +00:00
Lars Engels
3f139fac56 - Convert to new options framework
- Trim header

PR:		ports/176081
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Approved by:	maintainer (me)
2013-02-12 21:09:20 +00:00
Baptiste Daroussin
4e97b92b58 Do not try to remove a directory that has never been created by the port
Spotted by:	pkg DEVELOPER_MODE
2013-02-12 11:25:16 +00:00
Max Brazhnikov
a08744f591 Update WWW/MASTER_SITES
Reported by:	 Anton Shterenlikht <mexas at bristol.ac.uk>
2013-02-11 18:46:23 +00:00
Martin Wilke
8f348ee109 - Update to 2.0.8
PR:		175988
Submitted by:	maintainer
2013-02-10 08:00:25 +00:00
Martin Wilke
79b25e6e0a - Update to 6.6.1
PR:		175017
Submitted by:	Ports Fury
2013-02-10 07:54:26 +00:00
Martin Wilke
455193145e Asteroid (just one!) is a modern version of the arcade classic Asteroids,
using OpenGL, GLUT, and optionally GTK and SDL_mixer. It features a variety
of powerups, taunting aliens, 3D textured asteroids, face-melting sound effects,
and infinite playability.

Controls
--------
Use the left and right arrows to turn the ship, x to accelerate, and z to
shoot.  Pressing p will pause the game, f toggles fullscreen mode, and m mutes
and unmutes the audio.  There's also a right-click menu if you forget anything.

Gameplay
--------
I'm not going to explain how to play Asteroids.  I will mention that the
wireframe octahedra that sometimes drift across the screen are powerups.  To
collect the powerups, run over them; or you can shoot them for bonus points
(if you don't want the benefit of the powerup).  You'll have to play the game
to figure out the different powerup types.

WWW: http://chaoslizard.sourceforge.net/asteroid/

PR:		ports/171431
Submitted by:	nemysis@gmx.ch
2013-02-10 07:49:40 +00:00
Martin Wilke
0c2b2884db An arcade game best described as a cross between pacman and fastfood.
Collect the pills and carrots while avoiding the ghosts! Cute and colourful!

Basically, it's pacman with a fast food twist. You have to get the pills,
pacman style, while also collecting the carrots that move around the mazes.
There are also different styles of gates to make things trickier. These are:

* Red and White - only the ghosts can cross them
* Blue and White - only hannah can cross them
* Wooden gates - both hannah and the ghosts can cross, but only passing from
   below to above
* Red prison door things - need hannah to get the red key to open

There are some command line switches you can use:

-fullscreen will put the game in fullscreen mode
-map X will start the game on level X

WWW: http://sourceforge.net/projects/hannah/

PR:		ports/171486
Submitted by:	nemysis@gmx.ch
2013-02-10 07:48:40 +00:00
Martin Wilke
d2ea8253b9 - Update to 1.4.6
PR:		174621
Submitted by:	maintainer
2013-02-09 13:55:10 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Steven Kreuzer
8f1a8b5762 Install additional Non Kitten Items by default
Add MegaHyperDeath as a compile time option
2013-02-08 18:49:08 +00:00
Martin Wilke
f45e58359b - Update to 7.7.1
PR:		175595
Submitted by:	Ports Fury
2013-02-08 02:04:17 +00:00
Martin Wilke
195746270d - Fix build with clang
- Support PLIST_FILES

PR:		175048
Submitted by:	Ports Fury
2013-02-08 01:57:39 +00:00
Martin Wilke
ebc131d4cf - Fix build with clang
- Support PLIST_FILES
- Trim header

PR:		175035
Submitted by:	ports fury
2013-02-07 14:48:17 +00:00
Martin Wilke
165adb350f - Fix build with clang
PR:		175042
Submitted by:	Ports Fury
2013-02-07 14:46:35 +00:00
Martin Wilke
b2644687a1 - Fix build with clang
PR:		175041
Submitted by:	ports fury
2013-02-07 14:45:23 +00:00
Martin Wilke
c3598a5e7d - Fix build with clang
- Trim header
- Add MAKE_JOBS_SAFE

PR:		175045
Submitted by:	Ports Fury
2013-02-07 14:40:12 +00:00
Pietro Cerutti
08d561670f - Get rid of USE_TCL_THREAD and USE_TK_THREAD usages 2013-02-06 15:42:16 +00:00
Baptiste Daroussin
da5491559e Fix build on FreeBSD 9+ 2013-02-06 09:38:11 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Baptiste Daroussin
775e140b5e Fix build on FreeBSD 9+ 2013-02-05 12:01:24 +00:00
Baptiste Daroussin
5106de5039 2012-11-19 games/freebsd-carddeck-kde4: deck file format is obsolete 2013-02-05 11:32:38 +00:00
Martin Wilke
6cecd4153b - Update MASTER_SITES
- Add MAKE_JOBS_SAFE

PR:		175576
Submitted by:	Ports Fury
2013-02-05 09:17:31 +00:00
Martin Wilke
211a500ac7 - Update to 1.5.1
PR:		175043
Submitted by:	Ports Fury
2013-02-05 09:15:13 +00:00
Max Brazhnikov
9cf69eeb54 More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header

sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]

PR:		ports/162261 [1]
Submitted by:	Phil Oleson <oz at nixil.net>
2013-02-04 15:36:28 +00:00
Martin Wilke
5eee5a30c7 - Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE

PR:		175572
Submitted by:	Ports Fury
2013-02-04 14:30:02 +00:00
Martin Wilke
6e00b2437a - Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr

PR:		175592
Submitted by:	Ports Fury
2013-02-04 14:26:51 +00:00
Martin Wilke
9e2c91a9b4 - Update MASTER_SITES
- Support PLIST_FILES
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr

PR:		175588
Submitted by:	Ports Fury
2013-02-04 14:25:07 +00:00
Martin Wilke
9ff9392165 - Update MASTER_SITES
- Fix build with clang
- Support PLIST_FILES
- Add MAKE_JOBS_UNSAFE

PR:		175584
Submitted by:	Ports Fury
2013-02-04 14:22:32 +00:00
Martin Wilke
232ac32ead - Update MASTER_SITES
- Fix build with clang
- Fix header

PR:		175567
Submitted by:	Ports Fury
2013-02-04 09:38:05 +00:00
Marcelo Araujo
81eefcdd20 - Update to version 7.5.0.0.p.0.20050612.
PR:		ports/174192
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:44:28 +00:00
Dmitry Marakasov
39bb55f1fb - Trim Makefile header 2013-02-04 00:17:31 +00:00
Dmitry Marakasov
d5f44d2be2 - Trim header
- OptionsNG
2013-02-04 00:00:08 +00:00
Dmitry Marakasov
37ee5bf958 - Trim header
- OptionsNG
2013-02-03 23:53:48 +00:00
Dmitry Marakasov
e0d30ba47d - Trim header
- OptionsNG
2013-02-03 23:46:51 +00:00
Dmitry Marakasov
2dd52c170a - Trim header
- OptionsNG
2013-02-03 23:39:29 +00:00
Dmitry Marakasov
e035d49954 - Trim header
- OptionsNG
2013-02-03 23:37:32 +00:00
Dmitry Marakasov
e3575ca139 - Trim header
- OptionsNG
2013-02-03 23:33:55 +00:00
Dmitry Marakasov
9c915069b2 - Trim header
- OptionsNG
2013-02-03 23:25:45 +00:00
Dmitry Marakasov
54eb44e7fb - Trim header
- OptionsNG
2013-02-03 23:23:40 +00:00
Max Brazhnikov
cb8b1428c6 KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
	databases/akonadi to 1.9.0
	devel/grantlee to 0.3.0
	textproc/rasqal to 0.9.30
	textproc/redland-bindings to 1.0.16.1
	textproc/soprano to 2.9.0
	x11-toolkits/attica to 0.4.1

The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.

Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
2013-02-03 20:10:37 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Dmitry Marakasov
47599839a5 Valyria Tear is an attempt at creating a free (as meant in the Gnu
Public License) J-RPG game.

The game engine has already got a lot of features, among some were
taken from its great predecessor: the Hero of Allacrost engine.

WWW: http://valyriatear.blogspot.com/
2013-02-01 21:59:25 +00:00
Dmitry Marakasov
6f8c6dc7d3 - Fix fetch and undeprecate bu using frugalware mirrors
PR:		175550
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2013-02-01 17:06:39 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Dmitry Marakasov
7fa87db7da - Add forgotten patch, fix build 2013-02-01 14:33:47 +00:00
Ruslan Makhmatkhanov
a0054f26b3 - update to 2.0.7
PR:		175706
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-02-01 14:10:45 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Dmitry Marakasov
4d3398bd93 The main game for the Minetest game engine.
WWW: http://minetest.net/
2013-01-30 21:54:08 +00:00
Dmitry Marakasov
f83ded5e22 - Update to 0.4.4
PR:		175659
Submitted by:	oleg <proler@gmail.com>
2013-01-30 21:51:54 +00:00
Dmitry Marakasov
cc7e777f81 - Update to 3.1.0 2013-01-30 19:10:42 +00:00
Jason Helfman
7f06449f4e - pass to new maintainer
- while here pet portlint
2013-01-29 23:00:02 +00:00
Jason Helfman
58864c0fe8 - add new port: games/chocolate-doom
Chocolate Doom is a port of ID Software's Doom, Doom II, and Final Doom to
modern operating systems that aims to be as compatible with the original DOS
executable as possible. This includes emulating all the different versions,
playing demos perfectly accurately, playing "vanilla-only" PWADS, and netcode
that works on newer operating systems while still behaving the same as
"vanilla" Doom.

WWW: http://chocolate-doom.org

PR:		161701
Submitted by:	jakub_lach@mailplus.pl
2013-01-29 22:58:11 +00:00
Dmitry Marakasov
f932763362 - Update to 1.8.3
PR:		175604
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2013-01-28 23:55:00 +00:00
Dmitry Marakasov
ddd710a1a2 - Trim header
- OptionsNG
2013-01-28 23:42:30 +00:00
Baptiste Daroussin
f1fc763a33 Deprecate a bunch of ports with no more upstream and/or no more public distfiles 2013-01-27 11:40:57 +00:00
Barbara Guida
6b670e968d - remove a missed shlib version from LIB_DEPENDS
- add a patch to make the content pane of the vlaunch window scrollable
  the patch has been sent upstream on 24 Dec., but there is still no feedback

Approved by:	flo (maintainer)
2013-01-27 10:05:18 +00:00
Thomas Abthorpe
89d9bc0bb5 - Reset ports due to mail bounces
- Update headers while I am here

With hat:	portmgr
2013-01-27 06:50:41 +00:00
Dirk Meyer
d579cd2aaa - cleanup header 2013-01-26 16:34:39 +00:00
Niclas Zeising
7ceb9c4d35 Update to 2.0.6
Simplify makefile, add python to category and numeros other improvments.
Pass maintainership to submitter.

PR:		ports/175366
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	kwm, miwi (mentors, implicit)
2013-01-24 10:09:30 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Max Brazhnikov
826aae24a5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article and/or rephrase COMMENT

Approved by:	portmgr (bapt), maintainer silence (12 days)
2013-01-22 23:13:41 +00:00
Max Brazhnikov
d321be23d6 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
2013-01-22 23:12:20 +00:00
Alex Dupre
3f4acab591 Update to 0.10.7 release. 2013-01-22 10:12:19 +00:00
Barbara Guida
f0934ba4ae Use space instead of tab after Created by header.
For linux-enemyterritory-omni-bot-0660, also fix check for DOCS.

Approved by:	flo (mentor)
2013-01-20 11:59:32 +00:00
Oliver Lehmann
0dffefb33f update of the worldfordge suite
devel/eris:      1.3.21
devel/mercator:  0.3.2
devel/varconf:   1.0.0
math/wfmath:     1.0.1
net/cyphesis:    0.6.0
net/skstream:    0.3.9
games/ember:     0.7.0
2013-01-19 10:09:14 +00:00
Oliver Lehmann
ae89c033cb update to 0.5.6 to keep it working after ogre and cegui update 2013-01-19 10:08:09 +00:00
Oliver Lehmann
b7d2b39ac8 update library version number of cegui 2013-01-19 10:07:21 +00:00
Alex Kozlov
5c05ce5260 - Update to 0.7.2 [1]
- Convert Makefile headers to new style [1]
- Convert to new options framework
- Remove broken NO_INSTALL_MANPAGES

PR:	ports/174913 (based on) [1]
Submitted by:		Jakub Lach <jakub_lach@mailplus.pl>
Approved by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2013-01-18 05:45:03 +00:00
Marcus von Appen
0ae9e19f2c - Update to 1.9.8
PR:		ports/175303
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-01-17 08:40:07 +00:00
Steve Wills
bb851b4028 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 03:32:27 +00:00
Chris Rees
785fe07906 * update port to latest version
* handle updates to symlinked files better
* add help notice for upgrades
* handle libopenal.so/libopenal64.so in startup script

PR:		ports/174701
Submitted by:	4721
Approved by:	maintainer timeout (freebsd@rakor-net.de, 50 days)
2013-01-16 19:24:14 +00:00
Marcelo Araujo
eea4e9f3da - Project games/py-anki was merged with games/anki.
- Update UPDATING and MOVED files.
2013-01-16 08:12:39 +00:00
Marcelo Araujo
e1f06c79c6 - Support CXXFLAGS properly.
- Trim header.
- Bump PORTREVISION.

PR:		ports/174189
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:50:04 +00:00
Marcelo Araujo
e7b98a8167 - Update to 3.16.0.
- Trim header.

PR:		ports/174164
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:48:17 +00:00
Marcelo Araujo
a28250188c - Support CC properly.
- Support PORTDOCS/PLIST_FILES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.

PR:		ports/174161
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:46:34 +00:00
Marcelo Araujo
52fe4e2e94 - Update to 2.0.4.
- Trim header.

PR:		ports/172506
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:44:59 +00:00
Alex Kozlov
25e60ea6ad - Version 0.5.1 has autotools issues. Ignore it for now.
Submitted by:	nemysis@gmx.ch (maintainer)
2013-01-15 16:11:41 +00:00
Marcus von Appen
87c5bfde3d - Fix startup notification setting for DESKTOP_ENTRIES
Noticed by:	makc@
2013-01-15 13:45:17 +00:00
Marcus von Appen
269550e89a - Fix startup notification setting for DESKTOP_ENTRIES
Noticed by:	makc@
2013-01-15 13:44:14 +00:00
Alex Kozlov
f8825219fa Epiar (ep-ee-are) is an open source computer game, in which the player
navigates space from planet to planet, saving money to buy ship upgrades
and new ships. The player can also join mercenary missions, attack other
ships to steal their money and technology, and explore the universe.
The game combines the action/arcade elements of aircraft dogfighting and
the openness of role playing games to create this experience.

Epiar is a space exploration/combat/trading game. The Escape Velocity (EV)
series for the Mac was the major point of inspiration for this game.
Other notable games of this genre include:

- Elite (the original game EV was based on)
- Star control 1/2 (and it's now open source successor Ur-Quan masters)
- Star Flight
- Solar Winds

WWW: http://epiar.net/

PR:		ports/174919
Submitted by:	nemysis@gmx.ch
2013-01-14 01:29:51 +00:00
Marcus von Appen
932c538e69 - Update to 1.9.7
- Pass maintainership to submitter
- Add LICENSE

PR:		ports/172866
Submitted by:	nemysis <nemysis@gmx.ch>
2013-01-13 22:14:17 +00:00
Marcus von Appen
5d2a35702a - Update to 0.12.1
- Pass maintainership to submitter
- Add LICENSE
- Add themes and levels

PR:		ports/173504
Submitted by:	nemysis <nemysis@gmx.ch> (new maintainer)
Approved by:	Robert Gogolok <gogo@cs.uni-sb.de> (previous maintainer)
2013-01-13 21:29:57 +00:00
Marcus von Appen
1dd2606d2b - Add DESKTOP_ENTRIES
- Remove unnecessary metadata files from the plist

PR:		ports/173430
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-01-13 21:14:23 +00:00
Steven Kreuzer
aa56ef70fc add pkg-plist 2013-01-13 02:17:06 +00:00
Steven Kreuzer
bceca206be Update to 2.7182818.701 2013-01-13 02:11:13 +00:00
Alex Kozlov
0026e49983 - Update to 3.2 [1]
- Pass maintainership to submitter [1]
- Convert Makefile headers to new style
- Convert to PLIST_FILES
- Convert to new options framework
- Remove hardcoded CC, optimisation flags
- Improve COMMENT
- Update MASTER_SITES

PR:	ports/174699 (based on) [1]
Submitted by:	"sendtomatt@gmail.com" <sendtomatt@gmail.com>
2013-01-13 01:02:26 +00:00
Raphael Kubo da Costa
fa530a8a9a - Convert to OptionsNG.
- Update maintainer's email address.

PR:		ports/175092
Submitted by:	Sender Ghost <lightside@safebox.ru> (maintainer)
2013-01-12 23:30:35 +00:00
Ruslan Makhmatkhanov
4e9cc6e4f1 - update to 2.2a
PR:		175058
Submitted by:	Marek Rudnicki <marekrud@gmail.com> (maintainer)
2013-01-10 19:18:45 +00:00
Jason Helfman
d45b8b7d66 - add additional mirror, and trim historical headers
- while here trim COMMENT, drop unnecessary bsd.port.pre.mk, and use pkgname for build_depends

PR:		174986
Submitted by:	maintainer, erik@bz.bzflag.bz
2013-01-10 18:20:51 +00:00
Max Brazhnikov
afaa915806 Add new port games/golly:
Golly is an open source, cross-platform application for exploring
Conway's Game of Life and other cellular automata.

WWW: http://golly.sourceforge.net/
2013-01-10 17:03:15 +00:00
Thomas Abthorpe
b2d4b657d1 - Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
2013-01-09 19:50:06 +00:00
Max Brazhnikov
5dd37213f5 - Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
2013-01-07 02:07:26 +00:00
Jason Helfman
036c552712 - trim historical header
- tighten COMMENT
2013-01-03 00:35:23 +00:00
Ruslan Makhmatkhanov
8e7eab25f5 - pass maintainership to new volunteer
Requested by:	Marek Rudnicki <marekrud@gmail.com> (via ports@)
2013-01-02 22:33:53 +00:00
Guido Falsi
960c45a4bd - Update to 1.0
- Remove ABI version number from LIB_DEPENDS
2013-01-02 21:09:45 +00:00
Pawel Pekala
b3bc0c5fcc - Add desktop entry file
- Update COMMENT, WWW
- Give maintainership to submitter

PR:		ports/174649
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2013-01-02 19:32:40 +00:00
Jason Helfman
afd48098ca - build from java source
- add README for Port Documentation
- take maintainership
2013-01-02 18:16:41 +00:00
Guido Falsi
a9a3448943 - Modify clang 3.2 fix to be the same as committed to the project's
repository.
- Bump PORTREVISION

Obtained from:	http://trac.wildfiregames.com/changeset/13031#file10
2013-01-01 23:25:37 +00:00
Guido Falsi
be56bce716 - Remove explicit run dependency on timidity, it is pulled in by
sdl_mixer [1]
- bump PORTREVISION
- While here update WWW line in pkg-descr and switch tab to space

Submitted by:	green dog <fiziologus@gmail.com> (via email) [1]
2013-01-01 17:45:31 +00:00
Jeremy Messenger
b2541922ea Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. There are a few more left, I will worry about it later.
2012-12-31 17:12:03 +00:00
Pawel Pekala
7ee3616d6b - Update x11/libxdg-basedir to 1.2.0 [1]
- Update maintainer's email
- Remove leading article from COMMENT
- Bump affected ports

PR:		ports/174676 [1]
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
2012-12-30 20:14:34 +00:00
Beat Gaetzi
8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00
Guido Falsi
8e4d34dde2 Fix patch file erroneously mangled in previous commit. 2012-12-28 21:30:00 +00:00
Guido Falsi
005c6f91b2 - Update to 0.0.12 [1]
- Fix build with clang 3.2

PR:		ports/174780 [1]
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
2012-12-28 21:18:10 +00:00
Alex Dupre
4d53b55d41 Update to 0.10.6 release. 2012-12-28 16:53:19 +00:00
Pawel Pekala
036acb721a - Install additional levels
- Add desktop entry file
- Switch to SDL back-end by default
- Use REINPLACE_CMD instead of simple patches
- Switch to PORTDOCS
- Give maintainership to submitter

PR:		ports/174382
Submitted by:	nemysis <nemysis@gmx.ch>
2012-12-28 12:46:55 +00:00
Dmitry Marakasov
8ddca9ea7b - Update to 0.8 2012-12-28 11:24:15 +00:00
Ruslan Makhmatkhanov
12799e84a8 - update to 12.11
- trim Makefile header
- remove dependency on libgnet, because it was dropped upstream
- info file not generated anymore, so remove INFO knob accordingly
- eliminate using of PYTHON_SITELIBDIR in dependencies
- adjust local patch
- tab -> space change in pkg-descr:WWW

PR:		173948
Submitted by:	rm (myself)
Approved by:	maintainer timeout (1 month)
2012-12-26 09:10:11 +00:00
Marcus von Appen
3ec57ec255 - Fix NLS option behaviour
PR:		ports/173424
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2012-12-25 14:28:20 +00:00
Alex Kozlov
f1fecbcf5b - Update to 1.0 [1]
- Convert Makefile headers to new style
- Remove article from COMMENT

PR:	ports/174364 [1]
Submitted by:	Robert Crossfield <robcrossfield@gmail.com> (maintainer)
2012-12-24 14:07:39 +00:00
Marcus von Appen
ff8b2a6d44 - Convert to OptionsNG framework
- Trim Makefile headers
- Pass maintainership to submitter

PR:		ports/172679
Submitted by:	nemysis <nemysis@gmx.ch>
2012-12-24 09:28:10 +00:00
Dmitry Marakasov
79b8c4a095 - Update to 1.8.2 (1)
- Trim header
- OptionsNG
- Remove unneeded patches

PR:		174569 (1)
Submitted by:	Peter Kosyh <p.kosyh@gmail.com> (1)
2012-12-21 09:29:42 +00:00
Johan van Selst
130aaaf423 Fix potential build problem with non-standard compilers
by avoiding global variable 'log' to be treated as built-in function
(no functional changes)
2012-12-18 22:54:06 +00:00
Christian Weisgerber
47620ff907 - Update to 2.9.2:
Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE
- Switch to OptionsNG
2012-12-18 15:44:54 +00:00
Lars Engels
e25988554c - Add a desktop entry
- Move plist to pkg-plist
- Remove comments in Makefile
- Bump PORTREVISION

PR:		ports/174537
Submitted by:	nemysis@gmx.ch (maintainer)
2012-12-18 13:09:11 +00:00
Pawel Pekala
7ea65c1bc5 - Set PORTNAME to kajaani-kombat, remove PKGNAMEPREFIX, DISTNAME, WRKSRC
- Improve COMMENT, add manpage, execute script and desktop file
- Convert to OptionsNG
- Switch from PLIST_FILES to pkg-plist file

While I'm here:
- Use ALL_TARGET instead of reimplementing do-build target
- Respect CXXFLAGS

PR:		ports/170461
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2012-12-17 16:00:14 +00:00
Greg Lewis
003b16565e . Update URL for WITH_MENUCOLORS patch.
PR:		174449
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
2012-12-17 02:39:05 +00:00
Pawel Pekala
c93a7014db - Update to version 1.9.6 [1]
- Add missing deps, sort USE_ flags
- Remove Author: line from pkg-descr

PR:		ports/174295 [1]
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2012-12-16 16:25:42 +00:00
Marcus von Appen
02dd326734 - Add support for additional cardsets
- Add LICENSE
- Convert to OptionsNG
- Trim Makefile headers

PR:		ports/174258
Submitted by:	nemysis <nemysis@gmx.ch>
2012-12-15 10:49:04 +00:00
Marcelo Araujo
5ba24ed896 - Update MASTER_SITES.
- Fix build using CLANG.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.

PR:		ports/172010
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:16:20 +00:00
Marcelo Araujo
7480d08218 - Update to 0.7.7.1.
PR:		ports/172008
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:13:04 +00:00
Marcelo Araujo
8055356795 - Update to 5.0.a3.
PR:		ports/172006
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:09:28 +00:00
Marcelo Araujo
d6525e8b57 - Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Fix build.

PR:		ports/172003
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-14 07:07:51 +00:00
Jose Alonso Cardenas Marquez
c51d42f7f9 - Update to 2.4
PR:		171290
Submitted by:	"Mikhail T." <m.tsatsenko  at  gmail.com>
2012-12-13 18:15:37 +00:00
Jose Alonso Cardenas Marquez
25aad2ab02 - Update to 2.4
- Remove obsolete patch file

PR:		171290
Submitted by:	"Mikhail T." <m.tsatsenko  at  gmail.com>
2012-12-13 18:14:50 +00:00
Baptiste Daroussin
0297215789 Convert to new option framework 2012-12-13 07:51:40 +00:00
Baptiste Daroussin
afe3adc0af Convert to new options framework 2012-12-13 07:50:28 +00:00
Barbara Guida
a6622323f6 - Trim Makefile header
- Remove ABI version from LIB_DEPENDS
- Take maintainership

Approved by:	flo, rene (mentors)
2012-12-13 01:02:50 +00:00
Dmitry Marakasov
2339df1680 - Add DOCS and NLS to the options list
Suggested by:	danfe
2012-12-11 16:49:04 +00:00
Jason E. Hale
3ba69d3b4d - Make difficulty selection a little more intuitive
- Simplify DOCS install
- Trim header
2012-12-11 14:37:20 +00:00
Baptiste Daroussin
cf4f865524 Convert SINGLE -> RADIO option 2012-12-11 13:13:30 +00:00
Dmitry Marakasov
86a6b49911 - Remove quotes from option description
Reported by:	jhale
2012-12-11 13:06:57 +00:00
Dmitry Marakasov
21ec30f825 - Trim header
- OptionsNG
- Fix OSVERSION check
2012-12-11 04:59:56 +00:00
Dmitry Marakasov
20c20f92f6 - Update to 0.5.10
- OptionsNG
- Trim header
2012-12-11 03:14:14 +00:00
Dmitry Marakasov
a37732ad37 - Schedule for deletion 2012-12-10 23:57:18 +00:00
Guido Falsi
3fb87bb7be Trim Makefile headers for ports I maintain. 2012-12-10 20:39:40 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Tom Judge
89cfabe525 * Reset maintainer to ports@
* Allow build with openjdk7

PR:		ports/173844
Submitted by:	4721@hushmail.com
Approved by:	loader <loader@freebsdmall.com> (maintainer)
2012-12-10 16:35:24 +00:00
Tom Judge
d144575b18 * Reset maintainer to ports@
* Allow build with openjdk7

PR:		ports/173846
Submitted by:	4721@hushmail.com
Approved by:	loader <loader@freebsdmall.com> (maintainer)
2012-12-10 16:33:06 +00:00
Baptiste Daroussin
7c354b1913 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
2012-12-10 13:18:28 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Dmitry Marakasov
3079feab90 - Add CONFLICTS with games/bsdgames (both install bin/hangman)
- Trim header

PR:		174302
Feature safe:	yes
2012-12-09 16:49:24 +00:00
Dmitry Marakasov
701c90860a - Fix unneeded escape (1)
- Fix plist for WITHOUT_SERVER (1)
- Update to 1.10.5 (2)

PR:		174139
Submitted by:	myself (1), Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) (2)
Feature safe:	yes
2012-12-09 16:40:55 +00:00
Johan van Selst
01a6c15362 - Update Freeciv to 2.3.3
- Trim makefile header
- Remove local patch: issue now fixed upstream
2012-12-09 16:36:58 +00:00
Jason E. Hale
8e068a36f3 - Update to 1.4.5
- Make NATIVE_LIBS option default to avoid Linux JDK
- Improve startup script to better handle updates to games/lwjgl
- Store unversioned distfiles in a versioned DIST_SUBDIR
- Fix JAVA_VENDOR typo
- Install icon in a better location
- Whitespace cleanup
- Trim Makefile header

PR:		ports/173842
Submitted by:	4721@hushmail.com
Approved by:	maintainer timeout (2 weeks)
Feature safe:	yes
2012-12-09 00:36:49 +00:00
Jason E. Hale
9003aa8ef6 - Fix install due to distfile relocation in last commit
Feature safe:	yes
2012-12-09 00:21:30 +00:00
Raphael Kubo da Costa
ce02739823 Update to 1.2.
PR:		ports/173535
Submitted by:	Green Dog <fiziologus@gmail.com> (maintainer)
Feature safe:	yes
2012-12-08 23:28:37 +00:00
Dmitry Marakasov
4e5b242aca - Trim header
- Add PORTSCOUT

Feature safe:	yes
2012-12-07 20:11:47 +00:00
Tilman Keskinoz
8492d9b714 Update to 2.9
PR:		174109
Submitted by:	maintainer
Feature safe:	yes
2012-12-07 16:48:50 +00:00
Ryan Steinmetz
cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00
Akinori MUSHA
9a0e1f46b8 Revert the future-import from bsd.compiler.mk part, as this may have
broken INDEX.

Pointed out by:	cperciva
Feature safe:	yes
2012-12-06 07:00:02 +00:00
Pawel Pekala
7f85f91108 - Install program's icon, desktop entry file
- Add LICENSE, PORTDOCS
- Remove leading article from COMMENT
- Give maintainership to submitter

PR:		ports/173946
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-12-05 15:41:16 +00:00
Akinori MUSHA
db6ec5b094 Update to 0.11.1.
Submitted by:	MAINTAINER
Feature safe:	yes
2012-12-05 14:05:44 +00:00
Alexey Dokuchaev
df5bd192ba In preparation to update the port to version 1.0.2, cleanup things a bit:
- Convert to the new OPTION framework
- Drop shlib ABI version numbers from LIB_DEPENDS
- Retire WSWSUBDIR variable, drop article from COMMENT, trim header
- Avoid legacy "yes" values in USE_GL and USE_SDL knobs
- Slightly change some in-place patching (idea from Gentoo)
- Move client-related OPTIONS inside .if ${PORT_OPTIONS:MCLIENT} block

Feature safe:	yes
2012-12-05 10:52:10 +00:00
Jason Helfman
020b39bad1 - trim header per standards, use false in favor of ${FALSE}
PR:		170774
Spotted by:	danfe
Approved by:	maintainer, nemysis@gmx.ch (implicit)
Feature safe:	yes
2012-12-05 03:07:03 +00:00
Dmitry Marakasov
ee5929773c - OptionsNG
- Trim header

Feature safe:	yes
2012-12-05 02:31:44 +00:00
Dmitry Marakasov
5231f89b5f - OptionsNG
- Trim header

Feature safe:	yes
2012-12-05 02:31:03 +00:00
Dmitry Marakasov
ba40681b17 - OptionsNG
- Trim header
- Switch to dynamic plist

Feature safe:	yes
2012-12-05 02:29:44 +00:00
Dmitry Marakasov
d2b774b2b2 - Update to 1.0.5
- Trim header

Feature safe:	yes
2012-12-05 02:27:07 +00:00
Jason Helfman
0269689024 - add new port: games/magicmaze
Magic Maze is a simple and low-tech monster-bashing maze game.

It was originally inspired by playing Gauntlet II on the Atari ST.

WWW: http://magicmaze.rubyforge.org/

PR:		170774
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-12-05 00:53:09 +00:00
Pawel Pekala
bf98ade50f Tetris meets Pong, with more twists than a contortionist club's
secret handshake. Sometimes, the total is greater than the sum of the parts.
Tetris and Pong are classics, addictive and unshakable from their places in
gaming history. TONG is the result of mixing the two, capitalizing on the
essential qualities of each classic and adding new twists of its own to make
an explosive chemical reaction out of it all.

WWW: http://www.nongnu.org/tong/

PR:		ports/173878
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-12-04 22:42:38 +00:00
Dmitry Marakasov
2fb2cdfb1c - Fix build by adding forgotten patch
Feature safe:	yes
2012-12-04 20:09:16 +00:00
Rene Ladan
95bc14f991 Do not try to remove PREFIX/share/applications, it is created by its
dependencies.

Spotted by:	pkg
Feature safe:	yes
2012-12-04 18:51:06 +00:00
Pawel Pekala
9681875c45 - Switch MASTER_SITES to maintainer's mirror (icons only) [1]
- Add desktop entry file [1]
- Add missing deps
- Move WRKSRC to better place
- Trim Makefile header

PR:		ports/173272 [1]
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer) [1]
Feature safe:	yes
2012-12-04 16:15:11 +00:00
Dmitry Marakasov
c63c9e562f - Update to 0.4.3
- Install documentation
- Use upstream .desktop file

Feature safe:	yes
2012-12-04 12:40:23 +00:00
Dmitry Marakasov
3bc660551f - Fix plist, no functional change
Feature safe:	yes
2012-12-04 12:38:53 +00:00
Dmitry Marakasov
e7910523b5 - Update to 0.4
- OptionsNG
- Trim header

Feature safe:	yes
2012-12-04 12:38:23 +00:00
Dmitry Marakasov
2051a17f01 - OptionsNG
- Trim header

Feature safe:	yes
2012-12-04 00:56:47 +00:00
Barbara Guida
db3f1aaafe Add DOCS to OPTIONS_DEFINE and fix test for NOPORTDOCS
Approved by:	rene (mentor)
Feature safe:	yes
2012-12-02 14:02:10 +00:00
Barbara Guida
51ec1a2c8c - Trim Makefile headers
- Convert to OptionsNG
- Update my email address

Approved by:	rene (mentor)
Feature safe:	yes
2012-12-02 13:57:57 +00:00
Jason Helfman
0821a742f9 add new port: games/tuxfighter
Was the first visible part of The Python Game Book project.
TuxFighter is a little Asteroids-like Shooter game, written around 2006.
The game support modding. You control Tux, the penguin (with mouse or keyboard)
and shoot down rectangular enemies (to make points).
Shots may reflect from the screen border, and self-shooting result
in negative points.

In the game, you can pick up one of those power-up's and enjoy
different effects.

WWW: http://thepythongamebook.com/en:resources:games:tuxfighter

PR:		169893
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-12-02 00:10:19 +00:00
Barbara Guida
01d796b549 - Trim Makefile headers
- Update my email address

Approved by:	rene (mentor)
Feature safe:	yes
2012-12-01 14:47:52 +00:00
Dmitry Marakasov
82cdc2a0b2 - Update to build17
- Trim header

Feature safe:	yes
2012-12-01 09:41:54 +00:00
Dmitry Marakasov
2023a73d29 - OptionsNG
- Trim header
- Fix build for WITHOUT_GLUT

Feature safe:	yes
2012-12-01 09:40:37 +00:00
Dmitry Marakasov
d302efa086 - OptionsNG
- Trim header

Feature safe:	yes
2012-12-01 09:38:31 +00:00
Dmitry Marakasov
3c1b954407 - OptionsNG
- Trim header

Feature safe:	yes
2012-12-01 09:37:23 +00:00
Ruslan Makhmatkhanov
05b73f2b58 - replace fullpath with ${DOCSDIR}
Suggested by:	ak
Feature safe:	yes
2012-12-01 07:17:33 +00:00
Dmitry Marakasov
b7581d0270 - OptionsNG
- Trim header
- Fix PORTSCOUT

Feature safe:	yes
2012-11-30 22:07:24 +00:00
Ruslan Makhmatkhanov
d4d0b13971 - pass maintainership to submitter
- remove indefinite article from COMMENT
- add DESKTOP_ENTRIES to generate desktop file
- s/file/distfile to pacify portlint
- create image symlink for using in desktop file
- update port description in pkg-descr
- bump PORTREVISION

Note: DISTDIR addition was not done, because it will require user to refetch the
distfiles that s/he may already had. Please do this on next port version update.
Some changes from this patches are already applied independently, so I filtered
them out too.

PR:		173897
PR: 173979
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-11-30 20:41:57 +00:00
Jason Helfman
1e00f52e12 - add new port: games/megamario
Mega Mario is a Super Mario Bros. 1 clone.
It features everything the original features - with better graphics,
higher resolution, smoother movement and new levels.
The story of mario and Luigi continues in old-school style.

WWW: http://www.megamario.de/

PR:		167893
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-11-30 19:07:41 +00:00
Baptiste Daroussin
4e78d8a135 Fix build with clang removing -O4 which means LTO for clang
Feature safe:	yes
2012-11-30 12:56:41 +00:00
Jason E. Hale
420935ac09 - Update to 1.4.5
- Convert to new options framework [1]
- Whitespace cleanup [1]
- Trim Makefile header [1]

PR:		ports/173288 (based on)
Submitted by:	maintainer
Approved by:	maintainer timeout (2 weeks) [1]
Feature safe:	yes
2012-11-30 03:27:04 +00:00
Guido Falsi
a810b7ea90 - Fix build with clang
- While I'm here, trim Makefile headers

PR:		ports/174006
Submitted by:	Christian Mangin <christian.mangin@gmail.com>
Feature safe:	yes
2012-11-29 22:36:43 +00:00
Bryan Drewery
84501d113a - Update to 0.03
- Trim header

Feature safe:	yes
2012-11-29 17:31:00 +00:00
Dmitry Marakasov
06224687c3 - Update to 0.5.1.r1
- OptionsNG
- Trim headers
- Pass maintainership to submitter

PR:		168957
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Feature safe:	yes
2012-11-29 09:41:47 +00:00
Baptiste Daroussin
25b9e9bf31 2012-11-29 net/amqp08: No more public distfiles
2012-11-29 games/kmquake2: No more public distfiles

Feature safe:	yes
2012-11-29 07:45:36 +00:00
Dmitry Marakasov
d3d3d75b79 - Simplify Makefile
PR:		171363
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Feature safe:	yes
2012-11-28 23:41:21 +00:00
Pawel Pekala
23f90c88ad - Update to 2.43d
- Hand maintainership to submitter

PR:		ports/173870
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-11-28 21:28:02 +00:00
Pawel Pekala
d6d7b7c8ca Update to version 1.1.1.2
PR:		ports/173765
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Feature safe:	yes
2012-11-28 19:44:11 +00:00
Eitan Adler
6568aaa8f0 Update to 2.11
PR:		ports/173975
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Feature safe:	yes
2012-11-28 18:08:31 +00:00
Baptiste Daroussin
376abe627b 2012-11-26 emulators/gcube: No more public distfiles
2012-11-26 games/stepbill: No more public distfiles
2012-11-26 deskutils/ktagebuch: No more public distfiles
2012-11-26 games/jetpack: No more public distfiles
2012-11-26 games/tremor: No more public distfiles
2012-11-26 graphics/jpeg2pdf: No more public distfiles
2012-11-26 java/westhawksnmp: No more public distfiles
2012-11-26 japanese/tcl76: No more public distfiles
2012-11-26 math/stepulator: No more public distfiles
2012-11-26 editors/jedit-devel: Stable version is more recent than devel
2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12

Feature safe:	yes
2012-11-28 15:08:00 +00:00
Baptiste Daroussin
da4f0cc205 2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles
2012-11-26 games/demonquake: No more public distfiles
2012-11-26 databases/php-sqlrelay: No more public distfiles
2012-11-26 devel/fastdep: No more public distfiles
2012-11-26 graphics/svgviewer: No more public distfiles
2012-11-26 comms/garmin-utils: No more public distfiles
2012-11-26 comms/snooper: No more public distfiles
2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
2012-11-26 irc/irchat-jp: No more public distfiles
2012-11-26 games/xcogitate: No more public distfiles

Feature safe:	yes
2012-11-28 11:17:55 +00:00
Baptiste Daroussin
2114fb2304 2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles

Feature safe:	yes
2012-11-28 10:32:44 +00:00
Alex Kozlov
802c45816f - Update to 20121026 [1]
- Convert Makefile headers to new style
- Remove ABI version numbers from LIB_DEPENDS

PR:	ports/173522 [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
Feature safe:	yes
2012-11-28 09:54:30 +00:00
Steve Wills
cef8f30ed4 An EVE Online skill monitoring standalone application.
WWW: http://gtkevemon.battleclinic.com

PR:		ports/173909
Feature safe:	yes
2012-11-28 03:23:46 +00:00
Johan van Selst
4012b069ec - INSTALL_ICONS requires X11: only use this when installing client version
- Bump PORTREVISION

Reported by:	Stephen Hurd <shurd@broadcom.com>
Feature safe:	yes
2012-11-27 10:03:44 +00:00
Bryan Drewery
39242c4a35 - Update to 0.30c
- Trim header

Feature safe:	yes
2012-11-27 02:49:44 +00:00
Bryan Drewery
a498948251 - Update megaglest and megaglest-data to 3.7.1 [1]
- Convert to new options framework
- Trim headers
- Remove ABI versions from LIB_DEPENDS

PR:		ports/173921 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-11-26 21:30:05 +00:00
Chris Rees
716b6bc1f9 Update to 2.8.5
PR:		ports/173839
Submitted by:	4721

Reset maintainership

Approved by:	loader (maintainer)

Feature safe:	yes
2012-11-26 12:12:55 +00:00
Alexey Dokuchaev
fbe68a3a4f - Switch to the official sf.net CDN in MASTER_SITES
- Integrate with our standard shareware game data port
- Convert to the new OPTIONS framework
- Relinquish maintainership, cleanup Makefile

Feature safe:	yes
2012-11-22 15:37:58 +00:00
Alexey Dokuchaev
9febedbe67 - Fix Makefile header, improve COMMENT and port description
- Miscellaneous style fixes in Makefile.include

Approved by:	maintainer (implicit)
Feature safe:	yes
2012-11-22 14:58:09 +00:00
Alexey Dokuchaev
6374cb794e - Do not require absolute paths for 3rd-party IWADs: search DOOMWADDIR only
if specified file name does not contain any slashes (that is, now there
  is a difference between `-iwad plutonia.wad' and `-iwad ./plutonia.wad')
- Utilize per-architecture feature of new OPTIONS framework

Feature safe:	yes
2012-11-22 11:20:33 +00:00
Pawel Pekala
5dec0dbfa4 Simplify gmake usage
PR:		ports/173681
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Feature safe:	yes
2012-11-21 22:19:55 +00:00
Dmitry Marakasov
aae24506b6 - Update to 1.8.1
PR:		173700
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
Feature safe:	yes
2012-11-20 22:28:03 +00:00
Pawel Pekala
e737ad667b Capitalism is a Client for the Monopd server.
You can play Monopoly like games with it.

WWW: http://www.linux-ecke.de/Capitalism/

PR:		ports/173365
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-11-20 22:05:22 +00:00
Guido Falsi
580514027c - Update to 0.11
Feature safe:	yes
2012-11-17 14:40:41 +00:00
Pawel Pekala
79a8246dd1 Set Created by: to original author
Feature safe:	yes
2012-11-17 14:35:15 +00:00
Pawel Pekala
a949de6d27 (Readdition of games/starfighter which was removed on 218872)
Project: Starfighter is an old school 2D shoot 'em up. In the game you take on
the role of a rebel pilot called Chris, who is attempting to overthrow a
military corporation called Weapco. Weapco has seized control of the known
universe and currently rules it with an iron fist. Chris can no longer stand
back and watch as millions of people suffer and die. He steals an experimental
craft known as "Firefly" and begins his mission to fight his way to Sol,
freeing key systems along the way. The game opens with Chris attempting to
escape a Weapco patrol that has intercepted him.

WWW: http://sourceforge.net/projects/pr-starfighter/

PR:		ports/173494
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-11-17 09:52:53 +00:00
Akinori MUSHA
8255167764 Update to 0.11.0 cooperating with the MAINTAINER.
This port can now be built with Clang.

Feature safe:	yes
2012-11-12 03:11:28 +00:00
Pawel Pekala
baa64d0a6e - Update MASTER_SITES
- Use PLIST_FILES, PORTDOCS instead of pkg-plist

PR:		ports/172007
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-09 20:22:42 +00:00
Pawel Pekala
d38cb98037 - Update MASTER_SITES
- Add LICENSE
- Mark MAKE_JOBS_SAFE
- Convert to optionsNG

PR:		ports/172004
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-09 20:06:36 +00:00
Max Brazhnikov
8631da6deb Update to 112.0
PR:		ports/173330
Submitted by:	Tijl Coosemans (maintainer)
Feature safe:	yes
2012-11-08 22:54:50 +00:00
Pietro Cerutti
94f55ca5e2 - fix build on amd64
Reported by:	PH (via beat@)
Feature safe:	yes
2012-11-08 08:39:12 +00:00
Alex Kozlov
91c8c19b64 - Convert Makefile headers to new style
- Add DESKTOP_ENTRIES [1]
- Remove redundant comments [1]

PR:	ports/173429 [1]
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer) [1]
Feature safe:	yes
2012-11-07 22:54:57 +00:00
Pawel Pekala
5243cc8dde - Update MASTER_SITES and WWW: line
- Add LICENSE

While here:
- Make sure that gretools script actually starts the program
- Port needs pkg-config during build

PR:		ports/172002
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-07 16:17:10 +00:00
Alexey Dokuchaev
14413ac876 GC unused file (forgotten in r307068).
Feature safe:	yes
2012-11-07 13:41:52 +00:00
Alexey Dokuchaev
ab8242d393 As optimized assembly routines are i386 only, do not offer this option for
other architectures.  If anyone can prove they also can work/benefit amd64,
please feel free to adjust the check.

Feature safe:	yes
2012-11-06 15:12:08 +00:00
Alexey Dokuchaev
73acfb1273 - Compress legacy.wad distfile (deflate 65%)
- Minor cosmetic Makefile changes

Feature safe:	yes
2012-11-06 14:55:25 +00:00
Alexey Dokuchaev
875855eefc - Fix stupid typo in MASTER_SITES
- Really remove pkg-plist

Feature safe:	yes
Pointy hat to:	danfe
2012-11-06 13:25:20 +00:00
Alexey Dokuchaev
e4d96b78dc Overhaul the port to make it usable and up-to-date with the reality:
- Update to version 1.44 alpha3 (unfortunately, for the sake of sane version
  number, have to bump PORTEPOCH)
- Switch to unified SDL media interface (this is what all modern systems
  should use) and stop building and installing no longer required stuff; now
  both sound and music works as expected out of the box
- Switch from kvm(3) kernel memory interface calls to obtain memory stats to
  sysctl(3) to avoid kmem group privileges (setgid bit) requirement
- Get rid of wrapper script by providing better default value of DOOMWADDIR
- Rename X86_ASM option to standard ASM (which already has nice description)
- Change USE_GL knob value from umbrella "yes" to more specific "glu"
- Adjust COMMENT and define LICENSE (GPLv2); really honor CC and CFLAGS
- Utilize PORTDOCS and PLIST_FILES and thus purge pkg-plist
- Trim Makefile header while I'm here per new world order
- Provide better and cleaner port description

Feature safe:	yes
Inspired by:	http://lists.freebsd.org/pipermail/freebsd-questions/2012-August/244371.html
Tested on:	i386 only :(
2012-11-06 13:15:40 +00:00
Bryan Drewery
b3176ffad4 - Update to 1.7.4.2
- Trim header

Feature safe:	yes
2012-11-05 16:12:25 +00:00
Raphael Kubo da Costa
3ef922ac18 Fix DISTFILES for Distilator.
PR:		ports/173270
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Feature safe:	yes
2012-11-04 18:53:13 +00:00
Pawel Pekala
50d39308f0 - Add LICENSE
- Switch from pkg-plist to PLIST_FILES
- Install desktop entry file
- Convert to OptionsNG
- Generate better execution script
- Update homepage
- Hand maintainership to submitter

PR:		ports/172699
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-11-02 12:00:20 +00:00
Pawel Pekala
cd6bcd7e36 - Update MASTER_SITES
- Add LICENSE
- Fix CXXFLAGS

PR:		ports/172238
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-02 11:08:29 +00:00
Alexey Dokuchaev
ff01005299 - Update to version 1.2.3, bugfix release
- Trim Makefile header per new world order

Submitted by:	maintainer (on IRC)
Feature safe:	yes
2012-11-01 08:29:17 +00:00
Ruslan Makhmatkhanov
2c0ab2554c - replace outdated master site with working one
PR:		173252
Submitted by:	nemysis <nemysis at gmx dot ch> (maintainer)
Feature safe:	yes
2012-11-01 05:54:06 +00:00
Pawel Pekala
fd8feccb65 - Update to version 6.0 [1]
- Add LICENSE [1]
- Add missing deps
- Install desktop entry

PR:		ports/172005 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Feature safe:	yes
2012-10-31 21:42:03 +00:00
Pawel Pekala
c693730cc4 Update to version 1.4
PR:		ports/172237
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-31 20:14:52 +00:00
Jason Helfman
1bdff9ced5 - fix fetch
Submitted by:	maintainer, nemysis@gmx.ch (private mail)
Feature safe:	yes
2012-10-31 05:40:09 +00:00
Rene Ladan
5f545f7ce1 Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.

Feature safe:	yes
2012-10-29 13:57:56 +00:00
Baptiste Daroussin
da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00
Baptiste Daroussin
4efea071e9 No more mirrord on pav's home
Feature safe:	yes
2012-10-26 14:03:38 +00:00
Baptiste Daroussin
6d5ccff713 2012-10-20 games/yace: No more public distfiles
2012-10-20 games/xripple: No more public distfiles
2012-10-20 games/wolf3d: No more public distfiles
2012-10-20 games/pets: No more public distfiles
2012-10-20 games/linux-enemyterritory-fortress: No more public distfiles
2012-10-20 games/linux-enemyterritory-etpub: No more public distfiles (for the .pk3)
2012-10-20 games/freesci: No more public distfiles
2012-10-20 dns/gresolver: No more public distfiles
2012-10-20 devel/vb2c: No more public distfiles
2012-10-20 devel/portlet-api: No more public distfiles
2012-10-20 devel/libsigc++: Abandoned upstream, no more depending ports
2012-10-20 devel/klassmodeler: Abandonware, depends on the deprecated wxGTK 2.4
2012-10-20 devel/ecos-tools: Depends on an obsolete version of wx, broken with gcc4.2 for long
2012-10-20 devel/datadesigner: Abandonware, depends on the deprecated wxGTK 2.4

Feature safe:	yes
2012-10-25 22:57:16 +00:00
Alexey Dokuchaev
373c5e2f30 Update HLLib and HLExtract ports to version 2.4.3, which had added support
for new VPK file format (v2), SGA format (v4.0/5.0), and ZIP deflate mode.

Feature safe:	yes
2012-10-23 17:09:04 +00:00
Rene Ladan
12017c1171 - Update to 1.3.4
- Clean up GLUT dependency handling
- Mark MAKE_JOBS_UNSAFE
- Make the port more options-ng aware

Changelog:	http://torcs.sourceforge.net/index.php?name=News&file=article&sid=85
Feature safe:	yes
2012-10-23 13:04:55 +00:00
Eitan Adler
759c71e275 Convert to OptionsNG
Feature safe:	yes
2012-10-20 15:22:35 +00:00
Eitan Adler
be2dd991ea Convert to OptionsNG
Feature safe:	yes
2012-10-20 15:08:14 +00:00
Guido Falsi
730e1cb108 - Update to 2.3.1
- Add clang support
- Update MASTER_SITES
- Convert to optionsng
- Trim Makefile headers

PR:		ports/172686
Submitted by:	Gautam Mani <execve@gmail.com> (maintainer)
Feature safe:	YES
2012-10-20 08:39:39 +00:00
Jason E. Hale
7b05741898 - Update to 1.0.4
- Add LICENSE (MIT)
- Update MASTER_SITES

While here:
- Trim Makefile header

PR:		ports/170149
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-18 01:48:48 +00:00
Alex Kozlov
ed986be66c - Convert Makefile headers to new style
- Convert to new options framework
- Remove redundant comments
- Add DESKTOP_ENTRIES
- Bump PORTREVISION

Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
Feature safe:	yes
2012-10-16 22:30:07 +00:00
Thomas Abthorpe
e69af9a0f7 - Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
Approved by:	amdmi3 (maintainer)
Pointyhat to:	tabthorpe
Feature safe:	yes
2012-10-16 22:23:37 +00:00
Alex Kozlov
3744f753fb Remove expired ports:
2012-05-10 games/8kingdoms: BROKEN for more than 6 month
2012-05-10 games/freeorion: BROKEN for more than 6 month
2012-05-10 games/rigsofrods: BROKEN for more than 6 month

Feature safe:	yes
2012-10-16 16:13:13 +00:00
Tilman Keskinoz
e710580f73 Fix pkg-plist
Reported by:    QAT
Feature safe:   yes
2012-10-16 08:49:12 +00:00
Jason Helfman
192c935829 - adopt optionsNG
- trim header while here

PR:		172739
Submitted by:	maintainer, turutani@scphys.kyoto-u.ac.jp
Feature safe:	yes
2012-10-16 06:21:15 +00:00
Dmitry Marakasov
0d58899761 - Take maintainership, as I maintain games/secretmaryochronicles itself
Feature safe:	yes
2012-10-15 13:12:23 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Pawel Pekala
8cd0203dda Fix silly COMMENTs caps
Feature safe:	yes
2012-10-12 22:44:11 +00:00
Pawel Pekala
41878d8699 Rescue Max is a Action Adventure in Space written in java.
It is based on a old mac game called Rescue! by Tom Spreen.

A 2D space real-time, action/strategy game. You are in control of a ship that
you fly around space fighting enemies and making friends on your way.
The main objective is to rescue people from planets and take them to star bases.

WWW: http://rescue.sourceforge.net/

PR:		ports/172123
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-10-12 17:26:26 +00:00
Adam Weinberger
4279040068 Release MAINTAINERship.
Feature safe: yes
2012-10-12 12:15:03 +00:00
Alex Kozlov
d0330427c6 - Convert Makefile headers to new style
- Remove indefinite article from COMMENT
- Add DESKTOP_ENTRIES
- Bump PORTREVISION

Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
Feature safe:	yes
2012-10-11 14:19:07 +00:00
Alex Kozlov
6aec002ef2 - Convert Makefile headers to new style
- Convert to new options framework
- Remove redundant comments
- Improve COMMENT
- Add DESKTOP_ENTRIES
- Fix typo in sed regexp
- Bump PORTREVISION

Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
Feature safe:	yes
2012-10-11 13:43:44 +00:00
Jason Helfman
ed37e28885 add new port: games/smashbattle
Smash Battle is a cross platform, 8-bit style game where two,
three or four player face off against each other.
The game was inspired by the mario battle minigame from mario 3
when we started developing, but changed a lot over time.

WWW: http://smashbattle.condor.tv/

PR:		167855
Submitted by:	nemysis@gmx.ch
Feature safe: 	yes
2012-10-11 05:33:04 +00:00
Jason Helfman
7c5ea7c2c6 - add new port: games/bombherman
A Bomberman clone written in C++, student project for SUPINFO, France

WWW: https://github.com/Keruspe/Bomb-her-man

PR:		167973
Submitted by:	nemysis@gmx.ch
2012-10-09 23:56:53 +00:00
Jason Helfman
6e92c3faf6 - add new port: games/barbie_seahorse_adventures
You are a seahorse and you want to go to the moon!

WWW: http://www.imitationpickles.org/barbie/

PR:		167854
Submitted by:	nemysis@gmx.ch
2012-10-09 23:16:12 +00:00
Alex Kozlov
edfb41ef9e - Convert Makefile headers to new style
- Remove redundant comments
- Add DESKTOP_ENTRIES
- Bump PORTREVISION

Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
2012-10-09 19:50:57 +00:00
Alex Kozlov
2f0836aea8 - Remove indefinite article from COMMENT
- Convert Makefile headers to new style
- Add DESKTOP_ENTRIES
- Fix manpage name
- Remove redundant comments

Submitted by:	nemysis <nemysis at gmx.ch> (maintainer)
2012-10-09 16:12:18 +00:00
Kevin Lo
0ec1bc2472 Update to 2.1.5 2012-10-09 09:32:59 +00:00
Eitan Adler
aaf5cb11fa Return the port to the heap per request.
Thanks for all your hard work!

Trim headers
2012-10-08 12:13:01 +00:00
Jason E. Hale
d5d0eed9d5 - Mark MAKE_JOBS_UNSAFE
- Add LICENSE

While here:
- Trim Makefile header

PR:		ports/172462
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors implicit)
2012-10-07 22:02:06 +00:00
Carlo Strub
d0c60f86b2 Update to 20120514
PR:		ports/172445
Submitted by:	Green Dog <fiziologus@gmail.com> (maintainer)
2012-10-07 13:32:30 +00:00
Rene Ladan
902cc7fc4f Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Jason E. Hale
651158b377 - Bump PORTREVISION since installed files have changed
Approved by:	makc, avilla (mentors implicit)
2012-10-06 14:17:56 +00:00
Jason E. Hale
e86a71cbab - Remove LICENSE_FILES as the GPLv2 license is in the ports tree
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter

PR:		ports/172192
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc (mentor)
2012-10-06 13:47:51 +00:00
Jason E. Hale
21068c93d5 - Add LICENSE
- Mark MAKE_JOBS_SAFE
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter

PR:		ports/172188
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc (mentor)
2012-10-06 13:42:26 +00:00
Jason E. Hale
a9606856b6 - Add LICENSE
- Mark MAKE_JOBS_SAFE
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter

PR:		ports/172186
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc (mentor)
2012-10-06 13:40:15 +00:00
Jason E. Hale
feab406846 - Fix typo in patch
Notified by:	maintainer
Approved by:	makc, avilla (mentors implicit)
2012-10-06 13:19:20 +00:00
Alex Kozlov
26fdbeb84f - Add license
- Convert Makefile headers to new style
- Update MASTER_SITES

PR:	ports/172111
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2012-10-06 08:02:07 +00:00
Jason Helfman
f509bfaaff - adjust dependencies
- install target cleanup
- use optionsNG for DOCS

PR:		170478
Submitted by:	maintainer, nemysis@gmx.ch
2012-10-06 05:37:29 +00:00
Jason E. Hale
d3648adda0 - Add LICENSE
- Mark MAKE_JOBS_SAFE
- Improve build and remove some annoying warnings
- Improve .desktop file
- Update pkg-descr
- Convert Makefile header to new format
- Pass maintainership to submitter

PR:		ports/172187
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc (mentor)
2012-10-06 04:27:07 +00:00
Pawel Pekala
4e9a1add42 Domination is a board game that is a bit like the well known game Risk.
Domination is a game that is a bit like the well known board game of Risk
or RisiKo. It has many game options and includes many maps.

Written in java it includes a map editor, a simple map format, multiplayer
network play, single player, hotseat, 5 user interfaces and many more features,
it works in all OSs that run java.

WWW: http://domination.sourceforge.net/
WWW: http://yura.net/projects/domination/

PR:		ports/172167
Submitted by:	nemysis <nemysis@gmx.ch>
2012-10-04 19:40:39 +00:00
Jason Helfman
8abb759296 add new port: games/castlevox
Castle Vox is a next generation computer strategy board game.
Capture all the enemy Castles to win!

Features:

 - Fast world domination.
 - Plan attacks simultaneously.
 - Collaborate with teammates.

 - Maps from history and fantasy.
 - Giant maps with many players.
 - Map editor included.

 - Hard AI will push your brain in single-player matches.
 - Online multi-player modes: relaxed and speed variants.
 - Achievements.

 - Easy to learn, hard to master.
 - Mixes elements from Diplomacy and Axis & Allies board games.
 - Available for Mac OS X, Linux, and Windows.

WWW: http://sillysoft.net/vox/

PR:		155070
Submitted by:	gamato@users.sf.net
2012-10-04 16:57:49 +00:00