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 on branch 2022Q3
s2tc Subset of a well-known texture compression scheme
1.0+20151228_4 graphics on this many watch lists=0 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+20151228_4Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-03-20 19:38:16
Last Update: 2024-02-24 11:18:54
Commit Hash: ba7fe23
License: MIT
WWW:
https://github.com/divVerent/s2tc/wiki
Description:
S2TC's format specification is very easy to implement, so it is not hard to make a working compressor or decompressor for it. It is based on Color Cell Compression[1] from 1986, and decoding is done entirely using the methods from there. Encoding is done using a search and refinement method that is derived from the methods described in that paper. This also makes this format a great platform for learning about texture compression and how to tune a compressor for best quality. S2TC is especially well suited for runtime (on-load) compression of textures, as it is - in low quality settings - way faster than any other texture compressors out there.
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 (17 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/s2tc-1.0+20151228_4/catalog.mk
  3. /usr/local/share/licenses/s2tc-1.0+20151228_4/LICENSE
  4. /usr/local/share/licenses/s2tc-1.0+20151228_4/MIT
  5. bin/s2tc_compress
  6. bin/s2tc_decompress
  7. bin/s2tc_from_s3tc
  8. include/txc_dxtn.h
  9. lib/libtxc_dxtn.a
  10. lib/libtxc_dxtn.so
  11. libdata/pkgconfig/txc_dxtn.pc
  12. share/man/man1/s2tc_compress.1.gz
  13. share/man/man1/s2tc_decompress.1.gz
  14. share/man/man1/s2tc_from_s3tc.1.gz
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • s2tc>0:graphics/s2tc
To install the port:
cd /usr/ports/graphics/s2tc/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/s2tc
  • pkg install s2tc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: s2tc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (divVerent-s2tc-1.0+20151228-f6ec862_GH0.tar.gz) = 5785b81e2254e08f810ddb26acc5c6fd39631f94e9993fc0ee5807d802a2d4cb SIZE (divVerent-s2tc-1.0+20151228-f6ec862_GH0.tar.gz) = 1398883

Packages (timestamps in pop-ups are UTC):
s2tc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0+20151228_41.0+20151228_41.0+20151228_11.0+20151228_41.0+20151228_4-1.0+20151228_1-
FreeBSD:13:quarterly1.0+20151228_31.0+20151228_31.0+20151228_31.0+20151228_31.0+20151228_41.0+20151228_31.0+20151228_31.0+20151228_3
FreeBSD:14:latest1.0+20151228_41.0+20151228_41.0+20151228_21.0+20151228_41.0+20151228_41.0+20151228_3-1.0+20151228_3
FreeBSD:14:quarterly1.0+20151228_31.0+20151228_4-1.0+20151228_31.0+20151228_41.0+20151228_31.0+20151228_31.0+20151228_3
FreeBSD:15:latest1.0+20151228_41.0+20151228_4n/a1.0+20151228_3n/a1.0+20151228_31.0+20151228_31.0+20151228_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libglvnd>=0 : graphics/libglvnd
  2. autoconf>=2.71 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
  4. libtoolize : devel/libtool
Test dependencies:
  1. nvcompress : graphics/nvidia-texture-tools
  2. wget : ftp/wget
  3. ImageMagick6>=6 : graphics/ImageMagick6
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. emulators/wine-staging*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
graphics_s2tc
USES:
autoreconf libtool magick:6,test pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/divVerent/s2tc/tar.gz/f6ec862?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port