| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 272855
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Moved to Java 11 and OpenJFX 14
Changes this release:
https://bluej.org/versions.html
PR: 250761
Submitted by: mikael
Notes:
svn path=/head/; revision=553823
|
| |
|
|
|
|
|
|
|
|
|
| |
Chase r527795 and put a deprecation notice on all openjfx8-devel
dependent ports too.
Also deprecate devel/gradle4 which is only needed to build igv and
openjfx8-devel.
Notes:
svn path=/head/; revision=528706
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change minimum supported JDK version to 8u60
- Take maintainership
- Remove fallback MASTER_SITE (no longer available)
- Add LICENSE details
- Add dependency on openjfx to fix runtime error
- Set NO_ARCH=yes
- Add desktop entry
- Move install location to ${JAVASHAREDIR}/${PORTNAME} as per porter's handbook
PR: 221162
Approved by: lme (previous maintainer)
Notes:
svn path=/head/; revision=452567
|
| |
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=372556
|
| |
|
|
|
|
|
| |
While here, update to 3.1.1
Notes:
svn path=/head/; revision=358873
|
| |
|
|
|
|
|
| |
- Break lines after 80 chars
Notes:
svn path=/head/; revision=329544
|
| |
|
|
|
|
|
| |
java)
Notes:
svn path=/head/; revision=327738
|
| |
|
|
|
|
|
| |
- Trim Makefile header
Notes:
svn path=/head/; revision=317789
|
| |
|
|
| |
Notes:
svn path=/head/; revision=297277
|
| |
|
|
| |
Notes:
svn path=/head/; revision=271346
|
| |
|
|
| |
Notes:
svn path=/head/; revision=262911
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
| |
|
|
|
|
|
|
|
| |
so change my e-mail address also in those ports.
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=195496
|
| |
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 114377
Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
Notes:
svn path=/head/; revision=195161
|
| |
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
| |
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=187363
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove blank lines from pkg-plist [1]
- Add $FreeBSD$ tag in pkg-plist
- Remove redundant port name from COMMENT
PR: 97853
Submitted by: hq
Reported by: portlint [1]
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=165280
|
| |
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
| |
|
|
|
|
|
|
|
|
| |
bluej 1.3.5 -> bluej 2.0.2
PR: ports/74855
Submitted by: kevin ilchmann jørgensen <kij@imada.sdu.dk>
Notes:
svn path=/head/; revision=124444
|
| |
|
|
|
|
|
|
|
|
| |
. Change to a new maintainer.
PR: 63968
Submitted by: karlj000@unbc.ca (previous maintainer)
Notes:
svn path=/head/; revision=103446
|
| |
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
| |
|
|
|
|
|
|
|
|
|
| |
2. Install a symbolic link to the main shell script in ${PREFIX}/bin so
that people won't have to change $PATH to run it.
PR: 50481
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1 partially]
Notes:
svn path=/head/; revision=84610
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76037
|
| |
|
|
|
|
|
|
|
|
|
| |
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
Notes:
svn path=/head/; revision=64327
|
| |
|
|
|
|
|
|
|
| |
to linux-sun-jdk1.4.0.01.
PR: 41424
Notes:
svn path=/head/; revision=64326
|
| |
|
|
|
|
|
|
| |
PR: 39956, 37922
Submitted by: maintainer
Notes:
svn path=/head/; revision=62440
|
| |
|
|
|
|
|
| |
Forgotten by: znerd
Notes:
svn path=/head/; revision=61341
|
| |
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=59190
|
| |
|
|
|
|
|
|
| |
PR: 35290
Submitted by: maintainer
Notes:
svn path=/head/; revision=55214
|
| |
|
|
|
|
|
| |
set to 'znerd'.
Notes:
svn path=/head/; revision=55048
|
| |
|
|
|
|
|
|
| |
PR: 34630
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=54418
|
| |
|
|
|
|
|
| |
Approved by: sobomax
Notes:
svn path=/head/; revision=50615
|
| |
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
| |
|
|
|
|
|
|
| |
PR: 31814
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=49850
|
| |
|
|
|
|
|
|
| |
PR: 31467
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes:
svn path=/head/; revision=49642
|
| |
|
|
|
|
|
| |
Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER)
Notes:
svn path=/head/; revision=49002
|
|
|
BlueJ is an integrated Java environment designed for introductory teaching
PR: 28473
Submitted by: Jeremy Karlson <carpathia@h24-76-76-76.vc.shawcable.net>
Notes:
svn path=/head/; revision=46405
|