Bug 121775 - [NEW PORT] graphics/imgtops: Create efficient Encapsulated Postscript files from images
Summary: [NEW PORT] graphics/imgtops: Create efficient Encapsulated Postscript files f...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 04:10 UTC by Timothy Bourke
Modified: 2008-03-17 06:40 UTC (History)
0 users

See Also:


Attachments
imgtops-1.0.shar (3.14 KB, text/plain)
2008-03-17 04:10 UTC, Timothy Bourke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Bourke 2008-03-17 04:10:01 UTC
Command-line utilities for converting bitmage images (JPEG, PNG, GIF, Targa,
BMP, etc.) to and from encapsulated postscript. Special care is taken to
minimize the size of output files without reducing image quality.

WWW: http://imgtops.sourceforge.net

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-03-17 04:26:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-17 06:38:47 UTC
rafan       2008-03-17 06:38:41 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/imgtops     Makefile distinfo pkg-descr pkg-plist 
    graphics/imgtops/files patch-setup.py 
  Log:
  Command-line utilities for converting bitmage images (JPEG, PNG, GIF, Targa,
  BMP, etc.) to and from encapsulated postscript. Special care is taken to
  minimize the size of output files without reducing image quality.
  
  WWW: http://imgtops.sourceforge.net
  
  PR:             ports/121775
  Submitted by:   Timothy Bourke <timbob at bigpond.com>
  
  Revision  Changes    Path
  1.1138    +1 -0      ports/graphics/Makefile
  1.1       +30 -0     ports/graphics/imgtops/Makefile (new)
  1.1       +3 -0      ports/graphics/imgtops/distinfo (new)
  1.1       +39 -0     ports/graphics/imgtops/files/patch-setup.py (new)
  1.1       +5 -0      ports/graphics/imgtops/pkg-descr (new)
  1.1       +22 -0     ports/graphics/imgtops/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-03-17 06:38:50 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!