diff options
-rw-r--r-- | graphics/edje/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/entice/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/epeg/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/epsilon/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/esmart/pkg-descr | 23 | ||||
-rw-r--r-- | graphics/evas/pkg-descr | 2 | ||||
-rw-r--r-- | x11/ecore/pkg-descr | 2 |
7 files changed, 7 insertions, 28 deletions
diff --git a/graphics/edje/pkg-descr b/graphics/edje/pkg-descr index 60f44ebda1e0..7db97f52810d 100644 --- a/graphics/edje/pkg-descr +++ b/graphics/edje/pkg-descr @@ -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/ diff --git a/graphics/entice/pkg-descr b/graphics/entice/pkg-descr index 600f5554dc7d..1cba7d8f76e6 100644 --- a/graphics/entice/pkg-descr +++ b/graphics/entice/pkg-descr @@ -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 diff --git a/graphics/epeg/pkg-descr b/graphics/epeg/pkg-descr index b4a9fa17a50c..46cea07cf50e 100644 --- a/graphics/epeg/pkg-descr +++ b/graphics/epeg/pkg-descr @@ -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/ diff --git a/graphics/epsilon/pkg-descr b/graphics/epsilon/pkg-descr index f6b9369ff599..b8c8e624523c 100644 --- a/graphics/epsilon/pkg-descr +++ b/graphics/epsilon/pkg-descr @@ -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/ diff --git a/graphics/esmart/pkg-descr b/graphics/esmart/pkg-descr index d9a350349c5e..b95f7e014120 100644 --- a/graphics/esmart/pkg-descr +++ b/graphics/esmart/pkg-descr @@ -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. diff --git a/graphics/evas/pkg-descr b/graphics/evas/pkg-descr index df7e9e96f10a..e525449b6c61 100644 --- a/graphics/evas/pkg-descr +++ b/graphics/evas/pkg-descr @@ -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/ diff --git a/x11/ecore/pkg-descr b/x11/ecore/pkg-descr index 50007542b2ca..1ad8df5722ed 100644 --- a/x11/ecore/pkg-descr +++ b/x11/ecore/pkg-descr @@ -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/ |