notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
opensfx Free alternative sounds for OpenTTD game engine
1.0.3 games on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.3Version of this port present on the latest quarterly branch.
Maintainer: rum1cro@yandex.ru search for ports maintained by this maintainer
Port Added: 2010-11-04 19:18:36
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: stixfonts, tmux, nagios4, endless-sky, python
License: CC-BY-SA-3.0 CDDL GPLv2
WWW:
https://github.com/OpenTTD/OpenSFX
Description:
OpenSFX is free alternative sounds for OpenTTD game engine.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/openttd-opensfx-1.0.3/catalog.mk
  2. /usr/local/share/licenses/openttd-opensfx-1.0.3/LICENSE
  3. /usr/local/share/licenses/openttd-opensfx-1.0.3/CC-BY-SA-3.0
  4. /usr/local/share/licenses/openttd-opensfx-1.0.3/CDDL
  5. /usr/local/share/licenses/openttd-opensfx-1.0.3/GPLv2
  6. share/openttd/baseset/opensfx/changelog.txt
  7. share/openttd/baseset/opensfx/license.txt
  8. share/openttd/baseset/opensfx/opensfx.cat
  9. share/openttd/baseset/opensfx/opensfx.obs
  10. share/openttd/baseset/opensfx/readme.txt
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • openttd-opensfx>0:games/opensfx
To install the port:
cd /usr/ports/games/opensfx/ && make install clean
To add the package, run one of these commands:
  • pkg install games/opensfx
  • pkg install openttd-opensfx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openttd-opensfx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1653449136 SHA256 (opensfx-1.0.3-all.zip) = e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759 SIZE (opensfx-1.0.3-all.zip) = 11566000

Packages (timestamps in pop-ups are UTC):
openttd-opensfx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.31.0.3-1.0.31.0.3---
FreeBSD:13:quarterly1.0.31.0.31.0.31.0.31.0.31.0.31.0.31.0.3
FreeBSD:14:latest1.0.31.0.31.0.31.0.31.0.31.0.3-1.0.3
FreeBSD:14:quarterly1.0.31.0.3-1.0.31.0.31.0.31.0.31.0.3
FreeBSD:15:latest1.0.31.0.3n/a1.0.3n/a1.0.31.0.31.0.3
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
games_opensfx
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://cdn.openttd.org/opensfx-releases/1.0.3/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.3
20 Jul 2022 14:21:58
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.3
10 Jun 2022 14:40:55
commit hash: 4c004dea267b781a874e41ec6b956242bedbefe6commit hash: 4c004dea267b781a874e41ec6b956242bedbefe6commit hash: 4c004dea267b781a874e41ec6b956242bedbefe6commit hash: 4c004dea267b781a874e41ec6b956242bedbefe6 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Alastair Hogge
games/opensfx: update  to 1.0.3

ChangeLog: https://github.com/OpenTTD/OpenSFX/blob/1.0.3/docs/changelog.txt

PR:	264214
Reported by:	agh@riseup.net
Approved by:	rum1cro@yandex.ru (maintainer, timeout > 2 weeks)
0.2.3_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2.3_2
04 Dec 2020 03:12:19
Revision:556948Original commit files touched by this commit
danfe search for other commits by this committer
Update MASTER_SITES and make the port fetchable again.

PR:	250778
0.2.3_2
30 Sep 2020 09:42:54
Revision:550666Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable

Reported by:	pkg-fallout
0.2.3_2
28 Jan 2020 09:30:29
Revision:524466Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
0.2.3_2
28 Sep 2016 07:16:24
Revision:422854Original commit files touched by this commit
jbeich search for other commits by this committer
games/opensfx: clarify the license is uncommon
0.2.3_2
13 Dec 2015 20:42:23
Revision:403689Original commit files touched by this commit
bapt search for other commits by this committer
Fix a bunch of false positive that are fetchable

Reported by:	ak
0.2.3_2
13 Dec 2015 09:41:23
Revision:403659Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
0.2.3_2
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
0.2.3_2
16 Jan 2015 20:14:52
Revision:377198Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from and add empty directories to plists

Approved by:	portmgr blanket
10 Mar 2014 14:49:26
Revision:347760Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert g* to USES=zip
0.2.3_2
12 Nov 2013 21:44:05
Revision:333625Original commit files touched by this commit
madpilot search for other commits by this committer
- Convert to staging
- Add LICENSE
- Use space in pkg descr WWW line

PR:		ports/183886, ports/183887, ports/183890
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
0.2.3_2
20 Sep 2013 17:36:36
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
0.2.3_2
26 Aug 2013 17:43:16
Revision:325410Original commit files touched by this commit
eadler search for other commits by this committer
Update maintainer's email address

Approved by:	rum1cro@yandex.ru (maintainer)
0.2.3_2
05 Jul 2012 09:20:13
Original commit files touched by this commit
danfe search for other commits by this committer
- Update OpenGFX bundle to version 0.4.4
- Adjust file paths to the new world order
- Set similar LATEST_LINK in all three ports
- Remove trailing slashes in directory names for consistency
- Canonicalize Makefile header and mute MKDIR's while here

Submitted by:   Ilya Arkhipov
0.2.3_1
11 Jan 2011 10:23:35
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MASTER_SITES
- Change installation destination
- Bump PORTREVISION for PLIST changes

PR:             ports/153885
Submitted by:   Ilya A. Arhipov <micro@heavennet.ru> (maintainer)
0.2.3
04 Nov 2010 19:17:49
Original commit files touched by this commit
makc search for other commits by this committer
Add new port games/opensfx:

OpenSFX is free alternative sounds for OpenTTD game engine.

WWW:    http://dev.openttdcoop.org/projects/opensfx

PR:             ports/151916
Submitted by:   Ilya A. Arhipov <admin at gorodkirov.ru>

Number of commits found: 20