#16548 closed submission (fixed)
Leafnode
| Reported by: | martin.osx@… | Owned by: | raimue (Rainer Müller) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | news/leafnode |
Description
Leafnode is a software package that implements a store & forward NNTP proxy (client and server) that supportis TCP connections across IPv4 and IPv6. It can be used to give a regular newsreader off-line functionality, merge news articles from several upstream newsservers for newsreaders that only support one server well and avoid duplicate news download for a small LAN with multiple users reading news.
Attachments (4)
Change History (15)
Changed 18 years ago by martin.osx@…
| Attachment: | leafnode.tar.bz2 added |
|---|
Changed 18 years ago by martin.osx@…
| Attachment: | leafnode-1.tar.bz2 added |
|---|
Improved .plist and .command files.
comment:2 Changed 18 years ago by raimue (Rainer Müller)
| Cc: | raimue@… added; martin.osx@… removed |
|---|
I am a bit surprised that this port depends on zsh-devel. Does it really need the development (beta) version? Does it need zsh at all?
Note: -devel is not meant for header files as often used in Linux distributions. Instead, -devel marks a beta version or release candidate of a port.
You don't need to CC yourself as reporter.
comment:3 Changed 18 years ago by martin.osx@…
The attached start scripts depend on Z-Shell. But I can test them with /bin/zsh - which would would make things a little easier.
comment:4 Changed 18 years ago by raimue (Rainer Müller)
No, in my opinion depending on zsh from MacPorts is the right thing. My only concern is that it should be port:zsh and not port:zsh-devel.
comment:5 follow-ups: 6 7 Changed 18 years ago by raimue (Rainer Müller)
Alternatively, it could depend on path:${prefix}/bin/zsh:zsh which would be satisfied by zsh-devel as well.
comment:6 Changed 18 years ago by martin.osx@…
Replying to raimue@…:
Alternatively, it could depend on
path:${prefix}/bin/zsh:zshwhich would be satisfied by zsh-devel as well.
Great one - I do that!
comment:7 Changed 18 years ago by martin.osx@…
Replying to raimue@…:
Alternatively, it could depend on
path:${prefix}/bin/zsh:zshwhich would be satisfied by zsh-devel as well.
Done. I also fixed the dependency on /Applications/MacPorts.
Martin
Changed 18 years ago by martin.osx@…
| Attachment: | leafnode-4.tar.bz2 added |
|---|
Some more fixes as suggested in the atari800 port
comment:8 Changed 18 years ago by raimue (Rainer Müller)
| Cc: | raimue@… removed |
|---|---|
| Owner: | changed from macports-tickets@… to raimue@… |
| Status: | new → assigned |
comment:9 Changed 18 years ago by raimue (Rainer Müller)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed in r40251. I obfuscated your mail address in the Portfile.
Thanks for your submission!
comment:10 Changed 17 years ago by jmroot (Joshua Root)
| Type: | enhancement → submission |
|---|
comment:11 Changed 17 years ago by (none)
| Milestone: | Port Submissions |
|---|
Milestone Port Submissions deleted

Portfile and everything else needed.