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 \
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)
Change History (2)
Changed 18 years ago by ecronin (Eric Cronin)
comment:1 Changed 18 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
good port - commited! (just replace the 'system ..' commands with 'xinstall' ones)
Portfile