Commit Graph

65 Commits

Author SHA1 Message Date
Thomas Gellekum
cdc02e26e2 Back out last change, use tcl8.0. 1998-03-20 09:59:49 +00:00
Thomas Gellekum
8334376110 Import xmdiary port. xmdiary is another calendar, appointment book,
organizer.

PR:		4658
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1998-03-09 13:05:01 +00:00
Stefan Eßer
1ecf9ece5a Use $(MASTER_SITE_KDE) 1998-03-06 19:52:23 +00:00
Satoshi Asami
5a136a637d Back out previous commit. MOTIF_STATIC is a user variable (defined by
people building packages, i.e., jseger/obrien and me), and is not
for ports Makefile's uses.
1998-02-25 10:13:00 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
Andreas Klemm
4c806e3835 Make FreeBSD package more useable for people without a real Motif
package by linking libXm statically.
I heard from people, that xopps doesn't run well with lesstif.
1998-02-22 14:58:36 +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
Stefan Eßer
c6a25ffa61 Clean up Makefile 1998-02-15 22:23:46 +00:00
Tim Vanderhoek
4e92d78d02 portlint 1998-02-07 22:59:18 +00:00
Stefan Eßer
378c4ca460 Upgrade to KDE Beta3 1998-02-07 20:50:24 +00:00
David E. O'Brien
a3a887d105 Clean up patches.
Use WRKSRC rather than extrainious Makefile.
1998-02-01 05:09:58 +00:00
Chris Timmons
7e79819ce2 Upgrade to ical-2.2. Use Tcl/Tk 8.0. 1998-01-01 21:46:48 +00:00
Satoshi Asami
8e1e5b68cb Don't delete ${PREFIX}/share/doc. 1997-11-29 01:18:12 +00:00
Stefan Eßer
2ffc580361 Update to Beta2 1997-11-28 00:04:29 +00:00
Satoshi Asami
1f501c5a30 Unmark this port broken, it works fine now.
Reported by:	imp
1997-11-23 16:57:58 +00:00
Justin M. Seger
ccda279501 Make this work under tk8.0 1997-11-22 19:55:29 +00:00
Satoshi Asami
d2358a93fb Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
1997-11-22 01:11:36 +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
Satoshi Asami
ab4c4c3135 (1) Move the following ports out of x11/:
kdegames   -> games/
    kdenetwork -> net/
    kdesupport -> converters/
    kdeutils   -> misc/

    (Repository copy already done, dependency path and category name fixups
     is being done in this commit.)

(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
    ports.

(3) Make package names follow the convention.

(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
    There is no need to specify the full pathname if the target is an
    executable in the standard path.  (Actually, as the same port is
    specified in LIB_DEPENDS, I think we can completely do away with
    this line but since Stefan added this explicitly, I assume there
    is a reason for it and left it alone.)

Approved by:	se (all but 4)
1997-11-05 04:20:23 +00:00
Stefan Eßer
53313e608c Add BUILD_DEPENDS on moc pre-processor.
Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as
requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
1997-11-03 00:25:44 +00:00
Stefan Eßer
3464604978 Utilities for the KDE desktop environment (Calculator, Editor,
Calendar,...).
1997-11-02 00:05:06 +00:00
Bill Fenner
337f28498d Update MAINTAINER address
Submitted by:	Andreas Kohout <shanee@augusta.de>
1997-10-26 23:57:21 +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
David E. O'Brien
dbcf5f1b23 Upgrade to use tcl7.6/tk4.2. Tried tcl8.0/tk8.0, but gave runtime error. 1997-10-08 06:29:17 +00:00
David E. O'Brien
cf17e3acee Fix this to compile with tcl75/tk41 from ${PREFIX} vs. the base system. 1997-10-08 05:53:57 +00:00
Satoshi Asami
995628d58a portlint portlint! 1997-09-30 09:28:10 +00:00
Andreas Klemm
4e47d8da71 new port xpostit Plus
Description:    Post-It(r) Notes for X-Windows
                features include Save, Erase, Destroy, Name, and Hide notes
                also includes Cascade, Print, Alarms, Email, Find
                A Note, Insert Calendar, Insert Date, File Open, File Export
                Xt and Xaw based (no Motif required)
PR:		closes 4632
Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1997-09-27 18:58:53 +00:00
Joerg Wunsch
c52eed1c05 Use the generic FTP server name for the MASTER_SITES.
Found by:  Bill Fenner's port survey.
1997-08-21 18:07:46 +00:00
Bill Fenner
5e3237d787 Use new MASTER_SITE
Found by:	distfile checker
Submitted by:	Andreas Kohout <shanee@augusta.de>
1997-08-10 22:25:19 +00:00
Thomas Gellekum
b849a0a4a3 Add libXext to libraries. Hopefully fixes problems with original Motif. 1997-08-05 09:14:48 +00:00
Satoshi Asami
ab99236e2c "ftp://freefall...." -> ${MASTER_SITES_LOCAL}. freefall doesn't offer
anonymous ftp anymore.

I also moved the distfile from freefall to wcarchive.
1997-08-05 07:09:04 +00:00
Joerg Wunsch
59d1b46b0f This is the `sliderule' part of X11R3's xcalc(1) utility. Don't take it
too seriously, that's rather a fun project only. :)

It portlints well, so i hope it's okay...  I noticed that the FreeBSD
LOCAL_PORTS still reference freefall.freebsd.org, so did i -- shouldn't
all this be converted to hub.freebsd.org?  (I've put the distfile over
there, at least.  freefall doesn't offer anon ftp at all.)
1997-08-04 20:44:16 +00:00
Thomas Gellekum
ede41d56d1 Import of xopps port. xopps is a project planner tool.
PR:		4185
Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-07-31 08:18:37 +00:00
Thomas Gellekum
7597fb222a Upgrade to 1.6.1.
PR:		3189
Submitted by:	Daniel Eischen <deischen@iworks.InterWorks.org>
1997-06-20 13:29:25 +00:00
Masafumi Max NAKANE
1dfa1ba01a Upgrade, 3.4 -> 3.5.
PR:		3181 3372
Submitted by:	 Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-05-12 06:33:23 +00:00
David E. O'Brien
0670a2a67a Strip the binary. 1997-05-01 21:50:14 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
Satoshi Asami
b7c44f8994 Fix typo. Closes PR ports/2950.
Submitted by:	fenner
1997-03-11 23:40:08 +00:00
Satoshi Asami
580916915f No need for "x11" in CATEGORIES, or half the ports tree will need that. :) 1996-11-26 07:33:30 +00:00
Thomas Gellekum
014ad9c257 Import of xmaddressbook.
Closes PR 1527.

Submitted by:	Andreas Kohout <shanee@rabbit.augusta.de>
1996-11-25 09:36:11 +00:00
Satoshi Asami
9b80b1face ${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is. 1996-11-21 12:27:50 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
642e598732 Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:37:03 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +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
Satoshi Asami
2764238613 Remove prototype of rindex, this now seems to be #defined to strrchr
in the X11 header files.
1996-11-01 05:34:00 +00:00
Satoshi Asami
155874a7c3 Adapt this to use the system tcl. (Actually, just took out LIB_DEPENDS
to tcl75.)
1996-10-16 02:40:47 +00:00