1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Wen Heping
aa31baa85c - Bump PORTREVISION to chase the update of math/cgal 2014-10-05 11:28:20 +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
Max Brazhnikov
8ca1dc2c06 cad/openscad:
- Update to 2014.03
- Update MASTER_SITES
- Switch dependency from math/eigen2 to math/eigen3
- USES+= desktop-file-utils pkgconfig
- Remove patch, pass required bits to qmake instead

PR:		191788
Approved by:	maintainer timeout (17 days)
2014-07-27 18:23:54 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +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
Wen Heping
bfd54e6f62 - Update the Makefile header
- Minor cleanup in Makefile
2013-05-11 15:14:44 +00:00
Wen Heping
8165ca1912 - Update to 2013.1 [1]
- Add LICENSE [1]
- Update MASTER_SITES [1]
- Fix the flex dependency [1]
- Fix the build with custom PREFIX and LOCALBASE
- Trim Makefile headers
- Update LIB_DEPENDS

PR:		177064 [1]
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by:	maintainer(timeout, > 50 days)
2013-05-11 15:07:55 +00:00
Alberto Villa
519877d020 - Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51
2012-06-27 01:14:01 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Michael Reifenberger
bd7ff33bbb Update to openscad 2011.12
Suggested by: L Campbell
2012-04-25 13:36:11 +00:00
Michael Reifenberger
c36354398a Add rcc to the qt4 dependencies. 2011-08-28 13:41:11 +00:00
Michael Reifenberger
99c924e7ec Try to fix build.
Reminded by:	pav@
2011-08-27 08:27:40 +00:00
Michael Reifenberger
56ae4083fa Add openscad.
OpenSCAD is a software for creating 3D CAD objects.

Unlike most free software for creating 3D models, it does not focus on
the artistic aspects of 3D modelling but instead on the CAD aspects.
Thus it is more suitable for creating 3D models of machine parts but
perhaps not when creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like
a 3D-compiler that reads in a script file that describes the object
and renders the 3D model from this script file. This gives designers
full control over the modelling process and enables them to easily
change any step in the modelling process or make designes that are
defined by configurable parameters.

WWW: http://www.openscad.org/

Obtained from (slightly):	OpenBSD
2011-08-19 11:02:10 +00:00