application programs. It emphasizes simplicity without eliminating capability.
It is based on OpenGL, and C.
WWW: http://otk.sourceforge.net/
PR: ports/92103
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
This is a new port for SWT. SWT is the software component
that delivers native widget functionality for the Eclipse
platform in an operating system independent manner. This
port provides SWT without requiring a full download and
build of Eclipse. Other ports (like net/azureus) that need
SWT but not eclipse, can be subsequently changed to depend
on this, much lighter, port.
I tested it on i386, but am unable to verify whether it
works on amd64 or not, although all the necessary bits from
eclipse have been kept AFAICT. If someone later steps up
to the task, ONLY_FOR_ARCHS can be modified accordingly.
PR: ports/91083
Submitted by: Panagiotis Astithas <past@ebs.gr>
wxWidgets 2.6.2 HTML documentation, since is only the
documentation for wxWidgets 2.4 in the ports tree.
PR: ports/89298
Submitted by: Matthias Sund <m.sund@arcor.de>
were statically linked into an application, even when the source is not
available. XScoop parses an executable, looking for matches on a subset of
sample keywords that may identify the library being used. It does not produce
absolute results, and instead supplies a report with key-hits which represent
the likelihood that a particular library is present in the binary.
PR: ports/89419
Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
- url label
- spell checked text entry
- text entry with icons
libsexymm are the corresponding c++ bindings for libsexy.
PR: ports/88577
Submitted by: Andreas Kohn <andreas@syndrom23.de>
common parts shared amongst both x11-toolkits/py-wxPython26 and
x11-toolkits/py-wxPython26-unicode
o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer
of the master port
- gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has
been repo-copied to gtk-sharp20 so both ports reflect their respective
GTK# API versions.
Approved by: ahze (mentor)
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
Note: USE_GSTREAMER=yes will always add a dependency to
ports/multimedia/gstreamer-plugins
--
Thanks to krion for runing this on pointyhat
Thanks to kwm for helping with this, and many bug fixes , and updates.
known as wxWidgets), which is a mature, cross-platform, GUI toolkit
that uses native widgets where possible.
PR: ports/77283
Submitted by: Ulrich Spoerlein <q@uni.de>
creating PDF output. This library also implements several of the inline
properties defined by XSL that are not currently implemented by Pango.
PR: ports/75971
Submitted by: James Earl <james@icionline.ca>
it easy to change colors, titles, fonts, and the geometry of a
running xterm, as well as to report the current settings of the
properties. Window manipulations such as (de)iconify, raise and
lower, maximize and restore, and reset are also supported. It also
lets advanced users issue any xterm control sequence.
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10
PR: ports/75160
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla maintainer)