Ticket #24 (closed defect: fixed)
NEW: nl-1.8
| Reported by: | mjhsieh@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | DarwinPorts | Cc: | fkr@… |
| Port: |
Description
nl is a useful tool for users. You can directly compile using FreeBSD source file without modification and any error or warning. It's very easy to do so. see http://www.freebsD.org/cgi/cvsweb.cgi/src/usr.bin/nl/
Attachments
Change History
comment:1 Changed 11 years ago by softkid@…
- Summary changed from Please obtain "nl" command from *BSD source tree to [RFE] Darwin needs the nl Command
comment:2 Changed 10 years ago by fkr@…
- Cc fkr@… added
we could possibly distribute this via darwinports.... -fkr
comment:4 Changed 10 years ago by mjhsieh@…
nl is a part of POSIX1 standard, I guess darwin need that anyway. http://www.opengroup.org/onlinepubs/007904975/utilities/nl.html
comment:5 Changed 9 years ago by mjhsieh@…
- Keywords DarwinPorts added; Darwin removed
- product changed from Darwin to DarwinPorts
- Version changed from 7.x to 1.0
- Component changed from Commands to dports
comment:7 Changed 9 years ago by mjhsieh@…
- Summary changed from [RFE] Darwin needs the nl Command to NEW: nl-1.8
nl-1.8
the portfile can be found here: ATTACHED
Description: This is the Portfile for textproc/nl , please review it and see if we can have it in the dports. The nl utility, a line numbering filter, conforms to POSIX.1 standard. The nl utility reads lines from the named file or the standard input if the file argument is ommitted, applies a configurable line numbering filter operation and writes the result to the standard output. This is from FreeBSD's source tree. I only modified the Makefile.
Homepage: http://www.freebsD.org/cgi/cvsweb.cgi/src/usr.bin/nl/
Comments: ...


From the FreeBSD man page :