Commit Graph

151 Commits

Author SHA1 Message Date
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Maxim Sobolev
d08a486ae2 Add EMMA - a personal finance manager for GNOME. 2000-11-07 15:36:55 +00:00
Ade Lovett
18719b430a Update to 1.4.8 2000-11-03 20:49:35 +00:00
Chris D. Faulhaber
2d49b62f40 Update port to 0.8.3 2000-11-03 00:50:56 +00:00
Maxim Sobolev
c01e301317 Update to 0.9.3. 2000-11-01 11:45:45 +00:00
Maxim Sobolev
de5c8de39a Update to 0.9.2. 2000-10-30 08:46:23 +00:00
Kevin Lo
b768ef5d24 Fix Imakefile breakage under XFree86 4.x
PR: 22362
Submitted by: Ports Fury
2000-10-28 15:20:50 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
Chris D. Faulhaber
cb2815f8ef Update port to 0.8.2 2000-10-14 00:00:46 +00:00
Ade Lovett
633afd4037 Update to 1.4.7 2000-10-05 22:47:27 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Kevin Lo
e0cd6e1468 Update to version 0.6.1a
PR: 21580
Submitted by: tkato@prontomail.ne.jp
2000-09-29 16:26:55 +00:00
Chris D. Faulhaber
432b920ef3 - Update port to 0.8.1
- GNU_CONFIGURE -> USE_LIBTOOL to prevent installing *.la files
2000-09-28 11:50:57 +00:00
Maxim Sobolev
458b973a56 Update to 0.9.1. 2000-09-19 06:59:28 +00:00
Ade Lovett
273b87f4ea Update to 0.6
PR:		21283
Submitted by:	Ports Fury
2000-09-16 17:56:00 +00:00
Maxim Sobolev
0f61b4b7f2 Add gnomepm (GNOME Portfolio Manager) - a small GNOME app that collects stock
information from Yahoo!(c) Finance.
2000-09-16 15:36:48 +00:00
Ade Lovett
a17d5b334a Update to 1.4.5, reorder MASTER_SITES, and sort PLIST 2000-09-07 15:46:38 +00:00
Ade Lovett
0c1078bf2f Update to 1.4.4
Submitted by:	will (in part)
2000-08-21 16:45:57 +00:00
David E. O'Brien
52c5173fb8 Ade decided he would be a willing victim and become the maintainer of this. 2000-08-20 20:31:43 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
David E. O'Brien
e0a3c303d3 Upgrade to version 1.4.2.
Submitted by:	Matthew Condell <mcondell@bbn.com>

PR:				19550
Submitted by:	Glenn Johnson <glennpj@bayouhome.net>
2000-07-19 11:49:50 +00:00
Maxim Sobolev
40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Will Andrews
f67050feec 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.
2000-06-22 05:52:15 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Maxim Sobolev
8aa535c5ec Fix a PLIST. 2000-05-25 15:31:44 +00:00
Will Andrews
e44ff1088a Update to 0.11. 2000-05-20 05:42:16 +00:00
Steve Price
97152265de Add moneydance version 2.0.4.
Moneydance is a personal finance management application written
in Java.  Features include transaction auto-completion, reporting,
graphing, check printing, scheduled transactions, and much more.

PR:		17018
Submitted by:	Sean Reilly <sreilly@seanreilly.com>
2000-05-01 02:59:55 +00:00
Will Andrews
22f87de70b Forgot to change qt2.3 BUILD_DEPEND and USE_NEWGCC to the newer USE_QT2.
Doing so now since I don't know when the next qhacc release will be.
2000-04-22 17:08:40 +00:00
Will Andrews
e1bb955ab7 Update qhacc to 0.5. This fixes the fennerism. 2000-04-22 05:30:31 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
David E. O'Brien
8735743043 Upgrade to version 1.3.4. 2000-03-28 18:30:16 +00:00
David E. O'Brien
cf56d97906 Directory reorginization on the master site.
Submitted by:	"David G. Paschich" <dpassage@flophouse.com>
2000-03-28 18:03:51 +00:00
David E. O'Brien
181e6db4b9 Upgrade to version 1.3.3.
Submitted by:	Matthew Condell <mcondell@bbn.com>
		For whom I cannot give enough praise for upgrading one of
		the most difficult ports I know of.
