structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
Link with the appropriate library for your platform and
compiler, and your application will adopt the look and
feel appropriate to that platform.
D is a general purpose systems and applications programming
language. It is a higher level language than C++, but retains the
ability to write high performance code and interface directly
with the operating system API's and with hardware. D is not a
scripting language, nor an interpreted language.
wxD is wxWidgets bindings for the D programming language.
WWW: http://wxd.sourceforge.net/
PR: ports/102797
Submitted by: Jona Joachim <walkingshadow(at)grummel.net>
GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa
libraries, providing an opaque layer to write portable applications.
PR: 103086
Submitted by: Gürkan Sengün
JComboBox is a composite widget that contains a text Label or Entry, a
Button, and a popup Listbox. It performs the same sort of tasks that can be
accomplished by several other Composite widgets. Some such as BrowseEntry
and Optionmenu are part of the standard Tk distribution, and there are many
others available in CPAN.
JComboBox borrows features from the Java Swing component bearing the same
name, but falls short of being a true clone. Many of the methods and the
general look and feel should be familiar to java developers. JComboBox also
combines several features offered by many of the other "Combo Box"
implementations, and works in two modes: editable and readonly.
In readonly mode, JComboBox offers similar functionality to Optionmenu. It
is basically a labeled button that activates a popup list. An item from the
list is displayed on the Button when selected.
When editable, JComboBox somewhat resembles BrowseEntry. That is, the
widget is composed of an Entry widget with a Button to the right of it. As
in the editable mode, the Button activates a popup Listbox from which a
single item can be selected.
WWW: http://search.cpan.org/dist/Tk-JComboBox/
Author: Rob Seegel <RobSeegel@comcast.net>
Justification: sysutils/namefix dep
A notebook widget with orientable, dynamically rearranging tabs. When
the containing window is resized, the tabs will either stack or unstack
as needed to fit the enclosing widget's width(height). Likewise, when
tabs are added or removed, the tabs will stack/unstack as needed.
WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/
Author: Dean Arnold <darnold@presicient.com>
Justification: sysutils/namefix dep
generated files are not edited. Syntax is inspired by Java and Yacc or
Lex. The implementation is intentionally kept simple, and no C actual
code parsing is done.
WWW: http://www.5z.com/jirka/gob.html
PR: ports/102332
Submitted by: Alexey Mikhailov <karma(at)ez.pereslavl.ru>
Approved by: krion (mentor)
which dumps a core at cleanup time when exiting when using MALLOC_OPTIONS=AJ.
As it still produces a nice Makefile and the port builds fine afterwards, allow
the perl Makefile.PL part to fail badly.
Noticed by: kris via pointyhat
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
the problem was fixed upstream.
PR: 101419
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
- Fix permissions (change cp->install in Makefile)
- Use new OCaml framework
- Pass maintainership to submitter
PR: ports/101130
Submitted by: Stanislav Sedov
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
- Use new OCaml framework
- Respect PREFIX
- Add OPTIONS
- Install findlib's META
- Keep permissions safe by replacing cp to BSD_INSTALL_* equivalents
- Pass maintainership to submitter
PR: ports/101144
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> (new maintainer)
Approved by: Ronald Kuehn <rk at ronald.org> (old maintainer)
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file
Approved by: garga (mentor)