summaryrefslogtreecommitdiff
path: root/multimedia/ppm2fli
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ppm2fli')
-rw-r--r--multimedia/ppm2fli/Makefile25
-rw-r--r--multimedia/ppm2fli/distinfo1
-rw-r--r--multimedia/ppm2fli/files/patch-aa19
-rw-r--r--multimedia/ppm2fli/pkg-comment1
-rw-r--r--multimedia/ppm2fli/pkg-descr19
-rw-r--r--multimedia/ppm2fli/pkg-plist2
6 files changed, 0 insertions, 67 deletions
diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile
deleted file mode 100644
index 2aa63c68eb7a..000000000000
--- a/multimedia/ppm2fli/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: ppm2fli
-# Date created: 7 Jan 1998
-# Whom: giffunip@asme.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= ppm2fli
-PORTVERSION= b1
-CATEGORIES= graphics
-MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/
-DISTNAME= ppm2fli_b1.92
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= giffunip@asme.org
-
-MAN1= ppm2fli.1 unflick.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ppm2fli ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/unflick ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ppm2fli.man ${PREFIX}/man/man1/ppm2fli.1
- ${INSTALL_MAN} ${WRKSRC}/unflick.man ${PREFIX}/man/man1/unflick.1
-
-.include <bsd.port.mk>
diff --git a/multimedia/ppm2fli/distinfo b/multimedia/ppm2fli/distinfo
deleted file mode 100644
index abd08aeafb36..000000000000
--- a/multimedia/ppm2fli/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ppm2fli_b1.92.tar.Z) = 259c85a90f12e2332c56ca75560bfbd2
diff --git a/multimedia/ppm2fli/files/patch-aa b/multimedia/ppm2fli/files/patch-aa
deleted file mode 100644
index ab8fcfd06a68..000000000000
--- a/multimedia/ppm2fli/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.orig Fri Feb 13 01:15:45 1998
---- Makefile Fri Feb 13 01:16:02 1998
-***************
-*** 9,15 ****
- #
- # Cflags
- #
-! CFLAGS=-O2 -Wall
- # ------------------------------------------------------------------
-
- .c.o:
---- 9,15 ----
- #
- # Cflags
- #
-! CFLAGS+=-O2 -Wall
- # ------------------------------------------------------------------
-
- .c.o:
diff --git a/multimedia/ppm2fli/pkg-comment b/multimedia/ppm2fli/pkg-comment
deleted file mode 100644
index 29ba9e21a0d3..000000000000
--- a/multimedia/ppm2fli/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Utilities to merge PPM files into animated FLI and backwards
diff --git a/multimedia/ppm2fli/pkg-descr b/multimedia/ppm2fli/pkg-descr
deleted file mode 100644
index 13e9cd78d5a9..000000000000
--- a/multimedia/ppm2fli/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it
-performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package
-can be used as read filters. Together with one of this packages
-a large number of image formats can be handled.
-
-UNFLICK writes images in PPM or FBM format.
-
-In contrast to FBM2FLI no additional package is required to build
-PPM2FLI and UNFLICK. So it can be used without any of the above mentioned
-packages, if another source of PPM,PGM,PBM or FBM images is available.
-For example, PS images can be animated using ghostscript.
-
-The current version is call `beta' because some parts are relative new
-and not totally tested. I made tests on SUN sparc-stations (various versions
-of SUN-OS), on PC running LINUX and under MSDOS using the DJGPP DOS-extender.
-In all cases the GCC compiler was used. Under MSDOS I used a modified
-makefile. Anyway, in some environments changes in the makefile are necessary.
-
--- Klaus Ehrenfried (klaus@es.go.dlr.de)
diff --git a/multimedia/ppm2fli/pkg-plist b/multimedia/ppm2fli/pkg-plist
deleted file mode 100644
index e364583e6c69..000000000000
--- a/multimedia/ppm2fli/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/ppm2fli
-bin/unflick