| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=370551
|
|
|
|
|
|
|
|
|
| |
- Add stage support
Approved by: wg (mentor)
Notes:
svn path=/head/; revision=328890
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Respect CFLAGS
- Remove Author: from pkg-descr
PR: ports/176199 [1]
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> [1]
Notes:
svn path=/head/; revision=312390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
| |
Notes:
svn path=/head/; revision=276994
|
|
|
|
|
|
|
| |
Approved by: mentors(implicit)
Notes:
svn path=/head/; revision=243299
|
|
|
|
|
|
|
|
|
| |
PR: ports/139876
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: mentors(implicit)
Notes:
svn path=/head/; revision=243281
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
|
|
|
|
|
| |
- s/CSME/CENKES/ in my ports
Notes:
svn path=/head/; revision=190273
|
|
|
|
|
|
|
| |
Notified by: portscout
Notes:
svn path=/head/; revision=175926
|
|
|
|
| |
Notes:
svn path=/head/; revision=175924
|
|
|
|
| |
Notes:
svn path=/head/; revision=173298
|
|
This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU
used to use it, until they built their own sed around an extended (some
would say over-extended) regexp package.
For embedded use we searched for a tiny sed implementation especially for
use with the dietlibc and found Eric S. Raymond's sed implementation quite
handy. Though it suffered several bugs and was not under active maintenance
anymore. After sending a bunch of fixes we agreed to continue maintaining
this lovely, historic sed implementation.
Along a lot fixes and cleanups, further speedups, and some missing features
and POSIX conformance, we also added a test-suite to the package, so
regressions are quickly and easily uncovered.
WWW: http://www.exactcode.de/oss/minised/
Author: ExactCode <info@exactcode.de>
Notes:
svn path=/head/; revision=171894
|