--- ../doc/install.texinfo Fri Feb 6 21:40:56 1998 +++ install.texinfo Fri Jun 19 15:13:45 1998 @@ -5,6 +5,10 @@ @c guide @setfilename krb5-install.info @settitle Kerberos V5 Installation Guide +@dircategory Kerberos V5 +@direntry +* Installation Guide: (krb5-install). Kerberos V5 Installation Guide +@end direntry @setchapternewpage odd @c chapter begins on next odd page @c @setchapternewpage on @c chapter begins on next page @c @smallbook @c Format for 7" X 9.25" paper raphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/palm
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-108-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-082-8/+4
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* After many hours of fiddling with ugen and uvisor and coldsync and such,green2004-07-022-1/+41
| | | | | | | | | | | | | | | | | | I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
* Update to version 0.6krion2004-06-252-3/+3
| | | | | PR: ports/68278 Submitted by: maintainer
* BROKEN on sparc64: Fails to linkkris2004-06-111-0/+4
|
* Sync with new bsd.autotools.mkade2004-06-051-2/+1
|
* - Fix build on 5.x and unbreakpav2004-05-112-13/+13
| | | | | PR: ports/66488 Submitted by: Arne Woerner <arne_woerner@yahoo.com>
* Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.mi2004-05-092-8/+10
|
* - Support WITHOUT_NLS to disable gettextpav2004-05-032-49/+59
| | | | | PR: ports/66126 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* Correct pkg-plistkris2004-04-174-2/+22
|
* Fix /bin/bash-ism (approved by maintainer)vs2004-04-121-0/+8
| | | | | | PR: 65359 Submitted by: Antoine Jacoutot Approved by: linimon (mentor)
* Tidy up whitespace.trevor2004-04-111-1/+0
|
* - Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLogvs2004-04-104-7/+19
| | | | | | | | - Change MAINTAINER to submitter (Approved by current maintainer) PR: 65168 Submitted by: Arjan van Leeuwen Approved by: linimon (mentor)
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-059-9/+9
|
* - drop math libdinoex2004-04-041-1/+0
|
* - fix linkage with netpbmdinoex2004-04-041-0/+2
| | | | | - supoort LDFLAGS Reported by: kris (dosirak)
* BROKEN on !i386: Does not compilekris2004-04-031-1/+7
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* BROKEN: Incorrect pkg-plistkris2004-04-011-0/+2
|
* SIZEify (maintainer timeout)trevor2004-03-315-0/+6
|
* - Use USE_ICONV knobkrion2004-03-313-6/+5
| | | | Approved by: portmgr
* Add pdbar, an utility to create and manipulates PalmOS database (.pdb)pav2004-03-307-0/+268
| | | | | | | | | | | and resource (.prc) files. It was renamed to pdbar to avoid confusion with textproc/par. WWW: http://www.djw.org/product/palm/par/ PR: ports/63088 Submitted by: Eric P. Scott <eps+psub0401@ana.com>
* Update to 0.5kevlo2004-03-262-4/+5
|
* Updated to 4.01skv2004-03-232-3/+4
| | | | | PR: ports/64232 Submitted by: pav
* - SIZE'ifykrion2004-03-231-0/+3
| | | | | PR: ports/64610 Submitted by: maintainer
* Add SIZE data.knu2004-03-222-0/+2
| | | | Submitted by: trevor
* Add p5-Palm-PalmDoc 0.12, perl 5 modules for reading and writing PalmDocvanilla2004-03-215-0/+35
| | | | | | | files. PR: ports/62252 Submitted by: Simon Dick <simond@irrelevant.org>
* Add size data, approved by maintainers.trevor2004-03-192-0/+2
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* - Add SIZE to GNOME portspav2004-03-184-0/+4
| | | | Submitted by: trevor
* - Remove SIZE of old tarballkrion2004-03-181-1/+0
|
* - Update to version 3.1krion2004-03-183-28/+8
| | | | | PR: ports/64412 Submitted by: maintainer
* Add SIZE.sumikawa2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifyijliao2004-03-182-0/+2
| | | | Submitted by: trevor
* Add size data.trevor2004-03-187-0/+7
| | | | Approved by: maintainers
* SIZEify.kuriyama2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEify.trevor2004-03-184-0/+8
|
* o) Update to version 0.8.9lkoeller2004-03-172-2/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1416-16/+16
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Fix build on gcc-3.3, patch obtained from Gentoo ebuildpav2004-03-143-9/+1746
| | | | | | | | | - USE_MESA -> USE_GL - Fix coredump on ^C [1] - Bump PORTREVISION PR: ports/63085 [1] Submitted by: Eric P. Scott <eps+posebug@ana.com> [1]
* Add synce-rra, a project for connecting to devices running Windows CE or ↵pav2004-03-1413-0/+161
| | | | | | | | | | Pocket PC. RRA implements the Remote Replication Agent Connection protocol for synchronising objects between a Windows CE device and other computer. PR: ports/64135 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to version 0.8.9krion2004-03-124-6/+20
| | | | | PR: ports/64130 Submitted by: maintainer
* - Update to version 0.8.9krion2004-03-122-3/+4
| | | | | PR: ports/64127 Submitted by: maintainer
* - Update to version 0.8.9krion2004-03-122-2/+3
| | | | | PR: ports/64125 Submitted by: maintainer
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-122-2/+2
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - Update to 0.99.7 [1]pav2004-03-024-55/+55
| | | | | | | - While here, use ${DOCSDIR} to silence portlint a bit PR: ports/63560 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* - Mark BROKEN on AMD64krion2004-02-271-0/+4
| | | | | PR: ports/63420 Submitted by: Hendrik Scholz <hendrik@scholz.net>
* 1. Fix patch error.nobutaka2004-02-233-9/+8
| | | | | | | 2. Correct pkg-plist. PR: ports/63149 [1] Submitted by: Helge Oldach <ports-palm-prc-tools-2.3@oldach.net> [1]
* BROKEN on alpha: Does not compilekris2004-02-231-1/+7
|
* Don my portmgr hat and return dirk@FreeBSD.org's ports back to thekris2004-02-221-1/+1
| | | | | unmaintained pool. He has not committed in over a year and has been unresponsive to emails over a similar time period.
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* BROKEN: Does not patchkris2004-02-161-0/+3
|
* BROKEN on 5.x: does not compilekris2004-02-091-1/+7
|
* Update to 2.3. No longer needs quite so many antique gcc files.linimon2004-02-088-144/+237
| | | | | | | | Enable the arm tools (although they aren't - submitter doesn't have an arm palm pilot). Also now compiles on 5.x. (Tested on 4.x as well). PR: ports/62491 Submitted by: Peter Haight <peterh@sapros.com>
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0616-8/+8
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0419-1/+19
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-042-6/+5
| | | | | Submitted by: trevor Tested by: bento
* Bump PORTREVISION for read-todos output format fix.olgeni2004-02-032-2/+2
|
* Follow portlint's suggestion about using MASTER_SITE_GENTOO.olgeni2004-02-032-2/+4
|
* Use LOCALBASE rather than hardcoded /usr/local.olgeni2004-02-032-2/+2
|
* Remove trailing whitespace (portlint).olgeni2004-02-032-2/+2
|
* The read-todos utility prints "No Date" when the todo item has noolgeni2004-02-032-0/+28
| | | | date assigned, but the trailing "\n" was missing.
* SIZEify.trevor2004-01-303-0/+3
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-242-2/+2
|
* - Update to 1.6.2pav2004-01-222-4/+4
| | | | | PR: ports/61674 Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
* Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-1/+1
| | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
* Add uppc-kmod, USB device driver for Windows CE handhelds which provides serialpav2003-12-305-0/+49
| | | | | | | | | tty interface. PR: ports/56225 Submitted by: Sam Lawrance <boris@brooknet.com.au> According to FreshPorts, this is our 10000th port!
* o Upgrade to 5.0r3.kuriyama2003-12-283-213/+250
| | | | | | | o Release maintainership. PR: ports/58123 Submitted by: Simon Dick <simond@irrelevant.org>
* - Update to 1.6.1pav2003-12-268-26/+40
| | | | | PR: ports/60545 Submitted by: mt <mt@primats.org.ua> (maintainer)
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* - Add optional GTK2 support.pav2003-12-191-1/+7
| | | | | PR: ports/60373 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* - Chase master sites (fix fetching)pav2003-12-192-2/+2
| | | | | PR: ports/60374 Reported by: Stacey Roberts <stacey@vickiandstacey.com>
* Update pilot-link port to 0.11.8.silby2003-12-188-172/+24
| | | | | While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
* Add synce-trayicon, an icon for notification area displaying statisticspav2003-12-175-0/+37
| | | | | | | of connected Windows CE device. PR: ports/56069 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add synce-gnomevfs, a GNOME2 VFS module giving gnome-vfs aware applicationspav2003-12-179-0/+71
| | | | | | | like Nautilus access to WinCE/PocketPC device file system. PR: ports/56067 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.8.1pav2003-12-173-3/+5
| | | | | PR: ports/60292 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.8.1pav2003-12-172-2/+2
| | | | | PR: ports/60291 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
* - Fix build on 5.xpav2003-11-222-9/+60
| | | | | | PR: ports/59557 Submitted by: Samy Al Bahra <samy@kerneled.com> Approved by: adamw (mentor)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-172-2/+0
|
* Fix pathname in patch file.olgeni2003-11-161-2/+2
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-2/+2
|
* - update from 1.2 to 1.6jeh2003-11-096-265/+178
| | | | | | | | | | - don't use devel/gmake and devel/autoconf - split distfiles on 3 files: viewer, parser, docs I had to adjust this patch because it didn't apply cleanly. PR: 58484 Submitted By: MAINTAINER
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-4/+2
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer on ports maintained by the following non-ports committers,kris2003-11-032-2/+2
| | | | | | | who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-241-1/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-243-45/+45
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Following up on Bill Fenner's reports, the original web site is gone,linimon2003-10-182-2/+4
| | | | | with no obvious replacement found in Google. The RPMs that this relies on are rotting away, too. This port is on its way out IMHO.
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-162-1/+11
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* - Fix MASTER_SITESkrion2003-10-101-3/+3
| | | | | PR: 57816 Submitted by: maintainer
* PERL => REINPLACEadamw2003-09-161-1/+4
| | | | | | Add a REINPLACE to prevent double-inclusion of ppmcmap.h. Submitted by: bento
* Remove two obsolete patches.arved2003-08-302-28/+0
| | | | Submitted by: Helge Oldach <pose35@oldach.net>
* Update port version and related.erwin2003-08-283-5/+9
| | | | | | | | | Now using LOCALBASE instead of PREFIX to tell the build where to find libraries. Add in missing dependency iconv.3. PR: 56060 Submitted by: maintainer
* Update port verion and related.erwin2003-08-284-10/+10
| | | | | | | | | Added missing dependency iconv.3. Now using LOCALBASE instead of PREFIX to tell build where to find libraries. PR: 56061 Submitted by: maintainer
* Update to 0.8erwin2003-08-283-2/+5
| | | | | PR: 56057 Submitted by: maintainer
* - Update to 0.8erwin2003-08-284-15/+15
| | | | | | | - Makefile also cleaned up a little PR: 56055 Submitted by: maintainer
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-272-0/+2
| | | | Prodded by: kris
* sitescooper doesn't work with pluckeredwin2003-08-262-0/+14
| | | | | | | | | the commands `sitescooper -plucker` and `sitescooper -mplucker` doesn't work as sitescooper uses deprecated features of plucker. PR: ports/55374 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
* Chase the libintl.so shared lib version.marcus2003-08-252-2/+2
|
* reset maintainererwin2003-08-181-1/+1
| | | | | PR: 55692 Submitted by: maintainer
* Previous commitment needs a PORTREVISION bump.daichi2003-08-181-0/+1
| | | | | PR: 55280 Pointy hat to: myself
* patch palm/synce-serial:daichi2003-08-181-0/+11
| | | | | | | | - synce-serial-config generates a pppd "peer" file containing the linkname command. FreeBSD pppd doesn't have a linkname command. PR: 55280 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
* Remove these ports as part of phase II of the GNOME 1.4 desktop removal.marcus2003-08-1219-418/+0
|
* Updated to 3.35skv2003-08-082-3/+3
|
* Update to 0.31arved2003-08-014-63/+55
| | | | | PR: 53921 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
* Add rapip, a kio-slave that provides transparent filesystem access toarved2003-08-019-0/+127
| | | | | | | a Windows CE device for KDE applications. PR: 53333 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add Librapi2, an open source implementation of Microsoft's Remotearved2003-08-015-0/+51
| | | | | | | | Application Programming Interface, used for communicating with Windows CE devices. PR: 53310 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add synce-dccm, DCCM is a daemon that listens for connections fromarved2003-08-019-0/+73
| | | | | | | Windows CE devices. PR: 53308 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* SynCE-serial is a set of wrappers around pppd to initiate communication witharved2003-08-015-0/+36
| | | | | | | WIndows CE devices. PR: 53309 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Add libsynce, a library to support communication with Windows CE devicesarved2003-07-285-0/+42
| | | | | PR: 53311 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Don't try to rebuild the HTML-docs.arved2003-07-241-2/+5
| | | | | PR: 54296 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
* Unbreak by updating to 3.5arved2003-07-248-90/+205
| | | | | PR: 51423 Submitted by: Helge Oldach <ports-palm-pose-31312@oldach.net>
* Update MASTER_SITESoliver2003-07-201-1/+1
| | | | | PR: 54648 Submitted By: maintainer
* Update to 2.0.10.adamw2003-07-174-4/+4
|
* Update to 2.0.10.adamw2003-07-174-4/+4
|
* update palm/jpilot: 0.99.5 -> 0.99.6daichi2003-07-154-12/+25
| | | | | PR: 54479 Submitted by: Alex Varju <varju@webct.com> (maintainer)
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-142-8/+8
| | | | use USE_GETOPT_LONG instead.
* It's been several months since I took maintainership of thiserwin2003-07-101-1/+5
| | | | | | | | | | | | port and I still haven't done anything with it. Perhaps someone else will pick it up. While here, mark as only for i386, as it does not configure on the other architectures. I don't know how much work it would take. PR: 54305 Submitted by: maintainer
* fix ports/palm/coldsync: fix dumps coredaichi2003-07-031-0/+11
| | | | | PR: 51139 Submitted by: Helge Oldach <send-pr-31231@oldach.net>
* libtool uber-patchade2003-06-272-2/+0
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-126-20/+0
|
* Fix MASTER_SITESerwin2003-06-081-1/+1
| | | | | | PR: 53054 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor)
* Fix patching.marcus2003-06-071-18/+0
| | | | Reported by: bento
* There is no homepage now.sumikawa2003-05-231-5/+0
|
* Update to 2.0.9.marcus2003-05-2012-12/+20
|
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* Update to 2.0.8.marcus2003-05-078-8/+8
|
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* Fix build on -current.sumikawa2003-05-055-0/+45
| | | | | Partly Submitted by: Christian Lackas <delta@lackas.net> Pointed out by: kris
* Handle OMF files properly.marcus2003-05-042-0/+4
|
* Update to 2.0.7.marcus2003-05-0410-18/+24
|
* Update to 2.0.6.marcus2003-04-3010-18/+10
|
* palm/prc-tools-binutils and palm/prc-tools-gcc are migrated intosumikawa2003-04-2712-275/+0
| | | | palm/prc-tools.
* Upgrade to 2.2. palm/prc-tools-binutils and palm/prc-tools-gcc are nowsumikawa2003-04-274-28/+273
| | | | | | | | | | migrated into this port. I kept maintainer Mark Linimon <linimon@lonesome.com> because of respecting his statement in the PR. PR: ports/38689 Submitted by: Christian Lackas <delta@lackas.net>
* Remove USE_GNOMENG.marcus2003-04-216-6/+0
|
* s|<malloc.h>|<stdlib.h>|marcus2003-04-192-0/+6
| | | | Reported by: Tom Parquette <tparquet@twcny.rr.com>
* Add gnomepilot-conduits2 after a repo copy from gnomepilot-conduits.marcus2003-04-1919-262/+63
| | | | | gnomepilot-conduits2 is a collection of PalmOS conduits for gnomepilot2.
* * Update to 2.0.5marcus2003-04-156-16/+32
| | | | * Convert to new GNOME infrastructure
* Add missing pisock dependency.marcus2003-03-312-2/+4
|
* Add gnomepilot2.marcus2003-03-311-0/+1
|
* Add gnomepilot2 after a repo copy from gnomepilot. gnomepilot2 is themarcus2003-03-3118-258/+84
| | | | PalmOS conduit system for GNOME 2.
* Set IGNORE if !PACKAGE_BUILDING, not BROKEN. The missing distfile cankris2003-03-281-2/+2
| | | | probably just be added to MASTER_SITE_LOCAL.
* Clear moonlight beckons.ade2003-03-07