summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-04-05 09:40:46 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-04-05 09:40:46 +0000
commitbe7787d5bc87bc213ec86fa68246cf76ad96f15a (patch)
tree21c2f2126b74a365153087d1f6fe021fa9846e3b /devel
parent- Unbreak by chasing master site. (diff)
add libwfut - WorldForge update library
Notes
Notes: svn path=/head/; revision=189268
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libwfut/Makefile25
-rw-r--r--devel/libwfut/distinfo3
-rw-r--r--devel/libwfut/pkg-descr5
-rw-r--r--devel/libwfut/pkg-plist18
5 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8ce283e35aa4..6490965e1b1c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -634,6 +634,7 @@
SUBDIR += libvanessa_socket
SUBDIR += libvc
SUBDIR += libvolume_id
+ SUBDIR += libwfut
SUBDIR += libxalloc
SUBDIR += libytnef
SUBDIR += libzrtpcpp
diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile
new file mode 100644
index 000000000000..487a28ad7d05
--- /dev/null
+++ b/devel/libwfut/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: libwfut
+# Date created: 4th April 2007
+# Whom: Oliver Lehmann
+#
+# $FreeBSD$
+#
+
+PORTNAME= libwfut
+PORTVERSION= 0.1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR= worldforge
+
+MAINTAINER= oliver@FreeBSD.org
+COMMENT= WorldForge update library
+
+LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
+ curl.4:${PORTSDIR}/ftp/curl
+
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack
+USE_LDCONFIG= yes
+MAN1= wfut.1
+
+.include <bsd.port.mk>
diff --git a/devel/libwfut/distinfo b/devel/libwfut/distinfo
new file mode 100644
index 000000000000..70130d565166
--- /dev/null
+++ b/devel/libwfut/distinfo
@@ -0,0 +1,3 @@
+MD5 (libwfut-0.1.0.tar.gz) = d1903d581e8b423e0e8f50058a55cd8c
+SHA256 (libwfut-0.1.0.tar.gz) = ae44d35c1c7f2c402e1f5ce4e016f7daa0500bdcc9172a7ec2a08969b98d2416
+SIZE (libwfut-0.1.0.tar.gz) = 370597
diff --git a/devel/libwfut/pkg-descr b/devel/libwfut/pkg-descr
new file mode 100644
index 000000000000..810a1cc28af4
--- /dev/null
+++ b/devel/libwfut/pkg-descr
@@ -0,0 +1,5 @@
+libwfut is a C++ implementation of the Java updater tool, WFUT.
+It is primarily intended for use with WorldForge clients to allow
+integrated media updates, although it is not limited to this task.
+
+WWW: http://worldforge.org/
diff --git a/devel/libwfut/pkg-plist b/devel/libwfut/pkg-plist
new file mode 100644
index 000000000000..3764cfebc7dd
--- /dev/null
+++ b/devel/libwfut/pkg-plist
@@ -0,0 +1,18 @@
+bin/wfut
+include/libwfut-0.1/libwfut/ChannelFileList.h
+include/libwfut-0.1/libwfut/ChannelIO.h
+include/libwfut-0.1/libwfut/Encoder.h
+include/libwfut-0.1/libwfut/FileIO.h
+include/libwfut-0.1/libwfut/IO.h
+include/libwfut-0.1/libwfut/WFUT.h
+include/libwfut-0.1/libwfut/crc32.h
+include/libwfut-0.1/libwfut/header.h
+include/libwfut-0.1/libwfut/platform.h
+include/libwfut-0.1/libwfut/types.h
+lib/libwfut-0.1.a
+lib/libwfut-0.1.la
+lib/libwfut-0.1.so
+lib/libwfut-0.1.so.0
+libdata/pkgconfig/libwfut-0.1.pc
+@dirrm include/libwfut-0.1/libwfut
+@dirrm include/libwfut-0.1