From owner-freebsd-questions Mon Sep 3 6: 7:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay1.inwind.it (mailrelay1.inwind.it [212.141.54.101]) by hub.freebsd.org (Postfix) with ESMTP id A311F37B405 for ; Mon, 3 Sep 2001 06:07:13 -0700 (PDT) Received: from [62.98.213.42] (62.98.213.42) by mailrelay1.inwind.it (5.5.029) id 3B83A8CA00184A58 for questions@freebsd.org; Mon, 3 Sep 2001 15:07:08 +0200 Received: (qmail 1729 invoked by uid 1000); 3 Sep 2001 13:02:21 -0000 Date: Mon, 3 Sep 2001 15:02:21 +0200 From: Francesco Casadei To: Matthias Bartels Cc: "questions@freebsd.org" Subject: Re: which port? Message-ID: <20010903150221.A1415@goku.kasby> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mbartels@genie.de on Mon, Sep 03, 2001 at 09:32:38AM +0100 X-Operating-System: FreeBSD 4.4-RC i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 03, 2001 at 09:32:38AM +0100, Matthias Bartels wrote: >=20 > servus, >=20 > 3 weeks ago, i decided to use FreeBSD instead of Linux and up to now i > am really happy with my choice. >=20 > But i still have a problem. i often write papers for my study using > LaTeX, i store my pictures as .gifs but i have a Makefile that > converts these files to .eps >=20 > this is the line in my Makefile,=20 >=20 > giftopnm $< | pnmtops -noturn -width 10 > $*.eps=20 >=20 > but FreeBSD does not know the programs giftopnm and pnmtops. And up to > now i couldn't find the port to install these programs, does anybody > which port it is? >=20 > Thank you, > matthias >=20 >=20 > Ringtones, Logos und crazy Mailbox Ansagen f=FCr Dein Nokia-Handy @ > www.genie.de >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message In each port's directory there is a file name pkg-plist which lists the fil= es installed by the port. So a simple: # cd /usr/ports/graphics # grep -ER 'pnmtops|giftopnm' . =2E/netpbm/files/manpages:MAN1+=3D giftopnm.1 =2E/netpbm/files/manpages:MAN1+=3D pnmtops.1 =2E/netpbm/pkg-plist:bin/giftopnm =2E/netpbm/pkg-plist:bin/pnmtops =2E/tgif/Makefile:RUN_DEPENDS=3D giftopnm:${PORTSDIR}/graphics/netpbm =2E/tgif-nls/Makefile:RUN_DEPENDS=3D giftopnm:${PORTSDIR}/graphics/n= etpbm will tell you the port name you are looking for: /usr/ports/graphics/netpbm. Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7k39dfsM3XxZOsXsRAg80AJ44G3sHTv87vYXeFNtFOLDW7h/VeACg4hDl eAtPAn231u9SI706fbYxZI4= =ObR8 -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message