: Added Files:
authordemian <demian>
Wed, 19 Feb 2003 23:47:29 +0000 (23:47 +0000)
committerdemian <demian>
Wed, 19 Feb 2003 23:47:29 +0000 (23:47 +0000)
:  abispell-es-ES/abispell-es-Es bdb/bdb bsd-finger/bsd-finger
:  bsd-finger/glibc2.2.patch
: ----------------------------------------------------------------------

demian/abispell-es-ES/abispell-es-Es [new file with mode: 0755]
demian/bdb/bdb [new file with mode: 0755]
demian/bsd-finger/bsd-finger [new file with mode: 0755]
demian/bsd-finger/glibc2.2.patch [new file with mode: 0755]

diff --git a/demian/abispell-es-ES/abispell-es-Es b/demian/abispell-es-ES/abispell-es-Es
new file mode 100755 (executable)
index 0000000..5e43f04
--- /dev/null
@@ -0,0 +1,12 @@
+# HDW Linux abispell-es-ES
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Spanish check speller for abiword
+# [V] ""
+# [S] 3 5
+# [D] abispell-es-ES.i386.tar.gz
+
+build_main()
+{
+    mv usr/* $root/$prefix/usr
+}
diff --git a/demian/bdb/bdb b/demian/bdb/bdb
new file mode 100755 (executable)
index 0000000..7c03f76
--- /dev/null
@@ -0,0 +1,17 @@
+# HDW Linux bdb
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] Berkeley DB
+# [V] 3.3.11
+# [S] 3 3
+# [D] db-3.3.11.tar.gz http://www.sleepycat.com/update/snapshot/
+
+build_main()
+{
+    cd build_unix
+    ../dist/configure $confopt --enable-cxx --enable-compat185"
+    make $make_conf ; make $install_conf install && \
+    ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb-3.a && \
+    ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb.a 
+    [ -f /usr/include/db3 ] && rm -f /usr/include/db3
+}
diff --git a/demian/bsd-finger/bsd-finger b/demian/bsd-finger/bsd-finger
new file mode 100755 (executable)
index 0000000..58abd0d
--- /dev/null
@@ -0,0 +1,9 @@
+# HDW Linux bsd-finger
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] bsd-finger :)
+# [V] 0.17
+# [S] 3 5
+## [D] bsd-finger-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
+# [D] bsd-finger-0.17.tar.bz2 ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
+confopt="--with-debug"
diff --git a/demian/bsd-finger/glibc2.2.patch b/demian/bsd-finger/glibc2.2.patch
new file mode 100755 (executable)
index 0000000..e950f40
--- /dev/null
@@ -0,0 +1,21 @@
+missed time.h
+--- ./finger/lprint.c.orig     Tue Oct  9 14:58:18 2001
++++ ./finger/lprint.c  Tue Oct  9 14:58:50 2001
+@@ -49,6 +49,7 @@
+ #include <sys/file.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include "finger.h"
+ static void lprint(PERSON *pn);
+--- ./finger/sprint.c.orig     Tue Oct  9 14:59:26 2001
++++ ./finger/sprint.c  Tue Oct  9 14:59:33 2001
+@@ -41,6 +41,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>