| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
Notes:
svn path=/head/; revision=508903
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
Notes:
svn path=/head/; revision=396892
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=378258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=362023
|
|
|
|
|
|
|
|
| |
PR: 191495
Submitted by: maintainer
Notes:
svn path=/head/; revision=359902
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326167
|
|
|
|
|
|
|
|
|
|
|
| |
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
Notes:
svn path=/head/; revision=308806
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Notes:
svn path=/head/; revision=199069
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154298
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
| |
PR: ports/88224
Submitted by: maintainer
Notes:
svn path=/head/; revision=146774
|
|
|
|
|
|
|
|
| |
PR: 78795
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes:
svn path=/head/; revision=131131
|
|
|
|
|
|
|
|
| |
PR: ports/71464
Submitted by: Nicolas Jombart <ecu at ipv42 dot net> (maintainer)
Notes:
svn path=/head/; revision=118832
|
|
|
|
|
|
|
|
| |
PR: 67845
Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Notes:
svn path=/head/; revision=111309
|
|
|
|
|
|
|
|
| |
PR: ports/64208
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Notes:
svn path=/head/; revision=103982
|
|
|
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes:
svn path=/head/; revision=101812
|
|
|
|
|
|
|
|
|
|
|
| |
- Uncomment RUN_DEPENDS
- Use of DOCS
PR: 58640
Submitted by: maintainer
Notes:
svn path=/head/; revision=92795
|
|
|
|
|
|
|
|
|
|
| |
- Use ${SITE_PERL} and ${DOCSDIR}
PR: ports/57570
Submitted By: maintainer
Notes:
svn path=/head/; revision=90239
|
|
|
|
|
|
|
|
| |
PR: 55579
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Notes:
svn path=/head/; revision=86978
|
|
|
|
|
|
|
|
|
| |
PR: 53081
Submitted by: maintainer
Approved by: roberto (mentor)
Notes:
svn path=/head/; revision=82669
|
|
|
|
|
|
|
| |
is no longer installed.
Notes:
svn path=/head/; revision=79169
|
|
|
|
|
|
|
|
|
|
|
| |
- Change COMMENT to a better one
- Clean up plist
PR: 50215
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=77435
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Nicolas Jombart <ecu@ipv42.net>
To: Edwin Groothuis <edwin@FreeBSD.org>
Cc: Nicolas.Jombart@hsc-labs.com
Thank you for commiting my last PR this week. Can you, if you have time,
change my e-mail address in all of my ports ? (see diff attached).
Notes:
svn path=/head/; revision=73442
|
|
|
|
|
|
|
|
| |
PR: ports/46997
Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
Notes:
svn path=/head/; revision=73208
|
|
|
|
|
|
|
|
| |
PR: ports/44507
Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
Notes:
svn path=/head/; revision=69260
|
|
|
|
|
|
|
|
| |
PR: ports/43821
Submitted by: maintainer
Notes:
svn path=/head/; revision=67668
|
|
|
|
|
|
|
|
| |
PR: ports/42511
Submitted by: maintainer
Notes:
svn path=/head/; revision=65953
|
|
|
|
|
|
|
|
| |
PR: Nicolas.Jombart@hsc-labs.com
Submitted by: maintainer
Notes:
svn path=/head/; revision=65371
|
|
|
|
|
|
|
|
| |
PR: 40264
Submitted by: maintainer
Notes:
svn path=/head/; revision=62704
|
|
|
|
|
|
|
|
| |
PR: 37286
Submitted by: maintainer
Notes:
svn path=/head/; revision=57929
|
|
|
|
|
|
|
|
| |
PR: 37041
Submitted by: maintainer
Notes:
svn path=/head/; revision=57696
|
|
|
|
|
|
|
|
| |
PR: 34048
Submitted by: maintainer
Notes:
svn path=/head/; revision=53353
|
|
|
|
|
|
|
|
| |
PR: 33569
Submitted by: maintainer
Notes:
svn path=/head/; revision=52626
|
|
|
|
|
|
|
|
| |
PR: 32598
Submitted by: maintainer
Notes:
svn path=/head/; revision=51252
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=50783
|
|
|
|
|
|
|
| |
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=49626
|
|
PR: ports/31734
Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
Notes:
svn path=/head/; revision=49608
|