Add ppmcaption 0.9, a utility which adds text to images.

PR:		27788
Submitted by:	Mark Pulford <mark@kyne.com.au>
This commit is contained in:
Mark Pulford 2001-06-08 04:11:05 +00:00
parent 64e01ed940
commit 87996a1230
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43625
6 changed files with 28 additions and 0 deletions

View File

@ -189,6 +189,7 @@
SUBDIR += povray
SUBDIR += povray31
SUBDIR += ppm2fli
SUBDIR += ppmcaption
SUBDIR += pstoedit
SUBDIR += pvmpov
SUBDIR += py-imaging

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: ppmcaption
# Date created: May 31, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= ppmcaption
PORTVERSION= 0.9
CATEGORIES= graphics
MASTER_SITES= http://www.jwz.org/ppmcaption/
MAINTAINER= markp@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
MAN1= ppmcaption.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ppmcaption-0.9.tar.gz) = 5785a0956b6605665e285a7dcccfd8f0

View File

@ -0,0 +1 @@
A utility which adds text to images

View File

@ -0,0 +1,5 @@
The ppmcaption program adds text to images. Multiple blocks of text
can be placed on the image, with varying fonts, font sizes, colors,
and transparency.
WWW: http://www.jwz.org/ppmcaption/

View File

@ -0,0 +1 @@
bin/ppmcaption