Bug 134716

Summary: [NEW PORT] graphics/iulib: A library of image understanding-related algorithms
Product: Ports & Packages Reporter: hiroto.kagotani
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
iulib-0.3.shar none

Description hiroto.kagotani 2009-05-19 17:30:01 UTC
A library of image understanding-related algorithms.
Provides basic image processing, mathematical morphology,
and machine learning algorithms.

WWW: http://code.google.com/p/iulib/

Generated with FreeBSD Port Tools 0.77
Comment 1 hiroto.kagotani 2009-05-19 17:54:59 UTC
I'm sorry, I attached a bogus pkg-descr file.
The correct one is:

---
An open source C library for efficient image processing and
image analysis operations.

WWW: http://code.google.com/p/leptonica/
---


Sorry for inconvenience.
-- 
Hiroto Kagotani
<hiroto.kagotani@gmail.com>
Comment 2 hiroto.kagotani 2009-05-19 17:59:17 UTC
So sorry again. I was confusing.

This is pkg-descr for graphics/leptonlib in ports/134717.

2009/5/20 Hiroto Kagotani <hiroto.kagotani@gmail.com>:
> I'm sorry, I attached a bogus pkg-descr file.
> The correct one is:
>
> ---
> An open source C library for efficient image processing and
> image analysis operations.
>
> WWW: http://code.google.com/p/leptonica/
> ---

-- 
Hiroto Kagotani
<hiroto.kagotani@gmail.com>
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-05-19 18:45:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-05-31 21:24:22 UTC
amdmi3      2009-05-31 20:24:14 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/iulib       Makefile distinfo pkg-descr pkg-plist 
    graphics/iulib/files patch-Makefile.am patch-configure.ac 
                         patch-vidio__vidio.cc 
  Log:
  A library of image understanding-related algorithms.
  Provides basic image processing, mathematical morphology,
  and machine learning algorithms.
  
  WWW: http://code.google.com/p/iulib/
  
  PR:             134716
  Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
  
  Revision  Changes    Path
  1.1259    +1 -0      ports/graphics/Makefile
  1.1       +57 -0     ports/graphics/iulib/Makefile (new)
  1.1       +3 -0      ports/graphics/iulib/distinfo (new)
  1.1       +48 -0     ports/graphics/iulib/files/patch-Makefile.am (new)
  1.1       +11 -0     ports/graphics/iulib/files/patch-configure.ac (new)
  1.1       +19 -0     ports/graphics/iulib/files/patch-vidio__vidio.cc (new)
  1.1       +5 -0      ports/graphics/iulib/pkg-descr (new)
  1.1       +55 -0     ports/graphics/iulib/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 5 Dmitry Marakasov freebsd_committer freebsd_triage 2009-05-31 21:25:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!