non port: java/netrexx/Makefile |
Number of commits found: 28 |
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)
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Filippo Natali <filippo@widestore.net>
* Gerrit Beine <gerrit.beine@gmx.de>
* Greg Lewis <glewis@FreeBSD.org>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jose Marques
* Jose Marques <noway@nohow.demon.co.uk>
* Lapo Luchini <lapo@lapo.it>
* Lev Serebryakov <lev@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Matthew Dillon <dillon@backplane.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Mikhail T. <mi@aldan.algebra.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* OISHI Masakuni <yamasa@bsdhouse.org>
* OKAZAKI Tetsurou
* Pedro Giffuni
* Simeo Reig <reig.simeo@gmail.com>
* Sutra Zhou <zhoushuqun@gmail.com>
* Tom Judge <tj@FreeBSD.org>
* Volker Stolz <vs@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* gldisater@gldis.ca
* ijliao
* jake@checker.org
* jpbeconne
* lon_kamikaze@gmx.de
* mi
* nordwick@xcf.berkeley.edu
* nork@FreeBSD.org
* olgeni@FreeBSD.org
* rasputin
* rfarmer@predatorlabs.net
* rtdean@cytherianage.net
* tux@pinguru.net
With hat: portmgr
526869d |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 31 May 2014
|
14:53 pawel
- Add staging support
- Convert to new options framework, add EXAMPLES option
|
Monday, 10 Mar 2014
|
15:21 bapt
Convert j* to USES=zip
|
Friday, 20 Sep 2013
|
19:48 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Friday, 6 Jun 2008
|
13:38 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)
|
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, 9 May 2006
|
00:18 edwin
Remove USE_REINPLACE from categories starting with a J
|
Thursday, 26 Jan 2006
|
15:23 garga
- Make it fetchable again
PR: ports/92366
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Sunday, 8 May 2005
|
19:18 thierry
Fix size mismatch. According to the submitter:
It looks like IBM released an updated version of the NetRexx 2.05 zip file
on Jan 14 2005, which includes modifications to the documentation,
NetRexx[RC].jar files and the pinger and tablet zip (sample?) files.
I could not find a CHANGELOG file nor the mailing list archives that would
have provided info into the exact changes made without a version or
revision number bump.
PR: ports/80716
Submitted by: Linh Pham <question+fbsdports (at) closedsrc.org>
|
Sunday, 10 Apr 2005
|
21:55 kris
BROKEN: Size mismatch
|
Tuesday, 5 Apr 2005
|
23:02 hq
- Update to 2.05 [1]
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version
and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1]
- Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at
runtime [1]
- Use FIND | {MKDIR,INSTALL_DATA} to install documentation
- Add $FreeBSD$ tag in pkg-plist
PR: 79564 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
|
Saturday, 26 Mar 2005
|
20:09 kris
BROKEN: Unfetchable
Approved by: portmgr (self)
|
Thursday, 17 Feb 2005
|
18:08 hq
Update to bsd.java.mk 2.0
|
Sunday, 13 Feb 2005
|
18:28 linimon
With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ...
|
Monday, 23 Feb 2004
|
23:03 krion
- Use %%DOCSDIR%% and %%EXAMPLESDIR%%
PR: ports/63208
Submitted by: maintainer
|
Monday, 17 Nov 2003
|
12:29 trevor
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
|
Friday, 21 Feb 2003
|
12:30 knu
De-pkg-comment.
|
Thursday, 16 Jan 2003
|
03:23 edwin
[MAINTAINER UPDATE] Update build of netrexx to USE_JAVA
PR: ports/41984
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
|
Tuesday, 5 Nov 2002
|
00:19 edwin
Fixed pre-patch target broken due to REINPLACE_CMD
Noticed by: bento
|
Monday, 4 Nov 2002
|
03:05 edwin
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
|
Sunday, 16 Jun 2002
|
01:54 glewis
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd
|
Tuesday, 2 Apr 2002
|
01:26 kuriyama
Convert read.me.first from CRLF to LF, too.
Use \015 in Makefile instead of literal CR character.
PR: ports/36027
Submitted by: parv <parv_@yahoo.com>
|
Wednesday, 13 Feb 2002
|
14:58 lioux
o Install JAR files according to hier(7) and mtree(8) o Install examples
unless NOPORTDOCS o Patch instructions to make sense in ports environment
|
Friday, 16 Nov 2001
|
06:14 pat
Update to 2.02
|
Thursday, 6 Sep 2001
|
05:17 lioux
1) do not install both/either useless and/or duplicate files 2) replace
installed NetRexxC.cmd with a home grown version 3) add lang/rexx-imc as
RUN_DEPENDS due to 2) 4) also, delete both the DOS-only *.bat files and the
OS/2-only nrc.cmd file (which is not really a Rexx file). 5) furthermore,
delete the duplicate hello.nrx because: 1. a copy is installed with the
documentation; 2. one can't compile it from the same directory java is in
(unless PATH contains .). 6) switch over maintainership to submitter
|
Number of commits found: 28 |