From c26b1d2b495692599a779b61969754f9f80df540 Mon Sep 17 00:00:00 2001
From: Matthew Hunt <mph@FreeBSD.org>
Date: Fri, 13 Aug 1999 21:38:11 +0000
Subject: 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>
---
 www/demoroniser/Makefile       | 26 ++++++++++++++++++++++++++
 www/demoroniser/distinfo       |  1 +
 www/demoroniser/files/patch-aa |  8 ++++++++
 www/demoroniser/pkg-comment    |  1 +
 www/demoroniser/pkg-descr      |  7 +++++++
 www/demoroniser/pkg-plist      |  1 +
 6 files changed, 44 insertions(+)
 create mode 100644 www/demoroniser/Makefile
 create mode 100644 www/demoroniser/distinfo
 create mode 100644 www/demoroniser/files/patch-aa
 create mode 100644 www/demoroniser/pkg-comment
 create mode 100644 www/demoroniser/pkg-descr
 create mode 100644 www/demoroniser/pkg-plist

(limited to 'www')

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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0