aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-09-18 01:00:40 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-09-18 01:00:40 +0000
commit1c64dd0e82510cafab77e0e2766d1c56897ea676 (patch)
treea302c2b5ac3ec6c872819a8232e8b40fa533a42d /misc
parent29ecdae589ffd35d45d4ace393263a0043120fae (diff)
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/asciiquarium/Makefile37
-rw-r--r--misc/asciiquarium/distinfo2
-rw-r--r--misc/asciiquarium/pkg-descr4
-rw-r--r--misc/p5-Term-Animation/Makefile26
-rw-r--r--misc/p5-Term-Animation/distinfo2
-rw-r--r--misc/p5-Term-Animation/pkg-descr15
-rw-r--r--misc/p5-Term-Animation/pkg-plist3
7 files changed, 0 insertions, 89 deletions
diff --git a/misc/asciiquarium/Makefile b/misc/asciiquarium/Makefile
deleted file mode 100644
index 6ccb098ed520..000000000000
--- a/misc/asciiquarium/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# New ports collection makefile for: asciiquarium
-# Date created: 18 september 2005
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= asciiquarium
-PORTVERSION= 1.0
-CATEGORIES= misc
-MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= An aquarium/sea animation in ASCII art
-
-BUILD_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/misc/p5-Term-Animation
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PLIST_FILES= bin/asciiquarium
-
-USE_PERL5_RUN= yes
-NO_BUILD= yes
-
-PORTDOCS= CHANGES README
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/asciiquarium/distinfo b/misc/asciiquarium/distinfo
deleted file mode 100644
index 7943b159c296..000000000000
--- a/misc/asciiquarium/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (asciiquarium_1.0.tar.gz) = 986ce9a24fd79824fb729bb947a3b9de
-SIZE (asciiquarium_1.0.tar.gz) = 13904
diff --git a/misc/asciiquarium/pkg-descr b/misc/asciiquarium/pkg-descr
deleted file mode 100644
index a9f9c7253a76..000000000000
--- a/misc/asciiquarium/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Asciiquarium is an aquarium/sea animation in ASCII art.
-
-Author: Kirk Baucom <kbaucom@schizoid.com>
-WWW: http://www.robobunny.com/projects/asciiquarium/
diff --git a/misc/p5-Term-Animation/Makefile b/misc/p5-Term-Animation/Makefile
deleted file mode 100644
index bbf7f2bc18af..000000000000
--- a/misc/p5-Term-Animation/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# New ports collection makefile for: p5-Term-Animation
-# Date created: 18 september 2005
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Term-Animation
-PORTVERSION= 2.1
-CATEGORIES= misc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Term
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= ASCII sprite animation framework
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-MAN3= Term::Animation.3
-
-.include <bsd.port.mk>
diff --git a/misc/p5-Term-Animation/distinfo b/misc/p5-Term-Animation/distinfo
deleted file mode 100644
index f3da165e004a..000000000000
--- a/misc/p5-Term-Animation/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (Term-Animation-2.1.tar.gz) = 8bfb8225be9318f95e0b1e1718da9691
-SIZE (Term-Animation-2.1.tar.gz) = 17369
diff --git a/misc/p5-Term-Animation/pkg-descr b/misc/p5-Term-Animation/pkg-descr
deleted file mode 100644
index 83d52f6e0fa4..000000000000
--- a/misc/p5-Term-Animation/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-A framework to produce sprite animations using ASCII art.
-
-This module provides a framework to produce sprite animations using
-ASCII art. Each ASCII 'sprite' is given one or more frames, and
-placed into the animation as an 'animation object'. An animation
-object can have a callback routine that controls the position and
-frame of the object.
-
-If the constructor is passed no arguments, it assumes that it is
-running full screen, and behaves accordingly. Alternatively, it can
-accept a curses window (created with the Curses newwin call) as an
-argument, and will draw into that window.
-
-Author: Kirk Baucom, <kbaucom@schizoid.com>
-WWW: http://search.cpan.org/dist/Term-Animation/
diff --git a/misc/p5-Term-Animation/pkg-plist b/misc/p5-Term-Animation/pkg-plist
deleted file mode 100644
index 4df5bac5e18b..000000000000
--- a/misc/p5-Term-Animation/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%SITE_PERL%%/Term/Animation.pm
-%%SITE_PERL%%/Term/Animation/Entity.pm
-@dirrm %%SITE_PERL%%/Term/Animation