Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Ismael E. Luceno (518b08db6411e01e412df474be67a7bef86a26f0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Ismael E. Luceno" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Ismael E. Luceno (518b08db6411e01e412df474be67a7bef86a26f0)
  • Date: Thu, 15 Nov 2007 00:47:27 -0600

GIT changes to devel-xorg-modular grimoire by Ismael E. Luceno
<ismael.luceno AT gmail.com>:

.gitignore | 1
audio-libs/libao/DEPENDS~ | 16 ------
audio-libs/libao/HISTORY~ | 26 -----------
audio-libs/libid3tag/DEPENDS~ | 2
audio-libs/libid3tag/HISTORY~ | 29 ------------
chat-im/gaim-encryption-1.x/HISTORY~ | 81
-----------------------------------
xorg-lib/libxp/DETAILS | 17 +------
xorg-lib/libxp/HISTORY | 3 +
xorg-lib/libxpm/DETAILS | 21 +++------
xorg-lib/libxpm/HISTORY | 3 +
xorg-lib/libxrender/DETAILS | 20 ++------
xorg-lib/libxrender/HISTORY | 3 +
xorg-lib/libxv/DETAILS | 18 +------
xorg-lib/libxv/HISTORY | 3 +
xorg-lib/pixman/DETAILS | 5 +-
xorg-lib/pixman/HISTORY | 3 +
16 files changed, 40 insertions(+), 211 deletions(-)

New commits:
commit 518b08db6411e01e412df474be67a7bef86a26f0
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

remove some backup files

commit 668c5164a530da612cdb82ecf75b2866dd43efb9
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

pixman: update description & short

commit 0a73dd9f652059658b3711c32a8914968c62e13e
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

libxrender: update description & short

commit 13acd9224c41e09abdef7a607cf187fe58fd02a1
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

libxpm: update description & short

commit e963c0e75f97c31f933281257fc645a4f6b7f037
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

libxp: update description & short

commit aa9ae5e2e9d363104b15928dcb5e803836494da5
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

libxv: update description & short

commit eee8b4fbfb7b9bdc1988cd85a1f4b951d7b8c24e
Author: Ismael E. Luceno <ismael.luceno AT gmail.com>
Commit: Ismael E. Luceno <ismael.luceno AT gmail.com>

add *~ to .gitignore

diff --git a/.gitignore b/.gitignore
index 9588a53..09225da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
GRIMOIRE
codex.index
provides.index
+*~
diff --git a/audio-libs/libao/DEPENDS~ b/audio-libs/libao/DEPENDS~
deleted file mode 100755
index 362d0db..0000000
--- a/audio-libs/libao/DEPENDS~
+++ /dev/null
@@ -1,16 +0,0 @@
-optional_depends "nas" \
- "--enable-nas" \
- "--disable-nas" \
- "for nas output support" &&
-optional_depends "alsa-lib" \
- "--enable-alsa09" \
- "--disable-alsa09" \
- "for alsa output support" &&
-optional_depends "esound" \
- "--enable-esd" \
- "--disable-esdtest" \
- "for esd output support" &&
-optional_depends "arts" \
- "--enable-arts" \
- "--disable-arts" \
- "for arts output support"
diff --git a/audio-libs/libao/HISTORY~ b/audio-libs/libao/HISTORY~
deleted file mode 100644
index 33e8ab5..0000000
--- a/audio-libs/libao/HISTORY~
+++ /dev/null
@@ -1,26 +0,0 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-09-24 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to 0.8.6, BUILD_API=2, delete MAINTAINER
- * DETAILS: update SOURCE_URL
- * BUILD: Seems patch isn't needed.
-
-2003-11-27 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: change the esound NO line to disable-esdtest, configure is
broken in that respect
-
-2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: updated to 0.8.4, changed website and SOURCE_URL to use
- http://www.xiph.org/ao/
- * DEPENDS: added optional_depends on nas, esound, alsa-lib and arts
- * BUILD, alsa-1.0.patch: added patch to compile with alsa 1.0(pre1)
-
-2002-07-25 Unet <unet AT sourcemage.org>
- * DETAILS: Updated to 0.8.3
-
-2002-06-12 Unet <unet AT sourcemage.org>
- * DETAILS, HISTORY: Created this.
-
diff --git a/audio-libs/libid3tag/DEPENDS~ b/audio-libs/libid3tag/DEPENDS~
deleted file mode 100755
index 58b8ec7..0000000
--- a/audio-libs/libid3tag/DEPENDS~
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libtool &&
-depends zlib
diff --git a/audio-libs/libid3tag/HISTORY~ b/audio-libs/libid3tag/HISTORY~
deleted file mode 100644
index ddc15ae..0000000
--- a/audio-libs/libid3tag/HISTORY~
+++ /dev/null
@@ -1,29 +0,0 @@
-2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
- PATCHLEVEL).
-
-2006-06-05 Juuso Alasuutari <iuso AT sourcemage.org>
- * CONFIGURE: Deleted, reverted previous edit.
- * BUILD: Deleted, reverted previous edit.
-
-2006-05-31 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Removed BUILD_API=2, added PATCHLEVEL, tidied
- SOURCE_URL.
- * CONFIGURE: Added, configure options for building shared &
- static libs, debugging, and profiling.
- * DEPENDS: Added, depends libtool & zlib.
- * BUILD: Added, use configure options.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-08-25 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.15.1b (thanks to ethx)
- Added BUILD_API=2
-
-2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DEPENDS, DETAILS, HISTORY: created the spell
-
diff --git a/chat-im/gaim-encryption-1.x/HISTORY~
b/chat-im/gaim-encryption-1.x/HISTORY~
deleted file mode 100644
index bd14e6d..0000000
--- a/chat-im/gaim-encryption-1.x/HISTORY~
+++ /dev/null
@@ -1,81 +0,0 @@
-2006-09-17 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.3.9. Removed UPDATED & BUILD_API
- Added Keywords. Cleaned up alignment.
-
-2005-11-30 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 IGNORE to SOURCE_HASH volatile
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-07-23 George Sherwood <george AT beeranbeer.com>
- * BUILD: Wasn't finding nss/nspr libs. Added to configure.
- * DETAILS: Small cleanup
-
-2005-06-11 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.38
- * TRIGGERS: deleted file. Not required anymore.
-
-2005-05-17 Sergey Lipnevich <sergey AT sourcemage.org>
- * DEPENDS: uses NSS spell now.
-
-2005-05-13 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.37
-
-2005-03-18 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.36
-
-2005-03-17 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1
- * BUILD: Run make_single before default_build
- Run make_normal after default_build
-
-2005-02-27 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to version 2.35
-
-2005-02-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * BUILD, PRE_BUILD: autogen.sh fix, made it INSTALL_ROOT compatible
-
-2005-01-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 2.34
- * DEPENDS: Added depends MOZILLA-NSS
-
-2005-01-23 Eric Sandall <sandalle AT sourcemage.org>
- * BUILD: Use spell_ok instead of spell_installed
-
-2005-01-23 George Sherwood <george @beernabeer.com>
- * DETAILS: Updated to version 2.33
-
-2004-10-16 George Sherwood <george AT beernaber.com>
- * DETAILS: Updated to version 2.32
- * DEPENDS: Added depends on nss
-
-2004-10-12 George Sherwood <george AT beernabeer.com>
- * DETAILS: Changed Updated date
- * TRIGGERS: Added file to re-build after new gaim
-
-2003-09-18 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.31
-
-2004-08-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.30
-
-2004-08-16 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.29
-
-2004-07-18 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 2.28
- BUILD_API=2
- Only need one LICENSE entry
- Fixed spacing
- * BUILD: Converted to BUILD_API 2
- * PREPARE: Use config_query
- * BUILD: Converted to BUILD_API 2
- Use response from config_query
- * DEPENDS: Formatted to Guru Handbook
- Use response from config_query
-
-2004-06-27 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to 2.27
- * ALL: Split out from gaim spell
-
diff --git a/xorg-lib/libxp/DETAILS b/xorg-lib/libxp/DETAILS
index b9338fa..1c18045 100755
--- a/xorg-lib/libxp/DETAILS
+++ b/xorg-lib/libxp/DETAILS
@@ -11,19 +11,8 @@
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
UPDATED=20051125
LICENSE[0]=XCL
BUILD_API=2
- SHORT="Module libxp for xorg"
+ SHORT="Xprint client library"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+libXp is an Xprint client library, it provides public APIs to allow client
+applications to render to non-display devices.
EOF
diff --git a/xorg-lib/libxp/HISTORY b/xorg-lib/libxp/HISTORY
index 339cc65..8e06a8a 100644
--- a/xorg-lib/libxp/HISTORY
+++ b/xorg-lib/libxp/HISTORY
@@ -1,3 +1,6 @@
+2007-10-26 Ismael E. Luceno <ismael.luceno AT gmail.com>
+ * DETAILS: update description & short
+
2005-12-22 Robin Cook <rcook AT wyrms.net>
* DETAILS: added XORG_VER
updated SOURCE, SOURCE_URL, and SOURCE_DIRECTORY
diff --git a/xorg-lib/libxpm/DETAILS b/xorg-lib/libxpm/DETAILS
index b1d8c52..76ec23b 100755
--- a/xorg-lib/libxpm/DETAILS
+++ b/xorg-lib/libxpm/DETAILS
@@ -9,19 +9,14 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- SHORT="Module libxpm for xorg"
+ SHORT="XPM format pixmap library"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
+XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from files.