2000-03-26 13:16:31 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Chris D. Faulhaber
f1f65dcc57 Update port to 0.8.0 2000-03-19 01:33:35 +00:00
Chris D. Faulhaber
8b19849e9d Update port to 0.7.10 2000-03-09 14:50:53 +00:00
David E. O'Brien
bcd7e08825 distsite reorged
PR:		17049
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 09:21:41 +00:00
Chris D. Faulhaber
61ab6ea6be Update port to 0.3.1
PR:		16973
Submitted by:	Rod Taylor <rbt@zort.on.ca>
Approved by:	Maintainer
2000-02-29 02:14:00 +00:00
Chris D. Faulhaber
9d39f1b2a3 Update port to 0.7.9 2000-02-21 11:51:58 +00:00
Chris Piazza
3655ead184 Update to 0.2.8
PR:		16851
Submitted by:	maintainer
2000-02-21 03:48:26 +00:00
Chris D. Faulhaber
5bcae6df69 Update to 0.7.5 2000-02-14 17:29:48 +00:00
R. Imura
3e28ff871c Initial import of qhacc-0.2.6.
Simple QT2-based financial manager.

PR:		16524
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 04:09:42 +00:00
Chris D. Faulhaber
9b926c0ee8 Update port to 0.7.4 2000-02-07 12:36:03 +00:00
Chris D. Faulhaber
3c07013524 Update port to 0.7.2 2000-02-06 12:37:52 +00:00
Chris D. Faulhaber
91f9ecd852 Update the ports WWW and MASTER_SITES
Obtained from:	Maintainer
2000-01-31 23:04:16 +00:00
Chris D. Faulhaber
576284a4de Add libxml dependency
Found by:	bento
2000-01-31 03:55:34 +00:00
Chris D. Faulhaber
1439bb2f7f Update port to 0.8.1
* Diffs provided by Glenn Johnson
* DISTFILES being hosted locally until it can be
  determined if the author has a permanent location
  and is continuing development

PR:		16351
Submitted by:	Maintainer
2000-01-30 23:37:23 +00:00
Chris D. Faulhaber
492e070206 Oops, forgot the patch 2000-01-25 21:42:47 +00:00
Chris D. Faulhaber
c483d63cb6 Update port to 0.7.1
* Significant code updates since the last port update
  (including an almost complete rewrite of the code
  base, plugin support, qif support, etc)
* Take over maintainership of this port (approved by
  previous maintainer)
2000-01-25 21:41:27 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Chris D. Faulhaber
129a273ea8 a light-weight GNOME based financial management program
PR:		12699
Submitted by:	Dominik Brettnacher <domi@saargate.de>
1999-12-23 20:42:33 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Chris Piazza
04bcdc93e9 Add windowmaker as a secondary category. 1999-08-01 03:27:23 +00:00
Chris Piazza
250a2f94c7 Remove all references to wget/lynx, this port uses fetch(1) 1999-08-01 03:26:44 +00:00
Chris Piazza
c38aaa7db0 Import of wmstock, a cool dockapp that shows stock ticker(s) that are
retrieved through yahoo.

