diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/decss/Makefile | 23 | ||||
-rw-r--r-- | www/decss/distinfo | 1 | ||||
-rw-r--r-- | www/decss/pkg-comment | 1 | ||||
-rw-r--r-- | www/decss/pkg-descr | 7 | ||||
-rw-r--r-- | www/decss/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cef3225b0d99..b7428ced31a0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -33,6 +33,7 @@ SUBDIR += chimera2 SUBDIR += comline SUBDIR += css-mode.el + SUBDIR += decss SUBDIR += demoroniser SUBDIR += erwn SUBDIR += evg diff --git a/www/decss/Makefile b/www/decss/Makefile new file mode 100644 index 000000000000..26cf6b3aab1e --- /dev/null +++ b/www/decss/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: decss +# Version required: 1.0 +# Date Created: 20 Feb 2000 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= decss +PKGNAME= decss-1.0 +CATEGORIES= www +MASTER_SITES= http://www.totse.com/DeCSS/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/source + +NO_BUILD= YES + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin/decss + +.include <bsd.port.mk> diff --git a/www/decss/distinfo b/www/decss/distinfo new file mode 100644 index 000000000000..635394f14984 --- /dev/null +++ b/www/decss/distinfo @@ -0,0 +1 @@ +MD5 (decss.tar.gz) = 1dd7fe2c77e0c4d3ceafbbd9caa61356 diff --git a/www/decss/pkg-comment b/www/decss/pkg-comment new file mode 100644 index 000000000000..0426e5598889 --- /dev/null +++ b/www/decss/pkg-comment @@ -0,0 +1 @@ +Strip cascading style sheets from webpages. diff --git a/www/decss/pkg-descr b/www/decss/pkg-descr new file mode 100644 index 000000000000..81ad3a98ff45 --- /dev/null +++ b/www/decss/pkg-descr @@ -0,0 +1,7 @@ +DeCSS is a utility for stripping Cascading Style Sheet (CSS) tags from an +HTML page. That's all it does. It has no relationship whatsoever to +encryption, copy protection, movies, software freedom, oppressive industry +cartels, Web site witch hunts, or any other bad things that could get you +in trouble. + +WWW: http://www.totse.com/DeCSS/ diff --git a/www/decss/pkg-plist b/www/decss/pkg-plist new file mode 100644 index 000000000000..7d797b452b17 --- /dev/null +++ b/www/decss/pkg-plist @@ -0,0 +1 @@ +bin/decss |