#633 closed enhancement (fixed)
New port proposed - net/binkd
Reported by: | bk532@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
I've created Darwin port for binkd - TCP/IP daemon used to transfer files between FidoNET systems.
Follows a Portfile:
---[start of quote]--- # $Id: $
PortSystem 1.0 name binkd version 0.9.4 distname binkd094 worksrcdir ${name}-${version} checksums md5 9330297ed00655da41a49784ab1a6d16 categories net maintainers bk532@… description binkd FidoNET mailer long_description binkd is a program used in FidoNET networks to transfer files using IP transport
homepage http://2f.ru/binkd/ master_sites http://2f.ru/binkd/ use_zip yes
pre-configure {
system "/bin/cp ${worksrcpath}/mkfls/unix/* ${worksrcpath} && \ /bin/chmod a+x ${worksrcpath}/configure"
}
install {
cd ${worksrcpath} system "install -o root -m 755 binkd ${destroot}/${prefix}/sbin/" system "install -o root -m 644 binkd.8 ${destroot}/${prefix}/man/man8" system "install -o root -m 644 binkd.cfg ${destroot}/${prefix}/etc/binkd
.cfg.sample" } ---[end of quote]---
Attachments (1)
Change History (2)
Changed 21 years ago by bk532@…
comment:1 Changed 21 years ago by ole_guldberg@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
corrected to destroot'ification and commited, thanks!
ProposedPortfile