Mount.app (mountapp.sourceforge.net) is a dockapp to assist in mounting drives. First package, hope I did it ok... ************** mountapp-2.7.ebuild: # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Nathaniel Pinckney <nathaniel37@yahoo.com> # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp S=${WORKDIR}/${P} # Short one-line description of this package. DESCRIPTION="Filesystem mounter dockapp." SRC_URI="http://mountapp.sourceforge.net/${P}.tar.gz" HOMEPAGE="http://mountapp.sourceforge.net" DEPEND="x11-base/xfree x11-libs/libPropList" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install-strip || die } ************* ChangeLog: # ChangeLog for x11-misc/mountapp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp *mountapp-2.7 ( 5 March 2002 ) 5 March 2002; Nathaniel Pinckney <nathaniel37@yahoo.com> ChangeLog mountapp-2.7.ebuild files/digest-mountapp-2.7 : Mount.app is a dockapp to assist in mounting drives. It is based upon wmmount and includes a GTK configuration tool and some other improvements. Ebuild submitted by Nathaniel Pinckney <nathaniel37@yahoo.com>
*** Bug 2605 has been marked as a duplicate of this bug. ***
There are a couple of patches that need to be made for this ebuild to work with the latest WindowMaker. libPropList is no longer needed or installed. I have already modified the configure script and some of the files but I am getting an error on the format of PLSave... As I get more worked out, I will let you know.
*** Bug 9418 has been marked as a duplicate of this bug. ***
Subject: Re: PropList From: Steve Borho <steve@borho.org> Date: Tue, October 22, 2002 21:53 To: raker@gentoo.org Priority: Normal Mailer: Ximian Evolution 1.0.8 (1.0.8-10) On Tue, 2002-10-22 at 16:52, Nick Hadaway wrote: > Hi, my name is Nick Hadaway and I am a developer for Gentoo Linux. > (http://www.gentoo.org) > > I am in charge of WindowMaker Applets and I have been trying to get your > applet to work with the newest build of WindowMaker. Built into > WindowMaker now is all the former libPropList stuff... but mount.app is > still depending on the old libPropList... have you reworked the source for > using the new PropList built into WindowMaker? > > I started to work on the changes but I started to do a LOT of work and > wanted to check with you before I make any significant diffs... > > Please let me know the status of it's development and what you plan on > doing in the future. I haven't compiled mount.app myself in about three years. Feel free to make any changes you need to it to get it to work with the modern WindowMaker code. In fact, I wouldn't mind if you or someone else took over maintenance of the project. I just don't have time for it anymore, unfortunately. The code base should be basically stable... the fact that it hasn't needed an update in three years attests to that. I'm glad to hear people are still using it. Cheers, -- Steve Borho Voice: 508-305-7223 Member of Technical Staff email: steve@celoxnetworks.com Celox Networks Inc http://www.ietf.org/rfc/rfc1925.txt Well... it looks like I am traveling down the road of updating the code... I've gotta give it another go. I don't want to fall back to using the old libPropList code...
The original author has contacted me and said he has some free time and will be working on this.
*** Bug 5794 has been marked as a duplicate of this bug. ***
Subject: Re: PropList From: Steve Borho <steve@borho.org> Date: Fri, December 6, 2002 10:30 To: raker@gentoo.org Priority: Normal Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Another developer (L J Bayuk <lbayuk@mindspring.com>) has contributed patches to make mount.app compile with the new Window Maker. They've been checked into the cvs repository at sourceforge.net. A 3.0 release will be cut soon, probably this weekend. Coming soon...
mountapp 3.0 is now available and is currently being added to portage. It sould be available very soon on rsync mirrors. Please test this package and let me know how it goes. It will be located in x11-plugins/mountapp
x11-plugins/mountapp has been added to portage.