-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+Here is provided a library containing a set of four functions, similar to the
+X bitmap functions as defined in the Xlib: XpmCreatePixmapFromData,
+XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap for
+respectively including, storing, reading and writing this format, plus four
+other: XpmCreateImageFromData, XpmCreateDataFromImage, XpmReadFileToImage and
+XpmWriteFileFromImage for working with images instead of pixmaps.
EOF
diff --git a/xorg-lib/libxpm/HISTORY b/xorg-lib/libxpm/HISTORY
index 4be9ef1..2a3a8a4 100644
--- a/xorg-lib/libxpm/HISTORY
+++ b/xorg-lib/libxpm/HISTORY
@@ -1,3 +1,6 @@
+2007-10-26 Ismael E. Luceno <ismael.luceno AT gmail.com>
+ * DETAILS: update description & short
+
2007-09-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 3.5.7

diff --git a/xorg-lib/libxrender/DETAILS b/xorg-lib/libxrender/DETAILS
index 7daa8c7..90bc11c 100755
--- a/xorg-lib/libxrender/DETAILS
+++ b/xorg-lib/libxrender/DETAILS
@@ -9,19 +9,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- SHORT="Module libxrender for xorg"
+ SHORT="X Render extension library"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+The X Render extension introduces digital image composition as the
+foundation of a new rendering model within the X Window System. Rendering
+geometric figures is accomplished by client-side tesselation into either
+triangles or trapezoids. Text is drawn by loading glyphs into the server and
+rendering sets of them.
EOF
diff --git a/xorg-lib/libxrender/HISTORY b/xorg-lib/libxrender/HISTORY
index 63ab85e..07e1ed9 100644
--- a/xorg-lib/libxrender/HISTORY
+++ b/xorg-lib/libxrender/HISTORY
@@ -1,3 +1,6 @@
+2007-10-26 Ismael E. Luceno <ismael.luceno AT gmail.com>
+ * DETAILS: update description & short
+
2007-09-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 0.9.4

