| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2015.03_4 13 Dec 2015 12:45:25
  |
rakuco  |
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.
One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.
Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
define a build-time dependency on x11-toolkits/py-qt4-gui has moved.
Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).
PR: 205143 |
2015.03_3 29 Jul 2015 16:19:28
  |
amdmi3  |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2015.03_2 01 Jun 2015 09:08:08
  |
wen  |
- Update math/cgal to 4.6
- Bump PORTREVISION of the ports depends on cgal |
2015.03_1 04 Apr 2015 18:54:40
  |
mr  |
Try to use a newer compiler.
Noticed by: Andrea Venturoli |
2015.03 26 Mar 2015 17:25:00
  |
mr  |
Upgrade to version 2015.03
PR: 198572
Submitted by: Pedro F. Giffuni |
2014.03_2 20 Oct 2014 07:19:23
  |
bapt  |
Cleanup plist |
2014.03_2 05 Oct 2014 11:28:21
  |
wen  |
- Bump PORTREVISION to chase the update of math/cgal |
2014.03_1 10 Sep 2014 20:50:37
  |
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) |
2014.03 27 Jul 2014 18:23:55
  |
makc  |
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) |
2013.01 22 Nov 2013 12:55:00
  |
makc  |
- 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.01 22 Oct 2013 13:57:35
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
2013.01 20 Sep 2013 15:58:42
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
2013.01 11 May 2013 15:14:45
  |
wen  |
- Update the Makefile header
- Minor cleanup in Makefile |
2013.01 11 May 2013 15:07:55
  |
wen  |
- 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) |
2011.12_1 27 Jun 2012 01:14:01
 |
avilla  |
- 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 |
2011.12_1 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
2011.12_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2011.12 25 Apr 2012 13:36:11
 |
mr  |
Update to openscad 2011.12
Suggested by: L Campbell |
2011.06 28 Aug 2011 13:41:11
 |
mr  |
Add rcc to the qt4 dependencies. |
2011.06 27 Aug 2011 08:27:40
 |
mr  |
Try to fix build.
Reminded by: pav@ |
2011.06 19 Aug 2011 11:02:10
 |
mr  |
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 |