diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-21 08:25:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-21 08:25:14 +0000 |
commit | 9806fceb88af5fb01d845c217462c71a71339dae (patch) | |
tree | ddd8e7ad227a90f17986a0dad780bb704e75eb9f /www/decss | |
parent | a8f3db38bbe116fecbb8398a7d6c09c5886fa7a6 (diff) | |
download | ports-9806fceb88af5fb01d845c217462c71a71339dae.tar.gz ports-9806fceb88af5fb01d845c217462c71a71339dae.zip |
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.
Suggested by: peter
Notes
Notes:
svn path=/head/; revision=26081
Diffstat (limited to 'www/decss')
-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 |
5 files changed, 33 insertions, 0 deletions
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 |