aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix PORTREVISIONmakc2012-05-252-2/+2
| | | | Reported by: erwin
* Chase PyQT updatemakc2012-05-2512-10/+12
|
* Make the port build with the upcoming Qt 4.8.1 release.rakuco2012-05-221-0/+11
| | | | | | | | | | | | The QPoint overloads for operator*() were changed in the 4.8.0 release [1], so we need to add a patch to adjust a cast here. No PORTREVISION bump since there were no dependency changes and things are still building fine with Qt 4.7. [1] http://qt.gitorious.org/qt/qt/commit/a562fd2d201e3b618ed99a316275f20385cc5c25 Approved by: miwi (Qt 4.8.1 exp-run)
* - Update to version 7.5.220miwi2012-05-213-6/+6
| | | | | PR: 168024 Submitted by: Ports Fury
* Make the port build with the upcoming Qt 4.8.x series.rakuco2012-05-202-1/+11
| | | | | | | | | | | | | Since 4.8.0 [1], Qt itself does not automatically include GLU's headers and libraries with its OpenGL module, so applications which relied on Qt to get these need to be adjusted. PORTREVISION bumped since we now explicitly depend on GLU via USE_GL=glu. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Approved by: miwi (for Qt 4.8.1 to pass the exp-run)
* Update autoconf to 2.69 and automake to 1.12ade2012-05-121-0/+3
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* - Update to 7.20.6culot2012-05-062-3/+3
| | | | | PR: ports/167499 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* FidoCadJ is an easy to use graphical editor, with a library of electricalnivit2012-05-066-0/+70
| | | | | | | | | | | symbols and footprints (traditional and SMD). It aims to be an agile and effective small EDA tool for hobbyists. FidoCadJ stores its drawings in a compact text format, practical for the copy and paste in newsgroups and forums: this has determined its success on the Usenet and in numerous communities. WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
* - Update to 3.3.35miwi2012-05-035-17/+38
| | | | | | PR: 167092 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* Update to openscad 2011.12mr2012-04-253-5/+47
| | | | Suggested by: L Campbell
* NASA Open Source Parametric Geometrypawel2012-04-225-0/+67
| | | | | | | | | | | 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>
* - Update to 7.5.216miwi2012-04-222-3/+3
| | | | | PR: 166875 Submitted by: Ports Fury
* Update to 790pawel2012-04-172-4/+3
| | | | | PR: ports/166209 Submitted by: Lowell Gilbert <lowell@be-well.ilk.org>
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-101-0/+3
| | | | as broken for more than 6 month
* Remove three empty files left after the previous update.gerald2012-04-043-0/+0
| | | | | Approved by: maintainer (maho) Feature safe: yes
* - Update to version 3.7.39 [1]pawel2012-04-033-4/+6
| | | | | | | | - Add desktop entry file PR: ports/166575 [1] Submitted by: Wayne Sierke <ws@au.dyndns.ws> [1] Feature safe: yes
* Update to 2012.061.maho2012-04-027-94/+45
| | | | | | | | This also removes one of the three remaining uses of lang/gcc34. PR: 166565 Submitted by: bf@ Feature safe: yes
* - Update to version 5.65miwi2012-03-258-97/+97
| | | | | | PR: 166017 Submitted by: Ports Fury Feature safe: yes
* - Update to version 7.5.215miwi2012-03-252-3/+3
| | | | | | PR: 166018 Submitted by: Ports Fury Feature safe: yes
* Update to 20110918.hrs2012-03-175-704/+838
| | | | Feature safe: yes
* Update gtkwave3 to 3.3.34eadler2012-03-163-6/+6
| | | | | | PR: ports/166162 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Feature safe: yes
* Remove duplicated entry in pkg-plistmaho2012-03-131-1/+0
| | | | | Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Feature safe: yes
* - Update to 3.7.33wen2012-03-082-3/+3
|
* - Update to 2.3.0miwi2012-03-044-29/+24
| | | | | PR: 165570 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - Update to 7.5.124miwi2012-02-207-5/+220
| | | | | PR: 164986 Submitted by: Ports Fury
* - Update to 3.7.27miwi2012-02-202-4/+9
| | | | | PR: 164987 Submitted by: Ports Fury
* Remove bogus files from pkg-plisteadler2012-02-091-11/+0
| | | | | | PR: ports/164918 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Noticed by: pointyhat
* - New port: cad/meshdevgahr2012-02-069-0/+296
| | | | | | | | | | | | | | | | MeshDev is a mesh comparison software. It accepts two meshes as input and computes the geometrical deviation between the two meshes. It return numerical values and can optionaly generate visual results (with a pseudo-colored mesh corresponding to the measured deviation) in OpenInventor format. This port features a patch (by myself) to read binary and ASCII STL files. This feature was removed in the transition from version 0.4 -> 0.5. Distfiles are unfetchable from sourceforce. For this reason, they're hosted on our infrastructure. WWW: http://meshdev.sourceforge.net/
* Update to 3.3.31eadler2012-02-065-22/+26
| | | | | PR: ports/164805 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
* - Update to version 2.6.0miwi2012-01-292-6/+7
| | | | | PR: 164151 Submitted by: Ports Fury
* Environmental variable CCX_NPROC has been replaced by OMP_NUM_THREADS.maho2012-01-201-1/+1
| | | | Submitted by: pgf
* Update maintainer email addresscrees2012-01-172-2/+2
| | | | | PR: ports/164211 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
* - Update to version 3.3.29 [1]pawel2012-01-125-15/+99
| | | | | | | | | - Delete CONFLICTS, cad/gtkwave is no more [1] - Port installs icons now, use INSTALLS_ICONS - Use update-desktop-database to register filetype associations PR: ports/163987 [1] Submitted by: maintainer [1]
* - Remove outdated version checkseadler2012-01-091-1/+1
| | | | Reviewed by: nox
* Update to 2.4maho2012-01-087-31/+91
| | | | Spotted by: pgf@
* Connect librecadmakc2012-01-041-0/+1
|
* Add new port cad/librecad:makc2012-01-046-0/+242
| | | | | | | LibreCAD is a 2D CAD drawing application based on the community edition of QCad (www.qcad.org). WWW: http://librecad.org
* Remove expired, unmaintained ports:rene2011-12-298-167/+0
| | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
* - Update to version 7.20.4, build system changed from autotools to cmake [1]pawel2011-12-043-327/+448
| | | | | | | | | | | - Add USE_GL=glu and USE_BISON=build to fix build - Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig - Mark MAKE_JOBS_SAFE - Silence REINPLACE_CMD output PR: ports/162785 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1] Feature safe: yes
* - Update to version 2009.12.07miwi2011-11-277-113/+32
| | | | | | PR: 162852 Submitted by: Ports Fury Feature safe: yes
* - Update to version 1.0.00miwi2011-11-274-103/+34
| | | | | | PR: 162828 Submitted by: Ports Fury Feature safe: yes
* - Fix MASTER_SITESmiwi2011-11-261-2/+6
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 162821 Submitted by: Ports Fury Feature safe: yes
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-223-6/+6
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* - Update to 3.3.28swills2011-11-213-6/+6
| | | | | | PR: ports/162682 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer) Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-143-6/+1
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-141-3/+3
| | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes
* Also broken on powerpc.linimon2011-11-101-1/+1
| | | | Hat: portmgr
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2
| | | | Hat: portmgr
* - Update to version 0.9.5pawel2011-11-053-4/+6
| | | | | | | | - Add LICENSE - Update project homepage PR: ports/162280 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer)
* Deprecate a bunch a gtk1 ports with no more any upstream or library ↵bapt2011-11-031-0/+3
| | | | | | abandoned upstream and not depend on by anything the ports tree anymore Approved by: kwm (x11-toolkits/gob)
* Add localisazion support to the qcad port.mr2011-10-313-1/+39
| | | | | PR: ports/162048 Submitted by: Stefan Rumetshofer
* - Update to version 0.9.4pawel2011-10-302-5/+4
| | | | | | | - Give maintainership to submitter PR: ports/162069 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* - Update to 3.3.27swills2011-10-295-30/+50
| | | | | | | - Set maintainer to submitter PR: ports/162094 Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-2423-23/+23
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - remove maintainer tags from pkg-descreadler2011-10-2315-30/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Change USE_TK to 85, because graphics/togl installs include files in ↵stephen2011-10-211-2/+2
| | | | | | lib/tk8.5/Togl-1.7/. - Bump portrevision.
* - Mark BROKEN: does not compilepav2011-09-251-0/+2
| | | | | | ../.././../src/VTKViewer/VTKViewer.h:36:31: error: vtkSystemIncludes.h: No such file or directory Reported by: pointyhat
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2417-33/+30
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - add missing dependencieseadler2011-09-231-2/+2
| | | | | | | | | - bump portrevision PR: ports/160660 Submitted by: 4720@hushmail.com Approved by: Thomas Zander <riggs@rrr.de> (maintainer) Approved by: sahil (mentor)
* - Remove three deprecated ports of minegahr2011-09-056-153/+0
| | | | | | 2011-09-03 x11/ebuttons: Website has disappeared 2011-09-03 cad/oregano: Website has disappeared 2011-09-03 devel/jakelib2: Website has disappeared
* - Update to 7.5.213dhn2011-09-0423-926/+307
| | | | | PR: ports/160086 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* 2011-09-01 astro/gkrellmoon: Abandonwarebapt2011-09-018-1743/+0
| | | | | | | | | | | | | | | | | | | | | 2011-09-01 astro/spacechart: Abandonware 2011-09-01 audio/adpcm: No more public distfiles 2011-09-01 audio/aube: Abandonware 2011-09-01 audio/festvox-aec: BROKEN for more than 6 month 2011-09-01 audio/gtkgep: Abandonware 2011-09-01 audio/gtkhirad: No more public distfiles 2011-09-01 audio/opmixer: No more upstream 2011-09-01 audio/swami: Abandonware 2011-09-01 audio/x11amp: Abandonware 2011-09-01 audio/xmms-sndstretch: No Master Site 2011-09-01 cad/linux-gid: No more public distfiles 2011-09-01 chinese/gbscript: No more public distfiles 2011-09-01 chinese/mplayer-fonts: No more public distfiles 2011-09-01 chinese/oxford: No more public distfiles 2011-09-01 chinese/vflib: No more public distfiles 2011-09-01 databases/mysql++: No more public distfiles 2011-09-01 databases/mysql_last_value: No Master Site 2011-09-01 databases/p5-DBIx-Table: No more public distfiles
* - Update to 2.2dhn2011-09-014-63/+24
| | | | | PR: ports/160085 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 4.6.1dhn2011-09-013-371/+43
| | | | | PR: ports/160084 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add rcc to the qt4 dependencies.mr2011-08-281-1/+1
|
* Try to fix build.mr2011-08-271-1/+1
| | | | Reminded by: pav@
* - Add mirror sites to MASTER_SITESmiwi2011-08-262-158/+177
| | | | | | | | - Add LICENSE - Support USE_TCL/USE_TK PR: 160087 Submitted by: Ports Fury
* No problems fetching from MASTER_SITES.crees2011-08-231-3/+0
| | | | Submitted by: Peter Jeremy <peterjeremy@acm.org>
* Add openscad.mr2011-08-196-0/+112
| | | | | | | | | | | | | | | | | | | | 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
* adjust FETCH_ARGS to accommodate redirectsbf2011-08-121-2/+1
| | | | used by master site
* fix build with lang/gcc46bf2011-08-121-0/+10
| | | | | Reported by: pav, gerald Approved by: stephen
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-123-3/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Correct pkg-plistmr2011-08-112-1/+3
| | | | Reminded by: pav@
* Update to rev. 3060.mr2011-08-094-6/+11
|
* - Deprecate, website has disappearedgahr2011-08-031-0/+3
|
* Mark BROKEN: Does not fetchbapt2011-08-021-0/+2
|
* Deprecate port with no more public distfilesbapt2011-08-022-0/+6
|
* - Chase guile shared lib bumpjlaffaye2011-07-312-4/+4
| | | | - Add an entry to UPDATING
* Fix build under clang [1]zi2011-07-295-34/+109
| | | | | | | | | Add LICENSE Fix usage of PORTDOCS in plist, no bump required PR: ports/159173 Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: tabthorpe (mentor)
* - Removing portrevision from slave port cad/gmsh-occ. Portrevision forstephen2011-07-262-1/+1
| | | | | | | | cad/gmsh-occ should reflect that of cad/gmsh. - Bumping portrevision for master port cad/gmsh so that version for cad/cad-gmsh does not go backwards. Approved by: maho (mentor)
* - Update to 2.5.0.stephen2011-07-2612-111/+54
| | | | Approved by: maho (mentor, implicit)
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-2/+2
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* Mark as broken on sparc64: invokes i386 asm.linimon2011-07-161-0/+4
|
* - Bump PORTREVISION for science/hdf5-18 shlib changesunpoet2011-07-1513-4/+13
|
* Update to Release 20110614.hrs2011-07-072-4/+4
|
* Update to 0.21.11.hrs2011-07-062-3/+5
|
* - Update to 3.7.26miwi2011-07-032-5/+5
| | | | | PR: 158496 Submitted by: Ports Fury
* - Fix build under clangdb2011-07-011-4/+6
| | | | - Replace hard coded g++ with ${CXX} in Makefile
* - Fix build with CLANGmiwi2011-06-2510-30/+101
| | | | | PR: 158270 Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-1/+1
|
* Kill EOL whitespace.danfe2011-06-231-132/+132
|
* Mark as broken, it is no more fetchablebapt2011-06-161-0/+2
|
* Point to the new homebapt2011-06-162-2/+2
| | | | Make it fetchable again
* Make multithreading works.maho2011-06-162-1/+2
| | | | | | Bump PORTREVIISON. Submitted by: Pierre Smars <smars@yuntech.edu.tw>
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgstephen2011-06-142-2/+2
| | | | Approved by: maho (mentor)
* - bump after update to graphviz-0.28dinoex2011-05-202-2/+2
|
* Update to 2.3maho2011-05-117-43/+131
| | | | Notified by: Pedro F. Giffuni
* - Fix compilation issues on amd64culot2011-05-041-1/+1
| | | | | Reported by: pointyhat via pav@ Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer, via irc)
* Bump PORTREVISION after open-mofit updatemakc2011-05-028-8/+8
|
* - Update to 7.18.4culot2011-04-293-275/+20
| | | | | PR: ports/156683 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* - Update to 5.11culot2011-04-294-16/+39
| | | | | PR: ports/156085 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
* Remove most expired ports:rene2011-04-1917-361/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year
* - Update to 0.0.16amdmi32011-03-263-5/+16
|
* - Update to version 2.5.0miwi2011-03-253-6/+8
| | | | | PR: 155830 Submitted by: Ports Fury
* - Get Rid MD5 supportmiwi2011-03-2068-95/+0
|
* - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-0/+2
| | | | 7.X and up, for removal in one month
* Update to rev. 2883mr2011-03-103-9/+15
|
* Chase the upgrade of science/cgnslib to 2.5-5; this implies tothierry2011-02-263-1/+3
| | | | | | | | | | switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736
* Chase the upgrade of MPICH2.thierry2011-02-262-2/+1
| | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715
* - Move over to python2.5 or highermiwi2011-02-252-1/+2
| | | | - While here kick md5
* - New port: cad/meshlabgahr2011-02-146-0/+324
| | | | | | MeshLab is an open source, portable, and extensible system for the processing and editing of unstructured 3D triangular meshes. WWW: http://meshlab.sourceforge.net/
* Update to 0.21.5.hrs2011-02-103-6/+7
|
* Remove another extraneous patch.thierry2011-01-201-14/+0
| | | | | Submitted by: Stas Timokhin (maintainer) Feature safe: yes
* - Update to 3.3.18.stas2011-01-128-49/+32
| | | | | | PR: ports/153569 Submitted by: Steve Wills <steve@mouf.net> Feature safe: Yes
* Remove an extraneous patch.thierry2011-01-081-13/+0
| | | | | Submitted by: maintainer Reported by: pointyhat via Pav
* Fix missing dependency.hrs2011-01-071-1/+1
| | | | Reported by: pav
* - Fix style.hrs2011-01-063-20/+12
| | | | - Take maintainership.
* Update to 3.00.hrs2011-01-053-37/+3
|
* Add cad/layouteditor, an IC/MEMS layout editor with the following features:hrs2011-01-055-0/+61
| | | | | | | | all angle, font generator, macros, boolean operations, design rule checker, crossplatform compatible. This supports Calma GDSII, OASIS (Open Artwork System Interchange Standard), DXF, CIF (Caltech Intermediate Form). WWW: http://www.layouteditor.net/index.html
* SALOME is a free software that provides a generic platform for Prethierry2011-01-055-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains Job manager module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/152396 Submitted by: Stas Timokhin <devel at stasyan.com>
* SALOME is a free software that provides a generic platform for Prethierry2011-01-056-0/+145
| | | | | | | | | | | | | | | | | | | | | | | | and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains NETGENPLUGIN module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/152396 Submitted by: Stas Timokhin <devel at stasyan.com>
* Update cad/salome* to 5.1.4.thierry2011-01-0556-2202/+2099
| | | | | | | | Warning: This port require gcc 4.4 build 20090512 or _EARLIER_ for successful _run_. PR: ports/152396 Submitted by: maintainer (Stas Timokhin)
* Fix build (and some cosmetic changes).hrs2011-01-043-98/+6
|
* Update to 0.21.3. The release notes can be found at:hrs2011-01-044-30/+31
| | | | http://www.klayout.de/development.html#0_21_3
* - Update to 1.5wen2011-01-042-7/+7
| | | | | | | | - Add LICENSE - Remove MD5 PR: ports/153660 Submitted by: Pedro Giffuni <giffunip@tutopia.com>
* Upgrade to 1.8.4.thierry2010-12-304-56/+72
|
* Update to 3.6.167arved2010-12-282-5/+3
| | | | | PR: 153485 Submitted by: Armin Pirkovitsch
* - Update to 7.18.0pgollucci2010-12-133-1936/+2276
| | | | | | | - Remove MD5 PR: ports/152959 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* - Fix for new tixpav2010-12-121-2/+2
| | | | | PR: ports/153014 Submitted by: maintainer
* Chase Tix upgrade and fix Tclx dependency.thierry2010-12-084-11/+11
|
* Sync to new bsd.autotools.mkade2010-12-048-10/+10
|
* - Install additional files for salomepav2010-11-275-5/+194
| | | | | | | | - Portlint PR: ports/152394 Submitted by: Stas Timokhin <devel@stasyan.com> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-202-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
* - Back to the ports@, I haven't used it anymore.araujo2010-11-151-1/+1
|
* - Update cad/linux-eagle5 to 5.10 and transfer maintainership to submitter.stefan2010-11-1412-1283/+389
| | | | | | | | | - Remove cad/linux-eagle (submitter is maintainer). - Remove german/linux-eagle (submitter is maintainer). PR: 151153 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> Approved by: Michael Durian <durian@shadetreesoftware.com> (old maintainer)
* Add missing Makefile.bzr_revmr2010-11-101-0/+3
|
* Switch to the launchpad repositorymr2010-11-104-68/+99
| | | | Update to rev. 2600.
* Add two patches from Joerg Wunsch:mr2010-11-102-0/+454
| | | | | | | | | - Implement autosave feature - Detect filesystem full condition Both patches where sent upwards. Submitted by: joerg@
* Punt autoconf267->autoconf268ade2010-10-164-5/+5
|
* Migration of BROKEN ports from automake{19,110}->111 which will mostade2010-10-071-1/+1
| | | | likely need to be looked at as and when they become unbroken.
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Fix build in the NOPORTDOCS=yes case.hrs2010-10-034-6/+57
| | | | Spotted by: QAT
* Fix build.hrs2010-10-031-1/+1
| | | | Spotted by: erwin
* Host the distfile locally, to make it fetchable again.thierry2010-10-021-1/+3
| | | | Reported by: pointyhat, via Erwin
* Fix dependency and a style clean-up.hrs2010-10-011-2/+4
| | | | Spotted by: QAT
* Update to 3.0.5.hrs2010-10-013-6/+6
|
* Update to 20100929. Changes include:hrs2010-10-014-20/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features -------- - PCB can directly import (forward annotate) schematics while running. - Many places where measurements are entered now accept units, like "5mm", and "cm" and "in" are allowed too. - Free Rotate Buffer added to menu - Polygon Hole tool. - F12 invokes the Lock tool. - Russian translation added. - DBUS is enabled by default when possible. - Command-line exporters can run action scripts too. - GTK tool tips on elements, pins, and nets. - Command-line actions in GUIs do not require (,,) syntax. - PCB can import footprints both in subdirectories and the named directories. - New GCode exporter. - Footprint files use ".fp" as the suffix; this is automatically searched for if needed. - GTK dialogs do not show at startup unless requested. - Stackup can be specified on the command line for command-line exporting. - Reference card updated. - The snap-point in pads is the center. - The 's' key toggles polygons to clear/notclear all pads and pins Bug Fixes --------- - Various PNG export fixes. - lesstif's magic toggle-layers-on-flip fixed. - Arc bounding box math fixed. - Fixed: sometimes, disabling silk also disabled the solder layer. - "pcb --help" prints all options again - Add mnemonic for "close without saving" - Don't select silk on the back side when it's invisible. - Various polygon rendering bugs fixed. - PNG drill bloat export fixed. - Attempts to change polygon clearance *on* polygons results in a hint. - PNG doesn't segfault if not all graphic formats are supported. - Various toporouter fixes and improvements - HID_Mixed is supported in attribute dialogs - Flipped rectangles in PS exports are drawn correctly. - Optimizer removes micro-traces under pads. - Vias, pins, and pads are now drawn under the mask instead of over.
* - Remove the workaround for LICENSEashish2010-09-281-4/+1
| | | | | Submitted by: swell.k at gmail.com Approved by: pgj (mentor, implicit)
* Strictly depends on Gcc-4.4, even if the default FORTRAN compilerthierry2010-09-241-1/+5
| | | | | | depends on Gcc-4.5. Submitted by: Stas Timokhin <devel (at) stasyan.com> (maintainer)
* Upgrade to 1.8.3 and depends on Tcl/Tk 8.5.thierry2010-09-173-14/+17
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-164-6/+7
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Fix fetchamdmi32010-08-251-1/+1
| | | | Reported by: QAT
* - Update to 37amdmi32010-08-256-257/+309
| | | | | PR: 149027 Submitted by: Sven Esbjerg <esbjerg@xbsd.net> (maintainer)
* Add all 64-bit platforms to NOT_FOR_ARCHS for the moment to unbreak the port.hrs2010-08-211-3/+1
|
* Upgrade to 1.8.1.thierry2010-08-2010-124/+251
|
* - Update to 8.11.stas2010-08-182-20/+20
|
* Mark as broken on sparc64: gcc bug.linimon2010-08-141-1/+7
| | | | Hat: portmgr
* Fix build.maho2010-08-131-8/+24
| | | | Spotted by: QAT
* Fix sizemismatch.maho2010-08-132-29/+13
| | | | | | | According to CalculiX/ccx_2.2/src/LOGBOOK, > 5 Aug 2010 - made some small corrections Spotted by: QAT
* Update to 2.2.maho2010-08-137-36/+123
| | | | Notifyed by: "Pedro F. Giffuni"
* Fix a few typos in ports/cad.olgeni2010-07-3010-11/+11
|
* - Update ffmpeg to 0.6mm2010-07-251-1/+1
|
* - Update to 3.251sylvio2010-07-233-7/+9
| | | | | PR: ports/148726 Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer)
* QElectroTech is a Qt4 application to design electric diagrams. It uses XMLashish2010-07-215-0/+393
| | | | | | | | | | | files for elements and diagrams, and includes both a diagram editor and an element editor. WWW: http://qelectrotech.org/ PR: ports/146513 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Approved by: pgj (mentor)
* Fix plist with NOPORTDOCS (at least temporarily, until installation of the docsstefan2010-07-022-2/+3
| | | | | | is really suppressed). Feature safe: yes
* Update to 4.9.13.stefan2010-07-0230-700/+157
| | | | | | | PR: 147628 Submitted by: Stas Timokhin <devel@stasyan.com> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes
* Remove a piece of dead code from chipmunk.ed2010-06-282-1/+20
| | | | | | | | This seems to be the only piece of code in the entire ports tree which uses getpw(3) and it seems to be dead code anyway. Approved by: beat Feature safe: yes
* - Fix build with new vtkpav2010-06-261-0/+71
| | | | | Submitted by: Stas Timokhin <devel@stasyan.com> Feature safe: yes
* Mark as broken on sparc64.linimon2010-06-191-1/+7
| | | | | Hat: portmgr Feature safe: yes
* Reset jmelo@FreeBSD.org due to many months of inactivity and no responselinimon2010-06-191-1/+1
| | | | | | | to PRs. Hat: portmgr Feature safe: yes
* - Fix build with new vtkpav2010-06-182-4/+65
| | | | Submitted by: Stas Timokhin <devel@stasyan.com>
* Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+2
| | | | | | PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks)
* Update to 2.1.maho2010-06-067-91/+85
|
* Unbreak.maho2010-06-061-2/+4
| | | | | PR: 146746 Submitted by: Stas Timokhin
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-317-6/+7
|
* Switch from metis to metis-edf by default, so that Salome can bethierry2010-05-262-5/+10
| | | | | | | installed on a machine where Code_Aster is already installed. PR: ports/146738 Approved by: maintainer
* Upgrade to 2010.05.05.thierry2010-05-2412-1391/+500
|
* Separate the libraries from the port cad/kicad.thierry2010-05-246-0/+487
|
* Update to 20091103.hrs2010-05-214-846/+15
|
* - Update to 7.16.8wen2010-05-164-1217/+2052
| | | | | | | - Update maintainer's email PR: ports/146591 Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* - Unbreak (incorrect use of bsd.autotools.mk)thierry2010-05-1543-4564/+756
| | | | | | | - Don't install useless documentation. PR: ports/143878 Submitted by: Stas Timokhin <devel (at) stasyan.com> (maintainer)
* - Fix wrapped linepav2010-05-111-2/+1
|
* Does not depend on Fortran any more.thierry2010-04-101-3/+0
| | | | Reported by: Andrea Venturoli <ml (at) netfence.it>
* Unbreak, by using the included libtool.thierry2010-04-063-103/+14
| | | | | Note: this one does not install the static libraries, but it should not be a problem.
* Mark BROKEN: does not builderwin2010-04-051-0/+2
|
* - Chase math/vtk5 updategahr2010-04-031-1/+1
|
* - fix gcc4 problem with png-1.4.1 under FreeBSD-8dinoex2010-04-011-0/+43
|
* - cleanup libpng12dinoex2010-03-301-3/+0
|
* - fix build for png-1.4.1dinoex2010-03-301-0/+3
|
* - fix build for png-1.4.1dinoex2010-03-301-0/+11
|
* - update to 1.4.1dinoex2010-03-2832-28/+34
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Upgrade ASTK (server & client) to 1.8.0.thierry2010-03-2717-376/+545
|
* - Chase x11-toolkits/fltk updategahr2010-03-242-3/+5
|
* Upgrade to version 2.4.0.joerg2010-03-052-5/+4
| | | | Feature safe: yes
* - Mark BROKEN: does not buildpav2010-03-031-0/+2
| | | | | Reported by: pointyhat Feature safe: yes