summaryrefslogtreecommitdiffstats
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* Unmark this port broken, it works fine now.asami1997-11-231-3/+1
| | | | Reported by: imp
* Make this work under tk8.0jseger1997-11-222-4/+4
|
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-1/+3
| | | | change "BROKEN".
* Import xinvest port. xinvest is a check book balancer.tg1997-11-175-0/+71
| | | | | PR: 4530 Submitted by: Pedro Giffuni <giffunip@asme.org>
* (1) Move the following ports out of x11/:asami1997-11-051-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add BUILD_DEPENDS on moc pre-processor.se1997-11-031-2/+3
| | | | | Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
* Utilities for the KDE desktop environment (Calculator, Editor,se1997-11-025-0/+184
| | | | Calendar,...).
* Update MAINTAINER addressfenner1997-10-261-3/+3
| | | | Submitted by: Andreas Kohout <shanee@augusta.de>
* CBB is a personal check book balancing utility for Unix/X.obrien1997-10-116-0/+154
| | | | | PR: ports/4543 Submitted by: Gary Kline <kline@thought.org> (w/mucho changes by me)
* Upgrade to use tcl7.6/tk4.2. Tried tcl8.0/tk8.0, but gave runtime error.obrien1997-10-082-6/+10
|
* Fix this to compile with tcl75/tk41 from ${PREFIX} vs. the base system.obrien1997-10-081-4/+4
|
* portlint portlint!asami1997-09-301-2/+2
|
* new port xpostit Plusandreas1997-09-276-0/+44
| | | | | | | | | | 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>
* Use the generic FTP server name for the MASTER_SITES.joerg1997-08-211-2/+2
| | | | Found by: Bill Fenner's port survey.
* Use new MASTER_SITEfenner1997-08-101-3/+3
| | | | | Found by: distfile checker Submitted by: Andreas Kohout <shanee@augusta.de>
* Add libXext to libraries. Hopefully fixes problems with original Motif.tg1997-08-051-31/+30
|
* "ftp://freefall...." -> ${MASTER_SITES_LOCAL}. freefall doesn't offerasami1997-08-051-2/+2
| | | | | | anonymous ftp anymore. I also moved the distfile from freefall to wcarchive.
* This is the `sliderule' part of X11R3's xcalc(1) utility. Don't take itjoerg1997-08-045-0/+29
| | | | | | | | | 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.)
* Import of xopps port. xopps is a project planner tool.tg1997-07-317-0/+119
| | | | | PR: 4185 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
* Upgrade to 1.6.1.tg1997-06-205-233/+179
| | | | | PR: 3189 Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org>
* Upgrade, 3.4 -> 3.5.max1997-05-124-53/+60
| | | | | PR: 3181 3372 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Strip the binary.obrien1997-05-011-1/+4
|
* Add virtual category 'tk41'.wosch1997-04-202-4/+4
|
* Fix typo. Closes PR ports/2950.asami1997-03-111-2/+2
| | | | Submitted by: fenner
* No need for "x11" in CATEGORIES, or half the ports tree will need that. :)asami1996-11-261-3/+3
|
* Import of xmaddressbook.tg1996-11-256-0/+59
| | | | | | Closes PR 1527. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
* ${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is.asami1996-11-211-2/+2
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-2/+1
| | | | | | | | 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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+3
|
* Converted to MAN[1-8]obrien1996-11-173-17/+7
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= --> CATEGORIES=obrien1996-11-113-23/+24
| | | | Misc variable reordering, cleaning up, etc.
* Remove prototype of rindex, this now seems to be #defined to strrchrasami1996-11-011-0/+10
| | | | in the X11 header files.
* Adapt this to use the system tcl. (Actually, just took out LIB_DEPENDSasami1996-10-161-3/+2
| | | | to tcl75.)
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade ical to a non-prehistoric version (now works with tk4.1 et alpst1996-10-084-63/+77
|
* Neatened this port a little, put the rc file in /usr/local/share/zorro,chuckr1996-08-092-7/+8
| | | | | fixed the installation target, and made the package name zorro-1.1.8.tar.gz
* Compress manpages.asami1996-08-092-3/+10
|
* New port, plan-1.5.1, a schedule planner with calendar.tg1996-08-057-0/+281
| | | | Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org>
* Slight change to the ftp address. Fetches now.chuckr1996-08-041-2/+2
|
* New port 'zorro' a tcl todo-list manager.chuckr1996-08-047-0/+76
| | | | Submitted by: Andreas Kohout
* Colar enhancement to cal.asami1996-07-107-0/+119
| | | | Submitted by: Andrey Zakhvatov <andy@cgu.chel.su>
* Reorder variables. Since there is no hyphen between the name properasami1996-05-271-3/+4
| | | | | and the version numbers in DISTNAME, add PKGNAME with said hyphen. Make WRKSRC relative to ${WRKDIR}, not "work".
* XPostIt -- Stick small Post-it notes onto your X11 screen.joerg1996-05-066-0/+93
|
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-261-2/+2
|
* added myself as MAINTAINERerich1995-10-281-1/+3
|
* fixed COMMENTSerich1995-10-281-1/+1
|
* Yipes, the category name is "utilities", not "utils"....asami1995-08-231-2/+2
|
* Here's a port of one of the better calendar programs I've seen.asami1995-08-235-0/+98
OpenPOWER on IntegriCloud