aboutsummaryrefslogtreecommitdiffstats
path: root/www/decss
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-21 16:25:14 +0800
committerkris <kris@FreeBSD.org>2000-02-21 16:25:14 +0800
commitd9311da6a401900edfe351a3238169ec5fe4e39f (patch)
treee4a8300963e6d1d8d2d91f4b7c9745f0f2c77334 /www/decss
parent95b4aca7ee05f201997c2cd92335791916c23720 (diff)
downloadfreebsd-ports-gnome-d9311da6a401900edfe351a3238169ec5fe4e39f.tar.gz
freebsd-ports-gnome-d9311da6a401900edfe351a3238169ec5fe4e39f.tar.zst
freebsd-ports-gnome-d9311da6a401900edfe351a3238169ec5fe4e39f.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
Diffstat (limited to 'www/decss')
-rw-r--r--www/decss/Makefile23
-rw-r--r--www/decss/distinfo1
-rw-r--r--www/decss/pkg-comment1
-rw-r--r--www/decss/pkg-descr7
-rw-r--r--www/decss/pkg-plist1
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