mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add port print/a2pdf:
a2pdf converts ASCII text to PDF format, with optional line/page numbering and Perl syntax highlighting. WWW: http://perl.jonallen.info/projects/a2pdf Author: Jon Allen <jj@jonallen.info>
This commit is contained in:
parent
55ea7d9d59
commit
f6b5cd7fa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193274
@ -3,6 +3,7 @@
|
||||
|
||||
COMMENT = Desktop publishing
|
||||
|
||||
SUBDIR += a2pdf
|
||||
SUBDIR += a2ps-a4
|
||||
SUBDIR += a2ps-letter
|
||||
SUBDIR += a2ps-letterdj
|
||||
|
26
print/a2pdf/Makefile
Normal file
26
print/a2pdf/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: a2pdf
|
||||
# Date created: 10 May 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= a2pdf
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://perl.jonallen.info/pub/Main/Ascii2Pdf/ CENKES
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Text to PDF converter
|
||||
|
||||
BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 \
|
||||
perltidy>=0:${PORTSDIR}/devel/perltidy \
|
||||
p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/a2pdf/distinfo
Normal file
3
print/a2pdf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (a2pdf-1.13.tar.gz) = 5f397b6faf2f29641e90fc308d6cff99
|
||||
SHA256 (a2pdf-1.13.tar.gz) = 6a5fd513b89ca1ecd765d701ef84a0cc2408abc49601f5c47737c0dc4c9b7b06
|
||||
SIZE (a2pdf-1.13.tar.gz) = 11079
|
5
print/a2pdf/pkg-descr
Normal file
5
print/a2pdf/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
a2pdf converts ASCII text to PDF format, with optional line/page
|
||||
numbering and Perl syntax highlighting.
|
||||
|
||||
WWW: http://perl.jonallen.info/projects/a2pdf
|
||||
Author: Jon Allen <jj@jonallen.info>
|
5
print/a2pdf/pkg-plist
Normal file
5
print/a2pdf/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/a2pdf
|
||||
%%SITE_PERL%%/App/a2pdf.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/a2pdf/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/a2pdf
|
Loading…
Reference in New Issue
Block a user