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:
parent
64e01ed940
commit
87996a1230
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43625
@ -189,6 +189,7 @@
|
||||
SUBDIR += povray
|
||||
SUBDIR += povray31
|
||||
SUBDIR += ppm2fli
|
||||
SUBDIR += ppmcaption
|
||||
SUBDIR += pstoedit
|
||||
SUBDIR += pvmpov
|
||||
SUBDIR += py-imaging
|
||||
|
19
graphics/ppmcaption/Makefile
Normal file
19
graphics/ppmcaption/Makefile
Normal 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>
|
1
graphics/ppmcaption/distinfo
Normal file
1
graphics/ppmcaption/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ppmcaption-0.9.tar.gz) = 5785a0956b6605665e285a7dcccfd8f0
|
1
graphics/ppmcaption/pkg-comment
Normal file
1
graphics/ppmcaption/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A utility which adds text to images
|
5
graphics/ppmcaption/pkg-descr
Normal file
5
graphics/ppmcaption/pkg-descr
Normal 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/
|
1
graphics/ppmcaption/pkg-plist
Normal file
1
graphics/ppmcaption/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ppmcaption
|
Loading…
Reference in New Issue
Block a user