non port: editors/hte/Makefile |
Number of commits found: 81 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
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:21 Tobias C. Berner (tcberner)
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Petrik <chris@officialunix.com>
* Christian Brueffer <chris@unixpages.org>
* Craig Leres <leres@FreeBSD.org>
* Daniel Eischen <deischen@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* Diego Depaoli <trebestie@gmail.com>
* Dima Dorfman <dima@unixfreak.org>
* Dmitri Goutnik <dg@syrec.org>
* Dominic Mitchell
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Frederic Cambus
* Gea-Suan Lin <gslin@gslin.org>
* Geoffrey Mainland <mainland@apeiron.net>
* Grzegorz Blach <gblach@FreeBSD.org>
* Hakisho Nukama <nukama@gmail.com>
* James Bailie <jimmy@mammothcheese.ca>
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Jason Evans <jasone@FreeBSD.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jille Timmermans (jille@quis.cx)
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Merryweather Cooper et al
* Jun-ichiro itojun Itoh <itojun@itojun.org>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kelly Yancey <kbyanc@posi.net>
* Kenneth Vestergaard Schmidt <kvs@pil.dk>
* Kris Kennaway <kris@FreeBSD.org>
* Leif Pedersen <bilbo@devpit.org>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* Mark Pulford <mark@kyne.com.au>
* Martin Blapp
* Matías Pizarro <matias@pizarro.net>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Vasilenko <acid@stu.cn.ua>
* Miguel Clara <miguelmclara@gmail.com>
* Mohammad S. Babaei <info@babaei.net>
* Nicola Vitale <nivit@email.it>
* Olga Smirnova <mistresssilvara@hotmail.com>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Patrick Li <pat@databits.net>
* Peter Wemm <peter@FreeBSD.org>
* Philippe Lefebvre <nemesis@balistik.net>
* Rimvydas Jasinskas <zrj@ef.irc>
* Roman Shterenzon <roman@xpert.com>
* Satoshi Asami (asami)
* Shaun Amott <shaun@FreeBSD.org>
* Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
* Shigeyuki Fukushima <shige@FreeBSD.org>
* Stanislav Sedov <stas@core.310.ru>
* Thomas Gellekum <tg@FreeBSD.org>
* Vitaly Magerya <vmagerya@gmail.com>
* Xin LI <delphij@FreeBSD.org>
* Ying-Chieh Liao
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* alepulver
* brett@peloton.physics.montana.edu
* buganini@gmail.com
* eric
* erich@rrnet.com
* gahr
* gelf
* giffunip@asme.org
* ijliao
* jkh
* joerg
* joseph@randomnetworks.com
* krion
* lightside <lightside@gmx.com>
* pgf
* rch@richard.eu.org
* tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
* tg
* thierry@pompo.net
* torstenb@FreeBSD.org
* verm
With hat: portmgr
7cd7a8d |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 27 Sep 2019
|
14:07 rene
editors/hte: modernize otional xorg USES
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Friday, 2 Nov 2018
|
13:32 rene
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Friday, 16 Mar 2018
|
21:29 rene
editors/hte: update to a snapshot of 2.1.1
This fixes the build on FreeBSD 12 but breaks the build on FreeBSD 10.
The source code is now retrieved from GitHub, as upstream moved to there.
Mark MAKE_JOBS_UNSAFE and add some magic to get the build started.
|
Tuesday, 13 Mar 2018
|
22:42 rene
editors/hte: take maintainership
|
Sunday, 25 Jun 2017
|
00:29 linimon
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
Tuesday, 14 Mar 2017
|
09:01 amdmi3
- Add LICENSE_FILE
- Switch to options helpers
- Cosmetic fixes
|
Sunday, 22 Jan 2017
|
22:27 rene
Reset mva@'s ports, he handed in his ports bit.
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 5 Feb 2016
|
18:38 marino
editors/hte: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
|
Wednesday, 4 Feb 2015
|
18:34 mva
- Update to version 2.1.0
|
Tuesday, 29 Jul 2014
|
21:43 adamw
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Monday, 7 Jul 2014
|
17:50 mva
- Rename ht binary and info page to hte to fix conflicting files with
print/texlive-base
PR: ports/191678
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
Tuesday, 10 Jun 2014
|
07:39 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Thursday, 16 Jan 2014
|
20:18 mva
- Enable stagedir support
- minor non-functional OPTIONS cleanup
|
Friday, 4 Oct 2013
|
08:52 bapt
Do not arbitrary rename packages
|
Friday, 20 Sep 2013
|
16:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
|
Wednesday, 19 Jun 2013
|
18:17 mva
- Update to 2.0.22
|
Sunday, 9 Dec 2012
|
09:13 mva
- Update to 2.0.21
- Trim Makefile headers
- Switch to OptionsNG
Feature safe: yes
|
Friday, 16 Mar 2012
|
06:24 mva
- Update to 2.0.20
Feature safe: yes
|
Sunday, 4 Mar 2012
|
10:08 mva
- Update to 2.0.19
- Added LICENSE information
PR: ports/165447
Submitted by: rea@
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Friday, 25 Dec 2009
|
23:07 mva
- Update to 2.0.18
Approved by: miwi (mentor)
|
Sunday, 27 Sep 2009
|
12:54 mva
Fix automated lzo2 linking - use OPTIONs instead.
Approved by: miwi (mentor)
Feature safe: yes
|
Saturday, 22 Aug 2009
|
00:20 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
|
Sunday, 26 Apr 2009
|
08:27 mva
Update to 2.0.17
Approved by: miwi (mentor)
|
Thursday, 19 Feb 2009
|
21:45 mva
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
|
Friday, 13 Feb 2009
|
07:55 beech
- Update to 2.0.16
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Tuesday, 14 Oct 2008
|
19:49 amdmi3
- Update to 2.0.15
PR: 128084
Submitted by: Marcus von Appen <mva at sysfault dot org> (maintainer)
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
Friday, 16 May 2008
|
01:46 wxs
Update to 2.0.14
PR: ports/123636
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Approved by: garga (mentor, implicit)
|
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Monday, 24 Mar 2008
|
17:02 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Thursday, 6 Mar 2008
|
19:01 miwi
- Update to 2.0.12
PR: 121419
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Tuesday, 18 Dec 2007
|
23:02 miwi
- Update to 2.0.11
PR: 118843
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Wednesday, 5 Sep 2007
|
15:04 rafan
- Update to 2.0.10
PR: ports/116073
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
|
Wednesday, 15 Aug 2007
|
13:12 itetcu
Update to 2.0.9
PR: ports/115535
Submitted by: Marcus von Appen (maintainer)
|
Sunday, 5 Aug 2007
|
21:49 miwi
- Update to 2.0.8
PR: 115225
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Friday, 22 Jun 2007
|
11:48 miwi
- Update to 2.0.7
PR: 113721
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Saturday, 9 Jun 2007
|
12:59 rafan
- BROKEN on ia64: does not build
PR: ports/113489
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
|
Friday, 25 May 2007
|
22:11 miwi
- Update to 2.0.6
PR: 112603
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tuesday, 24 Apr 2007
|
22:31 miwi
- Update to 2.0.5
PR: 1112078
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Friday, 20 Apr 2007
|
20:25 miwi
- Update to 2.0.3
PR: 111931
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Saturday, 7 Apr 2007
|
18:28 rafan
- Update to 2.0.2
PR: ports/111357
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
|
Wednesday, 28 Mar 2007
|
16:35 miwi
- Update to 2.0.1
PR: 110968
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Thursday, 8 Mar 2007
|
11:47 miwi
- Update to 2.0
Changes:
* 64-bit support (hopefully buildable on all platforms now).
* > 4 GiB file size support
* New disassemblers for x86_64, ARM, 64bit PPC, VMX128
extensions for PE and ELF files
* New x86_64 assembler
* Improved ELF handling
PR: 110070
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Saturday, 3 Mar 2007
|
18:29 kris
Now appears to build on amd64 7.x
|
Thursday, 1 Feb 2007
|
11:03 miwi
- Marked BROKEN for amd64 7.X
PR: 108653
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
|
Friday, 15 Sep 2006
|
03:46 rafan
- Update to 0.9.4
PR: ports/103269
Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
|
Thursday, 7 Sep 2006
|
12:18 rafan
- Update to 0.9.3
- Pet portlint(1)
- Pass maintainership to submitter
PR: ports/102945
Submitted by: Marcus von Appen <mva at sysfault.org>
|
Friday, 26 May 2006
|
16:31 pav
- Update to 0.9.2
PR: ports/97908
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
|
Sunday, 7 May 2006
|
10:55 edwin
Remove USE_REINPLACE from all categories starting with E
|
Friday, 28 Oct 2005
|
23:03 kris
BROKEN on ia64: Does not build
|
Wednesday, 31 Aug 2005
|
22:05 pav
- Update to 0.9.1
PR: ports/85531
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wednesday, 22 Jun 2005
|
17:42 lawrance
Update to 0.9.0
PR: ports/82530
Submitted by: Ports Fury
|
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Thursday, 23 Dec 2004
|
09:51 krion
Fix build on 5-stable/6-current
PR: ports/75396
Submitted by: Ports Fury
|
Saturday, 18 Sep 2004
|
17:44 kris
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
|
Monday, 16 Aug 2004
|
17:30 krion
Remove inappropriate BROKEN mark
PR: ports/70540
Submitted by: Ports Fury
|
02:33 kris
BROKEN on 5.x: Does not compile with gcc 3.4.2
|
Tuesday, 10 Aug 2004
|
18:26 krion
Update to version 0.8.0
PR: ports/70261
Submitted by: Ports Fury
|
Saturday, 20 Mar 2004
|
17:24 krion
- Update to version 0.7.5
PR: ports/64504
Submitted by: Ports Fury
|
Monday, 10 Nov 2003
|
18:33 krion
- Update to version 0.7.4
PR: 59122
Submitted by: Ports Fury
|
Friday, 11 Jul 2003
|
05:17 daichi
update editors/hte: Add WITHOUT_X11 knob
PR: 54323
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Sunday, 6 Jul 2003
|
10:28 osa
Update to 0.7.3
PR: 54135
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Approved by: fjoe (mentor) (implicit)
|
Tuesday, 1 Jul 2003
|
07:16 daichi
update editors/hte: 0.7.1 -> 0.7.2
PR: 52915
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
|
Sunday, 18 May 2003
|
23:42 petef
- update to 0.7.1
- switch to bz2 file
- install docs
PR: 52049
Submitted by: Ports Fury
|
Thursday, 20 Feb 2003
|
17:12 knu
De-pkg-comment.
|
Monday, 21 Oct 2002
|
11:01 ijliao
upgrade to 0.7.0
|
Wednesday, 8 May 2002
|
06:24 ijliao
upgrade to 0.6.0b
|
Thursday, 15 Nov 2001
|
09:03 ijliao
upgrade to 0.5.0
|
Sunday, 9 Sep 2001
|
14:50 ijliao
upgrade 0.4.4d drop maintainership
|
Tuesday, 12 Jun 2001
|
08:34 ijliao
add hte A file editor/viewer/analyzer for executables
|
Number of commits found: 81 |