Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ba7db1571daea6e30fa6a2d426091a67b6230dd2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ba7db1571daea6e30fa6a2d426091a67b6230dd2)
  • Date: Wed, 28 Jun 2006 10:54:07 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

ChangeLog | 6
audio-players/banshee/BUILD | 2
audio-players/banshee/DEPENDS | 20 +++
audio-players/banshee/DETAILS | 18 ++
audio-players/banshee/HISTORY | 2
audio-soft/sharpmusique/CONFIGURE | 1
audio-soft/sharpmusique/DEPENDS | 1
audio-soft/sharpmusique/DETAILS | 26 +++
audio-soft/sharpmusique/HISTORY | 6
audio-soft/sharpmusique/PRE_BUILD | 5
audio-soft/sharpmusique/sharpmusique-1.0.tar.gz.sig |binary
audio-soft/sharpmusique/sharpmusique.cs_view-album.patch | 100
+++++++++++++++
libs/ipod-sharp/DEPENDS | 1
libs/ipod-sharp/DETAILS | 18 ++
libs/ipod-sharp/HISTORY | 2
libs/ipod-sharp/ipod-sharp-0.5.16.tar.gz.sig |binary
libs/libipoddevice/DEPENDS | 1
libs/libipoddevice/DETAILS | 22 +++
libs/libipoddevice/HISTORY | 2
libs/libipoddevice/libipoddevice-0.4.5.tar.gz.sig |binary
libs/njb-sharp/DEPENDS | 1
libs/njb-sharp/DETAILS | 19 ++
libs/njb-sharp/HISTORY | 2
libs/njb-sharp/njb-sharp-0.3.0.tar.gz.sig |binary
utils/avahi/BUILD | 3
utils/avahi/DEPENDS | 59 ++++++++
utils/avahi/DETAILS | 18 ++
utils/avahi/HISTORY | 2
28 files changed, 337 insertions(+)

New commits:
commit ba7db1571daea6e30fa6a2d426091a67b6230dd2
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

banshee: new spell

commit 3bbb917b967ba6000ac38ad859c61f24da071b0a
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

ipod-sharp: new spell

commit e1f7aaa4a595030dd38fd07e2d58d8562c1e69c6
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

avahi: new spell

commit b33c697ed37f05b6f8c7bcfc96a081e653318ca9
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

njb-sharp: new spell

commit 7485383449ac0f506c8749cc84bfc25730580651
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libipoddevice: new spell

commit 1f8a983154397f211bd27cb840d91b98f8cca73e
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

sharpmusique: new spell

diff --git a/ChangeLog b/ChangeLog
index dca3b2c..2d66f87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
* perl-cpan/file-desktopentry: new spell, find XDG files and dirs
+ * sharpmusique: new spell, interfaces to iTunes music store
+ * libipoddevice: new spell, delivers ipod access
+ * njb-sharp: new spell, C# bindings to libnjb
+ * avahi: new spell, LAN service discovery system
+ * ipod-sharp: new spell, C# bindings to libipoddevice
+ * banshee: new spell, library based music player

