diff --git a/package/base/aspell-de/aspell-de.desc b/package/base/aspell-de/aspell-de.desc index 083a458ff..55a49ab98 100644 --- a/package/base/aspell-de/aspell-de.desc +++ b/package/base/aspell-de/aspell-de.desc @@ -36,6 +36,7 @@ [M] The ROCK Linux Project [C] extra/office +[F] CORE [L] GPL [S] Stable diff --git a/package/base/aspell-en/aspell-en.desc b/package/base/aspell-en/aspell-en.desc index 8d03cdde9..b1ac9d611 100644 --- a/package/base/aspell-en/aspell-en.desc +++ b/package/base/aspell-en/aspell-en.desc @@ -31,6 +31,7 @@ [M] The ROCK Linux Project [C] extra/office +[F] CORE [L] Free-to-use [S] Stable diff --git a/package/base/aspell-es/aspell-es.desc b/package/base/aspell-es/aspell-es.desc index d01fb4863..1ba58fa60 100644 --- a/package/base/aspell-es/aspell-es.desc +++ b/package/base/aspell-es/aspell-es.desc @@ -34,6 +34,7 @@ [M] The ROCK Linux Project [C] extra/office +[F] CORE [L] GPL [S] Stable diff --git a/package/base/aspell-fr/aspell-fr.desc b/package/base/aspell-fr/aspell-fr.desc index 8e72a8325..a54a8d242 100644 --- a/package/base/aspell-fr/aspell-fr.desc +++ b/package/base/aspell-fr/aspell-fr.desc @@ -34,6 +34,7 @@ [M] The ROCK Linux Project [C] extra/office +[F] CORE [L] GPL [S] Stable diff --git a/package/base/aspell/aspell.desc b/package/base/aspell/aspell.desc index 4329f91b0..71800d334 100644 --- a/package/base/aspell/aspell.desc +++ b/package/base/aspell/aspell.desc @@ -39,6 +39,7 @@ [M] The ROCK Linux Project [C] extra/office +[F] CORE [L] GPL [S] Stable diff --git a/package/daja77/openexr/openexr.desc b/package/daja77/openexr/openexr.desc index 5993da155..e30a6256e 100644 --- a/package/daja77/openexr/openexr.desc +++ b/package/daja77/openexr/openexr.desc @@ -38,6 +38,7 @@ [M] Daniel Jahre [C] extra/multimedia +[F] CORE [L] BSD [S] Stable diff --git a/package/public/mdnsresponder/dont-install-initscript.patch b/package/public/mdnsresponder/dont-install-initscript.patch new file mode 100644 index 000000000..8c81fa67f --- /dev/null +++ b/package/public/mdnsresponder/dont-install-initscript.patch @@ -0,0 +1,39 @@ +--- mDNSResponder-107/mDNSPosix/Makefile~ 2005-04-20 22:12:17.000000000 +0200 ++++ mDNSResponder-107/mDNSPosix/Makefile 2007-01-03 01:28:43.000000000 +0100 +@@ -450,21 +450,21 @@ + $(INSTBASE)/include/dns_sd.h: $(SHAREDDIR)/dns_sd.h + $(CP) $< $@ + +-$(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR) +- $(CP) $< $@ +- chmod ugo+x $@ +-ifdef RUNLEVELSCRIPTSDIR +-ifeq ($(wildcard $(RUNLEVELSCRIPTSDIR)/runlevels/default), $(RUNLEVELSCRIPTSDIR)/runlevels/default) +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/runlevels/default/mdns +-else +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc2.d/S52mdns +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc3.d/S52mdns +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc4.d/S52mdns +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc5.d/S52mdns +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc0.d/K16mdns +- $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc6.d/K16mdns +-endif +-endif ++# $(STARTUPSCRIPTDIR)/$(STARTUPSCRIPTNAME): mdnsd.sh $(STARTUPSCRIPTDIR) ++# $(CP) $< $@ ++# chmod ugo+x $@ ++# ifdef RUNLEVELSCRIPTSDIR ++# ifeq ($(wildcard $(RUNLEVELSCRIPTSDIR)/runlevels/default), $(RUNLEVELSCRIPTSDIR)/runlevels/default) ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/runlevels/default/mdns ++# else ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc2.d/S52mdns ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc3.d/S52mdns ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc4.d/S52mdns ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc5.d/S52mdns ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc0.d/K16mdns ++# $(LN) $@ $(RUNLEVELSCRIPTSDIR)/rc6.d/K16mdns ++# endif ++# endif + + $(NSSINSTPATH)/$(NSSLINKNAME): $(NSSINSTPATH)/$(NSSLIBFILE) + $(LN) $< $@ diff --git a/package/public/mdnsresponder/mdnsd.init b/package/public/mdnsresponder/mdnsd.init new file mode 100644 index 000000000..a33f33088 --- /dev/null +++ b/package/public/mdnsresponder/mdnsd.init @@ -0,0 +1,14 @@ +# Desc: Apple Darwin Multicast DNS / DNS Service Discovery daemon +# Runlevel: 20 rcX rc3 rc4 rc5 + +main_begin + + block_begin(start, `Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon.') + check(`D_prefix/sbin/mdnsd') + block_end + + block_begin(stop, `Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon.') + check(`killall D_prefix/sbin/mdnsd') + block_end + +main_end diff --git a/package/public/mdnsresponder/mdnsresponder.conf b/package/public/mdnsresponder/mdnsresponder.conf new file mode 100644 index 000000000..0014ea6e4 --- /dev/null +++ b/package/public/mdnsresponder/mdnsresponder.conf @@ -0,0 +1,8 @@ +hook_add premake 5 "cd mDNSPosix" +hook_add postmake 5 "install_init mdnsd $confdir/mdnsd.init" + +var_append makeopt " " "os=linux" +var_append makeinstopt " " "os=linux" + +# FIXME: shared file with glibc +var_append flist''del "|" "etc/nsswitch.conf" diff --git a/package/public/mdnsresponder/mdnsresponder.desc b/package/public/mdnsresponder/mdnsresponder.desc new file mode 100644 index 000000000..48aafbdd1 --- /dev/null +++ b/package/public/mdnsresponder/mdnsresponder.desc @@ -0,0 +1,47 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/public/mdnsresponder/mdnsresponder.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Multicast DNS Responder + +[T] The mDNSResponder project is a component of Bonjour, +[T] Apple's ease-of-use IP networking initiative: +[T] +[T] +[T] Apple's Bonjour software derives from the ongoing standardization +[T] work of the IETF Zero Configuration Networking Working Group: +[T] + +[U] http://developer.apple.com/bonjour/ + +[A] Apple Computer, Inc. +[M] The ROCK Linux Project + +[C] extra/network +[F] CORE + +[L] OpenSource +[S] Stable +[V] 107 +[P] X -----5---9 800.000 + +[D] 4272780815 mDNSResponder-107.tar.gz http://helios.et.put.poznan.pl/~jstachow/pub/