aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gwave
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20051222 release (fixes build on FreeBSD >= 5.x)shaun2006-07-133-20/+90
| | | | | | | | | | - Pass maintainership to submitter - Add OPTIONS PR: ports/99386 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: Duncan Barclay <dmlb@dmlb.org> (maintainer), ahze (mentor, implicit)
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* SHA256ify (manually done and checked)edwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - This is not using libgeda at all, so don't depend on itpav2004-03-071-4/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Mark as broken on 5.x due to the usual gcc problems (string continuation).linimon2003-12-191-1/+7
| | | | Notified maintainer.
* Update to 20030804, unbreak, and fix plist.linimon2003-10-154-7/+11
| | | | | | PR: ports/57582 Submitted by: linimon@lonesome.com Reviewed by: maintainer (dmlb@dmlb.org)
* Mark BROKEN on all versions, not just 5.1kris2003-06-051-5/+1
|
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* Chase the libgeda shared lib version.marcus2003-05-131-1/+1
|
* Chase guile's shared lib version.marcus2003-05-021-1/+1
|
* Remove USE_GNOMENG.marcus2003-04-181-1/+0
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix LIB_DEPENDSarved2003-01-211-3/+3
| | | | Reported by: bento
* new port: cad/gwaveedwin2003-01-196-0/+77
Gwave is a waveform viewer. Its purpose is for viewing analog data, such as the output from Spice-like simulations. PR: ports/39364 Submitted by: Duncan Barclay <dmlb@dmlb.org>