2006-06-28 Pol Vinogradov <vin.public AT gmail.com>
* utils/x86cpucaps: new spell, provides various information about CPU
diff --git a/audio-players/banshee/BUILD b/audio-players/banshee/BUILD
new file mode 100755
index 0000000..abb09a4
--- /dev/null
+++ b/audio-players/banshee/BUILD
@@ -0,0 +1,2 @@
+OPTS="${OPTS} --disable-helix" &&
+default_build
diff --git a/audio-players/banshee/DEPENDS b/audio-players/banshee/DEPENDS
new file mode 100755
index 0000000..4e0c803
--- /dev/null
+++ b/audio-players/banshee/DEPENDS
@@ -0,0 +1,20 @@
+depends dbus &&
+depends libmusicbrainz &&
+depends nautilus-cd-burner &&
+depends sqlite &&
+depends avahi &&
+
+optional_depends monodoc \
+ "--enable-docs" \
+ "--disable-docs" \
+ "Build documentation?" &&
+
+optional_depends ipod-sharp \
+ "--enable-ipod" \
+ "--disable-ipod" \
+ "Would you like iPod support?" &&
+
+optional_depends njb-sharp \
+ "--enable-njb" \
+ "--disable-njb" \
+ "Would you like to support NJB devices (Creative Nomad,
Zen, Zen Micro, Dell DJ,...)"
diff --git a/audio-players/banshee/DETAILS b/audio-players/banshee/DETAILS
new file mode 100755
index 0000000..4f12d36
--- /dev/null
+++ b/audio-players/banshee/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=banshee
+ VERSION=0.10.10
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://banshee-project.org/files/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:cef3e270628b23d26c47a21f3e767825972cfed70a8746f9962ff9a087eb92034145467baad0ac2b4fc24ce27d0799fd813a929fb7dba24972a9ce97ee98cdcc
+ WEB_SITE=http://www.banshee-project.org
+ ENTERED=20060112
+ UPDATED=20060112
+ LICENSE[0]=GPL
+ SHORT="Easily Manage and Listen to Your Music"
+cat << EOF
+With Banshee you can easily import, manage, and play selections from your
music
+collection. Banshee allows you to import CDs, sync your music collection to
an
+iPod, play music directly from an iPod, create playlists with songs from your
+library, and create audio and MP3 CDs from subsets of your library.
+EOF
diff --git a/audio-players/banshee/HISTORY b/audio-players/banshee/HISTORY
new file mode 100644
index 0000000..09c66c6
--- /dev/null
+++ b/audio-players/banshee/HISTORY
@@ -0,0 +1,2 @@
+2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created spell
diff --git a/audio-soft/sharpmusique/CONFIGURE
b/audio-soft/sharpmusique/CONFIGURE
new file mode 100755
index 0000000..ac25250
--- /dev/null
+++ b/audio-soft/sharpmusique/CONFIGURE
@@ -0,0 +1 @@
+config_query SHARPMUSIQUE_PATCH "Use obscure patch to fix album view?" n
diff --git a/audio-soft/sharpmusique/DEPENDS b/audio-soft/sharpmusique/DEPENDS
new file mode 100755
index 0000000..7265c0e
--- /dev/null
+++ b/audio-soft/sharpmusique/DEPENDS
@@ -0,0 +1 @@
+depends gtk-sharp-2
\ No newline at end of file
diff --git a/audio-soft/sharpmusique/DETAILS b/audio-soft/sharpmusique/DETAILS
new file mode 100755
index 0000000..f3c857d
--- /dev/null
+++ b/audio-soft/sharpmusique/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=sharpmusique
+ VERSION=1.0
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://nanocrew.net/sw/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://nanocrew.net/?page_id=63
+ ENTERED=20050906
+ UPDATED=20050906
+ LICENSE[0]=GPL
+ SHORT="The fair interface to the iTunes Music Store"
+cat << EOF
+The fair interface to the iTunes Music Store
+
+Features:
+
+ * Preview songs
+ * Signup for an account
+ * Buy songs and albums
+ * Redownload songs that were bought with SharpMusique
+ * Redeem Pepsi Caps
+ * Redeem gift certificates
+
+EOF
+
diff --git a/audio-soft/sharpmusique/HISTORY b/audio-soft/sharpmusique/HISTORY
new file mode 100644
index 0000000..aa55f46
--- /dev/null
+++ b/audio-soft/sharpmusique/HISTORY
@@ -0,0 +1,6 @@
+2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * updated to 1.0, added view_album patch
+
+2005-09-06 Pieter Lenaerts <e-type AT cwazy.co.uk>
+ * BUILD, DEPENDS, DETAILS, INSTALL, sharpmusique,
sharpmusique.desktop:
+ added spell
diff --git a/audio-soft/sharpmusique/PRE_BUILD
b/audio-soft/sharpmusique/PRE_BUILD
new file mode 100755
index 0000000..24bc583
--- /dev/null
+++ b/audio-soft/sharpmusique/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+if [[ "${SHARPMUSIQUE_PATCH}" == "y" ]]
+then patch ${SOURCE_DIRECTORY}/src/SharpMusique.cs < \
+ ${SCRIPT_DIRECTORY}/sharpmusique.cs_view-album.patch
+fi
diff --git a/audio-soft/sharpmusique/sharpmusique-1.0.tar.gz.sig
b/audio-soft/sharpmusique/sharpmusique-1.0.tar.gz.sig
new file mode 100644
index 0000000..4db3a14
Binary files /dev/null and
b/audio-soft/sharpmusique/sharpmusique-1.0.tar.gz.sig differ
diff --git a/audio-soft/sharpmusique/sharpmusique.cs_view-album.patch
b/audio-soft/sharpmusique/sharpmusique.cs_view-album.patch
new file mode 100644
index 0000000..219edee
--- /dev/null
+++ b/audio-soft/sharpmusique/sharpmusique.cs_view-album.patch
@@ -0,0 +1,100 @@
+--- sourcemage/src/sharpmusique-1.0/src/SharpMusique.cs 2005-09-17
02:44:11.000000000 +0200
++++ Desktop/SharpMusique.cs 2006-06-26 16:12:08.000000000 +0200
+@@ -526,10 +526,18 @@ class SharpMusique
+ string strSongName;
+ string strExplicit = String.Empty;
+
+- Hashtable meta = dict[ "metaData" ] != null ?
+- (Hashtable)dict[ "metaData" ] : dict;
++ Hashtable meta;
++
++ if( dict[ "metaData" ] != null ) {
++ meta = (Hashtable)dict[ "metaData" ];
++ } else if( dict[ "metadata" ] != null ) {
++ meta = (Hashtable)dict[ "metadata" ];
++ } else {
++ meta = dict;
++ }
++
++ strSongName = (string)meta[ "itemName" ];
+
+- strSongName = (string)meta[ "songName" ];
+ strTime = TimeSpan.FromSeconds(
+ (int)meta[ "duration" ] / 1000 ).ToString();
+ if( strTime.StartsWith( "00:" ) )
+@@ -613,11 +621,18 @@ class SharpMusique
+
+ if( song[ "downloadKey" ] == null )
+ {
+- Hashtable meta = song[ "metaData" ] != null ?
+- (Hashtable)song[ "metaData" ] : song;
++ Hashtable meta;
+
+ PurchaseDialog dlg = new PurchaseDialog( MainWindow );
+
++ if( song[ "metaData" ] != null ) {
++ meta = (Hashtable)song[ "metaData" ];
++ } else if( song[ "metadata" ] != null ) {
++ meta = (Hashtable)song[ "metadata" ];
++ } else {
++ meta = song;
++ }
++
+ if( song[ "isAlbum" ] != null && (bool)song[ "isAlbum" ] ==
true )
+ {
+ dlg.Title = "*";
+@@ -625,7 +640,7 @@ class SharpMusique
+ }
+ else
+ {
+- dlg.Title = (string)meta[ "songName" ];
++ dlg.Title = (string)meta[ "itemName" ];
+ dlg.Artist = (string)meta[ "artistName" ];
+ }
+ dlg.Album = (string)meta[ "playlistName" ];
+@@ -696,15 +711,12 @@ class SharpMusique
+ RunOnMainThread.Run( this, "DoStatusbarUpdate",
+ new object[] { cidProgress, "Downloading", 2 } );
+
+- Hashtable meta = song[ "metaData" ] != null ?
+- (Hashtable)song[ "metaData" ] : song;
++ Hashtable meta;
+
+ byte [] sb = Store.DownloadSong( song,
+ new FairStore.Progress( DoProgressUpdate ) );
+
+- string strFileName = String.Format( "{0} - {1} - {2}.m4a",
+- meta[ "playlistArtistName" ], meta[ "playlistName" ],
+- meta[ "songName" ] );
++ string strFileName;
+
+ string [,] strReps = new string[,]
+ {
+@@ -713,6 +725,18 @@ class SharpMusique
+ { "<", "" }, { ">", "" }, { "|", "" }
+ };
+
++ if( song[ "metaData" ] != null ) {
++ meta = (Hashtable)song[ "metaData" ];
++ } else if( song[ "metadata" ] != null ) {
++ meta = (Hashtable)song[ "metadata" ];
++ } else {
++ meta = song;
++ }
++
++ strFileName = String.Format( "{0} - {1} - {2}.m4a",
++ meta[ "playlistArtistName" ], meta[ "playlistName" ],
++ meta[ "itemName" ] );
++
+ for( int i = 0; i < strReps.Length / 2; i++ )
+ {
+ strFileName = strFileName.Replace( strReps[ i, 0 ],
+@@ -1168,7 +1192,7 @@ class SharpMusique
+
+ private void ViewAlbumThread( object State )
+ {
+- string strPlaylistId = (string)State;
++ string strPlaylistId = State.ToString();
+
+ try
+ {
diff --git a/libs/ipod-sharp/DEPENDS b/libs/ipod-sharp/DEPENDS
new file mode 100755
index 0000000..94ff6fa
--- /dev/null
+++ b/libs/ipod-sharp/DEPENDS
@@ -0,0 +1 @@
+depends libipoddevice
diff --git a/libs/ipod-sharp/DETAILS b/libs/ipod-sharp/DETAILS
new file mode 100755
index 0000000..1054744
--- /dev/null
+++ b/libs/ipod-sharp/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ipod-sharp
+ VERSION=0.5.16
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://banshee-project.org/files/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://banshee-project.org/Subprojects/Ipod-sharp
+ ENTERED=20060626
+ UPDATED=20060626
+ LICENSE[0]=GPL
+ SHORT="support for high level features of Apple's iPod"
+cat << EOF
+ipod-sharp provies support for high level features of Apple's iPod, like
+support for audio content, including reading and writing of the iTunes/iPod
+database, and syncing music. ipod-sharp also provides a CIL wrapper for
+libipoddevice.
+EOF
diff --git a/libs/ipod-sharp/HISTORY b/libs/ipod-sharp/HISTORY
new file mode 100644
index 0000000..60a1e8c
--- /dev/null
+++ b/libs/ipod-sharp/HISTORY
@@ -0,0 +1,2 @@
+2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/libs/ipod-sharp/ipod-sharp-0.5.16.tar.gz.sig
b/libs/ipod-sharp/ipod-sharp-0.5.16.tar.gz.sig
new file mode 100644
index 0000000..f41e435
Binary files /dev/null and b/libs/ipod-sharp/ipod-sharp-0.5.16.tar.gz.sig
differ
diff --git a/libs/libipoddevice/DEPENDS b/libs/libipoddevice/DEPENDS
new file mode 100755
index 0000000..fa4c479
--- /dev/null
+++ b/libs/libipoddevice/DEPENDS
@@ -0,0 +1 @@
+depends hal
diff --git a/libs/libipoddevice/DETAILS b/libs/libipoddevice/DETAILS
new file mode 100755
index 0000000..7dadef3
--- /dev/null
+++ b/libs/libipoddevice/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=libipoddevice
+ VERSION=0.4.5
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://banshee-project.org/files/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://banshee-project.org/Subprojects/Libipoddevice
+ ENTERED=20060626
+ UPDATED=20060626
+ LICENSE[0]=GPL
+ SHORT="device-specific layer for the Apple iPod"
+cat << EOF
+libipoddevice is a device-specific layer for the Apple iPod
+(http://www.apple.com/ipod). libipoddevice provides iPod-specific HAL event
+notification to applications, and along with objects representing an iPod,
+which gives the application access to properties and features of an iPod.
+
+libipoddevice also provides a debugging program, ipod to view iPod device
+properties, listen for iPod HAL events, and safely eject iPods (iPods must be
+unmounted, then ejected).
+EOF
diff --git a/libs/libipoddevice/HISTORY b/libs/libipoddevice/HISTORY
new file mode 100644
index 0000000..51aa5e6
--- /dev/null
+++ b/libs/libipoddevice/HISTORY
@@ -0,0 +1,2 @@
+2006-06-28 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: new spell
diff --git a/libs/libipoddevice/libipoddevice-0.4.5.tar.gz.sig
b/libs/libipoddevice/libipoddevice-0.4.5.tar.gz.sig
new file mode 100644
index 0000000..610262f
Binary files /dev/null and
b/libs/libipoddevice/libipoddevice-0.4.5.tar.gz.sig differ
diff --git a/libs/njb-sharp/DEPENDS b/libs/njb-sharp/DEPENDS
new file mode 100755
index 0000000..58a29f6
--- /dev/null
+++ b/libs/njb-sharp/DEPENDS
@@ -0,0 +1 @@
+depends libnjb
diff --git a/libs/njb-sharp/DETAILS b/libs/njb-sharp/DETAILS
new file mode 100755
index 0000000..957c494
--- /dev/null
+++ b/libs/njb-sharp/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=njb-sharp
+ VERSION=0.3.0
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://banshee-project.org/files/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://banshee-project.org/Subprojects/Njb-sharp
+ ENTERED=20060626
+ UPDATED=20060626
+ LICENSE[0]=GPL
+ SHORT="C# bindings for libnjb"
+cat << EOF
+njb-sharp provides C# bindings for libnjb (http://libnjb.sourceforge.net), to
+provide NJB Digital Audio Player (DAP) support to Mono applications. See the
+libnjb (http://libnjb.sourceforge.net) project page for a complete list of
+supported NJB devices (Creative Nomad, Zen, Zen Micro, Dell DJ, and more) and
+detailed project information.
+EOF
diff --git a/libs/njb-sharp/HISTORY b/libs/njb-sharp/HISTORY
new file mode 100644
index 0000000..60a1e8c
--- /dev/null
+++ b/libs/njb-sharp/HISTORY
@@ -0,0 +1,2 @@
+2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/libs/njb-sharp/njb-sharp-0.3.0.tar.gz.sig
b/libs/njb-sharp/njb-sharp-0.3.0.tar.gz.sig
new file mode 100644
index 0000000..3003e8d
Binary files /dev/null and b/libs/njb-sharp/njb-sharp-0.3.0.tar.gz.sig differ
diff --git a/utils/avahi/BUILD b/utils/avahi/BUILD
new file mode 100755
index 0000000..e57b4f3
--- /dev/null
+++ b/utils/avahi/BUILD
@@ -0,0 +1,3 @@
+OPTS="${OPTS} --with-distro=none" &&
+
+default_build
diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
new file mode 100755
index 0000000..74e03fa
--- /dev/null
+++ b/utils/avahi/DEPENDS
@@ -0,0 +1,59 @@
+optional_depends "glib2" \
+ "--enable-glib" \
+ "--disable-glib" \
+ "Use GLib2?" &&
+
+optional_depends "qt-x11" \
+ "--enable-qt3" \
+ "--disable-qt3" \
+ "Build Qt3 mainloop integration?" &&
+
+optional_depends "qt4" \
+ "--enable-qt4" \
+ "--disable-qt4" \
+ "Build Qt4Core mainloop integration?" &&
+
+optional_depends "gtk+" \
+ "--enable-gtk" \
+ "--disable-gtk" \
+ "Use GTK+?" &&
+
+optional_depends "dbus" \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "Use D-BUS?" &&
+
+optional_depends "expat" \
+ "--enable-expat" \
+ "--disable-expat" \
+ "Use Expat?" &&
+
+optional_depends "gdbm" \
+ "--enable-gdbm" \
+ "--disable-gdbm" \
+ "Use GDBM?" &&
+
+optional_depends "libdaemon" \
+ "--enable-libdaemon" \
+ "--disable-libdaemon" \
+ "Use libdaemon?" &&
+
+optional_depends "python" \
+ "--enable-python" \
+ "--disable-python" \
+ "Enable scripts that depends on python?" &&
+
+optional_depends "pygtk" \
+ "--enable-pygtk" \
+ "--disable-pygtk" \
+ "Make use of GTK in Python?" &&
+
+optional_depends "mono" \
+ "--enable-mono" \
+ "--disable-mono" \
+ "Enable mono bindings?" &&
+
+optional_depends "monodoc" \
+ "--enable-monodoc" \
+ "--disable-monodoc" \
+ "Enable documentation for mono bindings?"
diff --git a/utils/avahi/DETAILS b/utils/avahi/DETAILS
new file mode 100755
index 0000000..b99c419
--- /dev/null
+++ b/utils/avahi/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=avahi
+ VERSION=0.6.11
+ BUILD_API=2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://avahi.org/download/${SOURCE}
+
SOURCE_HASH=sha512:ee7bb3733cb7a5ffe32ece834037c92ebe7e510d4c77a86de13cac29a204cf1d9e6ecac83ef83e8b795203729392de36c2b335d1cb762fa66d607aa8c9f836ea
+ WEB_SITE=http://avahi.org/
+ ENTERED=20060626
+ UPDATED=20060626
+ LICENSE[0]=GPL
+ SHORT="LAN service discovery system"
+cat << EOF
+Avahi is a system which facilitates service discovery on a local network.
This
+means that you can plug your laptop or computer into a network and instantly
be
+able to view other people who you can chat with, find printers to print to or
+find files being shared.
+EOF
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
new file mode 100644
index 0000000..e0ac0c8
--- /dev/null
+++ b/utils/avahi/HISTORY
@@ -0,0 +1,2 @@
+2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (ba7db1571daea6e30fa6a2d426091a67b6230dd2), Pieter Lenaerts, 06/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page