flawfinder, splint, transmission: initial imports, versions 1.26, 3.1.1, 0.6.1

This commit is contained in:
Antti Nyknen 2006-09-10 15:45:32 +00:00
parent 234bef23e8
commit 32fb08be83
10 changed files with 133 additions and 0 deletions

6
flawfinder/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/flawfinder
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/flawfinder.1.gz

1
flawfinder/.md5sum Normal file
View File

@ -0,0 +1 @@
242a90ecf2f21a709a2425c8771ef38e flawfinder-1.26.tar.gz

14
flawfinder/Pkgfile Normal file
View File

@ -0,0 +1,14 @@
# Description: C/C++ source auditing tool
# URL: http://www.dwheeler.com/flawfinder/
# Maintainer: Antti Nykänen, aon at iki dot fi
# Depends on: python
name=flawfinder
version=1.26
release=1
source=(http://www.dwheeler.com/flawfinder/flawfinder-$version.tar.gz)
build () {
cd flawfinder-$version
make INSTALL_DIR=$PKG/usr install
}

61
splint/.footprint Normal file
View File

@ -0,0 +1,61 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/splint
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/splint.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/splint/
drwxr-xr-x root/root usr/share/splint/imports/
-rw-r--r-- root/root usr/share/splint/imports/assert.lcl
-rw-r--r-- root/root usr/share/splint/imports/assert.lcs
-rw-r--r-- root/root usr/share/splint/imports/ctype.lcl
-rw-r--r-- root/root usr/share/splint/imports/ctype.lcs
-rw-r--r-- root/root usr/share/splint/imports/errno.lcl
-rw-r--r-- root/root usr/share/splint/imports/errno.lcs
-rw-r--r-- root/root usr/share/splint/imports/limits.lcl
-rw-r--r-- root/root usr/share/splint/imports/limits.lcs
-rw-r--r-- root/root usr/share/splint/imports/locale.lcl
-rw-r--r-- root/root usr/share/splint/imports/locale.lcs
-rw-r--r-- root/root usr/share/splint/imports/math.lcl
-rw-r--r-- root/root usr/share/splint/imports/math.lcs
-rw-r--r-- root/root usr/share/splint/imports/setjmp.lcl
-rw-r--r-- root/root usr/share/splint/imports/setjmp.lcs
-rw-r--r-- root/root usr/share/splint/imports/signal.lcl
-rw-r--r-- root/root usr/share/splint/imports/signal.lcs
-rw-r--r-- root/root usr/share/splint/imports/stdarg.lcl
-rw-r--r-- root/root usr/share/splint/imports/stdarg.lcs
-rw-r--r-- root/root usr/share/splint/imports/stdio.lcl
-rw-r--r-- root/root usr/share/splint/imports/stdio.lcs
-rw-r--r-- root/root usr/share/splint/imports/stdlib.lcl
-rw-r--r-- root/root usr/share/splint/imports/stdlib.lcs
-rw-r--r-- root/root usr/share/splint/imports/string.lcl
-rw-r--r-- root/root usr/share/splint/imports/string.lcs
-rw-r--r-- root/root usr/share/splint/imports/strings.lcl
-rw-r--r-- root/root usr/share/splint/imports/strings.lcs
-rw-r--r-- root/root usr/share/splint/imports/time.lcl
-rw-r--r-- root/root usr/share/splint/imports/time.lcs
drwxr-xr-x root/root usr/share/splint/lib/
-rw-r--r-- root/root usr/share/splint/lib/CTrait.syms
-rw-r--r-- root/root usr/share/splint/lib/CTraitGen.lcl
-rw-r--r-- root/root usr/share/splint/lib/bool.h
-rw-r--r-- root/root usr/share/splint/lib/file.mts
-rw-r--r-- root/root usr/share/splint/lib/file.xh
-rw-r--r-- root/root usr/share/splint/lib/filerw.mts
-rw-r--r-- root/root usr/share/splint/lib/filerw.xh
-rw-r--r-- root/root usr/share/splint/lib/lclinit.lci
-rw-r--r-- root/root usr/share/splint/lib/linux.h
-rw-r--r-- root/root usr/share/splint/lib/lslinit.lsi
-rw-r--r-- root/root usr/share/splint/lib/posix.h
-rw-r--r-- root/root usr/share/splint/lib/posix.lcd
-rw-r--r-- root/root usr/share/splint/lib/posixstrict.lcd
-rw-r--r-- root/root usr/share/splint/lib/standard.h
-rw-r--r-- root/root usr/share/splint/lib/standard.lcd
-rw-r--r-- root/root usr/share/splint/lib/standardstrict.lcd
-rw-r--r-- root/root usr/share/splint/lib/stdio.h
-rw-r--r-- root/root usr/share/splint/lib/stdlib.h
-rw-r--r-- root/root usr/share/splint/lib/tainted.mts
-rw-r--r-- root/root usr/share/splint/lib/tainted.xh
-rw-r--r-- root/root usr/share/splint/lib/unix.h
-rw-r--r-- root/root usr/share/splint/lib/unix.lcd
-rw-r--r-- root/root usr/share/splint/lib/unixstrict.lcd

1
splint/.md5sum Normal file
View File

@ -0,0 +1 @@
91635d98644312302f6f16abe73c2474 splint-3.1.1.src.tgz

14
splint/Pkgfile Normal file
View File

@ -0,0 +1,14 @@
# Description: A tool for statically checking C programs
# URL: http://www.splint.org/
# Maintainer: Antti Nykänen, aon at iki dot fi
name=splint
version=3.1.1
release=1
source=(http://www.splint.org/downloads/$name-$version.src.tgz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

4
transmission/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/transmission-gtk
-rwxr-xr-x root/root usr/bin/transmissioncli

2
transmission/.md5sum Normal file
View File

@ -0,0 +1,2 @@
1156a88c77ab71782b9261881ea13811 Transmission-0.6.1.tar.gz
3c86a7e2ba9e2f7b5fa57aa32157c73b transmission-0.6.1.diff

19
transmission/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Lightweight BitTorrent client
# URL: http://transmission.m0k.org/
# Maintainer: Antti Nykänen, aon at iki dot fi
# Depends on: gtk, openssl
name=transmission
version=0.6.1
release=1
source=(http://download.m0k.org/transmission/files/Transmission-$version.tar.gz
transmission-$version.diff)
build () {
cd Transmission-$version
patch -p0 -i $SRC/transmission-$version.diff
./configure
make
install -d -m 0755 $PKG/usr/bin
install -m 0755 cli/transmissioncli gtk/transmission-gtk $PKG/usr/bin
}

View File

@ -0,0 +1,11 @@
--- configure~ 2006-06-26 00:34:41.000000000 +0300
+++ configure 2006-08-23 19:54:03.000000000 +0300
@@ -173,7 +173,7 @@
verbose gtk_test
if runcmd pkg-config gtk+-2.0
then
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
+ if runcmd `pkg-config --atleast-version 2.6.0 gtk+-2.0`
then
cat > testconf.c << EOF
#include <gtk/gtk.h>