"Anthony J. Bentley" <[email protected]> wrote:

>Hi,
>
>Anthony J. Bentley writes:
>> Anthony J. Bentley writes:
>>> 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 can
>>> be styled and themed using a CSS-style engine.
>>> 
>>> Agar applications work seamlessly under X11 (with OpenGL), Windows, MacOS X
>>> and SDL 1.2. Agar can also attach to an OpenGL or SDL context and operate as
>>> window manager for the application. Agar is compact, efficient, and fully
>>> thread-safe. Its functionality can be extended using simple C/C++ class
>>> registration interfaces.
>>> 
>>> and,
>>> 
>>> agartest is an interactive test suite for the agar widget toolkit library.
>>> 
>>> ok?
>> 
>> Ping.
>
>Anyone willing to ok this port?

It is in need of an update.  Diff follows, updated port attached.

I tried running x11/agar/test, but for some reason the lower half of the
window is solid gray.  I guess it is not how things are supposed to be.

--
Dmitrij D. Czarkoff

exporting patch:
# HG changeset patch
# User Dmitrij D. Czarkoff <[email protected]>
# Date 1475147691 -7200
#      Thu Sep 29 13:14:51 2016 +0200
# Node ID c9d4925f25a6e5b205e104cb989ed2f8ec794016
# Parent  7c016fff48d418ba2e185799c62282f5736cf6ae
x11/agar: update

 * fix port after converters/libiconv module removal
 * regen PLIST

diff -r 7c016fff48d4 -r c9d4925f25a6 x11/agar/agar/Makefile
--- a/x11/agar/agar/Makefile    Thu Sep 29 13:12:15 2016 +0200
+++ b/x11/agar/agar/Makefile    Thu Sep 29 13:14:51 2016 +0200
@@ -11,13 +11,13 @@
 SHARED_LIBS +=  ag_math                   0.0 # 5.0
 SHARED_LIBS +=  ag_vg                     0.0 # 5.0
 
-WANTLIB += GL SDL X11 X11-xcb Xdamage Xext Xfixes Xinerama
-WANTLIB += Xxf86vm db drm expat fontconfig freetype glapi jpeg
-WANTLIB += m png pthread pthread-stubs sndio usbhid xcb
-WANTLIB += xcb-dri2 xcb-glx z
+WANTLIB += GL SDL X11 X11-xcb Xdamage Xext Xfixes Xinerama Xxf86vm
+WANTLIB += db drm expat fontconfig freetype glapi iconv jpeg m
+WANTLIB += png pthread pthread-stubs sndio usbhid xcb xcb-dri2
+WANTLIB += xcb-glx z
 
-MODULES =              converters/libiconv
-LIB_DEPENDS =          databases/db/v4 \
+LIB_DEPENDS =          converters/libiconv \
+                       databases/db/v4 \
                        devel/sdl \
                        graphics/jpeg \
                        graphics/png
diff -r 7c016fff48d4 -r c9d4925f25a6 x11/agar/agar/pkg/PLIST
--- a/x11/agar/agar/pkg/PLIST   Thu Sep 29 13:12:15 2016 +0200
+++ b/x11/agar/agar/pkg/PLIST   Thu Sep 29 13:14:51 2016 +0200
@@ -549,7 +549,6 @@
 @man man/man3/VG_Polygon.3
 @man man/man3/VG_Text.3
 @man man/man3/VG_View.3
-share/aclocal/
 share/aclocal/agar.m4
 share/agar/
 share/agar/fonts/

Attachment: agar.tgz
Description: application/gzip

Reply via email to