Bug 134716 - [NEW PORT] graphics/iulib: A library of image understanding-related algorithms
Summary: [NEW PORT] graphics/iulib: A library of image understanding-related algorithms
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 17:30 UTC by hiroto.kagotani
Modified: 2009-05-31 21:30 UTC (History)
0 users

See Also:


Attachments
iulib-0.3.shar (3.96 KB, text/plain)
2009-05-19 17:30 UTC, hiroto.kagotani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!