This commit is contained in:
parent
1c62f876f2
commit
4df4260819
34
news/plor/Makefile
Normal file
34
news/plor/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
news/plor/files/md5
Normal file
1
news/plor/files/md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (plor-0.3.1.tar.gz) = 40ad554318ebc47c13bd866108dc4f2d
|
10
news/plor/files/plor.1
Normal file
10
news/plor/files/plor.1
Normal file
@ -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
|
12
news/plor/patches/patch-aa
Normal file
12
news/plor/patches/patch-aa
Normal file
@ -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 <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
-#include <getopt.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
/* will be included when we will have locale support
|
||||||
|
#include <locale.h>
|
13
news/plor/patches/patch-ab
Normal file
13
news/plor/patches/patch-ab
Normal file
@ -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 <sys/param.h>
|
||||||
|
-#endif
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
1
news/plor/pkg/COMMENT
Normal file
1
news/plor/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
An alpha-release reader for reading SOUP and QWK packets.
|
4
news/plor/pkg/DESCR
Normal file
4
news/plor/pkg/DESCR
Normal file
@ -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.
|
10
news/plor/pkg/PLIST
Normal file
10
news/plor/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user