summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1999-08-13 21:38:11 +0000
committermph <mph@FreeBSD.org>1999-08-13 21:38:11 +0000
commit1d69592145c65b0999e0cd1e52b9a148f03ef2a5 (patch)
tree8b61c937e1006fd07a66ccef1becd2b6303a81c9 /www
parent7114aa36babdca14a80a5bd3fdb3ce93fba95a32 (diff)
downloadFreeBSD-ports-1d69592145c65b0999e0cd1e52b9a148f03ef2a5.zip
FreeBSD-ports-1d69592145c65b0999e0cd1e52b9a148f03ef2a5.tar.gz
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>
Diffstat (limited to 'www')
-rw-r--r--www/demoroniser/Makefile26
-rw-r--r--www/demoroniser/distinfo1
-rw-r--r--www/demoroniser/files/patch-aa8
-rw-r--r--www/demoroniser/pkg-comment1
-rw-r--r--www/demoroniser/pkg-descr7
-rw-r--r--www/demoroniser/pkg-plist1
6 files changed, 44 insertions, 0 deletions
diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile
new file mode 100644
index 0000000..20e3cca
--- /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 0000000..a7f97c3
--- /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 0000000..09f9f23
--- /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 0000000..462433d
--- /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 0000000..22dd77d
--- /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 0000000..343802b
--- /dev/null
+++ b/www/demoroniser/pkg-plist
@@ -0,0 +1 @@
+bin/demoroniser
OpenPOWER on IntegriCloud