Opened 18 years ago

Closed 18 years ago

#9131 closed defect (fixed)

NEW: txt2man-1.4.8

Reported by: ecronin (Eric Cronin) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

# $Id: $

PortSystem 1.0 name txt2man version 1.4.8 categories textproc maintainers ecronin@… description Converts flat ASCII text to man page format long_description \

Txt2man converts flat ASCII text into the man page format. \ This allows man pages to be authored without knowledge of \ nroff macros. It is a shell script that uses GNU awk, and \ it should run on any Unix-like system.

homepage http://mvertes.free.fr/ platforms darwin

master_sites http://mvertes.free.fr/download/

checksums md5 2ee6d7cc38c42b98f4d8c1eb815bd888 \

sha1 aa3989546b31c05ad09d14b895bf5a1777beefe9

configure {} build {}

destroot { system "install -m 755 -d ${destroot}${prefix}/bin"

system "install -m 755 -d ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/${portname} \

${destroot}${prefix}/bin/${portname}"

system "install -m 644 ${worksrcpath}/${portname}.1 \

${destroot}${prefix}/man/man1/${portname}.1"}

Attachments (1)

Portfile (1.1 KB) - added by ecronin (Eric Cronin) 18 years ago.
Portfile

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by ecronin (Eric Cronin)

Attachment: Portfile added

Portfile

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

good port - commited! (just replace the 'system ..' commands with 'xinstall' ones)

Note: See TracTickets for help on using tickets.