diff --git a/xorg-lib/libxv/DETAILS b/xorg-lib/libxv/DETAILS
index 9d8782a..f6ddf91 100755
--- a/xorg-lib/libxv/DETAILS
+++ b/xorg-lib/libxv/DETAILS
@@ -9,19 +9,9 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- SHORT="Module libxv for xorg"
+ SHORT="Xvideo extension library"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+The Xv extension provides support for video adaptors attached to an X
display.
+It takes the approach that a display may have one or more video adaptors,
each
+of which has one or more ports through which independent video streams pass.
EOF
diff --git a/xorg-lib/libxv/HISTORY b/xorg-lib/libxv/HISTORY
index 1084611..8872db7 100644
--- a/xorg-lib/libxv/HISTORY
+++ b/xorg-lib/libxv/HISTORY
@@ -1,3 +1,6 @@
+2007-10-26 Ismael E. Luceno <ismael.luceno AT gmail.com>
+ * DETAILS: update description & short
+
2007-01-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update

diff --git a/xorg-lib/pixman/DETAILS b/xorg-lib/pixman/DETAILS
index d2ee3ec..0d49ab3 100755
--- a/xorg-lib/pixman/DETAILS
+++ b/xorg-lib/pixman/DETAILS
@@ -7,7 +7,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://xorg.freedesktop.org/";
LICENSE[0]=XCL
ENTERED=20070811
- SHORT="Pixman library for xorg-modular."
+ SHORT="The pixel-manipulation library for X and cairo"
cat << EOF
-Pixman library for xorg
+pixman is a library that provides low-level pixel manipulation features such
+as image compositing and trapezoid rasterization.
EOF
diff --git a/xorg-lib/pixman/HISTORY b/xorg-lib/pixman/HISTORY
index bd922f1..c57f8b1 100644
--- a/xorg-lib/pixman/HISTORY
+++ b/xorg-lib/pixman/HISTORY
@@ -1,3 +1,6 @@
+2007-10-26 Ismael E. Luceno <ismael.luceno AT gmail.com>
+ * DETAILS: update description & short
+
2007-09-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 0.9.5





Archive powered by MHonArc 2.6.24.

Top of Page