Commit graph

4875 commits

Author SHA1 Message Date
wiz
d356a6b835 Updated ruby23-squib to 0.13.4.
Changes not found.
2017-08-14 20:44:08 +00:00
wiz
a52c6e1ddf Updated py-easyAI to 1.0.0.4.
Changes not found.
2017-08-14 19:25:01 +00:00
jperkin
361d663171 Add fortune. 2017-08-07 11:11:22 +00:00
jperkin
25ae259f4f Import fortune-19970829 into pkgsrc as games/fortune.
This is the Linux "port" of BSD fortune, but has been patched to work with
BSD fortune files so that those available already in pkgsrc will work.  The
pkgsrc strfile has been made a full dependency so that those with dat files
in the Linux format can easily regenerate them to be compatible.
2017-08-07 11:10:32 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
leot
926f3b4d50 Do not invoke strfile on any possible `*.dat' files (similarly to fortunes-de
package).

Should fix an issue appeared on Joyent SmartOS bulk build.
2017-08-01 11:20:33 +00:00
wiz
8d59bf7376 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
wiz
b3458cd6d4 Comment out nonworking HOMEPAGE. 2017-07-30 22:37:57 +00:00
leot
bee8028042 + fortunes-it 2017-07-30 13:22:05 +00:00
leot
e299e7185f Import fortunes-it-1.99 as games/fortunes-it
Italian fortunes database

Originally packaged by myself in pkgsrc-wip  with some improvements
by <wiz> and <asau>.
2017-07-30 13:21:31 +00:00
wiz
971a370525 + gargoyle. 2017-07-29 06:25:52 +00:00
wiz
27d469c888 Import gargoyle-2011.1 as games/gargoyle.
Packaged by Wes Frazier in PR 52431, some fixes by myself.

Gargoyle is an IF player that supports all the major interactive fiction
formats.

Most interactive fiction is distributed as portable game files. These portable
game files come in many formats. In the past, you used to have to download a
separate player (interpreter) for each format of IF you wanted to play.

Gargoyle is based on the standard interpreters for the formats it supports.
Gargoyle is free software released under the terms of the GNU General Public
License.
2017-07-29 06:25:39 +00:00
dholland
5ae72da38c Requires c++0x to configure correctly. (otherwise it silently gets wrong
answers and then plotzes in the build)
2017-07-19 00:18:05 +00:00
wiz
a5bc1e3e54 Updated ruby23-squib to 0.13.3.
## v0.13.3 / 2017-07-15

Bugs:
* Fix `undefined method [] for nil:NilClass` error on `svg` (was a regression error in librsvg that we worked around.)
* Bump dependencies to latest stable versions. Pango et al. to 3.1.7 and Cairo to 1.15.9. This fixes some compatibility issues.
2017-07-15 06:48:35 +00:00
wiz
9fd1b7def9 Honor LDFLAGS, fixes RELRO build. 2017-07-13 12:33:37 +00:00
wiz
61fddea0c7 Honor LDFLAGS, fixes RELRO build.
While here, also honor CFLAGS and remove an unnecessary chunk.
2017-07-13 12:29:09 +00:00
wiz
745cfd7fe7 Honor LDFLAGS. Fixes RELRO build. 2017-07-13 12:25:01 +00:00
seb
b76af8dc62 Update xpuyopuyo to 0.9.8. Changes since the last upstream packaged version 0.9.1:
Changes in v0.9.8:
   *  Correcting a packaging error, and addressing compiler warnings
      that surface in GCC 3.3.

Changes in v0.9.7:
   *  Fixed compiler warnings on Debian, and installer problems.

Changes in v0.9.6:
   *  New theme ``fabo''

Changes in v0.9.5:
   *  Porting some dialog bugfixes in xscorch over to xpuyopuyo
   *  Porting over xscorch's help system into xpuyopuyo
   *  Cleaned up configure script a bit

Changes in v0.9.4:
   *  More verbose error message if theme load fails
   *  Fixed '//' path problem that prevented execution on cygwin

Changes in v0.9.3:
   *  New theme added -- Spheres
   *  Some documentation cleaning

Changes in v0.9.2:
   *  Fixed p_ai_decide() prototype error (spotted by Patrick Markiewicz)
   *  Fixed configure error that was introduced by the stow patch.
   *  Minor correction in network timeout code.
   *  Sound effects implemented, although we're still experimenting with
      the actual effects.  Command-line options
2017-07-02 14:27:25 +00:00
seb
3bf5307a41 Update xpuyopuyo to 0.9.1nb10 (bump PKGREVISION): fix runtime
And thus allow one to actually enjoy a game of xpuyopuyo ;-)
2017-07-02 00:58:17 +00:00
adam
ca9caff220 1.7.1:
- Fix: Add missing game script event for ships arriving at a station [FS-6560] (r27859, r27858)
- Fix: StringID truncation to 16 bits broke string remapping test [FS-6555] (r27851)
- Fix: Infinite loop in pathfinder when checking safe waiting position from a waypoint [FS-5926] (r27846)
- Fix: [YAPF] Consider depot as destination before reversing path and applying penalty (r27843)
- Fix: Don't consider locks or ship depots as clear water when placing industries (r27841)
- Fix: Small news window's fake caption was not sized to fit its text (r27838)
- Fix: Black remap did nothing in 8bpp-simple blitter (r27837)
- Fix: Misaligned resize icon due to widget bounds being inclusive (r27831)
- Fix: Update viewport sign dimensions when changing GUI zoom level (r27827, r27819)
- Fix: Vehicle viewport is not user scrollable so flag window as such (r27823)
- Fix: Allow dropdown to be drawn above origin widget even with scrollbar (r27820)
- Fix: 32bpp-anim blitters assumed that pitch and width of the screen were equal [FS-6545] (r27796)
- Fix: Chat text background overflowed due to missing padding [FS-6526] (r27794)
- Fix: Failed to load lzo compressed savegames sometimes [FS-6450] (r27793)
- Fix: [Win32] Mark OpenTTD as DPI-aware to avoid OS window scaling that breaks mouse input [FS-6366] (r27791, r27790)
- Fix: [NewGRF] Get vehicle load amount after executing new cargo trigger [FS-6536] (r27788)
- Fix: AI configuration changed incorrect parameter when some parameters are hidden [FS-6479] (r27787, r27786)
- Fix: Buoys not always drawn after being placed depending on zoom level [FS-6508] (r27785)
- Fix: Allow rail conversion even if ship is on tile [FS-6505] (r27784)
2017-06-28 18:18:36 +00:00
adam
1c8a7a44e1 Ren'Py 6.18.3
This release adds the showif statement to screen language. The showif statement shows and hides its children based on a condition. When its children are ATL transforms, showif delivers ATL events to manage the show and hide process.

Ren'Py's image prediction mechanism now models the return stack, and can predict images through a call and return pair. Previously, a call followed by a return would block image prediction.

Ren'Py now predicts that the start label will be called from the main menu. This will help to avoid unpredicted image loads at the very start of a game.

The ATL on statement now can take a comma-separated list of event names.

The new updater.UpdateVersion() function contacts an update server and determines if an update is available.

The new renpy.invoke_in_thread() function runs a function in a background thread, and restarts the interaction when that thread finishes.

While in self-voicing mode, the {w} and {p} tags are ignored.

The Traditional Chinese and Russian translations have been updated.


Bug Fixes
---------
Fixed a regression that could cause hiding transforms to skip time.

Fixed a bug that would cause the screen language if statement to show children from blocks with a false condition, if those child blocks were run during prediction.

Fixed an issue where SetScreenVariable and ToggleScreenVariable were declared as pure functions, but weren't. They now have been reimplemented as pure functions.

Fixed an issue where a grab could fail to transfer between interactions, leaving Ren'Py unresponsive.
2017-06-24 19:39:47 +00:00
kamil
a7717d643f Set new HOMEPAGE in xlennart to https://github.com/Xylemon/xlennart 2017-06-24 06:57:36 +00:00
kamil
cd2525f26f Tidy the xlennart package
Correct spelling of 'systent' virus.
Stop demanding C++ compiler, not needed.
2017-06-24 06:29:00 +00:00
kamil
4f5d0a1b26 + games/xlennart 2017-06-24 01:44:03 +00:00
kamil
067c9fb4ea Import xlennart-1.1.1 as games/xlennart.
Welcome to XLennart...

Ever get the feeling that nothing is going right? You're a sysadmin, and
someone's trying to destroy your computers. The little people running around
the screen are trying to infect your computers with SystenD [TM], a virus
cleverly designed to resemble a popular init system. Your objective is to click
the mouse on them, ending the potential threat. If one of the people reaches a
computer, it will attempt to replace your operating system with the virus it
carries. It will then attempt to run off the screen with your vital software.
The game ends when only 1 (or 0) of your computers are being productive.
Additionally, some computers are connected with network cables. When one
computer on a network becomes infected, a spark will be sent down the cable,
and will infect the computer on the other end when it reaches there.

Clicking the button on one of the little people will cause it to cry out in
pain and melt (id software eat your heart out!), dropping the stolen os if it
is carrying one. If a computer is running SystenD or is temporarily off, the os
can be dragged back to the computer (or another computer compatible with that
os). To extinguish a spark drag the bucket of water from the upper left corner
onto it.
2017-06-24 01:43:03 +00:00
taca
c136fff011 Add 24 to RUBY_VERSIONS_ACCEPTED. 2017-06-18 13:48:53 +00:00
joerg
5fed7e4117 Fix error checking for shmat. Ensure that PrintErr is actually defined. 2017-06-08 14:06:38 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
wiz
dd0a7cb7e5 Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
jperkin
dd79db5cce Requires termcap. 2017-05-09 16:13:12 +00:00
jperkin
c821ca715d Requires termcap. 2017-05-09 15:07:42 +00:00
jperkin
3d291892e3 Use the infrastructure to find termcap correctly. 2017-05-09 14:12:30 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
pgoyette
4482d543ae Bump PKGREVISION for previous 2017-04-07 23:34:40 +00:00
pgoyette
0757f764c4 xpipeman fails to update the scores file with ASLR enabled.
XXX does this require a rev bump?
2017-04-07 23:21:20 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
taca
0a22906df0 Update ruby-squib to 0.13.2.
## v0.13.2 / 2017-01-27

Bugs:
* Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
2017-03-20 16:26:56 +00:00
tsutsui
5117539e84 Update onscripter to 20161102.
No English changelog in upstream (too many changes to translate),
mostly bug fixes and some new script instructions.
2017-03-20 13:56:08 +00:00
wiz
e288194767 Updated lgogdownloader to 3.2.
LGOGDownloader 3.2
- Fixed crash in Website::getGames
* Sometimes JSON value for updates was null. For example when user
  owns a dlc but not the base game. This caused a crash due to std::stoi
  throwing std::invalid_argument exception.
- Changed --login to use GOG Galaxy login method
* Galaxy login tokens are stored to "$XDG_CONFIG_HOME/lgogdownloader/galaxy_tokens.json"
- Added initial support for some Galaxy API features
- Show product id for game when using --list-details
* Product id is used with some Galaxy related commands
2017-03-12 07:24:06 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
joerg
e86cdb25e4 Newer zlib is stricter about typing, adjust. 2017-02-18 14:01:22 +00:00
joerg
f3f1528350 Add missing include. 2017-02-18 14:00:54 +00:00
wiz
e8e50143b3 Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
joerg
fd69db2f05 Fix format strings. Fix ordering of pointers relative to 0. Bump
revision.
2017-02-08 00:04:53 +00:00
joerg
757e93a621 Pointers and 0 are not ordered. 2017-02-08 00:03:30 +00:00