non port: graphics/geomorph/Makefile |
Number of commits found: 46 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 16 Mar 2022
|
12:52 Dmitry Marakasov (amdmi3)
graphics/geomorph: update 0.60.1 → 0.63
7d96490 |
Tuesday, 22 Jun 2021
|
18:53 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
da3162c |
Friday, 4 Jun 2021
|
05:53 Gerald Pfeifer (gerald)
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj
d09ed09 |
Tuesday, 13 Apr 2021
|
16:18 Dmitry Marakasov (amdmi3)
graphics/geomorph: clarify USE_GL
76145d9 |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 4 Jul 2020
|
10:19 tobik
graphics/geomorph: Unbreak build with GCC 10 (-fno-common default)
/usr/local/bin/ld: main.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: document.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: doctype.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: thisappinit.o:(.bss+0x160): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: stack.o:(.bss+0x8): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(camera.o):(.bss+0xc0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_wrapper.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_dialog_options.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_tools_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_creation_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(surfadd.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(img_process_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(surfadd_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(img_process.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv1.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(uniform.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv1_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(uniform_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_filters.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_filters_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(waves_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(waves.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv2_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv2.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(gl_preview.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(merge_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(geom_transform_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(erode_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(craters.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_tools_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_hf.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(merge.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fault.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fault_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(swirl.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(swirl_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(erode.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(wind.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(wind_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(dialog_utilities.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(line.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(line_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fill.o):(.bss+0x8): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fill_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(render.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(voronoi.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(voronoi_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_hf_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_crater_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fourier_dialog.o):(.bss+0x0):
multiple definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fourier.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fft.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(utils.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(config_rc_file.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(config_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(filesel.o):(.bss+0x8): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(writepng.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(menus_n_tools.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(readpng.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(scale_buttons.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/geomorph-0.60.1_11.log
PR: 246700
|
Tuesday, 5 Nov 2019
|
22:16 zeising
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Friday, 28 Dec 2018
|
15:45 amdmi3
- Fix build with gcc by adding USES=compiler:c++11-lang
PR: 234437
Submitted by: pkubaj@anongoth.pl
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sunday, 20 Nov 2016
|
09:38 gerald
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 26 May 2015
|
12:41 amdmi3
- Fix shebangs
- Add USES=desktop-file-utils as suggested by stage-qa
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Saturday, 11 Jan 2014
|
00:52 amdmi3
- Update to 0.60.1
- Support staging
- Use new LIB_DEPENDS syntax
- Use new OPTIONS features
- Fix build on 10.x
|
Tuesday, 22 Oct 2013
|
13:58 amdmi3
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
|
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Tuesday, 3 Sep 2013
|
06:36 bapt
Add an explicit dependency on pkgconf
|
Friday, 12 Jul 2013
|
15:01 amdmi3
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
Monday, 6 May 2013
|
15:18 bapt
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
|
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Tuesday, 30 Mar 2010
|
07:14 dinoex
- fix build for png-1.4.1
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tuesday, 16 Sep 2008
|
12:07 gahr
- Fix build on sparc64
Approved by: amdmi3 (maintainer)
Approved by: portmgr (pav)
|
Saturday, 2 Aug 2008
|
19:22 amdmi3
- Update to 0.50
- Add optional NLS support
- Install icon & desktop entry
Approved by: miwi (mentor implicit)
|
Thursday, 19 Jun 2008
|
17:28 amdmi3
Update my email address in 132 ports.
Approved by: miwi (mentor)
|
Friday, 6 Jun 2008
|
13:35 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thursday, 4 Oct 2007
|
01:10 edwin
Remove always-false/true conditions based on OSVERSION 500000
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sunday, 25 Feb 2007
|
07:26 clsung
- Update to 0.40
PR: ports/109502
Submitted by: maintainer (Dmitry Marakasov)
|
Thursday, 21 Dec 2006
|
20:41 edwin
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
|
Wednesday, 12 Jul 2006
|
00:56 itetcu
tkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to
libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS
PR: ports/100130
Submitted by: maintainer
|
Saturday, 18 Mar 2006
|
17:13 pav
Geomorph is a height field generator and editor for the Linux
operating system.
A height field is a kind of topographic map. It is a 2D projection
of a 3D landscape.
Geomorph generates square images and shows a 3D preview of the
resulting landscape. The resulting 2D image can be processed with
a tool like Povray for rendering the landscape.
WWW: http://geomorph.sourceforge.net/
PR: ports/94521
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
|
Number of commits found: 46 |