Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2005 18:44:09 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/jpeg2pdf Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200501231844.j0NIi9di071409@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2005-01-23 18:44:09 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/jpeg2pdf    Makefile distinfo pkg-descr pkg-plist 
  Log:
  jpeg2pdf: converts a directory of JPEG (JPG) files to a PDF file
  
  * jpeg2pdf is fast. Unlike ImageMagick or other general image conversion
    tools, jpeg2pdf is specialized for its task an does this very efficiently.
  * jpeg2pdf generates compact PDF files. Unlike general image conversion
    tools, jpeg2pdf doesn't do any processing/rescaling of the images, nor does
    it generate thumbnails of the pages in the PDF file.
  * jpeg2pdf is a command-line program. So it can very easily be integrated in a
    shell script or a web server process to automate a conversion task.
  
  PR:             ports/76562
  Submitted by:   <ports@c0decafe.net>
  
  Revision  Changes    Path
  1.780     +1 -0      ports/graphics/Makefile
  1.1       +25 -0     ports/graphics/jpeg2pdf/Makefile (new)
  1.1       +2 -0      ports/graphics/jpeg2pdf/distinfo (new)
  1.1       +12 -0     ports/graphics/jpeg2pdf/pkg-descr (new)
  1.1       +26 -0     ports/graphics/jpeg2pdf/pkg-plist (new)



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