Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Aug 2019 09:02:33
20040302_1

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
20040302_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Nov 2014 17:05:57
20040302_1

|
danilo  |
- Update pkg-descr
PR: 195233
Submitted by: portmaster@bsdforge.com (maintainer) |
11 Jun 2014 12:23:26
20040302_1

|
marino  |
Resurrect devel/c2mdoc (with stage support), assign maintainer
It seems that this port was killed for not having publically available
distfiles, but from what I can tell, this was always a distfile-free
port, meaning that it was removed in error.
The PR to bring it back did not provide the required stage support, but
luckily that was trivial to add. Differences from the previous version:
* pkg-descr rewrapped
* whitespace removed from awk script (caused PORTREVISION bump)
* Header trimmed
* NOMAN definition removed
* CP+REINPLACE_CMD replaced with SED and moved to post-extract target
* Stage support
* Maintenance passed to PR submitter
PR: 189009
Submitted by: Chris Hutchinson
Tweaks by: marino |
02 May 2011 11:57:10
20040302
|
bapt  |
Remove unmaintained expired ports from devel
2011-05-01 devel/a2dev: Upstream disapear and distfile is no more available
2011-05-01 devel/c2lib: Upstream disapear and distfile is no more available
2011-05-01 devel/c2man: Upstream disapear and distfile is no more available
2011-05-01 devel/c2mdoc: Upstream disapear and distfile is no more available
2011-05-01 devel/c_parser: Upstream disapear and distfile is no more available
2011-05-01 devel/cdoc: Upstream disapear and distfile is no more available
2011-05-01 devel/diffconvert: Upstream disapear and distfile is no more
available
2011-05-01 devel/ecgi: Upstream disapear and distfile is no more available
2011-05-01 devel/error: Upstream disapear and distfile is no more available
2011-05-01 devel/excalibur-configuration: Upstream disapear and distfile is no
more available
2011-05-01 devel/freelibiberty: Upstream disapear and distfile is no more
available
2011-05-01 devel/gengameng: Upstream disapear and distfile is no more available
2011-05-01 devel/hptools: Upstream disapear and distfile is no more available (Only the first 15 lines of the commit message are shown above ) |
16 Mar 2011 13:55:41
20040302
|
bapt  |
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
21 Dec 2009 02:19:12
20040302
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
21 Apr 2009 08:26:46
20040302
|
bms  |
Drop maintainerships. |
07 May 2006 11:54:09
20040302
|
sem  |
- Remove an empty and usless distinfo file
Obtained from: distinfo survey |
04 May 2006 21:41:12
20040302
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
02 Mar 2004 12:02:15
20040302
|
bms  |
Correct a typo: .Fa -> .Ft in mdoc output. Add CVS tags. |
02 Mar 2004 09:11:28
20040302
|
bms  |
Fix a typo, PKG_PLIST should have been PLIST_FILES. |
02 Mar 2004 09:05:14
20040302
|
bms  |
c2mdoc is an awk/shell script wot I wrote to aid in documenting our many
wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using
as a baseline), so let's do it the long way round instead. This script spits
out mdoc(7) markup ready for pasting into the SYNOPSIS section of our
wonderful mdoc.template. |