summaryrefslogtreecommitdiffstats
path: root/net/libproxy-webkit
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-12 21:10:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-12 21:10:54 +0800
commit9f43eeb934c87900ce625fbfb16062ce062a7898 (patch)
tree0edecec609ebefbf1d65551a49c1be4e96eafeef /net/libproxy-webkit
parenta10e232a3159543727fefab24dd80958dec9400c (diff)
downloadmarcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar.gz
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar.bz2
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar.lz
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar.xz
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.tar.zst
marcuscom-ports-9f43eeb934c87900ce625fbfb16062ce062a7898.zip
Update to 0.4.6.
This took a while since it now uses cmake. And I had to figure out how that works. New -python and -perl slave ports. Also I haven't figured out how to build only optional code with cmake. Currently it builds libproxy for the slave ports too, since libproxy is quite small this isn't really a problem. Patches for this problem are welcome. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14990 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libproxy-webkit')
-rw-r--r--net/libproxy-webkit/Makefile29
-rw-r--r--net/libproxy-webkit/pkg-descr7
-rw-r--r--net/libproxy-webkit/pkg-plist1
3 files changed, 37 insertions, 0 deletions
diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile
new file mode 100644
index 000000000..08dcf2134
--- /dev/null
+++ b/net/libproxy-webkit/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libproxy-webkit
+# Date created: 26 February 2009
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= net www
+PKGNAMESUFFIX= -webkit
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= WebKit Javascript plug-in for libproxy
+
+LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy \
+ webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
+
+MASTERDIR= ${.CURDIR}/../libproxy
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBPROXY_SLAVE= webkit
+
+do-install:
+# ${MKDIR}
+ ${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_webkit.so \
+ ${PREFIX}/lib/libproxy/0.4.6/modules/
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr
new file mode 100644
index 000000000..e9b912c76
--- /dev/null
+++ b/net/libproxy-webkit/pkg-descr
@@ -0,0 +1,7 @@
+Libproxy exists to answer the question: Given a network resource, how do I
+reach it? It handles all the details, enabling you to get back to
+programming.
+
+This plug-in allows the WebKit web browser to make use of libproxy.
+
+WWW: http://code.google.com/p/libproxy/
diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist
new file mode 100644
index 000000000..0ec505707
--- /dev/null
+++ b/net/libproxy-webkit/pkg-plist
@@ -0,0 +1 @@
+lib/libproxy/%%VERSION%%/modules/pacrunner_webkit.so