PR:		12883
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-01 02:56:37 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
f8715bdca2 Whoever Wrote Whe Wexinvest Wkg/Wescr should be taken out and shot. 1999-05-02 21:53:08 +00:00
Matthew Hunt
15b2cf6756 Note that this Makefile is for "gnucash" rather than "foo".
Correct version in comments, as well.
1999-04-27 20:11:57 +00:00
Michael Haro
29ea84915b support MOTIFLIB 1999-04-27 19:30:27 +00:00
Matthew Hunt
2d4fd20afb Upgrade to 0.78.
Approved by:	Gary Kline <kline@tao.thought.org>
1999-03-18 19:47:23 +00:00
Steve Price
fbc3d7afe7 Update to version 0.77.
PR:		10183
Submitted by:	maintainer
1999-03-15 02:15:16 +00:00
Matthew Hunt
6da258ca53 Honor $(MOTIFLIB).
PR:		10070
Submitted by:	myself
1999-02-16 21:23:30 +00:00
David E. O'Brien
62bf46c59e Upgrade to 1.0.18.
PR:		ports/8978
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1998-12-25 20:10:50 +00:00
Justin M. Seger
14408aea69 Switch to using TK8.0.
Submitted by:	gljohns@bellsouth.net
PR:		ports/8977
1998-12-12 21:41:25 +00:00
Warner Losh
3113cf5195 Make this port actually work. One place had ${PREFIX}/share/ccb for
the library dir, while all the others have ${PREFIX}/lib/ccb.  A
working, maybe slightly architecuturally impure port is better than a
nonworking port, so make the change before the ports freeze.
1998-10-10 11:07:24 +00:00
Steve Price
8d0e2ef7ff Update to version 0.74.
PR:		8104
Submitted by:	maintainer
1998-10-10 03:47:34 +00:00
Steve Price
b90c232dc7 Remove regexp support for tk42. 1998-09-26 23:11:03 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
David E. O'Brien
fcfd8b307c Change maintainer (as requested by the previous maintainer) 1998-08-12 19:00:46 +00:00
David E. O'Brien
5996b7ceee gnucash moves from misc -> deskutils 1998-08-10 02:51:45 +00:00
David E. O'Brien
7494b1ec0c Merge the xacc and gnucash ports into one.
For the moment gnucash is really xacc, but the development path for xacc
has sceased in favor of gnucash.
1998-08-08 03:26:22 +00:00
Satoshi Asami
7f4de4bb93 ical and plan are now in deskutils. 1998-08-08 00:20:20 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
c2ec96e939 Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "cal
cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest
xmaddressbook xmdiary xopps zorro" from misc to deskutils.

I'll fix up the dependencies later.
1998-08-07 22:17:55 +00:00
David E. O'Brien
a84457de5a Gnucash is a Quicken-like next generation of money manager created
from a merger of X-Accountant and GnoMoney.
1998-07-28 23:43:25 +00:00
Matthew Hunt
a623d85bee Import of xquote, which gets stock quotes over the network.
PR:		5431
Submitted by:	ian@majesticnet.com
1998-04-22 14:07:51 +00:00
Vanilla I. Shu
ade893a977 Upgrade to 0.21. 1998-03-14 19:58:42 +00:00
Bill Fenner
f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00
David E. O'Brien
d97157be9f `wishpath' was incorrectly specified.
cbb uses `ical' for its calander, so run depend on it.
(could easily be changed to plan for those that perfer it)
1998-02-19 20:44:06 +00:00
Thomas Gellekum
08e6b0ee5b Import xinvest port. xinvest is a check book balancer.
PR:		4530
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-11-17 10:11:29 +00:00
David E. O'Brien
c9c4dc97cb CBB is a personal check book balancing utility for Unix/X.
PR:		ports/4543
Submitted by:	Gary Kline <kline@thought.org> (w/mucho changes by me)
1997-10-11 04:13:39 +00:00
James FitzGibbon
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
Wolfram Schneider
df8f6f276f Add virtual category 'perl5'. 1997-04-20 13:53:29 +00:00
David E. O'Brien
090316dbc1 Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-17 09:06:37 +00:00
David E. O'Brien
47a616f11d CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
1996-11-11 05:50:23 +00:00
James FitzGibbon
b8c06517e3 Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@freebsd.org
1996-10-24 09:59:32 +00:00