OpenBSD CVS

CVS log for ports/games/gogrepo/Makefile


[BACK] Up to [local] / ports / games / gogrepo

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Tue May 28 16:48:40 2024 UTC (3 days, 23 hours ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -7 lines
Diff to previous 1.9 (unified)

use MODPY_COMPILEALL (or drop unneeded runs of compileall) for an initial scattering of ports

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 6 12:23:33 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 (unified)

bump REVISION for py3.10 -> py3.11 switch

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 4 19:14:04 2023 UTC (15 months, 3 weeks ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (unified)

update to most recent checkout which unbreaks gogrepo; from sdk@ - thanks!

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 13 15:28:26 2022 UTC (18 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (unified)

bump for MODPY_DEFAULT_VERSION_3 change

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 11 19:04:30 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.5: +0 -2 lines
Diff to previous 1.5 (unified)

drop RCS Ids

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 2 00:01:13 2021 UTC (2 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

bump REVISION for switch from Python 3.8 -> 3.9

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:23 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 3 21:12:53 2020 UTC (3 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

bump REVISION; python 3 default changed to 3.8

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 11 09:51:16 2020 UTC (4 years, 1 month ago) by thfr
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.1: +9 -4 lines
Diff to previous 1.1 (unified)

port can't be NO_BUILD and run compileall.py
problem identified by aja@
move compileall into do-build. This way dependency on python3 binary is
picked up.
no REVISION bump because didn't build

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 10 11:15:03 2020 UTC (4 years, 1 month ago) by thfr
Branch: thfr
CVS Tags: thfr_20200410
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import gogrepo, a CLI downloader for GOG.com games
ok solene@

DESCR:
Python-based tool for downloading your GOG.com game collections and extras to
your local computer for full offline enjoyment.

By default, game folders are saved in the same location that the script is run
in. You can also specify another directory. Run gogrepo.py -h to see help or
read more below. Each game has its own directories with all game/bonus files
saved within.

Features:

* Ability to choose which games to download based on combinations of OS
(windows, linux, mac) and language (en, fr, de, etc...)

* Saves a !info.txt in each game folder with information about each game/extra
item.

* Creates a !serial.txt if the game has a special serial/cdkey (I know, not 100%
DRM-free, is it?). Sometimes coupon codes are hidden here!

* Verify your downloaded collection with full MD5, zip integrity, and expected
file size checking.

* Auto retrying of failed fetch/downloads. Sometime GOG servers report temporary
errors.

* Ability to import your already existing local collection.

* Easy to throw into a daily cronjob to get all the latest updates and newly
added content!

* Clear logging prints showing update/download progress and HTTP errors. Easy to
pipe or tee to create a log file.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 10 11:15:03 2020 UTC (4 years, 1 month ago) by thfr
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.