aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* cad/geda: update to 1.8.2wg2013-11-023-27/+39
| | | | | | | | | | - Update to 1.8.2 - Allow staging - Convert lib depends to new format [1] - USES shared-mime-info shebangfix PR: ports/183566 Submitted by: KATO Tsuguru <tkato432 yahoo.com>, wg [1]
* - Update from 2.2.0b3 to 2.3.0a4danilo2013-11-023-28/+19
| | | | | | | | - Use options helpers - Add stage support PR: ports/182887 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* - Update to version 2.6.1pawel2013-11-024-41/+103
| | | | | | | | - Remove leading article from COMMENT - support staging PR: ports/181056 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* The 0.3 version brings more electrical elements, more translations,vg2013-11-015-188/+2252
| | | | | | | | | | texts-related improvements, a faster elements panel and custom title block templates. - Update to 0.3 - Changed my email Approved by: eadler, osa, rm (mentors, implicit)
* - Fix run-time segmentation fault [1]gahr2013-11-0113-41/+128
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Fix build with clang (no longer depends on GCC) - Statically link against own library libcommon.a, to avoid installing a library with such a generic name as libcommon.so PR: 183474 [1] Submitted by: Pierre Smars <smars@yuntech.edu.tw> [1]
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-2617-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Avoid to download the boost library during the build.mr2013-10-245-11/+66
| | | | | | | Its bundled in the distfile instead. Tell bzr to use ${WRKSRC} as the HOME directory. PR: ports/183121
* Try to fix build on current.mr2013-10-231-0/+10
| | | | Submitted by: andreast@
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-2216-18/+1
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* - Update from 3.7.52 to 3.7.54danilo2013-10-222-3/+3
|
* Update to 2.2.5antoine2013-10-152-19/+24
| | | | | | | | | | | | | | | | | | | | | | 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
* Update to 3.3.3.0mr2013-10-124-127/+369
| | | | | PR: ports/182881 Submitted by: rakuco@
* Apply fixes provided by Maxmr2013-10-101-26/+21
| | | | Submitted by: makc@
* Try to fix the build.mr2013-10-101-11/+10
|
* - Convert to USES= qmakemakc2013-10-091-11/+8
| | | | | | | - Bring stage support - Adjust DESKTOP_ENTRIES - Use options helpers - Use new LIB_DEPENDS syntax
* cad/varkon: Hardcode PLATFORM to "FreeBSD"marino2013-10-071-2/+2
| | | | | | | | | | The use of $OPSYS to define the platform actually breaks the build on DragonFly. The PLATFORM has to be recognized, and it serves for file selection. DragonFly (the only other OPSYS using ports for now) needs "FreeBSD", not "DragonFly" to be defined as PLATFORM in order to build. This change has no effect for FreeBSD users. Varkon is an unmaintained port.
* - Change maintainer email to @FreeBSD.orgdanilo2013-10-063-27/+23
| | | | | | | | | | | | | | | | | | | | - Add stage support - Add pkg-plist file - Increment PORTREVISION * * The developers have updated the system without changing version. The packages were compared with diff, some changes and the following changelog were found in the new package: IMP: (6/19/13, SMR) Added ability to save selections by clicking on the selection area of the status bar (Bug #5130). BUG: (6/18/13, GVG) ReadProjectSettingsFromLibrary' cannot serialize parameter (Bug #5122) FIX: Not allowing EditPreferences in ReadLibrary Job. Undoing change done for (Bug #3654) BUG: (6/18/13, SMR) Spice output may write bus notation (Bug #5121). FIX: Fixed getPortName() so global names do not substitute arrays. IMP: Added DFTM export for parallel routing (Bug #5120). Approved by: wg/culot (mentors, implicit)
* Removed dependency on gwavebapt2013-10-051-9/+3
| | | | Bump portrevision
* Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest userbapt2013-10-057-159/+0
| | | | Approved by: gnome (implicit)
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-302-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* - Update to 2.8.3.stephen2013-09-284-31/+22
|
* - Fix on CURRENT [1]gahr2013-09-273-7/+23
| | | | | | | - Support STAGEDIR - Fix up CFLAGS Reported by: pkg-fallout
* - Update from 3.7.51 to 3.7.52danilo2013-09-263-29/+17
| | | | | | | | - Change maintainer email to @FreeBSD.org - Convert USE_{GMAKE,TCL,TK} to USES - Add staging support Approved by: wg (mentor)
* - Update from 9.7.81 to 9.7.82danilo2013-09-253-11/+8
| | | | | | | | - Change maintainer email to @FreeBSD.org - Add staging support - Convert USE_TK to USES Approved by: culot (mentor)
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-253-3/+0
| | | | With hat: portmgr
* - Remove cad/tkgate: it segfaults on startup, and has been doing so for as longgahr2013-09-2521-2802/+0
| | | | as I can remember.
* - Convert to USES+=tkgahr2013-09-231-2/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-20103-205/+145
| | | | cad)
* - Remove last vestiges of MAKE_JOBS_SAFE knobak2013-09-201-2/+0
| | | | Approved by: portmgr (bapt)
* - Unbreak on CURRENT by adding USE_GCC= yesgahr2013-09-181-0/+1
| | | | Reported by: pkg-fallout
* Fix plistmr2013-09-182-2/+2
|
* Update to a newer snapshot.mr2013-09-185-141/+810
|
* - Update to 0.80.1nemysis2013-09-185-67/+50
| | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - Use the new format for LIB_DEPENDS - Add dependency for cad/ldraw - USES desktop-file-utils gmake pkgconfig shared-mime-info - Add USE_QT4 Approved by: tabwg/pawel (mentors)
* - Update to 201301nemysis2013-09-183-11/+60
| | | | | | | | | | | | - Add PORTEPOCH - Change maintainer email gmx.ch --> FreeBSD.org - Add license (CCbyNCSA2) - Remove BROKEN and NO_BUILD - USES gmake - Add docs and docs Option - Add pkg-message Approved by: wg/pawel (mentors)
* Convert to new perl frameworkbapt2013-09-171-5/+2
| | | | Submitted by: az
* - Set make_jobs_unsafe.stephen2013-09-161-0/+2
| | | | | PR: ports/182125 Submitted by: Thierry Thomas <thierry@FreeBSD.org>
* - convert to the new perl5 frameworkaz2013-09-131-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add explicit dependency on pkgconf (11 ports)marino2013-09-121-5/+2
|
* Add GLU to the build dependenciesmr2013-09-111-0/+1
|
* cad/ldraw: Mark BROKEN, checksum mismatchmarino2013-09-101-0/+1
| | | | PR: ports/181547 (timed out)
* - convert to the new perl5 frameworkaz2013-09-101-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Use single space after WWW:sunpoet2013-09-081-1/+1
|
* cad/freehdl: fix build with clangwg2013-09-066-1/+92
| | | | | | | - Fix build with clang PR: ports/181830 Obtained from: NetBSD
* cad/irsim: update to 9.7.81wg2013-09-062-18/+14
| | | | | | | | | | - Update to 9.7.81 - Use options helpers - USES gmake - Pass maintainership to submitter PR: ports/181843 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
* Add an explicit dependency on pkgconfbapt2013-09-051-2/+1
|
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* cad/repsnapper: update to 2.2.0b3wg2013-09-042-4/+4
| | | | | | | | - Update to 2.2.0b3 [1] - Fix gtkglextmm depend PR: ports/181812 [1] Submitted by: Martin Dieringer <martin.dieringer gmx.de> (maintainer)
* Add two more dependencies.mr2013-09-041-2/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-032-7/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-032-5/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-032-11/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Fix a hidden USE_GNOME=pkgconfigbapt2013-09-031-9/+3
|
* cad/repsnapper: update to 2.2.0b2wg2013-09-022-24/+23
| | | | | | | | | - Update to 2.2.0b2 [1] - Convert lib depends to new syntax - USES gmake PR: ports/180757 Submitted by: Martin Dieringer <martin.dieringer gmx.de> (maintainer)
* Add an explicit dependency on pkgconfigbapt2013-09-021-1/+1
|
* Add moc to the dependencies to fix the build.mr2013-08-291-1/+1
|
* Now metis-edf is selectable.maho2013-08-271-1/+11
|
* - Update to version from 12 August 2013danfe2013-08-253-27/+19
| | | | | | | - Give maintainership to submitter - Cleanup the port a bit while I'm at it PR: ports/180611
* Readd qcad and upgrade to version 3.2.1mr2013-08-2117-0/+10303
| | | | | PR: ports/181199 Submitted by: Thierry Thomas (thierry@)
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-182-2/+2
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* update to 2.6.1maho2013-08-167-58/+199
| | | | | PR: 181234 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* - Remove MAKE_JOBS_SAFE variableak2013-08-1521-21/+0
| | | | Approved by: portmgr (bdrewery)
* - update libdg to 2.1.0dinoex2013-08-092-2/+2
|
* - Update to 2.8.2.stephen2013-08-053-6/+11
|
* - Convert to new perl frameworkmat2013-08-034-8/+8
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Mark as broken: does not configure on any support versionbapt2013-07-291-4/+3
| | | | Reported by: pkg-fallout
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2731-1545/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* Change maintainership from @ports to new maintainer. From thedeischen2013-07-273-32/+69
| | | | | | | | | | | | | | | | new maintainer: Trim comment Add license (GPLv2) New world order USES: gmake, pkgconfg, shared-mime-info Add docs Add DOCS option Trim icons Trim pkg-descr Trim pkg-plist PR: 174911 Submitted by: nemysis at gmx dot ch
* cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.marino2013-07-241-4/+1
| | | | Approved by: culot (mentor)
* - Make graphics/togl's libraries location independent from the Tcl/Tk versiongahr2013-07-241-3/+2
| | | | | | | used to build it - Fix cad/netgen to use this new location Reported by: bapt
* Mark as broken, does not buildbapt2013-07-241-0/+2
| | | | | | | | /usr/local/bin/ld: parser.o: undefined reference to symbol 'log@@FBSD_1.0' /usr/local/bin/ld: note: 'log@@FBSD_1.0' is defined in DSO //lib/libm.so.5 so try adding it to the linker command line //lib/libm.so.5: could not read symbols: Invalid operation Reported by: pkg-fallout
* - Changed my emailvg2013-07-221-1/+1
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* - Update to 1.0.3makc2013-07-203-24/+42
| | | | | | - Switch to GITHUB - Prevent from writing to /root during build (XDG_CONFIG_HOME) - Add build-time dependence on math/muparser
* - Update to 3.7.51miwi2013-07-172-3/+3
| | | | | PR: 180586 Submitted by: maintainer
* cad/pcb: unbreak after USES= gmakemarino2013-07-151-1/+1
| | | | | | | | | The makefile already had USES defined in the NLS option. After replacing USE_GMAKE with "USES= gmake", the value of USES is subsequently overwritten by the default-on NLS option. Change the NLS option to USES+= to fix. Approved by: hrs (maintainer)
* - Update to 4.1madpilot2013-07-134-13/+17
| | | | | | | - Update maintainer address PR: ports/180479 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* Mark as job unsafebapt2013-07-131-1/+2
|
* Mark jobs unsafebapt2013-07-121-6/+4
| | | | | Trim headers Convert to USES=gmake
* Mark jobs unsafebapt2013-07-101-0/+1
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-105-19/+11
| | | | | | | While here: - trim headers - Remove indefinite article from comment - convert USE_GMAKE to USES=gmake
* - Remove optional dependency on deprecated QT3rene2013-07-031-13/+3
| | | | | - Convert Makefile header - Drop leading article from comment
* Fix installation when DRAW is not selected.thierry2013-07-031-1/+1
| | | | Reported by: Andrea Venturoli <ml (at) etfence.it>
* cad/electric-ng: update to 9.0.4wg2013-06-233-18/+20
| | | | | | | | | | - Update to 9.0.4 [1] - Removed tab from WWW entry [1] - Add LICENSE (GPLv3) [1] - Remove leading article from COMMENT PR: ports/179845 [1] Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* Update to 3.3.47.zeising2013-06-232-4/+4
|
* Update to version 7.24.0pawel2013-06-224-2082/+2416
| | | | | PR: ports/179620 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* cad/openvsp: update to 2.2.4wg2013-06-182-7/+6
| | | | | | | | | - 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)
* cad/ngspice_rework: update to 25wg2013-06-1310-120/+163
| | | | | | | | | | | | - Update to version 25 - Trim Makefile header - Improve COMMENT - Add DEBUG option - Pass maintainership to submitter PR: ports/178555 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
* - Trim headermiwi2013-06-121-5/+1
|
* Update to 3.7.50.rakuco2013-06-122-3/+3
| | | | | PR: ports/179467 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Fix i18n manpagesmiwi2013-06-111-0/+4
|
* - Update to 4.0.hrs2013-06-014-17/+58
| | | | | | | - Trim old-style header. - Add LICENSE. - Use shebangfix. - Replace pathname lookups in the scripts with fixed pathnames.
* The FreeBSD x11 team proudly presentszeising2013-05-254-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* - Update to 3.7.49bdrewery2013-05-222-3/+3
| | | | | PR: ports/178790 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* Do quite a bit of cleanup work for cad/gspiceui. This means:zeising2013-05-202-33/+36
| | | | | | | | | | | | | | - Trim Makefile header - Take maintainership - Install a nice-looking desktop icon (and bump PORTREVISION) - Remove LICENSE_FILE for standard license - Improve OPTIONS now that we have optionsng - Update pkg-descr and WWW Pass maitanership to submitter PR: ports/178678 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* - Source tarball was rerolled. diff indicates changes were harmless.stephen2013-05-174-4/+7
| | | | | | - Bump port revision as pkg-plist changed. Pointed out by: mexas@bris.ac.uk
* - Change option OCC (build with opencascade libraries) to default to on.stephen2013-05-174-3/+42
| | | | | | | - Bump portrevision. PR: ports/178538 Submitted by: thierry@FreeBSD.org
* Unbreak on FreeBSD-8.x.thierry2013-05-174-5/+38
| | | | Reported by: stephen
* - Fix PLISTgahr2013-05-151-0/+2
| | | | Reported by: QAT
* Update to 2.2.0a4.rakuco2013-05-153-6/+7
| | | | | PR: ports/178483 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* - Update to 7.5.231miwi2013-05-152-3/+3
| | | | | PR: 178570 Submitted by: Ports Fury
* - Fix run-time with Tcl/Tk 8.6gahr2013-05-142-3/+10
| | | | - Remove INVALID_TK_VER= 86
* - Update to 2.0-b10gahr2013-05-1419-546/+2752
| | | | | | | - Fix build with Tcl/Tk 8.6. Unfortunately, tkgate segfaults on startup when built against 8.6, so set 86 as an invalid version for this port. Reported by: miwi (Tcl/Tk 86 exp-run)
* Update to 3.3.46zeising2013-05-134-17/+22
| | | | | Add a new option GCONF (off by default) that makes gtkwave use gconf2 for storing settings.
* xlocale.h is required: mark BROKEN on FreeBSD-8.x until I have a fix.thierry2013-05-131-0/+4
| | | | Reported by: stephen
* Chase OpenCascade's upgrade, thus fixing the slave port cad/gmsh-occ.thierry2013-05-131-1/+1
|
* Upgrade to 6.6.0, with several patches from Andrea Venturoli <ml (at)thierry2013-05-1341-69218/+14468
| | | | | | | netfence.it>. Release notes at <http://www.opencascade.com/pub/doc/Release_Notes_6.6.0.pdf>.
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵makc2013-05-122-6/+3
| | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
* - Source tarball was rerolled. Diffing old and new sources indicatesstephen2013-05-122-2/+3
| | | | | | | | changes are not a security risk. - Bumped portrevision because difference in code indicates difference in binaries. Pointed out by: thierry@
* - Update to 2.7.1.stephen2013-05-124-15/+15
|
* - Update the Makefile headerwen2013-05-111-2/+1
| | | | - Minor cleanup in Makefile
* - Update to 2013.1 [1]wen2013-05-113-16/+24
| | | | | | | | | | | | | - 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)
* - BROKEN fails to buildmiwi2013-05-101-0/+2
|
* - Broken fails to buildmiwi2013-05-101-0/+2
|
* - Broken fails to fetchmiwi2013-05-101-4/+2
|
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* - Update to 1.3.2gahr2013-05-0812-132/+81
| | | | | | Release notes: http://sf.net/apps/mediawiki/meshlab/index.php?title=Release_Notes_1.3.2 - Unbreak
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* Update to 3.400.rakuco2013-05-042-3/+4
| | | | | PR: ports/177726 Submitted by: Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer)
* Fix extractionbapt2013-05-031-1/+1
|
* - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".hrs2013-05-014-18/+80
| | | | | | | - Style clean-ups. PR: ports/157313 Spotted by: Makoto Kishimoto
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-305-27/+23
| | | | | | While here: - trim headers - convert to new options framework
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-5/+3
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Add LICENSE.hrs2013-04-292-16/+44
| | | | | | | | - Add MAKE_JOBS_SAFE=yes. - Use OPTIONS_DEFINE. - Enable NLS by default. - Trim old-style header. - Update WWW: in pkg-descr.
* Fix patch which got mangled somehow before committing.madpilot2013-04-281-3/+1
| | | | | Reported by: Barbara Guida <barbara.freebsd@gmail.com>, Matthias Petermann <matthias@petermann.it> (maintainer)
* - Update to 4.0madpilot2013-04-274-40/+46
| | | | | | | - Remove Created by line (requested by maintainer/creator) PR: ports/178167 Submitted by: Matthias Petermann <matthias@petermann.it> (maintiner)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-273-6/+3
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Update MASTER_SITESmiwi2013-04-261-10/+5
| | | | | PR: 177907 Submitted by: ports fury
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-6/+3
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-3/+3
| | | | Approved by: portmgr (bapt)
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-1/+1
| | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
* Convert all c categories to USE=pkgconfigbapt2013-04-235-11/+6
|
* Update to version 2.2.3.tijl2013-04-173-16/+14
| | | | | | PR: ports/177849 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* GNU Emacs updatesashish2013-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* Style: tab -> space.eadler2013-03-297-7/+7
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Remove duplicate USES.eadler2013-03-281-2/+2
| | | | | | - Drop gnomehack Submitted by: jgh
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-283-13/+7
| | | | "pathfix" instead.
* - Makefile tweaksbeech2013-03-253-30/+45
| | | | | | | | | - Add Icons - Change Homepage - Bump portrevision PR: ports/177221 Submitted by: nemysis <nemysis@gmx.ch>
* - Update to 0.79.3miwi2013-03-243-9/+10
| | | | | PR: 177271 Submitted by: Ports Fury
* - convert USE_CMAKE to USESmakc2013-03-236-9/+7
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Sweet Home 3D is a free interior design application that helps you place yourpawel2013-03-227-0/+109
| | | | | | | | | furniture on a house 2D plan, with a 3D preview. WWW: http://www.sweethome3d.com PR: ports/171760 Submitted by: Matthias Petermann <matthias@petermann.it>
* Convert to new options framework left unconverted ports in c* categoriesbapt2013-03-222-26/+27
|
* Chase french/med upgrade.thierry2013-03-201-1/+2
|
* Upgrade to 1.10.4.thierry2013-03-204-31/+40
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-2/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* * Fix pkg-plist for WITH_EXAMPLES case.maho2013-03-182-21/+411
| | | | | | | | * Update variable in case we want to replace default browser or gv (and port revision bumped accordingly). Submitted by: pfg@ PR: 176649
* In categories starting with 'c' and 'd', remove empty lines from pkg-plistdanfe2013-03-173-5/+0
| | | | | (except for `databases/tdbc' and `devel/py-mercurialserver', where it looks like they're being used deliberately).
* LDraw is an open standard for LEGO CAD programs that allow the user to createpawel2013-03-144-0/+40
| | | | | | | | | | | | | virtual LEGO models and scenes. You can use it to document models you have physically built, create building instructions just like LEGO, render 3D photo realistic images of your virtual models and even make animations. The possibilities are endless. Unlike real LEGO bricks where you are limited by the number of parts and colors, in LDraw nothing is impossible. WWW: http://www.ldraw.org/ PR: ports/174901 Submitted by: nemysis@gmx.ch
* - Update to 2.7.0.stephen2013-03-104-42/+49
| | | | Reported by: thierry@
* Convert USE_BISON to USES= bisonbapt2013-03-085-20/+8
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* Update cad/calculix to version 2.5maho2013-03-057-35/+118
| | | | | PR: 176649 Submitted by: pfg@
* Logisim is an educational tool for designing and simulating digital logicpawel2013-03-024-0/+54
| | | | | | | | | | | | | | | | | | | circuits. With its simple toolbar interface and simulation of circuits as you build them, it is simple enough to facilitate learning the most basic concepts related to logic circuits. With the capacity to build larger circuits from smaller subcircuits, and to draw bundles of wires with a single mouse drag, Logisim can be used (and is used) to design and simulate entire CPUs for educational purposes. Logisim is used by students at colleges and universities around the world in many types of classes, ranging from a brief unit on logic in general-education computer science surveys, to computer organization courses, to full-semester courses on computer architecture. WWW: http://ozark.hendrix.edu/~burch/logisim/ PR: ports/176354 Submitted by: Javad Kouhi <javad.kouhi@gmail.com>
* - Update to 2.3.0miwi2013-03-022-6/+8
| | | | | PR: 176545 Submitted by: ports fury
* - Update to 1.8.1miwi2013-03-023-50/+267
| | | | | PR: 176537 Submitted by: ports fury
* Update to 3.3.44zeising2013-03-012-3/+3
|
* - Update to 9.03.lippe2013-02-273-64/+49
| | | | | | | | - Add desktop entry - Pass maintainership to submitter PR: ports/176387 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - update to 2.2.2rm2013-02-212-4/+6
| | | | | | | - convert to optionsng (EXAMPLES case), while here PR: 176274 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Really get rid of PTHREAD_ stuffgahr2013-02-141-2/+2
| | | | Reported by: miwi
* - Update to 3.7.48, give mainatinership to submitter [1]pawel2013-02-092-7/+6
| | | | | | | | - Improve COMMENT - Binary links to libXScrnSaver PR: ports/175804 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Update to 0.7.06.038miwi2013-02-084-20/+39
| | | | | PR: 175019 Submitted by: Ports Fury
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)gahr2013-02-0717-39/+32
| | | | Approved by: portmgr
* - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesgahr2013-02-061-1/+0
|
* Fix build on FreeBSD 9+bapt2013-02-061-3/+3
|
* - Update to 0.79.2.araujo2013-02-044-44/+59
| | | | | PR: ports/174199 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-0414-14/+14
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Chase boost updatebapt2013-01-312-14/+6
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-234-2/+4
|
* - Update to 1.19E.araujo2013-01-216-396/+399
| | | | | | | - Trim header. PR: ports/174168 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 9.7.79.araujo2013-01-213-5/+5
| | | | | PR: ports/174159 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 3.3.42zeising2013-01-162-3/+3
| | | | Approved by: kwm, miwi (mentors, implicit)
* - adopt optionsNG [1]jgh2013-01-112-139/+144
| | | | | | | | - while here, break out massive man page list into Makefile.man [2] PR: 175166 Submitted by: maintainer, erik@brlcad.org [1], jgh@ [2] Approved by: maintainer, erik@brlcad.org [2]
* - Update DESKTOP_ENTRIES:makc2013-01-072-4/+4
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - Chase Qt upgrade;thierry2012-12-307-16/+90
| | | | | | | | | | | | | - Chase VTK upgrade; - Unbreak. Credit: most of these patches have been sent by Roger Mason (rmason (at) mun.ca) to the maintainer. PR: ports/174065 Submitted by: /me Approved by: maintainer
* - Update to 3.7.45madpilot2012-12-222-3/+3
|
* - Update to version 2.2.1 [1]pawel2012-12-172-15/+21
| | | | | | | - Add missing deps PR: ports/174370 [1] Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Fix BROKEN by disabling build of togl an isst [1]pawel2012-12-162-25/+14
| | | | | | | - Add missing library deps this package's binaries link to PR: ports/174282 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* Update to 9.7.78eadler2012-12-152-3/+3
|
* Update leocad to 0.79eadler2012-12-153-19/+15
| | | | Trim header
* convert SINGLE -> RADIO optionsbapt2012-12-111-10/+4
|
* Update PCRE to 8.32mm2012-12-112-0/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-104-28/+9
| | | | suppress any reference to USE_JAVA= 1.5+ (part1)
* - Fix build with clangpawel2012-12-083-26/+80
| | | | | | | | | - Convert to OptionsNG, add READLINE option - Realign pkg-descr PR: ports/172724 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update to version 7.5.229sperber2012-12-012-9/+5
| | | | | | | | | | - Remove shlib versions - Trim Makefile header PR: ports/171972 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
* Add one more month before removal: we are working on some patches andthierry2012-11-291-1/+1
| | | | | | | hope to fix it (breakage due to VTK upgrade already fixed, the breakage due to Qt's upgrade beeing investigated). Feature safe: yes
* - Update to 5.0.0.stephen2012-11-226-44/+69
| | | | | | - Set OCC option off: cad/opencascade port needs updating before this works. Feature safe: yes
* - Use new options framework.stephen2012-11-221-9/+8
| | | | Feature safe: yes
* - Update to 2.6.1.stephen2012-11-043-8/+6
| | | | Feature safe: yes
* Update to 3.3.41zeising2012-11-042-8/+4
| | | | | | | While here, strip make file header. Approved by: kwm, miwi (mentors, implicit) Feature safe: yes
* - Update to version 0.2.2pawel2012-10-314-66/+98
| | | | | | | | | | | | | | | - Convert to OptionsNG, respect DOCS EXAMPLES - Add LICENSE While here: - Add missing deps - Port needs pkg-config during build - Add desktop entry - Fix COMMENT PR: ports/172221 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update to 3.7.43madpilot2012-10-302-8/+4
| | | | | | | | - Trim Makefile headers PR: ports/171973 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update MASTER_SITES and WWW: linebapt2012-10-283-13/+27
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Fix build with clang - Respects DOCS PR: ports/172219 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Replace USE_GCC=4.4+ by USE_GCC=4.6+, in preparation of some workgerald2012-10-061-1/+1
| | | | | | | linimon and me have discussed (and since lang/gcc44 is on the way out). Approved by: maintainer
* - Convert to OptionsNGgahr2012-10-011-6/+7
| | | | Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
* RepSnapper is a host software for controlling a RepRap 3D printer. It has apawel2012-09-295-0/+105
| | | | | | | | | | 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>
* Update to 0.9.6zeising2012-09-262-3/+3
| | | | Approved by: kwm (mentor)
* Update to 3.3.40zeising2012-09-262-3/+3
| | | | Approved by: kwm (mentor)
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-261-6/+2
|
* Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt'sbapt2012-09-211-0/+3
| | | | distilator
* - Update to 2.2.0bdrewery2012-09-172-4/+4
| | | | | PR: ports/171670 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Mark BROKEN: does not compilebeat2012-09-091-0/+2
| | | | | | | | | | | | | In file included from /usr/local/include/tk8.5/tkInt.h:974, from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27: /usr/local/include/tk8.5/tkIntDecls.h:672: error: expected declaration specifiers or '...' before '(' token /usr/local/include/tk8.5/tkIntDecls.h:672: error: conflicting types for 'XClipBox' /usr/local/include/X11/Xutil.h:381: error: previous declaration of 'XClipBox' was here Reported by: pointyhat
* Mark as broken on sparc64.linimon2012-09-081-1/+7
| | | | Hat: portmgr
* Remove useless metadata from ports I created.des2012-09-051-5/+0
|
* Chase Emacs updatesashish2012-09-052-0/+2
|
* Update to latest version 3.3.39.zeising2012-09-0410-23/+5
| | | | | | | Move to cad/gtkwave since we only have one version of this port, and the move will make maitenance easier. Approved by: kwm (mentor)
* - Update to 3.316swills2012-08-282-3/+3
| | | | | PR: ports/171063 Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer)
* - Update distinfo / plist because distfile was rerolled upstreamak2012-08-242-6/+5
| | | | | PR: ports/170900 Submitted by: Green Dog <fiziologus@gmail.com>
* Update to 5.12crees2012-08-103-6/+11
| | | | | | | Update maintainer's email address PR: ports/167983 Submitted by: maintainer (Thomas Zander <thomas.e.zander@googlemail.com>)
* - Update to 2.1.0madpilot2012-08-102-6/+5
| | | | | | PR: ports/170505 Submitted by: Fernando <fernando.apesteguia@gmail.com> Approved by: crees (mentor)
* - Mark as BROKEN: size mismatchbeat2012-08-061-0/+2
| | | | Reported by: pointyhat
* - Remove some empty filesmiwi2012-08-052-0/+0
|
* - Update to 3.1miwi2012-08-052-17/+29
| | | | | PR: 170137 Submitted by: Ports Fury
* - Update to 9.4cmiwi2012-08-054-33/+22
| | | | | PR: 170135 Submitted by: Ports Fury
* - Update to 9.7.74miwi2012-08-055-62/+43
| | | | | PR: 170138 Submitted by: Ports Fury
* - Update to 801miwi2012-08-054-22/+18
| | | | | PR: 170139 Submitted by: Ports Fury
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-053-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Mark BROKEN: does not builderwin2012-07-301-0/+2
| | | | Submitted by: pointyhat
* - Convert my ports to new options frameworkmakc2012-07-271-2/+4
| | | | | - use CONFLICTS_INSTALL - other minor changes
* Use the new PKG_CONFIG macro.zeising2012-07-261-0/+1
| | | | Approved by: miwi (mentor)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* Update to version 3.3.38, bugfix release.zeising2012-07-204-7/+8
| | | | Approved by: kwm (mentor)
* - Update to version 0.53.0sperber2012-07-204-15/+65
| | | | | | | | - Switch to optionsng PR: ports/169404 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* - Add dependency on qt4-script [1]gahr2012-07-181-2/+1
| | | | | | - Do not necessarily build with clang Reported by: PH (via erwin)
* - Update to 0.24nivit2012-07-172-13/+20
| | | | | - Set a different MASTER_SITE_SUBDIR for source and docs - Convert to the new options framework
* - Update to version 0.77.0pawel2012-07-127-123/+34
| | | | | | | - Switch to official mirror - Add desktop entry - Use PLIST_ macros instead of separate pkg-plist file - Port is now GTK+ 2.x based
* add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriatebf2012-07-092-4/+5
| | | | | | | | CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly note the restrictive license of the metis ports (while here, append the MPI port to *DEPENDS in math/parmetis, rather than using an assignment) PR: 169578
* Upgrade Code_Aster to 10.6.0-3.thierry2012-07-079-80/+156
|
* Upgrade to 2.6.0.thierry2012-07-077-83/+78
| | | | Approved by: stephen (maintainer)
* Upgrade to 5.1.12b.thierry2012-07-075-44/+77
|
* Change maintainer address to my FreeBSD.org mail address.zeising2012-07-032-2/+2
| | | | Approved by: kwm (mentor)
* - Update to 1.3.0gahr2012-07-0210-75/+119
|
* - Update to 7.22.0 [1]scheidell2012-07-013-1388/+1431
| | | | | | | | | - pet portlint (added USE_LDCONFIG) [2] PR: ports/169520 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1] Reviewed by: scheidell@ (me) [2] Obtained from: http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup
* - Detect eigen2 by checking for .pc file, not min. port version.avilla2012-06-271-1/+1
| | | | | | | 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
* Update to 0.21.19.hrs2012-06-202-5/+6
|
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrcs2012-06-181-2/+2
|
* - Update to version 1.6.2sylvio2012-06-184-23/+2255
| | | | | | | | New file: distinfo PR: ports/168995 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.3.37ak2012-06-154-11/+9
| | | | | | | | - Convert to new options framework PR: ports/168267 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Approved by: eadler, itetcu (mentors, implicit)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* There was a problem that made "make extract" download an alreadyerwin2012-06-072-5/+6
| | | | | | | downloaded distribution file. PR: 168759 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-068-17/+9
| | | | Review by: bapt, David Naylor (kde team)
* - Update MASTER_SITES and WWW: linesylvio2012-06-063-36/+36
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES PR: ports/168592 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to version 3.7.40sylvio2012-06-062-13/+13
| | | | | PR: ports/168591 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Typobapt2012-06-011-1/+1
|
* Convert to new options frameworkbapt2012-06-018-74/+71
|
* - update png to 1.5.10dinoex2012-06-0147-36/+105
|