From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 10:04:12 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD9751065670 for ; Wed, 20 Jun 2012 10:04:12 +0000 (UTC) (envelope-from dmtilbrook@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4108FC1D for ; Wed, 20 Jun 2012 10:04:12 +0000 (UTC) Received: by yenl8 with SMTP id l8so6485085yen.13 for ; Wed, 20 Jun 2012 03:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tSXXenKqxP9oajv/rn+OUSi1GXzY3ttiLUaW+n54ovg=; b=HqMideNPBi39o9tR66I27KWRgxLvWiLL5xiHMY1QoM1F8Y0yk4+EXDsiDwU3UnIELF 1tm9oQZPSnzOO9PzT7efASK+jyIVj02cUyAIue9bkXUAcYjONc4XybbfF4ayQH89Rdfk uoKyu2/R88oPScOrgQ7nOeCtESJIywV1DvVSqAm8cUzzVDhc+sxjSCdfUjP7snENp8OT 0JzaDiGZc4C5D9CopXKN9VKlpIN4uL1F1KRNSrNQ+DeRedOQ4YtVa4K0Xd6TqGDqneic qwUWjI+q1MbqcXAlcjx0emE8zNqeA+MjDGWCZ9QE2CO2NWzd6IP/4/FuDw394VNlu1gS JgRA== MIME-Version: 1.0 Received: by 10.50.209.102 with SMTP id ml6mr3891882igc.60.1340186651172; Wed, 20 Jun 2012 03:04:11 -0700 (PDT) Received: by 10.42.56.10 with HTTP; Wed, 20 Jun 2012 03:04:11 -0700 (PDT) Date: Wed, 20 Jun 2012 06:04:11 -0400 Message-ID: From: David Tilbrook To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: where's ppmtoxpm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 10:04:12 -0000 I have searched for ppmtoxpm in ports and in FreeBSD Search Services to no avail. ppmtoxpm converts a portable pixmap into an X11 pixmap. Is there a freebsd equivalent or alternative? -- david