Port details |
- agar Cross-platform GUI toolkit
- 1.7.0_2 devel =2 1.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: vedge@hypertriton.com
- Port Added: 2019-01-05 23:12:12
- Last Update: 2024-02-23 06:51:55
- Commit Hash: a955e34
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE OFL11
- WWW:
- https://libagar.org/
- Description:
- Agar is a cross-platform GUI system. It provides a base framework and
a toolkit of widgets from which portable, high-performance graphical
applications can be built.
The toolkit is extensible through class registration. A style engine
allows precise control over the appearance of elements. Agar applications
work under X Windows, MS Windows, MacOS, SDL (1.2 and 2.0) and others.
It can attach to an existing graphical context and work as self contained
window manager. Agar is fully thread-safe when built with threads support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/agar/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/agar
- pkg install agar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: agar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682804071
SHA256 (agar-1.7.0.tar.gz) = 17313d223b5ea94f9fa0303ddd82edc8ee0e7cc17953df38a5ee6b67cb849446
SIZE (agar-1.7.0.tar.gz) = 7660479
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- perl5>=5.36<5.37 : lang/perl5.36
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- Library dependencies:
-
- libpng.so : graphics/png
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libjpeg.so : graphics/jpeg-turbo
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for agar-1.7.0_2:
DEBUG=off: Build with debugging support
FONTCONFIG=on: X11 font configuration support
PORTAUDIO=off: Portaudio support in Agar AU library
SDL=off: SDL 1.2 support in Agar GUI library
SDL2=on: SDL 2.0 support in Agar GUI library
SNDFILE=off: Audio file support in Agar AU library
THREADS=on: Threading support
X11=on: X11 (graphics) support
XINERAMA=on: X11 Xinerama extension support
===> Use 'make config' to modify these settings
- Options name:
- devel_agar
- USES:
- libtool localbase pathfix perl5 pkgconfig jpeg gl sdl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0_2 23 Feb 2024 06:51:55 |
Muhammad Moinur Rahman (bofh) |
devel/agar: Moved man to share/man
Approved by: portmgr (blanket) |
1.7.0_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.7.0 04 May 2023 07:10:13 |
Fernando Apesteguía (fernape) Author: Julien Nadeau |
devel/agar: Update to 1.7.0
ChangeLog: https://github.com/JulNadeauCA/libagar/releases/tag/v1.7.0
PR: 271195
Reported by: vedge@hypertriton.com (maintainer) |
1.5.0_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.5.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.5.0_2 07 Aug 2021 12:09:52 |
Tobias C. Berner (tcberner) |
devel/agar: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512 |
1.5.0_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.5.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 30 May 2020 00:57:02 |
tobik |
Clean up some things
Reported by: portscan |
1.5.0 17 May 2020 21:06:03 |
linimon |
Mark as BROKEN on powerpc64. This port has been broken for quite some time,
and I do not see a quick fix.
Approved by: portmgr (tier-2 blanket) |
1.5.0 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
1.5.0 06 Jan 2019 11:04:09 |
pi |
devel/agar: replace includes of bsd.port.pre.mk and .post.mk
PR: 208383
Submitted by: mat |
1.5.0 06 Jan 2019 09:40:06 |
pi |
devel/agar: fix build on non-amd64
PR: 208383 |
1.5.0 05 Jan 2019 23:11:54 |
pi |
New port: devel/agar
Agar is a cross-platform GUI toolkit. Agar provides a base
framework and a collection of GUI widgets from which GUI
applications can be built.
Agar applications function seamlessly under X11 (with OpenGL),
Windows, MacOS X and SDL 1.2. Agar can also attach an existing
OpenGL or SDL context and operate as window manager for the
application. Agar is compact, efficient, and fully thread-safe.
Agar's functionality can be extended using simple C/C++ class
registration interfaces. Separate libraries which also extend
Agar's capabilities include FreeSG (http://FreeSG.org) and
Edacious (http://edacious.org).
WWW: http://libagar.org/
PR: 208383
Submitted by: Julien Nadeau <vedge@hypertriton.com>
Reported by: amdmi3, yuri |