CHANGELOG 2006-01-14
authorhackbard <hackbard>
Sat, 14 Jan 2006 01:39:59 +0000 (01:39 +0000)
committerhackbard <hackbard>
Sat, 14 Jan 2006 01:39:59 +0000 (01:39 +0000)
doc/CHANGELOG
packages/base/udev/udev
packages/base/udev/udev.conf [new file with mode: 0644]
packages/hackbard/gnomemeeting/gnomemeeting [new file with mode: 0644]
packages/hackbard/linphone/linphone
packages/hackbard/ncurses-ruby/ncurses-ruby [new file with mode: 0644]
packages/hackbard/ruby/ruby [new file with mode: 0644]
packages/hackbard/tpp/tpp [new file with mode: 0644]
packages/net/openh323/openh323
packages/net/pwlib/pwlib
packages/soundtools/esound/esound [new file with mode: 0644]

index b17b88b..ece13cb 100644 (file)
@@ -1,3 +1,11 @@
+*) 2006-01-14
+
+- added packages tpp, ruby and ncurses-ruby
+- updated udev + added udev.conf
+- added esound and gnomemeeting packages
+- updated openh323 + pwlib packages
+- changes to linphone
+
 *) 2006-01-05
 
 - added x2x package
index 2c435d6..09e0fcf 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 079
+# [V] 080
 # [S] 1-9 2-15
-# [D] udev-079.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
+# [D] udev-080.tar.bz2 http://www.kernel.org/pub/linux/utils/kernel/hotplug/
 
 #extras="extras/cdrom_id extras/scsi_id extras/volume_id extras/usb_id"
 #extras="$extras extras/ata_id extras/dasd_id extras/run_directory"
@@ -37,6 +37,8 @@ post_install()        {
                cp $confdir/init_udev.sh $u_root/etc/init.d/udev
                chmod 750 $u_root/etc/init.d/udev
        fi
+       [ ! -f $u_root/etc/udev/udev.conf ] && \
+               cp -v $confdir/udev.conf $u_root/etc/udev/
        ln -sf $root/lib/udev/udev_run_devd $root/sbin/
        ln -sf $root/lib/udev/udev_run_hotplugd $root/sbin/
                }
diff --git a/packages/base/udev/udev.conf b/packages/base/udev/udev.conf
new file mode 100644 (file)
index 0000000..609383e
--- /dev/null
@@ -0,0 +1,8 @@
+# hdw-linux udev.conf file
+
+# The initial syslog(3) priority: "err", "info", "debug" or its
+# numerical equivalent. For runtime debugging, the daemons internal
+# state can be changed with: "udevcontrol log_priority=<value>".
+udev_log="err"
+
+udev_root="/dev"
diff --git a/packages/hackbard/gnomemeeting/gnomemeeting b/packages/hackbard/gnomemeeting/gnomemeeting
new file mode 100644 (file)
index 0000000..6d06e8a
--- /dev/null
@@ -0,0 +1,10 @@
+# hdw - linux gnomemeeting package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.2.2
+# [S] 3-15
+# [D] gnomemeeting-1.2.2.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.2/
+
+confopt="$confopt --disable-debug --disable-gnome --disable-howl"
+
index c6d10ca..73f86fb 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.1.0pre2
+# [V] 1.2.0
 # [S] 3-12
-# [D] linphone-1.1.0pre2.tar.gz http://simon.morlat.free.fr/download/unstable/source/
+# [D] linphone-1.2.0.tar.gz http://simon.morlat.free.fr/download/1.2.x/source/
 
 confopt="$confopt --enable-gnome_ui=no"
 
diff --git a/packages/hackbard/ncurses-ruby/ncurses-ruby b/packages/hackbard/ncurses-ruby/ncurses-ruby
new file mode 100644 (file)
index 0000000..7648f37
--- /dev/null
@@ -0,0 +1,11 @@
+# hdw - linux ncurses-ruby package
+#
+# author: hackbard@hackdaworld.dndns.org
+#
+# [V] 1.0
+# [S] 3-2
+# [D] ncurses-ruby-1.0.tar.bz2 http://download.berlios.de/ncurses-ruby/
+
+pre_install()  {
+       ruby extconf.rb
+               }
diff --git a/packages/hackbard/ruby/ruby b/packages/hackbard/ruby/ruby
new file mode 100644 (file)
index 0000000..491d6ed
--- /dev/null
@@ -0,0 +1,8 @@
+# hdw - linux ruby package
+#
+# author: hackbard@hackdaworld.dndns.org
+#
+# [V] 1.8.4
+# [S] 3-1
+# [D] ruby-1.8.4.tar.gz ftp://ftp.ruby-lang.org/pub/ruby/
+
diff --git a/packages/hackbard/tpp/tpp b/packages/hackbard/tpp/tpp
new file mode 100644 (file)
index 0000000..25a2b4f
--- /dev/null
@@ -0,0 +1,12 @@
+# hdw - linux tpp package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.3
+# [S] 3-3
+# [D] tpp-1.3.tar.gz http://synflood.at/tpp/
+
+pre_install()  {
+       sed 's%/local%%g' Makefile > tmp~
+       mv tmp~ Makefile
+               }
index 4860560..f22c2f8 100644 (file)
@@ -2,22 +2,6 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] v1_17_2
-# [S] 3-2
-# [D] openh323-v1_17_2-src-tar.gz http://www.voxgratia.org/releases/
-# [D] openh323-v1_17_2-htmldoc-tar.gz http://www.voxgratia.org/releases/
-
-flist_pruned="$flist_pruned|etc/ld.so.cache"
-make_conf="optshared"
-
-pre_install()  {
-       export OPENH323DIR=`pwd`
-       export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/lib"
-       ldconfig
-               }
-post_install()  {
-       mkdir -p $docdir
-       tar --use-compress-program=gunzip -xvf \
-               $archdir/openh323-${ver}-htmldoc-tar.gz -C $docdir/
-               }
-
+# [V] 1.15.6
+# [S] 3-14
+# [D] openh323-1.15.6.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
index 73c9994..def1073 100644 (file)
@@ -2,21 +2,8 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] v1_9_1
-# [S] 3-1
-# [D] pwlib-v1_9_1-src-tar.gz http://www.voxgratia.org/releases/
-# [D] pwlib-v1_9_1-htmldoc-tar.gz http://www.voxgratia.org/releases/
+# [V] 1.8.7
+# [S] 3-13
+# [D] pwlib-1.8.7.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
 
-make_conf="optshared"
-
-pre_install()  {
-       export PWLIBDIR=`pwd`
-       export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD/lib"
-       ldconfig
-               }
-
-post_install() {
-       mkdir -p $docdir
-       tar --use-compress-program=gunzip -xvf \
-               $archdir/pwlib-v1_9_1-htmldoc-tar.gz -C $docdir/
-               }
+confopt="$confopt --enable-plugins --disable-openssl"
diff --git a/packages/soundtools/esound/esound b/packages/soundtools/esound/esound
new file mode 100644 (file)
index 0000000..415cd70
--- /dev/null
@@ -0,0 +1,7 @@
+# hdw - linux esound package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 0.2.36
+# [S] 3-8
+# [D] esound-0.2.36.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/