summaryrefslogtreecommitdiff
path: root/libevent
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /libevent
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'libevent')
-rw-r--r--libevent/.footprint12
-rw-r--r--libevent/.md5sum1
-rw-r--r--libevent/Pkgfile17
3 files changed, 0 insertions, 30 deletions
diff --git a/libevent/.footprint b/libevent/.footprint
deleted file mode 100644
index a1039f521..000000000
--- a/libevent/.footprint
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/event.h
-drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libevent-1.1b.so.1 -> libevent-1.1b.so.1.0.2
--rwxr-xr-x root/root usr/lib/libevent-1.1b.so.1.0.2
--rw-r--r-- root/root usr/lib/libevent.a
--rwxr-xr-x root/root usr/lib/libevent.la
-lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.1b.so.1.0.2
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/event.3.gz
diff --git a/libevent/.md5sum b/libevent/.md5sum
deleted file mode 100644
index 3bc04af67..000000000
--- a/libevent/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-ec8dac612aa43ed172f300f396fcec49 libevent-1.1b.tar.gz
diff --git a/libevent/Pkgfile b/libevent/Pkgfile
deleted file mode 100644
index 7b2851a13..000000000
--- a/libevent/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: event notification library
-# URL: http://www.monkey.org/~provos/libevent/
-# Packager: Robert McMeekin <rrm3@rrm3.org>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-
-name=libevent
-version=1.1b
-release=1
-source="http://www.monkey.org/~provos/$name-$version.tar.gz"
-
-build()
-{
- cd $name-$version
- ./configure --prefix=/usr
- make
- make install DESTDIR=$PKG
-}

Generated by cgit