diff --git a/news/plor/Makefile b/news/plor/Makefile new file mode 100644 index 00000000000..6c5e990b312 --- /dev/null +++ b/news/plor/Makefile @@ -0,0 +1,34 @@ +# OpenBSD makefile for: plor +# Version Required: 0.3.0 +# Date Created: 19 Dec 1997 +# Whom: joey +# +# $OpenBSD: Makefile,v 1.1.1.1 1997/12/20 02:36:06 joey Exp $ +# + +DISTNAME= plor-0.3.1 +CATEGORIES= news +MASTER_SITES= ftp://ftp.psy.unipd.it/pub/pluto/developers/ \ + ftp://ftp.unipd.it/pub/Linux/pluto/developers/ \ + ftp://ftp.linux.it/pub/Pluto/developers/ + +MAINTAINER= joey@OpenBSD.ORG + +GNU_CONFIGURE= yes + +MAN1= plor.1 + +DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \ + plor.html plor.txt + +post-install: +.if !defined{NOPORTDOCS} + @${MKDIR} ${PREFIX}/share/doc/plor +.for f in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/plor +.endfor +.endif + ${INSTALL_MAN} ${FILESDIR}/plor.1 ${PREFIX}/man/man1/plor.1 + perl -pi -e '$$a = '\''${PREFIX}/share/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man1/plor.1 + +.include diff --git a/news/plor/files/md5 b/news/plor/files/md5 new file mode 100644 index 00000000000..827d28f0e48 --- /dev/null +++ b/news/plor/files/md5 @@ -0,0 +1 @@ +MD5 (plor-0.3.1.tar.gz) = 40ad554318ebc47c13bd866108dc4f2d diff --git a/news/plor/files/plor.1 b/news/plor/files/plor.1 new file mode 100644 index 00000000000..4bfdf687b04 --- /dev/null +++ b/news/plor/files/plor.1 @@ -0,0 +1,10 @@ +.Dd Dec 30, 1996 +.Dt PLOR 1 +.Sh NAME +.Nm plor +.Nd read messages in a SOUP (HDPF) or QWK packet +.Sh DESCRIPTION +.Ar Plor +is documented is FUNKYTOKENHERE. +.Sh SEE ALSO +.Xr slnr 1 diff --git a/news/plor/patches/patch-aa b/news/plor/patches/patch-aa new file mode 100644 index 00000000000..fce28a76fc5 --- /dev/null +++ b/news/plor/patches/patch-aa @@ -0,0 +1,12 @@ +diff -ur plor-0.3.1/main.c plor-new/main.c +--- plor-0.3.1/main.c Thu May 1 11:38:35 1997 ++++ main.c Thu Jul 3 12:20:45 1997 +@@ -28,7 +28,7 @@ + #include + #include + #include +-#include ++#include + + /* will be included when we will have locale support + #include diff --git a/news/plor/patches/patch-ab b/news/plor/patches/patch-ab new file mode 100644 index 00000000000..4c37c31bbda --- /dev/null +++ b/news/plor/patches/patch-ab @@ -0,0 +1,13 @@ +diff -ur plor-0.3.1/video.c plor-new/video.c +--- plor-0.3.1/video.c Sat Mar 15 07:15:40 1997 ++++ video.c Thu Jul 3 12:17:24 1997 +@@ -8,9 +8,7 @@ + * see file COPYING for more information on copyright policy + */ + +-#ifdef _HAVE_PARAM_H + #include +-#endif + #include + #include + #include diff --git a/news/plor/pkg/COMMENT b/news/plor/pkg/COMMENT new file mode 100644 index 00000000000..212f7c1704d --- /dev/null +++ b/news/plor/pkg/COMMENT @@ -0,0 +1 @@ +An alpha-release reader for reading SOUP and QWK packets. diff --git a/news/plor/pkg/DESCR b/news/plor/pkg/DESCR new file mode 100644 index 00000000000..5c9d62d3ce2 --- /dev/null +++ b/news/plor/pkg/DESCR @@ -0,0 +1,4 @@ +This is a port of plor (which stands for Pluto Offline Linux Reader). +Plor reads soup and qwk message packets. It is alpha software. + +You can use this as an alternative to the slnr package. diff --git a/news/plor/pkg/PLIST b/news/plor/pkg/PLIST new file mode 100644 index 00000000000..5ea98e13f84 --- /dev/null +++ b/news/plor/pkg/PLIST @@ -0,0 +1,10 @@ +bin/plor +man/man1/plor.1 +share/doc/plor/AUTHORS +share/doc/plor/NEWS +share/doc/plor/TODO +share/doc/plor/plor-1.html +share/doc/plor/plor-2.html +share/doc/plor/plor.html +share/doc/plor/plor.txt +@dirrm share/doc/plor