Initial import of DeCSS version 0.0.5
DeCSS is a strip cascading style sheets from webpages.
This commit is contained in:
parent
dab2c48f90
commit
4030ce54d9
25
www/decss/Makefile
Normal file
25
www/decss/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/02/29 10:30:47 kevlo Exp $
|
||||
|
||||
DISTNAME= decss
|
||||
PKGNAME= decss-0.0.5
|
||||
CATEGORIES= www
|
||||
|
||||
MASTER_SITES= http://www.totse.com/DeCSS/
|
||||
|
||||
MAINTAINER= kevlo@openbsd.org
|
||||
|
||||
LICENSE_TYPE= PERL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/source
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/DeCSS
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/DeCSS ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/DeCSS
|
||||
.include <bsd.port.mk>
|
3
www/decss/files/md5
Normal file
3
www/decss/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (decss.tar.gz) = 1dd7fe2c77e0c4d3ceafbbd9caa61356
|
||||
RMD160 (decss.tar.gz) = fc5b34e17e67846bd56420eafe411e477689d8f5
|
||||
SHA1 (decss.tar.gz) = a5bf686d44fb0b714a7ece5d4e4ee9e0c5c4b67f
|
1
www/decss/pkg/COMMENT
Normal file
1
www/decss/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Strip cascading style sheets from webpages
|
7
www/decss/pkg/DESCR
Normal file
7
www/decss/pkg/DESCR
Normal 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.
|
||||
|
||||
See http://www.totse.com/DeCSS/ for more details.
|
3
www/decss/pkg/PLIST
Normal file
3
www/decss/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/DeCSS
|
||||
share/doc/DeCSS/README
|
||||
@dirrm share/doc/DeCSS
|
Loading…
Reference in New Issue
Block a user