Skip site navigation (1)Skip section navigation (2)

CVS log for ports/cad/qcad/Makefile

[BACK] Up to [FreeBSD] / ports / cad / qcad

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Oct 31 15:39:01 2011 UTC (3 months, 1 week ago) by mr
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Add localisazion support to the qcad port.

PR:		ports/162048
Submitted by:	Stefan Rumetshofer

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:31:47 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:34:43 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
- update to jpeg-8

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:49:23 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 6 17:53:24 2009 UTC (2 years, 9 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Don't fail if share/qcad can't be removed since it might be used by other ports

Requested by:	mr@

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat May 2 08:27:08 2009 UTC (2 years, 9 months ago) by mr
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -4 lines
The attached patches achieve the following improvements:

*  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>

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jan 21 14:20:34 2009 UTC (3 years ago) by mr
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -1 lines
Fix the paths to qt assistant and qcad manual that are being encoded
into the qcad binary.

PR:		ports/130747
Submitted by:	Alexey Shuvaev

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:14:14 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:46:55 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -3 lines
- Remove unneeded dependency from gtk12/gtk20 [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)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Mar 27 15:16:25 2008 UTC (3 years, 10 months ago) by mr
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Change to ftp:// too.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:15:00 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +0 -6 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat May 19 20:00:36 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Feb 13 00:16:18 2007 UTC (4 years, 11 months ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:	rafan
Tested on:	pointyhat

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Feb 1 11:59:23 2007 UTC (5 years ago) by mr
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
- change BUILD_DEPENDS: shells/bash2 -> shells/bash;
- drop a spare line at Makefile to pet portlint.

PR:		ports/108631
Submitted by:	bsam

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 3 23:38:29 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -1 lines
remove USE_REINPLACE for all ports with categories starting with C

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Nov 27 09:37:19 2005 UTC (6 years, 2 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
exclude library again since it conflicts with qcad-partslib

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:41:34 2005 UTC (6 years, 2 months ago) by mr
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +25 -20 lines
update to qcad-2.0.5.0-1

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Nov 25 16:32:02 2004 UTC (7 years, 2 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Since /usr/X11R6/... seems to be hardcoded in qcad
help first-time-users by using 'USE_X_PREFIX=yes'

PR:		ports/74118
Submitted by:	TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Oct 12 11:55:30 2004 UTC (7 years, 4 months ago) by mr
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -11 lines
upgrade to qcad-2.0.4.0-1

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 28 08:46:40 2004 UTC (7 years, 5 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -0 lines
Fix compilation with gcc-3.4

Submitted by:	Tilman Linneweh <arved at FreeBSD.org>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 23 11:20:02 2004 UTC (7 years, 8 months ago) by mr
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
update to version 2.0.3.3-1

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 28 16:42:17 2004 UTC (7 years, 10 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -4 lines
correct pkg-plist creation.
do not handle libraries datadir since it is handled by qcad-partslib.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Mar 28 10:50:43 2004 UTC (7 years, 10 months ago) by mr
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +34 -8 lines
- upgrade to 2.0.3.1
	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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Feb 26 21:08:47 2004 UTC (7 years, 11 months ago) by lofi
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -0 lines
Forced commit to credit Kaarthik Sivakumar <kaarthik@comcast.net> for
submitting diffs and checking a number of other ports for unaccounted for
qmake usage.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Feb 26 20:59:33 2004 UTC (7 years, 11 months ago) by lofi
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Feb 17 23:06:13 2004 UTC (7 years, 11 months ago) by mr
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +0 -4 lines
try to fix pkg-plist

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Feb 17 22:44:17 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -0 lines
BROKEN on 5.x: broken pkg-plist

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Feb 12 13:55:54 2004 UTC (7 years, 11 months ago) by mr
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -7 lines
add patch to compile qg_commandwidget.cpp under -stable

Submitted by:	Oliver Lehmann <oliver@FreeBSD.org>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Feb 10 14:47:12 2004 UTC (8 years ago) by mr
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -5 lines
- Upgrade to QCad version 2.0.2.0-1
  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.)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 10 12:54:22 2004 UTC (8 years ago) by arved
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix fetch.

PORTREVISION should not be used in DISTNAME

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:18:53 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 25 14:02:44 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
fix build

Noted By:	kris

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 11 04:13:24 2003 UTC (8 years, 2 months ago) by oliver
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2 lines
Fix build on both, 4 and 5
Fix pkg-plist

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 5 11:25:52 2003 UTC (8 years, 2 months ago) by mr
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
update qcad to version 2.0.1.3-1

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 3 18:51:14 2003 UTC (8 years, 2 months ago) by mr
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -2 lines
Fix build/work of qcad:
- 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)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 31 14:20:23 2003 UTC (8 years, 3 months ago) by mr
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +22 -17 lines
Update to QCad 2.0.1.1

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 22 21:10:28 2003 UTC (8 years, 11 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Fix build after QT directory structure change.

Troubles noticed by:	kris/bento

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 20 16:52:45 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
De-pkg-comment.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 23 13:33:42 2002 UTC (9 years, 2 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -16 lines
- Fix PLIST
- Always install online help
- Eliminate miscellaneous superfluousness

PR:		45617
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 22 18:58:35 2002 UTC (9 years, 2 months ago) by arved
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Pass QTDIR explict to qmake

Reported by:	bento,  Michael Collette <metrol@metrol.net>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Nov 19 16:41:28 2002 UTC (9 years, 2 months ago) by arved
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -6 lines
Update to 1.5.4

PR:		43694
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 23 05:53:51 2002 UTC (9 years, 5 months ago) by alane
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Aug 5 04:21:25 2002 UTC (9 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
upgrade to 1.4.16

PR:		41028
Submitted by:	Ports Fury

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jul 8 10:14:15 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
PERL -> REINPLACE_CMD

PR:		39273
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 30 18:08:37 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +14 -13 lines
upgrade to 1.4.14

PR:		38708
Submitted by:	Ports Fury

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 10 17:12:55 2001 UTC (10 years, 10 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update to version 1.4.7

PR:		26485
Submitted by:	Kato Tsuguru <tkato@prontomail.ne.jp>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 3 08:13:57 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 11 04:59:15 2001 UTC (10 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -2 lines
Use '-O0' when compiling on the Alpha to avoid internal compiler errors.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 28 14:20:01 2001 UTC (10 years, 11 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update to version 1.4.6

PR: 25425
Submitted by: Ports Fury

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 13 20:19:08 2000 UTC (11 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +16 -18 lines
Update to 1.4.4

PR:		21573
Submitted by:	Ports Fury

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 22 05:51:52 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Unleash all of these ports upon the people.  I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 20 08:06:06 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update to 1.4.1.

PR:		19385
Submitted by:	David Gilbert <dgilbert@velocet.ca>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 17 08:30:50 2000 UTC (11 years, 8 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -7 lines
Upgrade to 1.4.0.

Approved by:	will

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 29 23:58:51 2000 UTC (11 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Mark BROKEN: compiler error

Noticed by:	bento

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 8 23:20:05 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
update with the new PORTNAME/PORTVERSION variables

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 22 01:58:55 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 27 11:21:54 2000 UTC (11 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update MASTER_SITE to make this fetch again, and give the port a
maintainer.

Submitted by:	Will Andrews <andrews@technologist.com>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 5 20:02:11 2000 UTC (12 years, 1 month ago) by jedgar
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -4 lines
Use USE_QT2 instead of LIB_DEPENDS/USE_NEWGCC

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 22 10:40:51 1999 UTC (12 years, 1 month ago) by tg
Branches: MAIN
New port QCad, a 2D-CAD program. Uses Qt-2.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options