mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update WWW lines.
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
This commit is contained in:
parent
6bb0a68829
commit
a692a1c0b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151704
@ -13,4 +13,4 @@ elements. Anything more complex is likely the domain of an application
|
||||
or widget set that may use Edje as a conveneient way of being able to
|
||||
configure parts of the display.
|
||||
|
||||
WWW: http://www.enlightenment.org/Libraries/Edje.html
|
||||
WWW: http://enlightenment.sourceforge.net/Libraries/Edje/
|
||||
|
@ -2,5 +2,3 @@ An image viewer written using some of the libraries being used for the
|
||||
development of Enlightenment 0.17.0 and later. It is intended to be simple and
|
||||
usable for viewing images or collections of them (for example - photo albums),
|
||||
be fast and look good.
|
||||
|
||||
WWW: http://www.ny.us.rasterman.com/projects/entice/index.html
|
||||
|
@ -16,4 +16,4 @@ desired. This gives a massive speedup. If you do not try and access the pixels
|
||||
in a format other than YUV (or GRAY8 if the source is grascale) then it also
|
||||
avoids colorspace conversions as well.
|
||||
|
||||
WWW: http://www.enlightenment.org/Libraries/Epeg/index.html
|
||||
WWW: http://enlightenment.sourceforge.net/Libraries/Epeg/
|
||||
|
@ -10,4 +10,4 @@ the file is anything other than jpg, the traditional freedesktop.org png
|
||||
thumbnailing will occur. To show the speed increase epeg offers,
|
||||
Epsilon builds with and without epeg.
|
||||
|
||||
WWW: http://www.enlightenment.org/Libraries/Epsilon/index.html
|
||||
WWW: http://enlightenment.sourceforge.net/Libraries/Epsilon/
|
||||
|
@ -1,21 +1,2 @@
|
||||
Enlightenment Database Library
|
||||
|
||||
Edb is intended to provide a stable API and file format for archiving
|
||||
configuration, theme, and other data available all the time for access at
|
||||
random really fast. Edb can store any kind of data in key-value pair format.
|
||||
Random access reading and writing is FAST as the core of Edb uses a berkley.
|
||||
Edb provides a convenience API designed to make access fast AND improve access
|
||||
speed by caching open db's until a flush and providing conveience macros too.
|
||||
It also will be used to store image data and geometry data for theme files so
|
||||
the information can be accessed without needing to unarchive files and can be
|
||||
edited without having to unarchive and re-archive, and still be accesses at
|
||||
random really quickly. Documentation is provided as comments in the Edb.h
|
||||
header file.
|
||||
|
||||
Edb will be used for all config theme and meta data stroage for E17/EFM
|
||||
etc. sine it provides FAST random-access read/write of any data wanted
|
||||
(binary, string, integert, floating point) withotu the need to
|
||||
unpack/repack files - data can be etxracted and put back at whim with a
|
||||
simple API from which simple or complex tools can be built.
|
||||
|
||||
WWW: http://www.enlightenment.org/pages/edb.html
|
||||
Esmart contains "smart" pre-built evas objects. It currently includes
|
||||
a thumbnail generator and a horizontal/vertical container.
|
||||
|
@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to
|
||||
using normal X11 primitives such as pixmaps, lines and rectangles for speed if
|
||||
your CPU or graphics hardware is too slow.
|
||||
|
||||
WWW: http://www.enlightenment.org/Libraries/Evas/index.html
|
||||
WWW: http://enlightenment.sourceforge.net/Libraries/Evas/
|
||||
|
@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing
|
||||
selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers
|
||||
fast, optimised, and convenient.
|
||||
|
||||
WWW: http://www.enlightenment.org/Libraries/Ecore/index.html
|
||||
WWW: http://enlightenment.sourceforege.net/Libraries/Ecore/
|
||||
|
Loading…
Reference in New Issue
Block a user