summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-04-09 15:11:08 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-04-09 15:11:08 +0200
commitf19e927a3e3cdf730f7902bcd7e385fdea637b8c (patch)
tree0933da8dd6d7812bfc9a4ba76621f7615c66c632 /extra
parent74e44568e392d32c32add77fc4afdef2d1482d33 (diff)
downloadnutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.gz
nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.bz2
nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.tar.xz
nutyx-pakxe-f19e927a3e3cdf730f7902bcd7e385fdea637b8c.zip
Ajout de tor#0.2.2.10-alpha-1
Diffstat (limited to 'extra')
-rw-r--r--extra/tor/.directory5
-rwxr-xr-xextra/tor/.footprint25
-rwxr-xr-xextra/tor/.md5sum1
-rwxr-xr-xextra/tor/Pkgfile16
4 files changed, 47 insertions, 0 deletions
diff --git a/extra/tor/.directory b/extra/tor/.directory
new file mode 100644
index 000000000..3280ded21
--- /dev/null
+++ b/extra/tor/.directory
@@ -0,0 +1,5 @@
+[Dolphin]
+Timestamp=2010,4,9,15,7,59
+
+[Settings]
+ShowDotFiles=true
diff --git a/extra/tor/.footprint b/extra/tor/.footprint
new file mode 100755
index 000000000..8d6d6edff
--- /dev/null
+++ b/extra/tor/.footprint
@@ -0,0 +1,25 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/tor
+-rwxr-xr-x root/root usr/bin/tor-gencert
+-rwxr-xr-x root/root usr/bin/tor-resolve
+-rwxr-xr-x root/root usr/bin/torify
+drwxr-xr-x root/root usr/etc/
+drwxr-xr-x root/root usr/etc/tor/
+-rw-r--r-- root/root usr/etc/tor/tor-tsocks.conf
+-rw-r--r-- root/root usr/etc/tor/torrc.sample
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/tor/
+-rw-r--r-- root/root usr/share/doc/tor/tor-gencert.html
+-rw-r--r-- root/root usr/share/doc/tor/tor-resolve.html
+-rw-r--r-- root/root usr/share/doc/tor/tor.html
+-rw-r--r-- root/root usr/share/doc/tor/torify.html
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/tor-gencert.1.gz
+-rw-r--r-- root/root usr/share/man/man1/tor-resolve.1.gz
+-rw-r--r-- root/root usr/share/man/man1/tor.1.gz
+-rw-r--r-- root/root usr/share/man/man1/torify.1.gz
+drwxr-xr-x root/root usr/share/tor/
+-rw-r--r-- root/root usr/share/tor/geoip
diff --git a/extra/tor/.md5sum b/extra/tor/.md5sum
new file mode 100755
index 000000000..c9a37f242
--- /dev/null
+++ b/extra/tor/.md5sum
@@ -0,0 +1 @@
+e2576c3c355b1c6830c91fb0643f06be tor-0.2.2.10-alpha.tar.gz
diff --git a/extra/tor/Pkgfile b/extra/tor/Pkgfile
new file mode 100755
index 000000000..1d650415e
--- /dev/null
+++ b/extra/tor/Pkgfile
@@ -0,0 +1,16 @@
+# Description: l'anonymat en ligne
+# URL: http://www.torproject.org/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: asciidoc, libevent, openssl, zlib
+
+name=tor
+version=0.2.2.10-alpha
+release=1
+source=(http://www.torproject.org/dist/$name-$version.tar.gz)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}