cvs commit: ports/graphics Makefile ports/graphics/jpeg2pdf Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Sun Jan 23 10:44:09 PST 2005


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


More information about the cvs-all mailing list