diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-13 21:38:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-13 21:38:11 +0000 |
commit | c26b1d2b495692599a779b61969754f9f80df540 (patch) | |
tree | a7f5ccaf5aedd55a50c09a30ba1bfb243692183d /www/demoroniser | |
parent | cc1068f6ac4689d99e3dcd93098cbf1c3cacddc5 (diff) | |
download | ports-c26b1d2b495692599a779b61969754f9f80df540.tar.gz ports-c26b1d2b495692599a779b61969754f9f80df540.zip |
Import of demoroniser 1.0, a Perl script for fixing up gratuitously
incorrect Microsoft "HTML", including those "smart quotes" that turn
into question marks when viewed with Netscape on Unix.
PR: 13110
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes:
svn path=/head/; revision=20690
Diffstat (limited to 'www/demoroniser')
-rw-r--r-- | www/demoroniser/Makefile | 26 | ||||
-rw-r--r-- | www/demoroniser/distinfo | 1 | ||||
-rw-r--r-- | www/demoroniser/files/patch-aa | 8 | ||||
-rw-r--r-- | www/demoroniser/pkg-comment | 1 | ||||
-rw-r--r-- | www/demoroniser/pkg-descr | 7 | ||||
-rw-r--r-- | www/demoroniser/pkg-plist | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile new file mode 100644 index 000000000000..20e3cca11491 --- /dev/null +++ b/www/demoroniser/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: demoroniser +# Version required: 1.0 +# Date created: 07 August 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $Id:$ +# + +DISTNAME= demoroniser +PKGNAME= demoroniser-1.0 +CATEGORIES= www +MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ + +MAINTAINER= jedgar@fxp.org + +USE_ZIP= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +MAN1= demoroniser.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/demoroniser.pl ${PREFIX}/bin/demoroniser + ${INSTALL_MAN} ${WRKDIR}/demoroniser.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/www/demoroniser/distinfo b/www/demoroniser/distinfo new file mode 100644 index 000000000000..a7f97c3aac4c --- /dev/null +++ b/www/demoroniser/distinfo @@ -0,0 +1 @@ +MD5 (demoroniser.zip) = 74b0c2ca662e7230371dc2275dc249e8 diff --git a/www/demoroniser/files/patch-aa b/www/demoroniser/files/patch-aa new file mode 100644 index 000000000000..09f9f2337f12 --- /dev/null +++ b/www/demoroniser/files/patch-aa @@ -0,0 +1,8 @@ +--- demoroniser.pl.orig Sat Jan 10 22:29:54 1998 ++++ demoroniser.pl Thu Aug 12 18:36:53 1999 +@@ -1,4 +1,4 @@ +-#! /bin/perl ++#!/usr/bin/perl + # + # De-moron-ise Text from Microsoft Applications + # diff --git a/www/demoroniser/pkg-comment b/www/demoroniser/pkg-comment new file mode 100644 index 000000000000..462433d2df82 --- /dev/null +++ b/www/demoroniser/pkg-comment @@ -0,0 +1 @@ +Correct moronic and gratuitously incompatible HTML from MS applications diff --git a/www/demoroniser/pkg-descr b/www/demoroniser/pkg-descr new file mode 100644 index 000000000000..22dd77d7e622 --- /dev/null +++ b/www/demoroniser/pkg-descr @@ -0,0 +1,7 @@ +Script to correct moronic and gratuitously incompatible HTML +generated by Microsoft applications. + +Author: John Walker +WWW : http://www.fourmilab.ch/ + +This program is in the public domain. diff --git a/www/demoroniser/pkg-plist b/www/demoroniser/pkg-plist new file mode 100644 index 000000000000..343802b3594b --- /dev/null +++ b/www/demoroniser/pkg-plist @@ -0,0 +1 @@ +bin/demoroniser |