Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16 10 Jan 2024 12:44:50
    |
Muhammad Moinur Rahman (bofh)  |
textproc/minised: Update version 1.15=>1.16
- Update WWW
- Add LICENSE BSD3CLAUSE
- Adopting port as maintainers domain has expired
Changelog: https://exactcode.com/opensource/minised/
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.15 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.15 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.15 20 May 2021 04:46:10
    |
Neel Chauhan (nc)  Author: Chris Hutchinson |
textproc/minised: Pass maintainership to submitter
PR: 256015 |
1.15 19 May 2021 19:56:05
    |
Danilo Egea Gondolfo (danilo)  |
textproc/minised: Drop maintainership |
1.15 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.15 09 Oct 2014 15:45:21
  |
danilo  |
- Update from 1.14 to 1.15 |
1.14 30 Sep 2013 22:47:07
  |
danilo  |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor) |
1.14 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.14 16 Feb 2013 22:57:23
  |
pawel  |
- Update to version 1.14 [1]
- Pass maintainership to submitter
- Respect CFLAGS
- Remove Author: from pkg-descr
PR: ports/176199 [1]
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> [1] |
1.13 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
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 |
1.13 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.13 25 Oct 2009 15:50:06
 |
wen  |
- Add a entry of MASTER_SITES
Approved by: mentors(implicit) |
1.13 25 Oct 2009 00:34:36
 |
wen  |
- Update to 1.13
PR: ports/139876
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: mentors(implicit) |
1.12 07 Sep 2008 00:19:05
 |
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.12 18 Apr 2007 08:01:25
 |
sat  |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
1.12 31 Oct 2006 20:37:28
 |
sat  |
- Update to 1.12
Notified by: portscout |
1.11 31 Oct 2006 20:31:54
 |
sat  |
- Update to 1.11 |
1.10 18 Sep 2006 12:09:46
 |
sat  |
- Update to 1.10 |
1.9 02 Sep 2006 17:49:07
 |
sat  |
Add port textproc/minised:
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> |