1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Pawel Pekala
209871e913 Update to version 3.8.1
From the announcement:

Propellers for all!

This release adds a new propeller component and fixes a pair of unrelated bugs.
Though it may seem like a small change, the propeller component constructs its
surface differently from other components.  It represents a surprisingly large
amount of work.

Instead of defining the blade shape (chord, twist) at specified stations, these
are instead specified as continuious curves.

The propeller component comes with a bunch of related accessories -- the blade
activity factor is calculated on-the-fly, there is a one-click option to switch
to a counter-rotating prop, propeller folding is built-in -- with a
user-defined fold axis, there is a blade element export/import capability,
and the BEM data is available through the API.

Features:
 - New propeller component
 - Blade element import/export and API

Bug Fixes:
 - Fix DegenGeom crash on Matlab export
 - Fix GUI output of mass properties calculation

PR:		211555
Submitted by:	maintainer
2016-08-03 22:25:57 +00:00
Kurt Jaeger
49fc4ba74d cad/openvsp: 3.7.2 -> 3.8.0
- upgrading the VSPAERO integration
  The VSPAERO GUI has been comprehensively updated.  You can now
  run alpha/beta/Mach sweeps from the GUI.  Results are automatically
  parsed and are ready for review from the GUI.  VSPAERO is now
  available through the Analysis Manager in the API.  The results
  are parsed and are available through the Results Manager in the
  API.

Features:
 - Overhaul of VSPAERO integration
 - VSPAERO alpha/beta/Mach sweeps from GUI
 - Visualize VSPAERO results in GUI
 - VSPAERO available through API
 - Changed default wing LE/TE clustering to 0.25
 - Build on OSX on Travis-CI
 - Improve automated testing

Bug fixes:
 - Duplicate parameter name in superellipse cross section

PR:		211372
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2016-07-31 13:29:58 +00:00
Thomas Zander
8b8a26f888 Update to upstream version 3.7.2
Detailed maintainer log:
Features:
 - Wave drag estimation by area distribution and Eminton Lord calculation
 - Variable presets for saving model state
Bug Fixes:
 - Fix crash caused by reading file without VarPresets field.
 - Fix crash when deleting empty var presets group

While on it:
- Pet portlint

PR:		210574
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-06-26 12:33:28 +00:00
Kurt Jaeger
e95714f514 cad/openvsp: 3.6.1 -> 3.6.2
http://openvsp.org/blogs/announcements/2016/06/11/openvsp-3-6-2-released

PR:		210241
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2016-06-16 01:30:02 +00:00
Kurt Jaeger
51f2dfd5b7 cad/openvsp: 3.6.0 -> 3.6.1
Changes:
  http://openvsp.org/blogs/announcements/2016/05/30/openvsp-3-6-1-released

PR:		209872
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-06-05 10:10:06 +00:00
Jason Unovitch
249938aafe cad/openvsp: update 3.5.2 -> 3.6.0
Changes:	http://openvsp.org/blogs/announcements/2016/05/06/openvsp-3-6-0-released

PR:		209436
Submitted by:	fernando.apesteguia@gmail.com
2016-05-12 14:07:23 +00:00
Mathieu Arnold
245daa8ec9 Cleanup github bits.
Sponsored by:	Absolight
2016-05-12 13:13:36 +00:00
Kurt Jaeger
eed40caab8 cad/openvsp: Fix build on i386
PR:		208904
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-04-22 17:15:02 +00:00
Kurt Jaeger
2140691265 cad/openvsp: 2.3.0 -> 3.5.2
Changes:
- Latest:
  http://openvsp.org/blogs/announcements/2016/02/14/openvsp-3-5-2-released
- all older release notes are in
  http://openvsp.org/blogs/
- no longer includes example aircraft files, now seperatly available at
  http://hangar.openvsp.org/
- Needs some math functions, so no luck on 9.x or i386

PR:		208904
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2016-04-22 09:50:42 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Raphael Kubo da Costa
36d06b0a1f Add patches to fix the build on FreeBSD 11 with libc++.
OpenVSP does something like this:
  using namespace std;
  class array {
    ...
  };

Which causes the build to fail with HEAD's libc++. Even though the port does
not use -std=c++11, libc++ still declares an array class that conflicts with
the one OpenVSP has.

Enclose OpenVSP's array declaration in a namespace to avoid these conflicts.

PR:		207253
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2016-02-25 22:21:37 +00:00
Raphael Kubo da Costa
f1f874fd4e Drop USES=iconv.
The port does not use iconv anywhere, and the dependency on libxml2 does not
pull any headers that include iconv.h.

PR:		202759
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2015-08-30 17:41:23 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pawel Pekala
ade94852b2 Update to version 2.3.0
PR:		ports/184752
Submitted by:	maintainer
2013-12-14 11:46:04 +00:00
Antoine Brodin
11ddbda386 Update to 2.2.5
Fixes/features in this release:

Save CFD export options.
Automatically add *.vsp extension when saving.
Add *.ram files to file-open dialog.
Write propellers to XSec *.hrm files.
Fixed PovRay *.inc file bug.
Fix FEA elements not getting written.
Fix 64-bit GLFont support and embed font in executable.
Fix parameter linking and design files for propeller.

While here:
- Use MASTER_SITES=GH as the distfile is not on GHC
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Convert to STAGEDIR

PR:		ports/182974
Submitted by:	maintainer
2013-10-14 19:53:58 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
William Grzybowski
da2ef4f03e cad/openvsp: update to 2.2.4
- Update to 2.2.4 [1]
- Unmute install command

PR:		ports/179636 [1]
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-18 14:27:24 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Tijl Coosemans
1bdb2146ca Update to version 2.2.3.
PR:		ports/177849
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
2013-04-16 20:19:19 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Ruslan Makhmatkhanov
637a0a4e61 - update to 2.2.2
- convert to optionsng (EXAMPLES case), while here

PR:		176274
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2013-02-20 18:07:19 +00:00
Pawel Pekala
54d5999426 - Update to version 2.2.1 [1]
- Add missing deps

PR:		ports/174370 [1]
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2012-12-16 18:14:59 +00:00
Bryan Drewery
789c49fdbe - Update to 2.2.0
PR:		ports/171670
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2012-09-16 17:02:11 +00:00
Guido Falsi
f0f3cf9b37 - Update to 2.1.0
PR:		ports/170505
Submitted by:	Fernando <fernando.apesteguia@gmail.com>
Approved by:	crees (mentor)
2012-08-10 12:30:51 +00:00
Erwin Lansing
70a02ac388 There was a problem that made "make extract" download an already
downloaded distribution file.

PR:		168759
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
2012-06-07 11:03:38 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pawel Pekala
b9c8e3ecb7 NASA Open Source Parametric Geometry
OpenVSP allows the user to create a 3D model of an aircraft defined by
common engineering parameters. This model can be processed into
formats suitable for engineering analysis.

WWW: http://www.openvsp.org/

PR:		ports/166825
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-04-22 12:06:12 +00:00