notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
cgif GIF encoder written in C
0.3.2 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 0.3.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-05 17:36:43
Last Update: 2023-05-27 23:43:43
Commit Hash: 04c38bd
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/cgif-0.3.2/catalog.mk
  2. /usr/local/share/licenses/cgif-0.3.2/LICENSE
  3. /usr/local/share/licenses/cgif-0.3.2/MIT
  4. include/cgif.h
  5. lib/libcgif.a
  6. lib/libcgif.so
  7. lib/libcgif.so.0
  8. lib/libcgif.so.0.3.2
  9. libdata/pkgconfig/cgif.pc
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • cgif>0:graphics/cgif
To install the port:
cd /usr/ports/graphics/cgif/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/cgif
  • pkg install cgif
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cgif
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
cgif
ABIlatestquarterly
FreeBSD:12:aarch64-0.3.2
FreeBSD:12:amd640.3.20.3.2
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3860.3.20.3.2
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch640.3.20.3.2
FreeBSD:13:amd640.3.20.3.2
FreeBSD:13:armv6-0.3.2
FreeBSD:13:armv70.3.20.3.2
FreeBSD:13:i3860.3.20.3.2
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-0.3.2
FreeBSD:13:riscv64--
FreeBSD:14:aarch640.3.2-
FreeBSD:14:amd640.3.2-
FreeBSD:14:armv6--
FreeBSD:14:armv70.3.2-
FreeBSD:14:i3860.3.2-
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc640.3.2-
FreeBSD:14:riscv64--
FreeBSD:15:amd640.3.2-
FreeBSD:15:armv6--
FreeBSD:15:armv70.3.2-
FreeBSD:15:i3860.3.2-
FreeBSD:15:mips64--
FreeBSD:15:powerpc64--
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson
  2. ninja : devel/ninja
This port is required by:
for Build
  1. graphics/vips
for Libraries
  1. graphics/vips

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dloebl/cgif/tar.gz/V0.3.2?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2
27 May 2023 23:43:43
commit hash:04c38bdb07209406318082209709bc8678561058commit hash:04c38bdb07209406318082209709bc8678561058commit hash:04c38bdb07209406318082209709bc8678561058commit hash:04c38bdb07209406318082209709bc8678561058 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/cgif: Update to 0.3.2

Changes:	https://github.com/dloebl/cgif/releases
0.3.1
09 Apr 2023 20:39:54
commit hash:887af43f103ea5154573a757fe760f485cecaad8commit hash:887af43f103ea5154573a757fe760f485cecaad8commit hash:887af43f103ea5154573a757fe760f485cecaad8commit hash:887af43f103ea5154573a757fe760f485cecaad8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/cgif: Update to 0.3.1

Changes:	https://github.com/dloebl/cgif/releases
0.3.0
05 Apr 2023 17:29:37
commit hash:af6dcf2661a846a9156ac0b35840923c62be7041commit hash:af6dcf2661a846a9156ac0b35840923c62be7041commit hash:af6dcf2661a846a9156ac0b35840923c62be7041commit hash:af6dcf2661a846a9156ac0b35840923c62be7041 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/cgif: Add cgif 0.3.0

CGIF is a fast and lightweight GIF encoder that can create GIF animations and
images. Summary of the main features:
- user-defined global or local color-palette with up to 256 colors (limit of the
  GIF format)
- size-optimizations for GIF animations:
  - option to set a pixel to transparent if it has identical color in the
    previous frame (transparency optimization)
  - do encoding just for the rectangular area that differs from the previous
    frame (width/height optimization)
- fast: a GIF with 256 colors and 1024x1024 pixels can be created in below 50 ms
  even on a minimalistic system
- MIT license (permissive)
- different options for GIF animations: static image, N repetitions, infinite
  repetitions
- additional source-code for verifying the encoder after making changes
- user-defined delay time from one frame to the next (can be set independently
  for each frame)
- source-code conforms to the C99 standard

Number of commits found: 3