- Switch from checking NOPORTDOCS to PORT_OPTIONS:MDOCS
- Cleanup Makefile header, fix COMMENT text, wrap overly long lines
- Synchronize descriptions and add a note about one port being a helper
library for another
an issue that is being in the works right now.)
Cut down the comments at the top of Makefile per recent guidance.
Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]
Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.
Inspired by: jkim [1]
- Much better behavior of the URL cache.
- Improved GIF image support.
- More parser features in the shader compiler.
- Optimizations in JavaScript.
- Various bug fixes.
3D OpenGL interface, slices objects and calculates the extrusion toolpath.
It can manipulate 3D objects and save constellations in STL and AMF format.
WWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction
PR: ports/171796
Submitted by: Martin Dieringer <martin.dieringe@gmx.de>
- trim Makefile header while here
- bump PORTREVISION
PR: 170986
Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com>
Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
- Update maintainer address [1]
- Update to new header
Changes:
* output times in more convenient (decimal) format
* cleanup
PR: ports/172138 [1]
Submitted by: trociny [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header
PR: ports/171743 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
- Add LICENSE [1]
- Convert to new options framework
- Remove ABI versions from LIB_DEPENDS
- Update to new header
PR: ports/171738 [1]
Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer) [1]
Smarty is a template engine for PHP. Many other template engines for PHP
provide basic variable substitution and dynamic block functionality.
Smarty takes a step further to be a "smart" template engine, adding
features such as configuration files, template functions, and variable
modifiers, and making all of this functionality as easy as possible to
use for both programmers and template designers. Smarty also converts
the templates into PHP scripts, eliminating the need to parse the
templates on every invocation. This makes Smarty extremely scalable and
managable for large application needs.
WWW: http://www.smarty.net/
to the GCC 4.7.2 release. It also fixes an ABI problem introduced
with earlier GCC 4.7 releases.
Cut down the comments at the top of Makefile per recent guidance.
Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]
Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.
Inspired by: jkim [1]