aboutsummaryrefslogtreecommitdiff
path: root/math/emc2
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category mathEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345420
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* math/emc2: modernize portEitan Adler2013-12-121-10/+4
| | | | | | | | | | - Sync LEGAL as required. - While here, fix COMMENT - while here, USE_GMAKE -> USES=gmake - Convert to OptionsNG Notes: svn path=/head/; revision=336243
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* Fix build with clangBaptiste Daroussin2012-08-241-0/+11
| | | | Notes: svn path=/head/; revision=303077
* - Get Rid MD5 supportMartin Wilke2011-03-201-3/+0
| | | | Notes: svn path=/head/; revision=271346
* Allow non-interactive builds by adding "auto-accept" to LICENSE_PERMSBrendan Fabeny2010-09-071-1/+1
| | | | | | | | Reported by: pav Approved by: makc, miwi (co-mentors, implicit) Notes: svn path=/head/; revision=260716
* -fix website and distfile informationBrendan Fabeny2010-09-048-59/+122
| | | | | | | | | | | | | | | -update to 2.16c -clean up Makefile and pkg-descr -add license information -add a few minor patches (Note: This port needs more work.) PR: 148610 Approved by: makc (co-mentor) Notes: svn path=/head/; revision=260544
* - adjust WWWIon-Mihai Tetcu2010-04-072-3/+4
| | | | | | | | | | - change MASTER_SITE to a more likely location - makr BROKEN since the new location gives size mismatch Submitted by: QAT Notes: svn path=/head/; revision=252401
* - unbreak for -D NOPORTDOCSIon-Mihai Tetcu2008-06-132-23/+25
| | | | | | | | | | | - use PORTDOCS and PORTEXAMPLES as it should - install directly useable docs (.ps not .ps.gz) - bump PORTREVISION Submitted by: my QA Tindy run Notes: svn path=/head/; revision=214773
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Fix fetch problemRong-En Fan2007-09-182-2/+3
| | | | | | | | | | - Update WWW entry PR: ports/116409 Submitted by: Dan Voisine <voisined at wit.edu> Notes: svn path=/head/; revision=199710
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-251-0/+3
| | | | Notes: svn path=/head/; revision=149432
* Fix package build.Kirill Ponomarev2005-02-192-4/+4
| | | | | | | | PR: ports/77694 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129259
* Chase mastersiteVolker Stolz2005-02-032-11/+10
| | | | Notes: svn path=/head/; revision=127973
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+3
| | | | Notes: svn path=/head/; revision=99421
* Add emc2 2.15,Kirill Ponomarev2004-01-026-0/+114
Emc2 is a portable, interactive and graphic software Edition of two dimensional geometry and mesh. We can create and modify the geometry (CAD), define the discretization on the lines, define the subdomains, and define some reference numbers to take into account the boundary conditions and material properties. The elements of the mesh are triangles and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay Voronoo (automatic mesh). We make the edition of the mesh by moving, removing, adding vertices, by regularization, or by transformations (symmetry, rotation,..), etc. Suggested add-on: the port math/bamg. WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm PR: 60835 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=97124