aboutsummaryrefslogtreecommitdiff
path: root/games/gnarr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /games/gnarr
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
downloadports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz
ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip
Notes
Diffstat (limited to 'games/gnarr')
-rw-r--r--games/gnarr/Makefile21
-rw-r--r--games/gnarr/distinfo2
-rw-r--r--games/gnarr/files/patch-Makefile21
-rw-r--r--games/gnarr/pkg-descr5
-rw-r--r--games/gnarr/pkg-plist18
5 files changed, 0 insertions, 67 deletions
diff --git a/games/gnarr/Makefile b/games/gnarr/Makefile
deleted file mode 100644
index 00d14bc325a7..000000000000
--- a/games/gnarr/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: roam@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= gnarr
-PORTVERSION= 3
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://www.volny.cz/nakamura/gnarr/
-
-MAINTAINER= daniel.ryslink@dialtelecom.cz
-COMMENT= Program for generating battle cries
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-NO_BUILD= yes
-USES= perl5 shebangfix
-SHEBANG_FILES= gnarr
-
-.include <bsd.port.mk>
diff --git a/games/gnarr/distinfo b/games/gnarr/distinfo
deleted file mode 100644
index 59471ffad87d..000000000000
--- a/games/gnarr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnarr-3.tar.gz) = f7c462efb0ff89ae2632db2457db785baa5f1b08606d3f9530831ff5f6a043d9
-SIZE (gnarr-3.tar.gz) = 4935
diff --git a/games/gnarr/files/patch-Makefile b/games/gnarr/files/patch-Makefile
deleted file mode 100644
index 9c5b43f163f1..000000000000
--- a/games/gnarr/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2014-06-15 18:04:50.966372146 +0800
-+++ Makefile 2014-06-15 18:05:31.349376790 +0800
-@@ -20,12 +20,12 @@ RM ?= rm -f
- all:
-
- install:
-- ${MKDIR} ${BINDIR}
-- ${INSTALL_PROGRAM} gnarr ${BINDIR}
-- ${MKDIR} ${ETCDIR}
-- ${INSTALL_DATA} etc/gnarr/* ${ETCDIR}
-- ${MKDIR} ${MAN6DIR}
-- ${INSTALL_DATA} gnarr.6 ${MAN6DIR}
-+ ${MKDIR} $(DESTDIR)${BINDIR}
-+ ${BSD_INSTALL_SCRIPT} gnarr $(DESTDIR)${BINDIR}
-+ ${MKDIR} $(DESTDIR)${ETCDIR}
-+ ${BSD_INSTALL_DATA} etc/gnarr/* $(DESTDIR)${ETCDIR}
-+ ${MKDIR} $(DESTDIR)${MAN6DIR}
-+ ${BSD_INSTALL_DATA} gnarr.6 $(DESTDIR)${MAN6DIR}
-
- clean:
-
diff --git a/games/gnarr/pkg-descr b/games/gnarr/pkg-descr
deleted file mode 100644
index 1c75ee75ceda..000000000000
--- a/games/gnarr/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-From the gnarr manpage:
-
- Gnarr generates a dwarven battle cry using some preset
- templates. It is based on the Dwarven Battle Cry Generator
- that was in Dragon Magazine, with some additions.
diff --git a/games/gnarr/pkg-plist b/games/gnarr/pkg-plist
deleted file mode 100644
index 1d1134b4cd3f..000000000000
--- a/games/gnarr/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-bin/gnarr
-etc/gnarr/ability
-etc/gnarr/adjective
-etc/gnarr/bodypart
-etc/gnarr/categories
-etc/gnarr/cripple
-etc/gnarr/deity
-etc/gnarr/event
-etc/gnarr/imperative
-etc/gnarr/insult
-etc/gnarr/item
-etc/gnarr/mockery
-etc/gnarr/people
-etc/gnarr/place
-etc/gnarr/templates
-etc/gnarr/time
-etc/gnarr/weapon
-man/man6/gnarr.6.gz