non port: net/aprsc/Makefile |
Number of commits found: 19 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 9 Sep 2021
|
13:24 Diane Bruce (db)
net/aprsc: Update to 2.1.10
PR: ports/258325
Reported by: Daniel Austin <freebsd-ports@dan.me.uk>
Approved by: Maintainer
Update aprsc to 2.1.10 (latest version)
Poudriere testport logs available at:
https://pkg-builder.dan.net.uk/poudriere/data/latest-per-pkg/aprsc/2.1.10/
Small bugfix release, release notification in URL.
764294c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 16 Feb 2021
|
17:51 db
------------
* Reduce memory use significantly. The "last position of all stations"
cache was unnecessarily holding a copy of the last packet from each
station, eating 248 bytes per station (or more, if it was a long packet).
It wasn't used for anything, so I removed the packet data from the
structure, and it now uses 56 bytes per station. From about 13 megabytes
to about 3 megabytes on a normal day.
PR: ports/253296
Submitted by: freebsd-ports@dan.me.uk
Reviewed by: portmgr
Approved by: Maintainer
 |
Friday, 2 Aug 2019
|
13:30 jbeich
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
 |
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
 |
Saturday, 4 Feb 2017
|
07:56 jbeich
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
 |
Sunday, 29 Jan 2017
|
16:47 amdmi3
- Update to 2.1.4
- Switch to USES=localbase
PR: 216361
Submitted by: freebsd-ports@dan.me.uk
Approved by: toyokun@gmail.com (maintainer)
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 14 Mar 2016
|
22:41 feld
net/aprsc: Update to 2.0.19
PR: 207548
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 24 Jul 2014
|
13:32 bapt
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
 |
Sunday, 20 Jul 2014
|
19:18 antoine
Fix LIB_DEPENDS
 |
Saturday, 12 Jul 2014
|
23:20 swills
net/aprsc: fix shebang for sbin/aprsc_munin, use @sample while here
 |
10:54 marino
net/aprsc: Come to think of it, the last changed needs a revbump
 |
10:53 marino
net/aprsc: Compile with openssl
The port is intended to be compiled with the base openssl library.
Set the configure arguments to make that happen.
PR: 189165
Submitted by: maintainer (toyo)
 |
Thursday, 10 Jul 2014
|
12:13 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
 |
Friday, 18 Apr 2014
|
00:19 db
aprsc (pronounced a-purrs-c) is a plain APRS-IS server intended to be used
on the core and Tier2 APRS-IS servers. It is written in the C language,
and it runs on Linux and Unix servers.
If you need igate or other radio-interfacing features, aprsc is not for you.
- toyo
toyokun@gmail.com
WWW: http://he.fi/aprsc
PR: ports/188539
Submitted by: toyokun@gmail.com
 |
Number of commits found: 19 |