1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Initial import of ppm2fli.

Utilities to merge PPM files into animated FLI and vice versa.
This commit is contained in:
Steve Price 1998-02-18 04:21:08 +00:00
parent 43adb20442
commit bf408c38b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9782
12 changed files with 136 additions and 0 deletions

24
graphics/ppm2fli/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: ppm2fli
# Version required: b1.92
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $Id: $
#
DISTNAME= ppm2fli_b1.92
PKGNAME= ppm2fli-b1
CATEGORIES= graphics misc
MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/
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>

View File

@ -0,0 +1 @@
MD5 (ppm2fli_b1.92.tar.Z) = 259c85a90f12e2332c56ca75560bfbd2

View File

@ -0,0 +1,19 @@
*** 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:

View File

@ -0,0 +1 @@
Utilities to merge PPM files into animated FLI and backwards.

View File

@ -0,0 +1,19 @@
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)

View File

@ -0,0 +1,4 @@
bin/ppm2fli
bin/unflick
man/man1/ppm2fli.1.gz
man/man1/unflick.1.gz

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: ppm2fli
# Version required: b1.92
# Date created: 7 Jan 1998
# Whom: giffunip@asme.org
#
# $Id: $
#
DISTNAME= ppm2fli_b1.92
PKGNAME= ppm2fli-b1
CATEGORIES= graphics misc
MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/
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>

View File

@ -0,0 +1 @@
MD5 (ppm2fli_b1.92.tar.Z) = 259c85a90f12e2332c56ca75560bfbd2

View File

@ -0,0 +1,19 @@
*** 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:

View File

@ -0,0 +1 @@
Utilities to merge PPM files into animated FLI and backwards.

View File

@ -0,0 +1,19 @@
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)

View File

@ -0,0 +1,4 @@
bin/ppm2fli
bin/unflick
man/man1/ppm2fli.1.gz
man/man1/unflick.1.gz