Merge branch 'master' of ssh://git.opensde.net/home/git/opensde/package-nopast

This commit is contained in:
Minto van der Sluis
2007-08-16 20:15:34 +02:00
114 changed files with 1363 additions and 1164 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
[L] GPL
[S] Stable
[V] 2.5.3
[V] 2.5.6
[P] X -----5---9 105.000
[D] 2417243524 duma_2_5_3.tar.gz http://dl.sourceforge.net/sourceforge/duma/
[D] 2526498392 duma_2_5_6.tar.gz http://dl.sourceforge.net/sourceforge/duma/
+14 -14
View File
@@ -14,25 +14,25 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2007-07-15 07:15:44.000000000 -0400
+++ ./Makefile 2007-07-15 12:52:28.000000000 -0400
@@ -170,19 +170,6 @@
--- ./Makefile.orig 2007-08-14 16:53:17.000000000 -0400
+++ ./Makefile 2007-08-15 18:04:32.000000000 -0400
@@ -215,19 +215,6 @@
SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
- @ echo
- @ echo "Testing DUMA (static library):"
all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
- @ $(ECHOLF)
- @ $(ECHO) "Testing DUMA (static library):"
- $(CURPATH)dumatest$(EXEPOSTFIX)
- $(CURPATH)tstheap$(EXEPOSTFIX) 3072
- $(CURPATH)testoperators$(EXEPOSTFIX)
- @ echo
- @ echo "DUMA static confidence test PASSED."
- @ echo
- @ echo "Testing DUMA (dynamic library)."
- (export LD_PRELOAD=./$(DUMASO); exec $(CURPATH)tstheap_so 3072)
- @ echo
- @ echo "DUMA dynamic confidence test PASSED."
- @ echo
- @ $(ECHOLF)
- @ $(ECHO) "DUMA static confidence test PASSED."
- @ $(ECHOLF)
- @ $(ECHO) "Testing DUMA (dynamic library)."
- (export LD_PRELOAD=./$(DUMASO); export DYLD_INSERT_LIBRARIES=./$(DUMASO); export DYLD_FORCE_FLAT_NAMESPACE=1; exec $(CURPATH)tstheap_so 3072)
- @ $(ECHOLF)
- @ $(ECHO) "DUMA dynamic confidence test PASSED."
- @ $(ECHOLF)
install: libduma.a duma.3 $(DUMASO)
$(INSTALL) -m 755 duma.sh $(BIN_INSTALL_DIR)/duma
+15
View File
@@ -16,3 +16,18 @@ if pkginstalled asciidoc; then
var_append makeopt ' ' 'doc'
var_append makeinstopt ' ' 'install-doc'
fi
gitweb_install() {
local dir="$root$docdir/gitweb"
mkdir -p "$dir"
cp -vf gitweb/*.{cgi,png,css} "$dir/"
cp -vf gitweb/README "$dir/"
}
hook_add postmake 5 'gitweb_install'
git_contrib_install() {
tar -cf - contrib | tar -C "$root$docdir" -xvf -
}
hook_add postmake 5 'git_contrib_install'