Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2001 15:02:21 +0200
From:      Francesco Casadei <fcasadei@inwind.it>
To:        Matthias Bartels <mbartels@genie.de>
Cc:        "questions@freebsd.org" <questions@freebsd.org>
Subject:   Re: which port?
Message-ID:  <20010903150221.A1415@goku.kasby>
In-Reply-To: <B3006588778@i01sv4071.ids1.intelonline.com>; from mbartels@genie.de on Mon, Sep 03, 2001 at 09:32:38AM %2B0100
References:  <B3006588778@i01sv4071.ids1.intelonline.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010903150221.A1415>