non port: news/slrn/Makefile |
Number of commits found: 62 |
Wednesday, 1 Nov 2023
|
22:11 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
05f0f44 |
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 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus
* George Sorsby <george@crackpipe.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* John Holland <john@zoner.org>
* Jun-ichiro itojun Itoh <itojun@itojun.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lewis Thompson <purple@lewiz.net>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Max Khon
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Mikolaj Rydzewski <miki@ceti.pl>
* Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Pete Fritchman <petef@databits.net>
* Ralf van der Enden <tremere@cainites.net>
* Sergey Skvortsov <skv@protey.ru>
* Thierry Thomas <tthomas@mail.dotcom.fr>
* Tim Welch <ports@thepentagon.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* adam
* asaddi@philosophysw.com
* bkhl@elektrubadur.se
* gary@hayers.org
* ijliao
* kbowling
* obrien@cs.ucdavis.edu
* proff@suburbia.net
* smace
* torstenb
With hat: portmgr
4f7ba00 |
Tuesday, 23 Nov 2021
|
22:11 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
5933ac0 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 4 Nov 2019
|
21:21 rene
Returns johans's ports to the pool after safekeeping his commit bit.
 |
Wednesday, 9 Oct 2019
|
12:17 bapt
Drop the ipv6 virtual category for n* category as it is not relevant anymore
 |
Saturday, 30 Jun 2018
|
00:49 eugen
news/slrn: fix crash with SIGSERV in the iconv_convert_string()
Back out r349278 that added --with-non-gnu-iconv trying to solve
our early iconv() inconsistences that are not actual anymore
as it now now correctly returns non-zero count of convertable symbols.
This fixes unsigned underflow in the slrn code turning
negative value to large positive leading to incorrect memory accesses later.
PR: 228502
Approved by: johans (maintainer timeout, 1 month)
 |
Sunday, 6 Nov 2016
|
19:51 johans
Update slrn to 1.0.3 (bugfix release)
 |
Monday, 23 May 2016
|
20:35 amdmi3
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 19 Jan 2015
|
17:43 marino
Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
 |
Monday, 22 Dec 2014
|
11:06 johans
- Update to slrn 1.0.2
- Update MASTER_SITES
 |
Wednesday, 16 Jul 2014
|
03:00 adamw
Add DOCS option for ports with PORTDOCS in plist.
 |
Wednesday, 26 Mar 2014
|
18:54 johans
Fix character set selection that was broken with iconv from base
PR: ports/187847
Submitted by: David Marec <david.marec@davenulle.org>
 |
Sunday, 29 Dec 2013
|
22:31 johans
- Enable STAGE support
- Simplify OPTIONS handling
 |
Friday, 20 Sep 2013
|
22:31 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
 |
Wednesday, 4 Sep 2013
|
20:01 bsam
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
 |
Saturday, 27 Apr 2013
|
18:25 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Saturday, 22 Dec 2012
|
18:26 johans
- Upgrade to slrn 1.0.1
- Update MASTER_SITES
 |
Wednesday, 27 Jun 2012
|
19:52 johans
Convert to new options framework
 |
Friday, 15 Jun 2012
|
08:27 johans
- Add conflicts
- Use new style options
- Remove unneeded library version numbers
- No functional changes
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 30 Jul 2010
|
09:56 johans
- Add OPTIONS instead of knobs for news/slrn
PR: ports/149100
Submitted by: David DEMELIER
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Tuesday, 23 Feb 2010
|
18:06 johans
Update my mail address to @FreeBSD.org
Feature safe: yes
 |
Saturday, 22 Aug 2009
|
02:23 amdmi3
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself
 |
00:32 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with N
 |
Monday, 23 Mar 2009
|
18:18 johans
- Respect NOPORTDOCS
- Take maintainership
 |
Friday, 13 Mar 2009
|
23:27 shaun
Free most of my ports, since they aren't being maintained to a
reasonable standard.
 |
Tuesday, 28 Oct 2008
|
15:22 philip
Update to 0.9.9p1.
Among other things, slrn now uses libslang2 instead of libslang.
Changelog: http://slrn.sourceforge.net/docs/changes.txt
Approved by: shaun (maintainer)
 |
