aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 3.4.6mr2014-03-093-3/+634
|
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-091-0/+2
| | | | since more than 12 years)
* Unbreakantoine2014-03-081-1/+1
|
* Convert c* to USES=zipbapt2014-03-076-10/+6
|
* Support stagebapt2014-03-071-32/+11
| | | | | Convert to dos2unix Modernise (options helpers, etc)
* Convert to dos2unixbapt2014-03-071-2/+2
|
* - Update to 0.80.2, Announce message:nemysis2014-03-073-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | Added Look At command. Added orthographic projection option. Added editing of group names from the Edit Group Dialog. Fixed wrong transform of some pieces when importing nested LDraw files. Fixed printing and saving images on certain Intel video cards. Fixed grid studs being enabled by grid lines option. Fixed piece arrows not being drawn if the axis icon is enabled. Preserve groups when merging. Note that due to changes in Google Code I had to switch to Google Drive to host the files and I'll probably close the project there so if you had any links/bookmarks pointing to that page please update them. - Change master site from GOOGLE_CODE to my SF site, have used svn download from Trac and Google Drive for pieces - Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options - Change dependency for cad/ldraw, only for LDRAW Option - Change dependency for archivers/unzip, only for LEOCAD Option - Change REINPLACE - Remove obsolete patch, changed by upstream, the /usr change was a request from the Debian maintainers
* BrickUtils is a simple utility for builders that use LEGO Digital Designernemysis2014-03-068-0/+249
| | | | | | or LDraw-compatible CAD for designing models. WWW: http://bricksnspace.wordpress.com/brickutils/
* - Update to 201302, Announce message:nemysis2014-03-062-4/+5
| | | | | | | This update includes 869 files in the core library, including 570 new parts. - Strip executable - Change mklist -n to -d according to pkg-message
* Update cad/calculix to version 2.7maho2014-03-047-233/+75
| | | | | PR: 187104 Submitted by: pfg@
* Support stagingehaupt2014-02-271-6/+4
|
* Remove trailing whitespaces from category cadehaupt2014-02-217-7/+7
|
* - Support staging [1]pawel2014-02-181-26/+12
| | | | | | | | - Use option helpers and install docs and examples files implicitly allowing to remove bsd.port.options.mk inclusion PR: ports/186800 [1] Submitted by: maintainer
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-178-13/+34
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support stagingehaupt2014-02-161-6/+3
|
* Support stagingehaupt2014-02-161-19/+9
|
* Mark broken: Does not compileantoine2014-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | on 8 and 9: cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 "-DALLIANCE_VERSION=\"5.0 20090901\"" -DALLIANCE_TOP=\"/usr/local/alliance\" -I. -I. -I../../mbk/src -I../../pat/src -O2 -pipe -fno-strict-aliasing -MT pat_decl_y.lo -MD -MP -MF .deps/pat_decl_y.Tpo -c pat_decl_y.c -fPIC -DPIC -o .libs/pat_decl_y.o y.tab.c:562: error: duplicate 'extern' on 10 and head: elp.c:252:1: error: non-void function 'elpLotrsShrink' should return a value [-Wreturn-type] return ; ^ elp.c:460:1: error: non-void function 'elpLofigCapaDiff' should return a value [-Wreturn-type] return ; ^ elp.c:490:1: error: non-void function 'elpLofigCapaGrid' should return a value [-Wreturn-type] return ; ^ elp.c:518:1: error: non-void function 'elpLofigShrink' should return a value [-Wreturn-type] return ; Reported by: pkg-fallout since august 2013
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+15
| | | | | | | | | | | 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)
* - Stage supportmiwi2014-02-091-4/+3
|
* - Update to 2.8.4.stephen2014-02-093-5/+4
|
* - Support stagingehaupt2014-02-091-6/+5
| | | | - Use shebangfix
* cad/varkon:makc2014-02-083-17/+16
| | | | | | | | - Add stage support and LICENSE - While here rename patches to match up makepatch PR: ports/186475 Submitted by: Eero Hänninen <fax@nohik.ee>
* Update to version 26pawel2014-02-083-3/+4
| | | | | PR: ports/186438 Submitted by: maintainer
* Deprecate ports unmaintained for which distillator is not able to find ↵bapt2014-02-081-0/+3
| | | | | | public distfiles Reported by: distilator
* Chase boost and icu bumpbapt2014-02-072-2/+2
| | | | While here convert some LIB_DEPENDS
* cad/z88: Explicitly link libm (taken from dports)marino2014-02-061-3/+4
|
* Upgrade to version 3.4.5mr2014-02-023-1170/+1727
|
* - Remove cad/mars -- does not build, no releases in the past 20 yearsgahr2014-01-3139-2142/+0
|
* - Convert to USES=tkgahr2014-01-292-20/+14
| | | | | | - STAGE-clean - Fix spaces in Makefile - Register conflict with graphics/gts
* - Convert to USES=tkgahr2014-01-291-1/+1
|
* - Convert to USES=tkgahr2014-01-281-7/+4
| | | | - STAGE-clean
* - Convert to USES=gmake tk desktop-file-utilsgahr2014-01-282-15/+23
| | | | - STAGE-clean
* - Convert to USES=gmake tkgahr2014-01-281-5/+2
|
* - Keep category Makefiles sortedamdmi32014-01-281-1/+1
|
* - Style and typo fixesdecke2014-01-282-40/+38
| | | | | | | - pkg-plist reordered PR: ports/185556 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
* - Implement staging.stephen2014-01-272-9/+3
|
* Add a missing plistantoine2014-01-262-0/+37
|
* Remove expired ports:rene2014-01-24154-8452/+0
| | | | | | | | | | | | | | | | | | | 2013-12-22 devel/mico: Broken for more than 6 month 2014-01-22 cad/salome: depends on expired cad/salome-kernel 2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel 2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel 2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel 2014-01-22 cad/salome-kernel: does not configure 2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel 2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel 2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel 2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel 2014-01-22 cad/salome-med: depends on expired cad/salome-kernel 2014-01-22 cad/salome-light: depends on expired cad/salome-kernel 2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel 2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel 2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel 2014-01-22 devel/combat: depends on expired devel/mico
* Fix properties on pkg-plistbapt2014-01-223-3/+0
|
* Stage supportantoine2014-01-212-18/+13
|
* Stage supportantoine2014-01-211-4/+2
|
* Stage supportantoine2014-01-211-2/+1
|
* - Stage supportantoine2014-01-212-37/+23
| | | | - Use OPTIONS helpers
* Stage supportantoine2014-01-211-2/+1
|
* Stage supportantoine2014-01-211-4/+2
|
* Stage supportantoine2014-01-211-4/+4
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+6
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+4
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1
|
* Python cleanup:rene2014-01-142-2/+2
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Support stagebapt2014-01-091-55/+7
| | | | General cleanup
* Support stagebapt2014-01-092-11/+6
| | | | Use option helpers
* Fix build with gcc47mat2014-01-083-19/+33
| | | | | | PR: ports/184565 Submitted by: Christoph Moench-Tegeder Approved by: maintainer
* Deprecate and schedule for removal on 2014-01-22, depends on expiredrene2014-01-0611-0/+33
| | | | | | | | cad/salome-kernel. PR: ports/185111 Submitted by: rene Approved by: maintainer timeout (devel@stasyan.com , 14 days)
* Switch back to using WITH_EXAMPLES. The logic in this port isadamw2014-01-041-1/+1
| | | | far too twisted for a simple change to MEXAMPLES.
* Convert cad to MDOCS and MEXAMPLESadamw2014-01-0310-19/+34
|
* Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* Stage supportantoine2013-12-312-3/+1
|
* - Stage supportantoine2013-12-311-2/+1
| | | | - Uses shared-mime-info
* Stage supportantoine2013-12-311-16/+15
|
* - Stage supportantoine2013-12-312-5/+3
| | | | - shebangfix a bash script
* Stage supportantoine2013-12-312-3/+1
|
* Stage supportantoine2013-12-311-2/+1
|
* - Stage supportantoine2013-12-312-4/+3
| | | | - shebangfix a bash script
* - Stage supportantoine2013-12-312-4/+2
| | | | - Uses desktop-file-utils
* - Stage supportantoine2013-12-311-3/+1
| | | | - Uses desktop-file-utils
* Stage supportantoine2013-12-311-2/+1
|
* Stage supportantoine2013-12-312-6/+3
|
* Stage supportantoine2013-12-311-4/+3
|
* - convert to stagedb2013-12-303-7/+7
| | | | | - add LICENSE - fix tab to space in pkg-plist WWW
* cad/pdnmesh: Restore previous commit erased by r337036marino2013-12-271-0/+1
| | | | | | | | tijl did a sweeping cleanup of pdnmesh on r337036, but he accidently removed the addition of -lm introduced in r32377 by myself. This is needed for newer gcc compilers using the latest binutils. This commit restores the LDFLAGS still needed.
* Fix LIB_DEPENDSantoine2013-12-241-3/+3
|
* - Use options framework.tijl2013-12-215-249/+285
| | | | | | | | | - USES=fortran. - Eliminate FORTRANLIBS and GCCLIBDIR. - Staging. - Install examples depending on the EXAMPLES option instead of DOCS. - Fix build with THREADS option (superlu_mt changes and C++11 mutex conflict).
* Bump PORTREVISION for all the dependency changes in the previous commit.tijl2013-12-211-1/+1
| | | | Reported by: mat
* - Remove excessive dependencies and fix dependency on gtkglext.tijl2013-12-212-33/+14
| | | | | - USES=fortran. - Staging.
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* - Update from 3.7.54 to 3.7.55danilo2013-12-152-3/+3
|
* Update to version 2.3.0pawel2013-12-142-8/+4
| | | | | PR: ports/184752 Submitted by: maintainer
* Fix typobapt2013-12-131-1/+1
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-14/+14
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-1121-64/+64
| | | | | | LIB_DEPENDS in cad With hat: portmgr
* - Update devel/tbb to 4.2.2martymac2013-12-111-0/+1
| | | | | | | | | - Cleanup DISTNAME and WRKSRC definitions - Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD - Bump dependent ports' revisions PR: ports/184526 Submitted by: delphij
* - Update to 2.0.0rc3makc2013-12-116-123/+144
| | | | | - Remove NLS options and related patches for simplicity - Add patch to fix build on 10 and head
* Update to 0.9.7.zeising2013-12-113-6/+6
| | | | Stagify.
* - Fix build, adjust stagingnemysis2013-12-103-17/+9
| | | | | | - Change pkg-plist Approved by: pawel / wg (mentors, implicit)
* - Respect CMAKE_BUILD_TYPEmakc2013-12-052-19/+2
| | | | Approved by: portmgr (bapt)
* Register conflicts with texlive-base-* since it has one file in common.mr2013-12-021-0/+2
| | | | | PR: ports/184368 Submitted by: lbartoletti
* - Update from 2.3.0a4 to 2.3.2a3danilo2013-11-302-3/+3
| | | | | PR: ports/184358 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* - Update to version 4.2pawel2013-11-234-21/+20
| | | | | | | - Allow staging PR: ports/184156 Submitted by: maintainer
* Use gcc for now.mr2013-11-221-0/+3
|
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-225-56/+39
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* Deprecated ports broken for more than 6 monthbapt2013-11-223-0/+9
|
* - Remove now needless qmake_build from USE_QT4makc2013-11-211-2/+2
| | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix
* - Update to 7.5.233gahr2013-11-193-14/+18
|
* - USES dos2unix instead of USE_DOS2UNIXnemysis2013-11-191-2/+2
| | | | Approved by: pawel / wg (mentors, implicit)
* - Add USE_DOS2UNIXnemysis2013-11-192-21/+37
| | | | | | | | - Use mklist1_6 instead of mklist1_4 - Support STAGEDIR - Add patch, fix typo Approved by: pawel / wg (mentors, implicit)
* cad/feappv: Fix CFLAGS supportmarino2013-11-181-0/+13
| | | | | | | | | This problem could also be fixed by changing the sed pattern, but the patch provided to the PR was tested. The maintainer has not responded to the last entries in the PR for over 15 days, so I'm timing it out. PR: ports/183513 Approved by: maintainer timeout
* - Add a patches sent upstream and adjust the build flags to build withrakuco2013-11-185-164/+734
| | | | | | | | | libc++. - Support staging. PR: ports/183623 Submitted by: rakuco Approved by: maintainer timeout (14 days)
* Update qcad to 3.4.2.0mr2013-11-066-40/+169
| | | | | PR: ports/183346 Submitted by: rakuco@
* Welcome CMake 2.8.12!rakuco2013-11-062-0/+97
| | | | | | | | | | | | | | | | | | | | With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>, including stage support for devel/cmake-gui. This update took much longer than expected due to CMake changing the arguments to an internal macro that ended up being used by some ports: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5 I have also started a discussion about this on CMake's development list: http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464 It required adjusting the affected ports, and these changes have approved by portmgr (bdrewery). PR: ports/182981 Approved by: portmgr (bdrewery)
* 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