summaryrefslogtreecommitdiffstats
path: root/audio-drivers/nas
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /audio-drivers/nas
initial commit from stable 0.3
Diffstat (limited to 'audio-drivers/nas')
-rwxr-xr-xaudio-drivers/nas/BUILD2
-rwxr-xr-xaudio-drivers/nas/DEPENDS1
-rwxr-xr-xaudio-drivers/nas/DETAILS15
-rw-r--r--audio-drivers/nas/HISTORY27
-rwxr-xr-xaudio-drivers/nas/INSTALL4
5 files changed, 49 insertions, 0 deletions
diff --git a/audio-drivers/nas/BUILD b/audio-drivers/nas/BUILD
new file mode 100755
index 0000000000..f347ea3088
--- /dev/null
+++ b/audio-drivers/nas/BUILD
@@ -0,0 +1,2 @@
+xmkmf &&
+make World
diff --git a/audio-drivers/nas/DEPENDS b/audio-drivers/nas/DEPENDS
new file mode 100755
index 0000000000..3a9795107a
--- /dev/null
+++ b/audio-drivers/nas/DEPENDS
@@ -0,0 +1 @@
+depends X11-SERVER
diff --git a/audio-drivers/nas/DETAILS b/audio-drivers/nas/DETAILS
new file mode 100755
index 0000000000..260acf44cc
--- /dev/null
+++ b/audio-drivers/nas/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=nas
+ VERSION=1.7b
+ SOURCE=$SPELL-$VERSION.src.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://nas.codebrilliance.com/nas/$SOURCE
+ MD5[0]=a829e84c392e6eaee41cb01bdacf6b38
+ WEB_SITE=http://radscan.com/nas.html
+ ENTERED=20030315
+ UPDATED=20050403
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT='The Network Audio System (NAS)'
+cat << EOF
+The Network Audio System is a network transparent, client/server audio transport system. It can be described as the audio equivalent of an X server.
+EOF
diff --git a/audio-drivers/nas/HISTORY b/audio-drivers/nas/HISTORY
new file mode 100644
index 0000000000..0f21983c49
--- /dev/null
+++ b/audio-drivers/nas/HISTORY
@@ -0,0 +1,27 @@
+2005-06-11 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 1.7b
+ Shortened SHORT
+ Removed MAINTAINER
+ * INSTALL: Use install_config_file for nasd.conf
+
+2005-04-11 Sergey Lipnevich <sergey@sourcemage.org>
+ * DETAILS: upgrade to 1.7a.
+
+2005-04-03 Sergey Lipnevich <sergey@sourcemage.org>
+ * BUILD: separate into BUILD and INSTALL part;
+ * DETAILS: BUILD API 2;
+ * INSTALL: create.
+
+2004-11-15 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 1.7, changed SOURCE_URL to
+ http://nas.codebrilliance.com/nas/$SOURCE
+
+2004-02-22 Unet <audio@sourcemage.org>
+ * DEPENDS: Added X11-SERVER as depends (#5879 needs xmkmf)
+
+2003-11-21 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: copy nasd.conf.eg to nasd.conf if that doesn't exist
+
+2003-03-15 Jose Bernardo Silva <jbernardo@sourcemage.org>
+ * BUILD, DETAILS, HISTORY: Created this spell
+
diff --git a/audio-drivers/nas/INSTALL b/audio-drivers/nas/INSTALL
new file mode 100755
index 0000000000..8a2241b2e5
--- /dev/null
+++ b/audio-drivers/nas/INSTALL
@@ -0,0 +1,4 @@
+make install &&
+make install.man &&
+
+install_config_file server/nasd.conf.eg $INSTALL_ROOT/etc/nasd.conf