remove rotfl
cannot fetch distfiles for a long time
This commit is contained in:
parent
3f8ad3d7af
commit
bd780d2358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65087
6 changed files with 0 additions and 58 deletions
|
@ -161,7 +161,6 @@
|
|||
SUBDIR += qscheme
|
||||
SUBDIR += ratfor
|
||||
SUBDIR += rexx-imc
|
||||
SUBDIR += rotfl
|
||||
SUBDIR += rscheme
|
||||
SUBDIR += ruby
|
||||
SUBDIR += ruby-devel
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: rotfl
|
||||
# Date created: Mar 5, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rotfl
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.bangmoney.org/projects/rotfl/ \
|
||||
ftp://ftp.bangmoney.org/pub/rotfl/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= rotfl.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rotfl ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${PREFIX}/share/rotfl
|
||||
${CP} -R ${WRKSRC}/examples ${PREFIX}/share/rotfl/
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/rotfl/docs
|
||||
.for file in HOWTO README
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/rotfl/docs
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (rotfl-0.6.4.tar.gz) = c0cca2d10dfdff8e8e2d05e682e21a84
|
|
@ -1 +0,0 @@
|
|||
rotfl is a simple text-formatting language
|
|
@ -1,9 +0,0 @@
|
|||
rotfl is a simple text-formatting language. It's similar in function
|
||||
to TeX, HTML, nroff/groff, Postscript, etc. However, it's far less
|
||||
complicated than any of those. I made is simple because I didn't want
|
||||
to learn a complicated text formatting language, yet needed to format
|
||||
some stuff for use on my server. If you are looking to create some
|
||||
nicely formatted text without having to learn a complicated language,
|
||||
then rotfl is perfect for you.
|
||||
|
||||
WWW: http://www.bangmoney.org/projects/rotfl/
|
|
@ -1,10 +0,0 @@
|
|||
bin/rotfl
|
||||
share/rotfl/examples/justify.rot
|
||||
share/rotfl/examples/list.rot
|
||||
share/rotfl/examples/many-records.rot
|
||||
share/rotfl/examples/misc.rot
|
||||
@dirrm share/rotfl/examples
|
||||
%%PORTDOCS%%share/rotfl/docs/HOWTO
|
||||
%%PORTDOCS%%share/rotfl/docs/README
|
||||
%%PORTDOCS%%@dirrm share/rotfl/docs
|
||||
@dirrm share/rotfl
|
Loading…
Reference in a new issue