diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /net/libproxy-mozjs | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/libproxy-mozjs')
-rw-r--r-- | net/libproxy-mozjs/Makefile | 33 | ||||
-rw-r--r-- | net/libproxy-mozjs/pkg-descr | 7 | ||||
-rw-r--r-- | net/libproxy-mozjs/pkg-plist | 1 |
3 files changed, 0 insertions, 41 deletions
diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile deleted file mode 100644 index 7502d6229..000000000 --- a/net/libproxy-mozjs/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libproxy-mozjs -# Date created: 26 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 3 -CATEGORIES= net devel -PKGNAMESUFFIX= -mozjs - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Mozilla Javascript plug-in for libproxy - -LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy - -MASTERDIR= ${.CURDIR}/../libproxy -BUILD_WRKSRC= ${WRKSRC}/src/plugins -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul -CONFIGURE_ARGS=--without-gnome --without-kde --without-webkit \ - --with-mozjs --without-networkmanager --without-python \ - --without-envvar --without-file - -LIBPROXY_SLAVE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul-unstable|g' \ - ${WRKSRC}/configure - -.include "${MASTERDIR}/Makefile" diff --git a/net/libproxy-mozjs/pkg-descr b/net/libproxy-mozjs/pkg-descr deleted file mode 100644 index 1bcd6c2a3..000000000 --- a/net/libproxy-mozjs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 Mozilla-based browsers to make use of libproxy. - -WWW: http://code.google.com/p/libproxy/ diff --git a/net/libproxy-mozjs/pkg-plist b/net/libproxy-mozjs/pkg-plist deleted file mode 100644 index 9bd61ce5a..000000000 --- a/net/libproxy-mozjs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libproxy/%%VERSION%%/plugins/mozjs.so |