diff --git a/www/links/Makefile b/www/links/Makefile new file mode 100644 index 00000000000..eaf15e976b5 --- /dev/null +++ b/www/links/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2000/03/09 02:12:54 espie Exp $ + +CATEGORIES= www +NEED_VERSION= 1.223 + +HOMEPAGE= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/ +MAINTAINER= espie@cvs.openbsd.org + +LICENSE_TYPE= GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +FAKE= Yes +DISTNAME= links-0.83 + +MASTER_SITES= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/download/ + +GNU_CONFIGURE= Yes + +.include diff --git a/www/links/files/md5 b/www/links/files/md5 new file mode 100644 index 00000000000..a0a74dc53bc --- /dev/null +++ b/www/links/files/md5 @@ -0,0 +1,3 @@ +MD5 (links-0.83.tar.gz) = 5fa47d1508b8466dc8f1957195eec925 +RMD160 (links-0.83.tar.gz) = c04c4fe0f9b8357d8d2e89b293c40648f4a89a9b +SHA1 (links-0.83.tar.gz) = d7ec3811a126679396ef498174f13bf505e9ef66 diff --git a/www/links/pkg/COMMENT b/www/links/pkg/COMMENT new file mode 100644 index 00000000000..f61b06105b3 --- /dev/null +++ b/www/links/pkg/COMMENT @@ -0,0 +1 @@ +text browser, displays while downloading diff --git a/www/links/pkg/DESCR b/www/links/pkg/DESCR new file mode 100644 index 00000000000..054537f426d --- /dev/null +++ b/www/links/pkg/DESCR @@ -0,0 +1,5 @@ +Links main features: +- text browser +- menus +- partial frame-support +- displays as it loads diff --git a/www/links/pkg/PLIST b/www/links/pkg/PLIST new file mode 100644 index 00000000000..19155009936 --- /dev/null +++ b/www/links/pkg/PLIST @@ -0,0 +1 @@ +bin/links diff --git a/www/links/pkg/SECURITY b/www/links/pkg/SECURITY new file mode 100644 index 00000000000..6ac89d1a446 --- /dev/null +++ b/www/links/pkg/SECURITY @@ -0,0 +1,6 @@ +$OpenBSD: SECURITY,v 1.1.1.1 2000/03/09 02:12:54 espie Exp $ +get_temp_name() calls tempnam() in session.c +It is only used in continue_download, which use the temporary name in +create_download_file, with safe == 1 (even though it sets safe to 1 in +a particularly funky way). +so this ends in an open(..., O_CREAT|O_TRUNC|O_EXCL, 0600), which is safe.