| 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
hiroto.kagotani
2009-05-19 17:30:01 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> 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> Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. 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"
State Changed From-To: open->closed New port added. Thanks! |