From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 22 06:40:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0AB16A4D1 for ; Sat, 22 Jan 2005 06:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C36743D48 for ; Sat, 22 Jan 2005 06:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0M6eL9X025470 for ; Sat, 22 Jan 2005 06:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0M6eLWE025469; Sat, 22 Jan 2005 06:40:21 GMT (envelope-from gnats) Resent-Date: Sat, 22 Jan 2005 06:40:21 GMT Resent-Message-Id: <200501220640.j0M6eLWE025469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "ports@c0decafe.net" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD68C16A4CE for ; Sat, 22 Jan 2005 06:35:39 +0000 (GMT) Received: from typhoon.idm.net.lb (typhoon.idm.net.lb [194.126.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE1743D49 for ; Sat, 22 Jan 2005 06:35:39 +0000 (GMT) (envelope-from ports@c0decafe.net) Received: from atlantis.local ([194.126.0.221]) by typhoon.idm.net.lb (iPlanet Messaging Server 5.2 HotFix 1.26 (built Mar 31 2004)) with ESMTP id <0IAP00HYLDGU98@typhoon.idm.net.lb> for FreeBSD-gnats-submit@freebsd.org; Sat, 22 Jan 2005 08:19:44 +0300 (GMT) Received: from atlantis.local (localhost [127.0.0.1]) by atlantis.local (8.13.1/8.13.1) with ESMTP id j0M6GWsR077616 for ; Sat, 22 Jan 2005 08:16:32 +0200 (EET envelope-from ports@c0decafe.net) Received: (from bartender@localhost) by atlantis.local (8.13.1/8.13.1/Submit) id j0M6GUaH077614; Sat, 22 Jan 2005 08:16:30 +0200 (EET envelope-from ports@c0decafe.net) Message-Id: <200501220616.j0M6GUaH077614@atlantis.local> Date: Sat, 22 Jan 2005 08:16:30 +0200 (EET) From: "ports@c0decafe.net" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/76562: [NEW PORT] converters/jpeg2pdf: Converts a directory of JPEG (JPG) files to a PDF file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 06:40:27 -0000 >Number: 76562 >Category: ports >Synopsis: [NEW PORT] converters/jpeg2pdf: Converts a directory of JPEG (JPG) files to a PDF file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 22 06:40:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 16 20:41:00 EET 2005 >Description: jpeg2pdf has the following features: * 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. Author: Koen Vervloesem WWW: http://koan.studentenweb.org/software/jpeg2pdf.html Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- jpeg2pdf-0.12.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jpeg2pdf # jpeg2pdf/pkg-descr # jpeg2pdf/Makefile # jpeg2pdf/pkg-plist # jpeg2pdf/distinfo # echo c - jpeg2pdf mkdir -p jpeg2pdf > /dev/null 2>&1 echo x - jpeg2pdf/pkg-descr sed 's/^X//' >jpeg2pdf/pkg-descr << 'END-of-jpeg2pdf/pkg-descr' Xjpeg2pdf has the following features: X X* jpeg2pdf is fast. Unlike ImageMagick or other general image conversion X tools, jpeg2pdf is specialized for its task an does this very efficiently. X* jpeg2pdf generates compact PDF files. Unlike general image conversion X tools, jpeg2pdf doesn't do any processing/rescaling of the images, nor does X it generate thumbnails of the pages in the PDF file. X* jpeg2pdf is a command-line program. So it can very easily be integrated in a X shell script or a web server process to automate a conversion task. X XAuthor: Koen Vervloesem XWWW: http://koan.studentenweb.org/software/jpeg2pdf.html END-of-jpeg2pdf/pkg-descr echo x - jpeg2pdf/Makefile sed 's/^X//' >jpeg2pdf/Makefile << 'END-of-jpeg2pdf/Makefile' X# New ports collection makefile for: jpeg2pdf X# Date created: 2005-01-22 X# Whom: X# X# $FreeBSD$ X# X XPORTNAME= jpeg2pdf XPORTVERSION= 0.12 XCATEGORIES= converters XMASTER_SITES= http://koan.studentenweb.org/software/ X XMAINTAINER= ports@c0decafe.net XCOMMENT= Converts a directory of JPEG (JPG) files to a PDF file X XUSE_BZIP2= yes XUSE_RUBY= yes XUSE_RUBY_SETUP= yes XRUBY_SETUP= install.rb XCONFIGURE_ARGS= --prefix=${PREFIX} X Xpre-install: X @${RM} ${WRKSRC}/bin/test.rb X X.include END-of-jpeg2pdf/Makefile echo x - jpeg2pdf/pkg-plist sed 's/^X//' >jpeg2pdf/pkg-plist << 'END-of-jpeg2pdf/pkg-plist' X@comment $FreeBSD$ Xbin/jpeg2pdf X%%RUBY_SITELIBDIR%%/image_size.rb X%%RUBY_SITELIBDIR%%/jpeg2pdf.rb X%%RUBY_SITELIBDIR%%/rpdf.rb X%%RUBY_SITELIBDIR%%/rpdf/crossreftable.rb X%%RUBY_SITELIBDIR%%/rpdf/document.rb X%%RUBY_SITELIBDIR%%/rpdf/documentcatalog.rb X%%RUBY_SITELIBDIR%%/rpdf/imagedictionary.rb X%%RUBY_SITELIBDIR%%/rpdf/page.rb X%%RUBY_SITELIBDIR%%/rpdf/pagetree.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfarray.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfboolean.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfdictionary.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfinteger.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfname.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfnull.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfnumeric.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfobject.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfstream.rb X%%RUBY_SITELIBDIR%%/rpdf/pdfstring.rb X%%RUBY_SITELIBDIR%%/rpdf/rectangle.rb X%%RUBY_SITELIBDIR%%/rpdf/trailer.rb X%%RUBY_SITELIBDIR%%/rpdf/util.rb X%%RUBY_SITELIBDIR%%/rpdf/version.rb X@dirrm %%RUBY_SITELIBDIR%%/rpdf END-of-jpeg2pdf/pkg-plist echo x - jpeg2pdf/distinfo sed 's/^X//' >jpeg2pdf/distinfo << 'END-of-jpeg2pdf/distinfo' XMD5 (jpeg2pdf-0.12.tar.bz2) = 65e721d5e284f4e1089fc8c45a881750 XSIZE (jpeg2pdf-0.12.tar.bz2) = 19186 END-of-jpeg2pdf/distinfo exit --- jpeg2pdf-0.12.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: