aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Add localisazion support to the qcad port.Michael Reifenberger2011-10-313-1/+39
| | | | | | | | PR: ports/162048 Submitted by: Stefan Rumetshofer Notes: svn path=/head/; revision=284789
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add two patches from Joerg Wunsch:Michael Reifenberger2010-11-092-0/+454
| | | | | | | | | | | | - Implement autosave feature - Detect filesystem full condition Both patches where sent upwards. Submitted by: joerg@ Notes: svn path=/head/; revision=264312
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Don't fail if share/qcad can't be removed since it might be used by other portsIon-Mihai Tetcu2009-05-061-1/+1
| | | | | | | Requested by: mr@ Notes: svn path=/head/; revision=233317
* The attached patches achieve the following improvements:Michael Reifenberger2009-05-021-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cad/qcad itself: 1. Enable parallel build. This is safe, because the vendor's script supports it (but only, when one is using distcc). 2. Remove the special handling for Alpha. I guess, this is a historical wart -- the current version of qcad compiles on my amd64 with `-Wall -W' without any warnings. If Alpha bites again, the wart can be put back until someone tracks the bug down. * cad/qcad-partslib: 1. Fetch the .tar.gz, rather than .zip variant of the distribution. This new file is more than twice smaller. 2. Remove build-dependency on qcad -- this is useless for a pure-data port and only complicates package building and installation (a PORTREVISION bump in qcad itself, for example, will necessitate rebuilding partslib without any good reason). 3. Don't create an intermediate extraction under ${WRKSRC} for the sole purpose of creating PLIST -- extract from ${DISTFILE} into ${DATADIR} directly and use tar's output to create PLIST on the fly. This saves a ton of I/O and diskspace during packaging. Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com> Notes: svn path=/head/; revision=233119
* Fix the paths to qt assistant and qcad manual that are being encodedMichael Reifenberger2009-01-211-1/+6
| | | | | | | | | | into the qcad binary. PR: ports/130747 Submitted by: Alexey Shuvaev Notes: svn path=/head/; revision=226610
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+1
| | | | | | | | | | | | | | | | | | - 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
* Change to ftp:// too.Michael Reifenberger2008-03-271-1/+1
| | | | Notes: svn path=/head/; revision=209956
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-6/+0
| | | | Notes: svn path=/head/; revision=200767
* Fix compilation with gcc.42.Michael Reifenberger2007-06-182-0/+18
| | | | | | | Two debugging outputs where commented out as suggested by the author. Notes: svn path=/head/; revision=193806
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-1/+1
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* - change BUILD_DEPENDS: shells/bash2 -> shells/bash;Michael Reifenberger2007-02-011-2/+1
| | | | | | | | | | - drop a spare line at Makefile to pet portlint. PR: ports/108631 Submitted by: bsam Notes: svn path=/head/; revision=183857
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* exclude library again since it conflicts with qcad-partslibMichael Reifenberger2005-11-271-3/+3
| | | | Notes: svn path=/head/; revision=149657
* update to qcad-2.0.5.0-1Michael Reifenberger2005-11-233-33/+38
| | | | Notes: svn path=/head/; revision=149193
* Since /usr/X11R6/... seems to be hardcoded in qcadMichael Reifenberger2004-11-251-0/+1
| | | | | | | | | | help first-time-users by using 'USE_X_PREFIX=yes' PR: ports/74118 Submitted by: TAOKA Fumiyoshi <fmysh X iijmio-mail.jp> Notes: svn path=/head/; revision=122413
* upgrade to qcad-2.0.4.0-1Michael Reifenberger2004-10-124-38/+5
| | | | Notes: svn path=/head/; revision=118966
* Fix compilation error due to wrong set parenthesis.Michael Reifenberger2004-09-121-0/+11
| | | | | | | | | PR: ports/71540 (with fix), ports/71574 Submitted by: Rainer Goellner <rainer at jabbe.de> Approved by: portmgr Notes: svn path=/head/; revision=118149
* Fix compilation with gcc-3.4Michael Reifenberger2004-08-282-0/+16
| | | | | | | Submitted by: Tilman Linneweh <arved at FreeBSD.org> Notes: svn path=/head/; revision=117499
* - Fix WWW:Kirill Ponomarev2004-06-151-1/+1
| | | | | | | | PR: ports/67958 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=111521
* update to version 2.0.3.3-1Michael Reifenberger2004-05-232-5/+5
| | | | Notes: svn path=/head/; revision=109776
* correct pkg-plist creation.Michael Reifenberger2004-03-281-4/+4
| | | | | | | do not handle libraries datadir since it is handled by qcad-partslib. Notes: svn path=/head/; revision=105532
* - upgrade to 2.0.3.1Michael Reifenberger2004-03-285-212/+36
| | | | | | | | | | | for changes see: http://www.ribbonsoft.com/qcad_doc_changelog.html - use bash for buildscript - make portlint happy - dynamically create pkg-plist - install docs and examples Notes: svn path=/head/; revision=105486
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichMichael Nottebrock2004-02-261-1/+2
| | | | | | | BUILD_DEPEND on qmake now. Notes: svn path=/head/; revision=102232
* try to fix pkg-plistMichael Reifenberger2004-02-172-25/+33
| | | | Notes: svn path=/head/; revision=101274
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-171-0/+4
| | | | Notes: svn path=/head/; revision=101268
* add patch to compile qg_commandwidget.cpp under -stableMichael Reifenberger2004-02-121-7/+5
| | | | | | | Submitted by: Oliver Lehmann <oliver@FreeBSD.org> Notes: svn path=/head/; revision=100758
* - Upgrade to QCad version 2.0.2.0-1Michael Reifenberger2004-02-103-7/+15
| | | | | | | | | | | | | See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes can save ACAD R12 .DXF Files now - Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh) - Add interim patch for compilation - Change MAINTAINER to my address to faster getting future errlogs Submitted by: Tilman Linneweh <arved@FreeBSD.org> (part.) Notes: svn path=/head/; revision=100555
* Fix fetch.Tilman Keskinoz2004-02-101-1/+1
| | | | | | | PORTREVISION should not be used in DISTNAME Notes: svn path=/head/; revision=100541
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* fix buildOliver Lehmann2004-01-251-1/+1
| | | | | | | Noted By: kris Notes: svn path=/head/; revision=99071
* Fix build on both, 4 and 5Oliver Lehmann2003-12-114-3/+57
| | | | | | | Fix pkg-plist Notes: svn path=/head/; revision=95584
* update qcad to version 2.0.1.3-1Michael Reifenberger2003-12-052-2/+2
| | | | Notes: svn path=/head/; revision=95121
* Fix build/work of qcad:Michael Reifenberger2003-12-032-3/+5
| | | | | | | | | | | | - minor update to 2.0.1.2 - add dependancy to bash (needed by build process) - use {SH} instead of hardcoded sh - delete repo copied but not used cad/qcad2 Approved by: marcus (re) Notes: svn path=/head/; revision=94851
* Update to QCad 2.0.1.1Michael Reifenberger2003-10-315-1368/+141
| | | | Notes: svn path=/head/; revision=92716
* Fix build after QT directory structure change.Dmitry Sivachenko2003-02-221-1/+1
| | | | | | | Troubles noticed by: kris/bento Notes: svn path=/head/; revision=76199
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* - Fix PLISTTilman Keskinoz2002-11-234-266/+248
| | | | | | | | | | | - Always install online help - Eliminate miscellaneous superfluousness PR: 45617 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70845
* Pass QTDIR explict to qmakeTilman Keskinoz2002-11-221-1/+3
| | | | | | | Reported by: bento, Michael Collette <metrol@metrol.net> Notes: svn path=/head/; revision=70758
* Remove obsolete patches left over from previous commitTilman Keskinoz2002-11-196-105/+0
| | | | Notes: svn path=/head/; revision=70504
* Update to 1.5.4Tilman Keskinoz2002-11-195-9/+592
| | | | | | | | PR: 43694 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=70503
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-231-1/+1
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* upgrade to 1.4.16Ying-Chieh Liao2002-08-053-252/+9
| | | | | | | | PR: 41028 Submitted by: Ports Fury Notes: svn path=/head/; revision=64022