aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.15barner2005-09-266-12/+52
| | | | | | Submitted by: Mike Durian <durian@shadetreesoftware.com> PR: ports/86241 Approved by: "Thomas E. Zander" <riggs@rrr.de> (maintainer)
* - Update to 7.6.0pav2005-09-153-763/+674
| | | | | PR: ports/85983 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Fix a coredump in the undo processing when doing a rotate editingjoerg2005-09-142-0/+12
| | | | operation.
* Update to 5.0.20050217 and unbreak the build on FreeBSD 5.xhrs2005-09-115-219/+887
| | | | | | | and later. PR: ports/84715 Submitted by: Carlos A M dos Santos (casantos at gama-rt dot urisan dot tche dot br)
* Update to 3.3.33lawrance2005-09-103-5/+5
| | | | | PR: ports/85873 Submitted by: Ports Fury
* Move recently added port cad/fig2sxd to a new and more accurate categorygarga2005-09-085-76/+0
| | | | | | | graphics, with extra category converters. Pointed by: danfe Approved by: maintainer
* Add fig2sxd 0.13, convert .xfig files to the OpenOffice draw format.garga2005-09-085-0/+76
| | | | | PR: ports/85794 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Update to 7.4.2barner2005-09-073-795/+782
| | | | | Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) PR: ports/85757
* - Get rid of pkg-plistsem2005-09-022-3/+3
| | | | | PR: ports/84690 Submitted by: Andrej Zverev <az@inec.ru>
* - Update to 1.6.1 [1]hq2005-08-304-13/+13
| | | | | | | | | | | | - Use DATADIR=${JAVASHAREDIR}/${PORTNAME} [1] - Add 'java' category - Use INSTALL_DATA rather than CP - Use %%DATADIR%% in launcher scripts (already included in SUB_LIST by bsd.port.mk) - Pass JAVA_VERSION to javavmwrapper in launcher scripts PR: 83979 [1] Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
* Mark BROKEN on sparc64 (internal compiler error).thierry2005-07-311-0/+4
| | | | | | Bug reported to gcc bugzilla: Bug 23159. Reported by: Kris via pointyhat
* Issue a one-month stay of execution for these ports so I can send outkris2005-07-301-1/+1
| | | | an email announcing their demise and give users the chance to submit fixes.
* - Track the in-place distfile change [1], which looks like a version updatejylefort2005-07-303-22/+5
| | | | | | | | | - Refactor pkg-plist as PLIST_FILES - Narrow CONFLICTS down to versioned packages [1]: PR: ports/84032 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Pass maintainership to last submittergarga2005-07-291-1/+1
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-232-0/+4
| | | | at that time and no PRs have been submitted to fix it.
* Upgrade to 0.0.7des2005-07-234-6/+14
|
* Upgrade to 5.64 and unbreak.thierry2005-07-213-10/+8
|
* Chase TK upgrade and unbreak.thierry2005-07-182-5/+13
|
* BROKEN: Does not buildkris2005-07-181-0/+2
|
* BROKEN: Size mismatchkris2005-07-091-0/+2
|
* BROKEN: Size mismatchkris2005-07-091-0/+2
|
* Update to version 3.3.19.novel2005-07-092-4/+4
| | | | | PR: 83152 Submitted by: Ports Fury
* Upgrade to 1.2.4.thierry2005-07-047-13/+49
|
* Upgrade to 7.2.6, and don't mark broken on amd64.thierry2005-07-033-20/+52
| | | | | | PR: 82420 Submitted by: Roland Smith <rsmith (at) xs4all.nl> Approved by: maintainer
* - Update to 3.3.18ahze2005-06-274-88/+86
| | | | | | | - tk84 is now required PR: ports/82670 Submitted by: Ports Fury
* The tochnog port installs some plugins into a directory which is owned bynetchild2005-06-262-3/+11
| | | | | | | | | | | | | | | | | | | | | | | the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid, since tochnog can be used standalone. The right thing to do would be to add a slave port which installs the plugins only. The slave port would have to depend upon linux-gid and tochnog. Since the linux-gid port installs now in X11BASE and tochnog installs in LOCALBASE, we have a plist problem ATM too. In light of the recent discussion about the right base directory for ports which use X11 bits I decided to go the quick route until everything is decided: - move linux-gid back to LOCALBASE - let tochnog still install the plugins This reverts back to the status quo (a working tochnog/linux-gid). Someone with a good asbestos suite may want to mark the tochnog port BROKEN. Dependencies explained by: pfgshield-freebsd@yahoo.com
* Chase dependency location (linux-gid) after my linux mega-patch.netchild2005-06-251-1/+2
| | | | Noticed by: pfgshield-freebsd@yahoo.com
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-183-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* Update to 0.40.4.novel2005-06-173-8/+10
| | | | | PR: 82274 Submitted by: Ports Fury
* Update to 20050609. Changes include:hrs2005-06-158-196/+264
| | | | | | | | | | | - The GUI is now based on gtk2 instead of Xaw - Flags are stored symbolically in the .pcb file. - As part of the switch to gtk2, the user customizable menu feature has been temporarily broken. Hopefully this will be fixed by the next snapshot. In addition, the loading of background images has also been temporarily broken. Submitted by: des
* Graphical circuit design and simulation tool.des2005-06-126-0/+252
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-011-1/+1
|
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* - Update to 1.8.6pav2005-05-205-354/+483
| | | | | PR: ports/81221 Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
* Update to 9.2.b.novel2005-05-182-6/+6
| | | | | | PR: 80966 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Approved by: Joachim Str?mbergson (maintainer)
* - Update to 20050313 [1]jylefort2005-05-1618-60/+71
| | | | | | | - Miscellaneous cleanups PR: ports/80967 [1] Submitted by: maintainer [1]
* Update to 20050313jylefort2005-05-167-31/+219
| | | | | PR: ports/80967 Submitted by: maintainer
* Upgrade to 7.2.4.thierry2005-05-133-9/+10
| | | | | | | | A good fat fistful if fixes listed at <http://sourceforge.net/forum/forum.php?forum_id=466182> PR: ports/80919 Submitted by: maintainer
* Bump PORTREVISION after the libgsl update.jylefort2005-05-031-0/+1
| | | | Obtained from: thierry
* Chase the libgsl update.jylefort2005-05-021-1/+1
|
* Remove Tcl matherr() hack.das2005-05-011-3/+2
|
* - Upgrade ASTK to 1.2.3;thierry2005-04-282-5/+5
| | | | - fix a typo when editor was gvim.
* s/^\.elseif/.else/harti2005-04-131-1/+1
| | | | Approved by: kris
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-124-4/+4
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-114-4/+4
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 7.2.2pav2005-04-107-119/+65
| | | | | | | | - Move maintainership PR: ports/79692 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: Pedro <pfgshield-freebsd@yahoo.com> (old maintainer)
* Upgrade to 1.2.2.thierry2005-04-033-5/+18
|
* - Fix typo in include filebarner2005-04-024-10/+34
| | | | | | | | | - install wrapper script in a plist safe way - Mark IGNORE on platforms != i386 (dumps core) PR: ports/78686 Approved by: portmgr (marcus), arved (mentor) Perdo F. Giffuni (maintainer)
* BROKEN on !i386 and !amd64: Does not compilekris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* Fix pkg-plistmaho2005-03-242-3/+3
| | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris via pointy hat Approved by: portmgr(marcus)
* Fix the build.mezz2005-03-221-0/+2
| | | | | Reported by: pointyhat via kris Approved by: portmgr (marcus)
* Fix build for superlu_mt casemaho2005-03-191-4/+6
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Update to 1.3maho2005-03-1911-97/+230
| | | | | PR: 78958 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* o Add GiD (an excellent mesher and postprocessor) supportmaho2005-03-192-211/+229
| | | | | | | | via Linux ABI. o Cleanups PR: 78766 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-172-3/+3
| | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
* Add linux-gid 7.4.9b,barner2005-03-168-0/+1740
| | | | | | | | | a graphical pre- and post-processor for numerical simulation programs. PR: ports/78383 Submitted by: Pedro Giffuni Approved by: arved (mentor)
* Update to 0.2.1:vs2005-03-164-10/+16
| | | | | | | | -Fixed memory leaks and bugs in floating point operations. -Enhanced GUI support. PR: ports/78899 Submitted by: Sarod Yatawatta (maintainer/author)
* Upgrade to 1.60.1.thierry2005-03-163-3/+4
|
* Unbreak: Should be fixed by recent updates to cairovs2005-03-141-4/+0
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-126-2/+6
|
* Unbreak: No longer broken in my private he^Wjail, plus fix for qt-3.3.4vs2005-03-091-2/+2
| | | | which no longer dynamically links against libGL.
* - Update to 1.0.1.flz2005-03-072-3/+3
| | | | | | PR: ports/78497 Submitted by: Ports Fury Approved by: pav (mentor)
* Note that math/ploticus now installs as bin/ploticus rather than bin/pl.linimon2005-03-071-1/+1
| | | | | | Remove obsoleted conflicts. Prodded by: vs
* add impact 0.5.3ijliao2005-03-046-0/+64
| | | | Dynamic Finite Element Program Suite
* Respect the user's USE_LINUX setting.trevor2005-03-022-2/+2
|
* BROKEN on 4.x: Linker errorkrion2005-03-011-0/+4
|
* BROKEN: Checksum mismatchkris2005-02-281-0/+2
|
* BROKEN: Size mismatch. Fix typo.kris2005-02-281-1/+3
|
* - Update to 2005.01.27pav2005-02-262-9/+6
| | | | | | | - Unbreak on 5.3 and newer PR: ports/78029 Submitted by: Johan van Selst <johans@stack.nl>
* Fix a typo in COMMENT.thierry2005-02-211-1/+1
| | | | Reported by: maintainer.
* Add brlcad 7.0.4, CSG modelling system from the US Balisticthierry2005-02-2110-0/+1867
| | | | | | | Research Laboratory. PR: 76122 Submitted by: Pedro F. Giffuni
* Documentation tarball was rerolled, new docs were added.krion2005-02-202-4/+28
| | | | | PR: ports/77763 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Update to version 5.63krion2005-02-203-63/+61
| | | | | PR: ports/77759 Submitted by: am Lawrance <boris at brooknet.com.au>
* Update to version 0.40.3krion2005-02-192-4/+4
| | | | | PR: ports/77132 Submitted by: Ports Fury
* Fix build (adding missing dependency)maho2005-02-091-1/+2
| | | | | PR: 77292 Submitted by: kris via pointyhat, and John Cochran <jdc@fiawol.org> [1]
* Upgrade to 1.59.0.thierry2005-02-073-6/+8
|
* Fix typomaho2005-02-061-3/+3
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Fix build with math/spoolesmaho2005-02-063-4/+10
|
* Update to version 0.40.2krion2005-02-013-9/+9
| | | | | PR: ports/76894 Submitted by: Ports Fury
* Upgrade to 1.2.1.thierry2005-01-253-24/+5
|
* Add z88 11.0, a compact Finite Element Analysis System.thierry2005-01-2311-0/+545
| | | | | PR: 75698 Submitted by: Pedro F. Giffuni.
* Update to version 0.43krion2005-01-229-84/+7
| | | | | PR: ports/76541 Submitted by: Ports Fury
* forgot to add a patch...maho2005-01-201-0/+10
|
* forgot to add some files...maho2005-01-202-0/+22
|
* Update to 1.2maho2005-01-2017-301/+336
| | | | | PR: 75503 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Upgrade to 1.2.0.thierry2005-01-189-287/+364
|
* upgrade to version 21ijliao2005-01-173-273/+11
|
* Fix the pkg-plist.mezz2005-01-122-0/+2
| | | | Reported by: pointyhat via kris
* Upgrade to 1.58.0.thierry2005-01-083-6/+7
|
* Fix plist.krion2005-01-041-0/+6
| | | | Approved by: portmgr (implicit)
* Broken pkg-plist on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr
* Update to version 0.40.1krion2004-12-313-9/+10
| | | | | PR: ports/75689 Submitted by: Ports Fury
* Update to version 1.0.0krion2004-12-312-5/+10
| | | | | PR: ports/75688 Submitted by: Ports Fury
* - Disable debug for packagepav2004-12-311-0/+6
| | | | | | | | - Enable readline for non-package PR: ports/75504 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Approved by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer)
* Allow the spice port to be built without X11 support by definingjdp2004-12-304-5/+31
| | | | WITHOUT_X11.
* Upgrade to 1.57.thierry2004-12-233-4/+12
| | | | | | Changelog available at <http://www.geuz.org/gmsh/doc/VERSIONS>. Remark: Netgen is disabled on FreeBSD-4.x.
* Add imake build dependency, it is no longer implied by USE_XLIB.lesi2004-12-231-0/+1
| | | | | Pointed out by: dosirak via kris Approved by: maintainer timeout
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-211-20/+0
| | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
* pointyhat-fix: cad/fandangoedwin2004-12-171-1/+1
| | | | | | | | | | cad/fandango doesn't build due to Python dependency problem. Change: chase Python update (lang/python is 2.4 now) Reported by: pointyhat PR: ports/74924 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* Clean up handling of locale directories at deinstall-time:kris2004-12-162-0/+12
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* Upgrade to latest version.thierry2004-12-162-4/+3
| | | | Suggested by: Pedro F. Giffuni.
* Update to 4.13vs2004-12-136-20/+26
| | | | | | PR: ports/74539 Submitted by: Frank Mayhar Approved by: maintainer
* BROKEN: Broken dependency after python 2.4 updatekris2004-12-121-0/+2
|
* Update to version 2.10krion2004-12-122-3/+3
| | | | | PR: ports/74944 Submitted by: Ports Fury
* BROKEN: Does not compile on 4.xkrion2004-12-091-1/+7
|
* Fix build without imake.lesi2004-12-071-0/+1
| | | | Pointed out by: dosirak via kris, while testing X.Org upgrade
* Add missing dependency.krion2004-12-011-1/+1
| | | | Reported by: pointyhat
* Update to version 0.40.0krion2004-11-278-22/+122
| | | | | PR: ports/74422 Submitted by: Ports Fury
* Since /usr/X11R6/... seems to be hardcoded in qcadmr2004-11-262-0/+2
| | | | | | | help first-time-users by using 'USE_X_PREFIX=yes' PR: ports/74118 Submitted by: TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>
* Upgrade to 4.4.thierry2004-11-2214-131/+367
| | | | Note: high order Finite Element package NGSolve is included.
* Update to 0.1.9:vs2004-11-194-7/+13
| | | | | | | | | -Added Sparse Matrix Solver. -Fixed Compile problems. -Fixed bug in reading DXF files. PR: ports/74026 Submitted by: maintainer
* - Triangle is the default, unless PACKAGE_BUILDING;thierry2004-11-171-12/+11
| | | | | | - add a RUN_DEPENDS to the solver getdp. Suggested by: Pedro F. Giffuni.
* Chase Triangle.thierry2004-11-161-1/+1
|
* Add triangle 1.5, a Two-Dimensional Quality Mesh Generator andthierry2004-11-166-81/+0
| | | | | | | | | Delaunay Triangulator. Change category from cad to math. Requested by: Pedro F. Giffuni Approved by: marcus
* - Use the external Triangle;thierry2004-11-152-12/+20
| | | | | - Fix NO_CDROM; - Handle $EDITOR.
* Add triangle 1.5, a Two-Dimensional Quality Mesh Generator andthierry2004-11-156-0/+81
| | | | Delaunay Triangulator.
* Support CFLAGS properlykrion2004-11-141-1/+7
| | | | | PR: ports/73898 Submitted by: Ports Fury
* Update to version 1.56.2krion2004-11-143-3/+13
| | | | | PR: ports/73899 Submitted by: Ports Fury
* upgrade to 2.09ijliao2004-11-122-4/+3
|
* Update to 1.7: Major feature upgradevs2004-11-104-49/+52
| | | | | PR: ports/73301 Submitted by: maintainer
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-084-1/+4
| | | | big upgrade.
* Update to 0.8arved2004-11-053-5/+6
| | | | | PR: 72949 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
* Update to version 1.56.1krion2004-11-022-3/+3
| | | | | PR: ports/73345 Submitted by: Ports Fury
* The spice maintainers changed the syntax of the "alter" commandjdp2004-10-311-2/+11
| | | | | | since the documentation was written. Fix the port so that it emits an error message rather than getting a segmentation violation if the old syntax is used.
* tochnog builds with gcc-3.4.2.thierry2004-10-271-12/+6
| | | | | | | Since I'm there, replace USE_THREADS by WITH_THREADS. PR: ports/73125 Submitted by: Pedro F. Giffuni.
* Update to version 1.56.0.thierry2004-10-223-8/+11
| | | | | PR: ports/72818 Submitted by: KATO Tsuguru.
* - upgrade to ngspice_rework-15leeym2004-10-1311-261/+50
| | | | | | | | | | | - utilize INFO - add USE_LIBTOOL_VER?=15 to eliminate *.la files - make this port portlint clean PR: 72008 Submitted by: leeym Reviewed by: maintainer Approved by: maintainer
* upgrade to qcad-2.0.4.0-1mr2004-10-124-38/+5
|
* Update to version 1.55.5krion2004-10-122-3/+3
| | | | | PR: ports/72314 Submitted by: Ports Fury
* Update to 16; add USE_BZIP2; fix plist.linimon2004-10-123-7/+65
| | | | | PR: ports/71152 Submitted by: Stefan Walter <sw at gegenunendlich dot de> (maintainer)
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-302-2/+2
| | | | Approved by: portmgr
* BROKEN on 5.x: Broken by changes to make(1)kris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Unbreak the build on 5.X and -CURRENT.danfe2004-09-181-0/+20
| | | | | Reported by: pointyhat.freebsd.org Approved by: portmgr (marcus), fjoe (mentor, implicit)
* BROKEN on 5.x: Does not compilekris2004-09-181-0/+4
| | | | Approved by: portmgr (self)
* Fix compilation error due to wrong set parenthesis.mr2004-09-121-0/+11
| | | | | | PR: ports/71540 (with fix), ports/71574 Submitted by: Rainer Goellner <rainer at jabbe.de> Approved by: portmgr
* Fix compilation with gcc-3.4mr2004-08-282-0/+16
| | | | Submitted by: Tilman Linneweh <arved at FreeBSD.org>
* add dxf2fig 2.07ijliao2004-08-264-0/+32
| | | | DXF to FIG converter
* Update to version 1.55.0krion2004-08-242-32/+37
| | | | | PR: ports/70864 Submitted by: Ports Fury
* Fix build with gcc-3.4krion2004-08-232-1/+18
| | | | Pet portlint.
* Fix build with gcc-3.4krion2004-08-229-17/+96
| | | | | PR: ports/70784 Submitted by: Ports Fury
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-1/+7
|
* Remove redeclaration, introduced in previous commit, to fix buildarved2004-08-161-9/+5
| | | | on CURRENT.
* - Update to 2.0.0.p5vs2004-08-103-6/+17
| | | | - USE_GCC=3.3 on 4.X
* Update to version 7.0.0krion2004-07-264-48/+46
| | | | | PR: ports/69577 Submitted by: Ports Fury
* Update MASTER_SITES and WWW: linekrion2004-07-142-4/+4
| | | | | PR: ports/68999 Submitted by: Ports Fury
* BROKEN: Unfetchablekris2004-07-111-0/+2
|
* Chase libgsl-updatevs2004-07-071-1/+1
|
* Upgrade to 1.54.1.thierry2004-07-072-3/+3
| | | | | | | Remark: Netgen is now included, but it does not depends on the port cad/netgen. Reminded by: Pedro F. Giffuni.
* Add dinotrace, a mature signal waveform viewer used to debug digital designpav2004-07-064-0/+37
| | | | | | | simulations. PR: ports/68688 Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
* Update to 0.7.20040606.nobutaka2004-07-042-4/+4
| | | | | PR: ports/68643 Submitted by: maintainer
* Update to version 0.34krion2004-07-034-199/+147
| | | | | PR: ports/68629 Submitted by: Ports Fury
* Update to version 0.16krion2004-06-283-12/+11
| | | | | PR: ports/68369 Submitted by: Ports Fury
* - Fix WWW:krion2004-06-151-1/+1
| | | | | PR: ports/67958 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Upgrade to 1.53.1.thierry2004-06-143-5/+14
| | | | Reminded by: Pedro F. Giffuni.
* o Update to 6.0.8lioux2004-06-133-8/+16
| | | | o Drop maintainership
* - Fix MASTER_SITESkrion2004-06-081-3/+1
| | | | | PR: ports/67693 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Tie subdirs to respective master sitespav2004-06-021-3/+4
| | | | | PR: ports/67474 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Update WWWpav2004-05-301-1/+1
|
* Update to 0.2.6 (unbreak on 4.x)vs2004-05-253-11/+13
|
* update to version 2.0.3.3-1mr2004-05-232-5/+5
|
* BROKEN on 4.x: Does not compilekris2004-05-231-1/+7
|
* Upgrade to 1.1.1.thierry2004-05-237-48/+125
|
* - Fix dependencies of package: no point having meta port with BUILD_DEPENDSpav2004-05-221-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/67005 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
* - Add MASTER_SITE_LOCAL to MASTER_SITES to improve availability.hrs2004-05-181-1/+4
| | | | | | | - Add USE_BISON=yes to unbreak the build. Pointed out by: kris Approved by: linimon (mentor)
* Add cad/alliance, which is a complete set of free CAD tools andhrs2004-05-1411-0/+1522
| | | | | | | | portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, automatic place and route tools, and portable CMOS libraries. Approved by: linimon (mentor)
* Make portlint happy by replacing space to tabmaho2004-05-071-2/+2
| | | | | PR: 65409 Submitted by: trevor
* Add netgen 4.3.1, an automatic 3D tetrahedral mesh generator.thierry2004-05-0611-0/+291
|
* Unbreak.maho2004-05-062-2/+22
| | | | Suggestion by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris
* unzip is only used in the install phase, so it's a BUILD_DEPENDS, not ankris2004-05-031-1/+1
| | | | EXTRACT_DEPENDS
* Unbreak if Mesa/libglut not present.vs2004-04-191-0/+6
| | | | | Submitted by: maintainer Approved by: linimon (mentor)
* BROKEN: Does not compilekris2004-04-171-0/+2
|
* Update to 0.1.4:vs2004-04-155-26/+22
| | | | | | | | | | | | | | - GUI support with GTK and GTKGLExt - New triangulation routine - Interactive refinement of mesh - Importing DXF files natively - Eigensolver for Wave Equation type problems Minor port cleanup. PR: 65471 Submitted by: Sarod Yatawatta (maintainer) Approved by: linimon (mentor)
* unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDSkris2004-04-121-1/+1
|
* Tidy up whitespace.trevor2004-04-112-2/+2
|
* Trim whitespace.trevor2004-04-111-1/+1
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-053-2/+3
|
* - Update to version 3.1.38krion2004-04-034-99/+76
| | | | | PR: ports/65077 Submitted by: Ports Fury
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-319-0/+10
|
* Style:pav2004-03-294-66/+32
| | | | | | | | | | - Update MASTER_SITES - Update WWW and rewrap pkg-descr - Use USE_GNOME - Sort pkg-plist PR: ports/64852 Submitted by: Ports Fury
* correct pkg-plist creation.mr2004-03-291-4/+4
| | | | do not handle libraries datadir since it is handled by qcad-partslib.
* add qcad-partslib the parts-library for qcad.mr2004-03-284-0/+47
|
* - upgrade to 2.0.3.1mr2004-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
* - Reset maintainer to ports@FreeBSD.org, thank you Anders forkrion2004-03-251-1/+1
| | | | | | | your work! PR: ports/64665 Submitted by: Anders Andersson <anders@andersa.net>
* Upgrade to 1.51.4.thierry2004-03-212-3/+3
| | | | | | PR: ports/63990 Submitted by: "Pedro f. Giffuni" <giffunip@asme.org> Approved by: mat (implicit).
* Reorder those filesmat2004-03-211-1/+1
|
* - Update to version 20040220krion2004-03-192-4/+4
| | | | | PR: ports/64432 Submitted by: maintainer
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* SIZEify.trevor2004-03-181-0/+1
|
* - Update to version 0.42bkrion2004-03-1721-5/+237
| | | | | PR: ports/64330 Submitted by: Ports Fury
* - Update to version 4.6.0krion2004-03-153-185/+366
| | | | | PR: ports/64254 Submitted by: maintainer
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-149-9/+9
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* now we have python shared lib by defaultijliao2004-03-091-7/+3
|
* - Update gEDA suite to 20040111 versionpav2004-03-0725-156/+371
| | | | | PR: ports/62549 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
* - This is not using libgeda at all, so don't depend on itpav2004-03-071-4/+2
|
* Unbreak by chasing checksum (minor source code changes, and a new datakris2004-03-062-3/+3
| | | | file). Add SIZE.
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-271-0/+2
| | | | | | BUILD_DEPEND on qmake now. Submitted by: Kaarthik Sivakumar <kaarthik@comcast.net>
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-271-1/+2
| | | | BUILD_DEPEND on qmake now.
* fix dependenceijliao2004-02-241-11/+6
|
* - Remove unneeded dependency on teTeX, add gm4 and tk as run dependency toopav2004-02-241-1/+2
| | | | Submitted by: hrs (maintainer)
* BROKEN: Broken dependencieskris2004-02-231-0/+2
|
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* add fandango 0.2.5ijliao2004-02-205-0/+125
| | | | A python scripted 3D CAD application
* - Update to 20040215pav2004-02-203-17/+34
| | | | | | | - Remove BROKEN and removal warning PR: ports/63078 Submitted by: bruno <bruno@mail.tinkerbox.org>
* try to fix pkg-plistmr2004-02-182-25/+33
|
* BROKEN on 5.x: broken pkg-plistkris2004-02-181-0/+4
|
* add patch to compile qg_commandwidget.cpp under -stablemr2004-02-121-7/+5
| | | | Submitted by: Oliver Lehmann <oliver@FreeBSD.org>
* - Upgrade to QCad version 2.0.2.0-1mr2004-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.)
* Fix fetch.arved2004-02-101-1/+1
| | | | PORTREVISION should not be used in DISTNAME
* USE_SIZEifylioux2004-02-082-0/+2
|
* This port is also broken on 4.x, and will be removed after April 7kris2004-02-081-5/+2
|
* BROKEN on 5.x: fails to configurekris2004-02-081-1/+7
|
* - Fix build on bentokrion2004-02-071-3/+3
| | | | | | | - Assign maintainership to submitter PR: 62444 Submitted by: hrs
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Use PLIST_FILES.trevor2004-02-064-2/+2
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0427-5/+27
| | | | (Part 2)
* Drop maintainership to ports@maho2004-02-031-1/+1
| | | | Requested from: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer)
* Add conflictsarved2004-02-021-1/+1
| | | | | PR: 62103 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* magic.h wasn't able to determine LITTLE_ENDIAN xor BIG_ENDIAN for amd64.oliver2004-01-311-7/+20
| | | | | | include endian.h now and retrive that information directly from BYTE_ORDER Noted By: bento via kris
* - Fix plist and bump PORTREVISIONkrion2004-01-312-1/+3
| | | | Noticed by: bento via kris
* Unbreak on 4.x.linimon2004-01-302-7/+26
| | | | | PR: ports/62073 Submitted by: Hiroki Sato <hrs@freebsd.org>
* - Add dependency on tcl to satisfy configure scriptpav2004-01-291-0/+1
| | | | Reported by: bento via kris
* SIZEify.trevor2004-01-298-0/+14
|
* Add SIZE.trevor2004-01-2813-0/+23
|
* - Update to version 3.2.0krion2004-01-275-82/+102
| | | | | PR: ports/61953 Submitted by: Ports Fury
* fix buildoliver2004-01-251-1/+1
| | | | Noted By: kris
* No member of the kde@ team has touched anything related to Qt2 in ages, sowill2004-01-241-1/+1
| | | | stop pretending to maintain these ports.
* fix patchfileoliver2004-01-241-2/+2
| | | | Noted By: chris
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2
|
* - Update to 20030815 snapshotpav2004-01-227-130/+164
| | | | | PR: ports/61606 Submitted by: bruno <bruno@mail.tinkerbox.org>
* Use the new ghostscript options.marcus2004-01-211-8/+2
| | | | Submitted by: linimon
* Mark as broken on 5.x due to the usual gcc problems (string continuation).linimon2003-12-191-1/+7
| | | | Notified maintainer.
* Update to 20031202 snapshot. Summary of changes listed onlinimon2003-12-183-8/+20
| | | | | | | | | | | | | | | | | ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt: Combination 64bit/32bit runtime support now works fully on AMD64 systems; wait on lists of named events now works; there is no longer a common iverilog.conf, instead there are target specific foo.conf files with a new and cleaner format; 64bit values are more portably handled; several synthesis bugs related to the control inputs of flip-flops have been fixed. Committer is marking this BROKEN on 4.x while we investigate install problems. It works on 5.x only for now. PR: ports/60162 Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer)
* - Update to 1.50.0pav2003-12-153-6/+7
| | | | | PR: ports/60241 Submitted by: Thierry Thomas <thierry@pompo.net>
* Fix build on both, 4 and 5oliver2003-12-114-3/+57
| | | | Fix pkg-plist
* - www.code-aster.org was reorganized. fix fetchingpav2003-12-112-4/+4
| | | | | PR: ports/60121 Submitted by: Thierry Thomas <thierry@pompo.net>
* USE_MESA -> USE_GLfjoe2003-12-101-1/+1
|
* . Remove metis-edf after a repo copy to the math category.glewis2003-12-109-158/+0
| | | | | PR: 58178 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* fix build on CURRENToliver2003-12-104-8/+75
| | | | bump PORTREVISION
* fix build on CURRENToliver2003-12-105-4/+200
| | | | bump PORTREVISION
* update chipmunk to 5.62 which unbreaks the CURRENT buildoliver2003-12-109-65/+107
|
* unbreak build on CURRENToliver2003-12-1012-4/+622
| | | | bump PORTREVISION
* Work around internal compiler error on -current.tg2003-12-081-0/+11
|
* - Upgrading french/aster from 7.1 to 7.2;oliver2003-12-088-31/+80
| | | | | | | | | | | | | | - french/eficas from 1.4 to 1.5; - cad/metis-edf from 3 to 3.1; - cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21; - french/homard from 5.5 to 6.2; . don't install Homard automatically with Aster; like Gibi, Homard depends on french/aster: this is more compliant with the licenses, and it will be possible to build packages for Aster. PR: 59312 59881 Submitted By: Thierry Thomas <thierry@pompo.net>
* update qcad to version 2.0.1.3-1mr2003-12-052-2/+2
|
* Fix build/work of qcad:mr2003-12-047-216/+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)
* Make BROKEN message more specific.linimon2003-11-231-1/+1
|
* - Don't link with randlinepav2003-11-229-539/+16
| | | | | | PR: ports/58238 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer) Approved by: adamw (mentor)