summaryrefslogtreecommitdiff
path: root/audio/ubs/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-05 11:46:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-05 11:46:11 +0000
commit62c22f34a3d0c306c9872c0cc214f75886dfcf91 (patch)
tree21b34a26957e8ff46b58d67428d88f59f96fc65a /audio/ubs/patches
parent13f258f4bfe8fb4978cc251f110406589fbf6f6b (diff)
downloadpkgsrc-62c22f34a3d0c306c9872c0cc214f75886dfcf91.tar.gz
Initial import of ubs-0.17 from pkgsrc-wip.
The Uninterrupted Broadcasting System (UBS) is a program designed to run the operations of a radio station when a DJ isn't in house. This includes playing station ID's, public service announcements, and songs. This program is similar in function (but not design nor implementation) to DRS 2006. The UBS was not intended to be used for webcasting, but it could presumably be adapted for this purpose. The intented audience of the UBS is smaller college/high school/commercial radio stations which wish to do unattended broadcasting via a stable and reliable computer daemon.
Diffstat (limited to 'audio/ubs/patches')
-rw-r--r--audio/ubs/patches/patch-aa22
-rw-r--r--audio/ubs/patches/patch-ab25
2 files changed, 47 insertions, 0 deletions
diff --git a/audio/ubs/patches/patch-aa b/audio/ubs/patches/patch-aa
new file mode 100644
index 00000000000..f849cf94d5e
--- /dev/null
+++ b/audio/ubs/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/05 11:46:11 xtraeme Exp $
+
+--- Makefile.in.orig 2003-10-31 05:49:58.000000000 +0100
++++ Makefile.in 2003-10-31 05:50:52.000000000 +0100
+@@ -517,14 +517,11 @@
+
+
+ install-data-local:
+- $(mkinstalldirs) $(prefix)/etc
+ $(mkinstalldirs) $(prefix)/include
+- $(mkinstalldirs) $(prefix)/log
+- $(mkinstalldirs) $(prefix)/tmp
+- $(mkinstalldirs) $(prefix)/var
++ $(mkinstalldirs) $(datadir)/examples/ubs
+
+- $(INSTALL_DATA) config/help.conf $(prefix)/etc
+- $(INSTALL_DATA) config/ubs.conf.default $(prefix)/etc
++ $(INSTALL_DATA) config/help.conf $(datadir)/examples/ubs
++ $(INSTALL_DATA) config/ubs.conf.default $(datadir)/examples/ubs
+
+ $(INSTALL_DATA) include/*.h $(prefix)/include
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/audio/ubs/patches/patch-ab b/audio/ubs/patches/patch-ab
new file mode 100644
index 00000000000..810c4eab6f0
--- /dev/null
+++ b/audio/ubs/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/04/05 11:46:11 xtraeme Exp $
+
+--- config/ubs.conf.default.in.orig 2003-10-31 06:22:19.000000000 +0100
++++ config/ubs.conf.default.in 2003-10-31 06:22:44.000000000 +0100
+@@ -22,16 +22,16 @@
+ ## These settings are parsed by all UBS daemons
+
+ # Where the UBS filetree is located
+-# global.prefix = "/usr/local/ubs"
++global.prefix = "@UBS_BASEDIR@"
+
+ # The default location to queue to
+-# global.queue = "var/queue"
++global.queue = "var/queue"
+
+ # Location of the error log
+-# global.errorlog = "log/error.log"
++global.errorlog = "log/error.log"
+
+ # Location of the playlist log
+-# global.songlog = "log/playlist.log"
++global.songlog = "log/playlist.log"
+
+ # Amount of information to put in the UBS logs. The scale is:
+ # 0 -> Emergency information only