summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep>2003-12-30 17:27:31 +0000
committercjep <cjep>2003-12-30 17:27:31 +0000
commitd3e2a0f04ca821160534cc764095cef153699b78 (patch)
tree0b52a469632cd371f59e9ecdc391630fb306435a
parent57e653fde548ab91e95dc02843df2ef6cd37adc3 (diff)
downloadpkgsrc-d3e2a0f04ca821160534cc764095cef153699b78.tar.gz
Add trailing / to HOMEPAGEs
-rw-r--r--graphics/mplex/Makefile4
-rw-r--r--lang/drscheme/Makefile4
-rw-r--r--lang/gpc/Makefile4
-rw-r--r--lang/jbuilder-jit/Makefile4
-rw-r--r--lang/lua/Makefile4
-rw-r--r--lang/lua4/Makefile4
-rw-r--r--lang/yabasic/Makefile4
-rw-r--r--mail/incm/Makefile4
-rw-r--r--math/pari-galdata/Makefile4
-rw-r--r--math/pari/Makefile4
-rw-r--r--math/tochnog/Makefile4
-rw-r--r--misc/bbappconf/Makefile4
-rw-r--r--misc/ibutton-pdkit/Makefile4
-rw-r--r--net/dhisd/Makefile4
-rw-r--r--net/p5-Net-Z3950/Makefile4
-rw-r--r--pkgtools/cdpack/Makefile4
-rw-r--r--sysutils/isapnptools/Makefile4
-rw-r--r--sysutils/kdirstat/Makefile4
-rw-r--r--textproc/latex2html/Makefile4
-rw-r--r--textproc/p5-XML-XPath/Makefile4
-rw-r--r--wm/fvwm2-themes/Makefile4
-rw-r--r--www/kannel/Makefile4
-rw-r--r--www/navigator3/Makefile4
-rw-r--r--www/swiftsurf/Makefile4
24 files changed, 48 insertions, 48 deletions
diff --git a/graphics/mplex/Makefile b/graphics/mplex/Makefile
index 49a9e8cd414..c37599cf6ee 100644
--- a/graphics/mplex/Makefile
+++ b/graphics/mplex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/12/24 09:53:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/30 17:27:31 cjep Exp $
DISTNAME= mjpegtools-1.6.0
PKGNAME= mplex-1.6.0
@@ -6,7 +6,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
MAINTAINER= ben@NetBSD.org
-HOMEPAGE= http://mjpeg.sourceforge.net
+HOMEPAGE= http://mjpeg.sourceforge.net/
COMMENT= Multiplexes MPEG component streams into system layers
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index a8c87d5724b..fd994eac104 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:44:11 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= plt.src.x
@@ -13,7 +13,7 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/202/plt/ \
ftp://morpheus.wish.com.mx/pub/plt/202/plt/
MAINTAINER= groo@NetBSD.org
-HOMEPAGE= http://www.drscheme.org
+HOMEPAGE= http://www.drscheme.org/
COMMENT= R4RS-compilant and nearly R5RS-compliant scheme tailored for teaching
CONFLICTS+= mzscheme-[0-9]*:../../lang/mzscheme
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile
index 39893116394..8b9ec0bfec3 100644
--- a/lang/gpc/Makefile
+++ b/lang/gpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/09/17 19:40:41 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/12/30 17:27:31 cjep Exp $
DISTNAME= gpc-2.1
PKGREVISION= 3
@@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= gcc-2.95.3.tar.gz
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.gnu-pascal.de
+HOMEPAGE= http://www.gnu-pascal.de/
COMMENT= GNU Pascal Compiler
PATCH_SITES= ${MASTER_SITE_LOCAL}
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile
index 96114eac294..7f0f9f3d495 100644
--- a/lang/jbuilder-jit/Makefile
+++ b/lang/jbuilder-jit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/08/23 15:13:58 jschauma Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= unix_jb35foundation
@@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.cdut.edu.cn/pub2/linux/develop/jbuilder/ \
http://www.au.horde.org/pub/jbuilder/foundation/3.5/linux/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.borland.com
+HOMEPAGE= http://www.borland.com/
COMMENT= Just-In-Time compiler for Linux Java Virtual Machine
USE_JAVA= run
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index 38d68b8a072..b3f6a782be8 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:44:49 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/30 17:27:31 cjep Exp $
DISTNAME= lua-5.0
CATEGORIES= lang
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
http://ftp.chg.ru/pub/lang/lua/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.lua.org
+HOMEPAGE= http://www.lua.org/
COMMENT= Powerful light-weight language for extending applications
USE_BUILDLINK2= yes
diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile
index 1e933a57af4..57dc1cc00ca 100644
--- a/lang/lua4/Makefile
+++ b/lang/lua4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/24 21:44:37 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:31 cjep Exp $
DISTNAME= lua-4.0.1
PKGNAME= lua4-4.01
@@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
http://ftp.chg.ru/pub/lang/lua/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.lua.org
+HOMEPAGE= http://www.lua.org/
COMMENT= Powerful light-weight language for extending applications
USE_BUILDLINK2= yes
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
index 7bbeb81e9d5..b88ce08d627 100644
--- a/lang/yabasic/Makefile
+++ b/lang/yabasic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/28 09:13:57 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:31 cjep Exp $
DISTNAME= yabasic-2.722
PKGREVISION= 1
@@ -6,7 +6,7 @@ CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
MAINTAINER= david@netbsd-fr.org
-HOMEPAGE= http://www.yabasic.de
+HOMEPAGE= http://www.yabasic.de/
COMMENT= Yet another Basic for Unix and Windows
USE_X11= YES
diff --git a/mail/incm/Makefile b/mail/incm/Makefile
index 7ad4d8e7617..3767194aaad 100644
--- a/mail/incm/Makefile
+++ b/mail/incm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:46:19 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= incm-0.5
@@ -6,7 +6,7 @@ CATEGORIES= mail
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.mew.org
+HOMEPAGE= http://www.mew.org/
COMMENT= Tool to get mail from mbox file or maildir
GNU_CONFIGURE= YES
diff --git a/math/pari-galdata/Makefile b/math/pari-galdata/Makefile
index 31b39bc19c1..5fa6b79dee6 100644
--- a/math/pari-galdata/Makefile
+++ b/math/pari-galdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:48:00 grant Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/30 17:27:31 cjep Exp $
DISTNAME= galdata
PKGNAME= pari-galdata-2.1
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari/ \
http://www.gn-50uma.de/ftp/pari/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.parigp-home.de
+HOMEPAGE= http://www.parigp-home.de/
COMMENT= Galois group data for pari
DEPENDS+= pari-[0-9]*:../../math/pari
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 7485e5f2200..cbc5716b772 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2003/12/30 17:27:31 cjep Exp $
DISTNAME= pari-2.1.5
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.1/ \
http://www.gn-50uma.de/ftp/pari-2.1/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.parigp-home.de
+HOMEPAGE= http://www.parigp-home.de/
COMMENT= Software package for computer-aided number theory
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile
index 471eced1822..9b320ffff26 100644
--- a/math/tochnog/Makefile
+++ b/math/tochnog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 21:48:16 grant Exp $
+# $NetBSD: Makefile,v 1.13 2003/12/30 17:27:31 cjep Exp $
DISTNAME= tochnog-20010429
WRKSRC= ${WRKDIR}/tochnog/src
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://tochnog.sourceforge.net/pub/tochnog/
DISTFILES= tn.tar.gz tnu.ps.gz tnp.ps.gz
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://tochnog.sourceforge.net
+HOMEPAGE= http://tochnog.sourceforge.net/
COMMENT= Finite Element Analysis Program
DIST_SUBDIR= ${DISTNAME}
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile
index 909fbb9919c..c2b3f680c78 100644
--- a/misc/bbappconf/Makefile
+++ b/misc/bbappconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/11/07 15:30:09 gavan Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= bbappconf-0.0.2
@@ -7,7 +7,7 @@ CATEGORIES= misc x11 wm
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
MAINTAINER= jschauma@NetBSD.org
-HOMEPAGE= http://bbtools.windsofstorm.net
+HOMEPAGE= http://bbtools.windsofstorm.net/
COMMENT= Configure the behaviour of an application under Blackbox
USE_BUILDLINK2= YES
diff --git a/misc/ibutton-pdkit/Makefile b/misc/ibutton-pdkit/Makefile
index 24d64b92df2..fefb60f3746 100644
--- a/misc/ibutton-pdkit/Makefile
+++ b/misc/ibutton-pdkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= ulinuxgnu
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/
EXTRACT_SUFX= .zip
MAINTAINER= damon@brodiefamily.org
-HOMEPAGE= http://ibutton.com
+HOMEPAGE= http://ibutton.com/
COMMENT= 1-Wire Public Domain Kit Version 2.00
MAKEFILE= makefile
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile
index 3ee022535f5..f6abeb9c7de 100644
--- a/net/dhisd/Makefile
+++ b/net/dhisd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:51:05 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= dhisd-5.0
@@ -6,7 +6,7 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/
MAINTAINER= hubertf@NetBSD.org
-HOMEPAGE= http://www.dhis.org
+HOMEPAGE= http://www.dhis.org/
COMMENT= DynDNS server
DEPENDS+= gmp>=3.0:../../devel/gmp
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile
index 6d3f5426fe2..773cff4dcd8 100644
--- a/net/p5-Net-Z3950/Makefile
+++ b/net/p5-Net-Z3950/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 17:11:04 martti Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= Net-Z3950-0.32
@@ -8,7 +8,7 @@ CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://perl.z3950.org
+HOMEPAGE= http://perl.z3950.org/
COMMENT= Perl interface to the Z39.50 information retrieval protocol
DEPENDS+= p5-MARC>=1.15:../../databases/p5-MARC
diff --git a/pkgtools/cdpack/Makefile b/pkgtools/cdpack/Makefile
index 15203502810..eaf3e1c9cad 100644
--- a/pkgtools/cdpack/Makefile
+++ b/pkgtools/cdpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/21 17:14:05 martti Exp $
+# $NetBSD: Makefile,v 1.15 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= cdpack-1.5
@@ -8,7 +8,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://www.NetBSD.org
+HOMEPAGE= http://www.NetBSD.org/
COMMENT= Utility to create multi-cd binary package collections
# for mkisofs
diff --git a/sysutils/isapnptools/Makefile b/sysutils/isapnptools/Makefile
index 258fa3df830..901001752dd 100644
--- a/sysutils/isapnptools/Makefile
+++ b/sysutils/isapnptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:24:16 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/30 17:27:31 cjep Exp $
#
DISTNAME= isapnptools-1.26
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/hardware/} \
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.roestock.demon.co.uk
+HOMEPAGE= http://www.roestock.demon.co.uk/
COMMENT= Manually query and configure isapnp devices
ONLY_FOR_PLATFORM= NetBSD-*-i386
diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile
index f4609855df6..47a785c05f0 100644
--- a/sysutils/kdirstat/Makefile
+++ b/sysutils/kdirstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/08 14:41:41 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/30 17:27:31 cjep Exp $
DISTNAME= kdirstat-2.3.7
PKGREVISION= 3
@@ -7,7 +7,7 @@ MASTER_SITES= http://kdirstat.sourceforge.net/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= markd@NetBSD.org
-HOMEPAGE= http://kdirstat.sourceforge.net
+HOMEPAGE= http://kdirstat.sourceforge.net/
COMMENT= A graphical disk usage utility
USE_BUILDLINK2= yes
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index cbbabae5ea2..4fadd03c29b 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2003/12/30 17:27:31 cjep Exp $
DISTNAME= latex2html-2002-2-1
PKGNAME= latex2html-2002.2.1
@@ -7,7 +7,7 @@ CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
MAINTAINER= wennmach@NetBSD.org
-HOMEPAGE= http://www.latex2html.org
+HOMEPAGE= http://www.latex2html.org/
COMMENT= LaTeX to HTML converter
DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile
index 61e80e5d8a9..24464e823a2 100644
--- a/textproc/p5-XML-XPath/Makefile
+++ b/textproc/p5-XML-XPath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/12/03 22:14:46 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/30 17:27:31 cjep Exp $
DISTNAME= XML-XPath-1.08
PKGNAME= p5-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://sergeant.org
+HOMEPAGE= http://sergeant.org/
COMMENT= XML XPath software
USE_BUILDLINK2= YES
diff --git a/wm/fvwm2-themes/Makefile b/wm/fvwm2-themes/Makefile
index 5fc41602913..9b76d4d7996 100644
--- a/wm/fvwm2-themes/Makefile
+++ b/wm/fvwm2-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/09/03 13:34:58 adam Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/30 17:27:32 cjep Exp $
#
DISTNAME= fvwm-themes-${THEM_VER}
@@ -11,7 +11,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
fvwm-themes-extra-${THEM_VER}.tar.bz2
MAINTAINER= gendalia@NetBSD.org
-HOMEPAGE= http://fvwm-themes.sourceforge.net
+HOMEPAGE= http://fvwm-themes.sourceforge.net/
COMMENT= Configuration framework for fvwm2 with samples
DEPENDS+= fvwm2>=2.4.8:../../wm/fvwm2
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 1f9ef4993bf..02dde92adb2 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/12/04 19:48:26 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2003/12/30 17:28:38 cjep Exp $
#
DISTNAME= gateway-${KANNEL_VER}
@@ -8,7 +8,7 @@ CATEGORIES= www net
MASTER_SITES= http://www.kannel.org/download/${KANNEL_VER}/
MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.kannel.org
+HOMEPAGE= http://www.kannel.org/
COMMENT= Open source WAP and SMS gateway
KANNEL_VER= 1.2.1
diff --git a/www/navigator3/Makefile b/www/navigator3/Makefile
index b2c2ecc7b60..e4e471a8440 100644
--- a/www/navigator3/Makefile
+++ b/www/navigator3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/08 09:38:40 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/30 17:28:38 cjep Exp $
DISTNAME= netscape-v304-export.x86-unknown-bsd
PKGNAME= navigator3-3.04
@@ -7,7 +7,7 @@ CATEGORIES= www
MASTER_SITES= ftp://archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.netscape.com
+HOMEPAGE= http://www.netscape.com/
COMMENT= Netscape Navigator browser, version 3
ONLY_FOR_PLATFORM= *-*-i386
diff --git a/www/swiftsurf/Makefile b/www/swiftsurf/Makefile
index fb7064eacc9..0b8410e2d25 100644
--- a/www/swiftsurf/Makefile
+++ b/www/swiftsurf/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/07/22 04:14:37 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/30 17:28:39 cjep Exp $
DISTNAME= swiftsurf-1.2.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swiftsurf/}
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://swiftsurf.sourceforge.net
+HOMEPAGE= http://swiftsurf.sourceforge.net/
COMMENT= Web proxy that can handle http and https
BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml