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
This commit is contained in:
Kris Kennaway 2000-02-21 08:25:14 +00:00
parent a8f3db38bb
commit 9806fceb88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26081
6 changed files with 34 additions and 0 deletions

View File

@ -33,6 +33,7 @@
SUBDIR += chimera2
SUBDIR += comline
SUBDIR += css-mode.el
SUBDIR += decss
SUBDIR += demoroniser
SUBDIR += erwn
SUBDIR += evg

23
www/decss/Makefile Normal file
View File

@ -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>

1
www/decss/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (decss.tar.gz) = 1dd7fe2c77e0c4d3ceafbbd9caa61356

1
www/decss/pkg-comment Normal file
View File

@ -0,0 +1 @@
Strip cascading style sheets from webpages.

7
www/decss/pkg-descr Normal file
View File

@ -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/

1
www/decss/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/decss