Friday, 6 Jun 2008
|
13:55 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Monday, 19 Jun 2006
|
20:06 shaun
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
 |
Friday, 5 May 2006
|
06:46 erwin
- Hand maintainership to submitter
- Pet portlint
PR: 96813
Submitted by: Shaun Amott <shaun@inerd.com>
 |
Friday, 14 Apr 2006
|
20:45 linimon
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr
 |
Thursday, 1 Sep 2005
|
07:18 linimon
Remove mastersite which has gone away.
 |
Sunday, 7 Nov 2004
|
16:45 petef
* update to 0.9.8.1
Submitted by: obraun
 |
Wednesday, 23 Jun 2004
|
11:42 vs
Add uudeview-support: WITH_DEVIEW
PR: ports/66323
Submitted by: Simon Dick
Approved by: maintainer silence
 |
Tuesday, 30 Mar 2004
|
19:56 krion
- Use USE_ICONV knob
Approved by: portmgr
 |
Monday, 15 Mar 2004
|
03:26 petef
Nuke USE_SIZE, it's the default now.
 |
Thursday, 11 Mar 2004
|
01:19 petef
- add slrn-0.9.8.0-ranges2.diff [0]
- use %%DOCSDIR%%, USE_SIZE [0]
- portlint [0]
- bump PORTREVISION [0]
- make gettext optional, add WITHOUT_NLS [1]
PR: 62867 [0]
Submitted by: obraun [0], Phil Pennock <pdp@nl.demon.net> [1]
 |
Wednesday, 4 Feb 2004
|
04:36 marcus
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
 |
Friday, 23 Jan 2004
|
18:12 trevor
Now gettext 0.12.1 is gettext-old.
 |
Saturday, 11 Oct 2003
|
17:45 petef
- update to 0.9.8.0 [0]
- use the provided install target instead of re-writing do-install
PR: 55988 [0]
Submitted by: Stefan Walter <sw@gegenunendlich.de> [0]
 |
Tuesday, 26 Aug 2003
|
20:25 marcus
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
 |
Monday, 25 Aug 2003
|
05:41 marcus
Chase the libintl.so shared lib version.
 |
Friday, 7 Mar 2003
|
06:07 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Monday, 4 Nov 2002
|
05:46 edwin
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
 |
Thursday, 1 Aug 2002
|
16:22 ade
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
 |
Friday, 19 Apr 2002
|
01:08 petef
Add support for localization.
PR: 36351
Submitted by: Thierry Thomas <thierry@pompo.net>
 |
Tuesday, 26 Mar 2002
|
07:24 petef
- update to 0.9.7.4
- add extra MASTER_SITES
PR: 36217
Submitted by: Jason Harris <jharris@widomaker.com>
 |
Saturday, 24 Nov 2001
|
22:04 petef
- add new MASTER_SITES - USE_BZIP2
 |
Tuesday, 20 Nov 2001
|
21:12 petef
Update to 0.9.7.3
 |
Wednesday, 3 Oct 2001
|
06:38 petef
Add a patch to fix a potential security hole (any shell scripts in uuencoded
archives would be executed, they were assumed to be a shar).
 |
Thursday, 23 Aug 2001
|
16:30 petef
- update to version 0.9.7.2 - use MASTER_SITE_SOURCEFORGE - build with SSL
by default (WITH_SSL => WITHOUT_SSL) - replace patch w/regex - clean up
do-install target - better pkg-descr - take over as maintainer
 |
Friday, 22 Jun 2001
|
12:24 asmodai
Update slrn to 0.9.7.1
 |
Tuesday, 17 Apr 2001
|
17:21 kris
Switch to .bz2 distfile to save a bit of space.
 |
Wednesday, 4 Apr 2001
|
01:54 sumikawa
Upgrade to 0.9.7.0.
 |
Tuesday, 27 Feb 2001
|
02:00 steve
Update to version 0.9.6.4.
 |
Monday, 25 Sep 2000
|
12:53 asmodai
Update to 0.9.6.3.
 |
Number of commits found: 62 |