--- /dev/null
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_P="${PN}-2003-02-08"
+S=${WORKDIR}/${PN}
+
+DESCRIPTION="blinkperl is a telnet server, which plays BlinkenLight movies"
+SRC_URI="mirror://sourceforge/blinkserv/${MY_P}.tar.gz"
+HOMEPAGE="http://blinkserv.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~hppa x86"
+LICENSE="GPL-2"
+IUSE=""
+DEPEND=""
+RDEPEND="dev-lang/perl dev-perl/Term-ANSIScreen"
+
+PATCHES=( "${FILESDIR}"/${P}-fix-pod2man.patch
+ "${FILESDIR}"/${P}-non-local.patch
+ "${FILESDIR}"/${P}-Makefile.patch )
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}"/blinkperl.rc blinkperl
+ newconfd "${FILESDIR}"/blinkperl.confd blinkperl
+}
--- /dev/null
+--- blinkperl/blinkserver.pl.orig 2016-05-03 16:22:49.510379864 -0500
++++ blinkperl/blinkserver.pl 2016-05-03 16:22:27.172380760 -0500
+@@ -148,6 +148,8 @@
+
+ =item B<--port>=I<number>: On which Port should the server listen?
+
++=back
++
+ =head1 DESCRIPTION
+
+ B<This program> will listen on the defined port (current default value: 10001)