non port: www/p5-App-Nopaste/Makefile |
Number of commits found: 48 |
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, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 23 Jul 2019
|
16:17 sunpoet
Update to 1.013
- Simplify CONFLICTS_INSTALL
Changes: https://metacpan.org/changes/distribution/App-Nopaste
|
Saturday, 6 Oct 2018
|
13:06 des
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Friday, 20 Jul 2018
|
14:54 wen
- Update to 1.012
Changes: https://metacpan.org/changes/distribution/App-Nopaste
|
Friday, 15 Sep 2017
|
08:58 mat
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sunday, 27 Aug 2017
|
17:32 sunpoet
Update to 1.011
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Thursday, 3 Aug 2017
|
17:26 sunpoet
Update to 1.010
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Saturday, 15 Apr 2017
|
00:47 sunpoet
Update to 1.009
- Add LICENSE_FILE
- Use CONFLICTS_INSTALL instead of CONFLICTS
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Monday, 27 Feb 2017
|
14:15 sunpoet
Update to 1.008
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Monday, 10 Oct 2016
|
20:29 adamw
Update to 1.007.
Changes: https://metacpan.org/changes/distribution/App-Nopaste
|
Saturday, 28 May 2016
|
17:10 sunpoet
- Update to 1.006
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 6 Mar 2015
|
03:56 sunpoet
- Update to 1.004
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Sunday, 11 Jan 2015
|
13:30 sunpoet
- Update to 1.003
- Sort PLIST
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
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
|
Monday, 10 Feb 2014
|
22:37 ehaupt
Update to 0.96
|
Monday, 20 Jan 2014
|
17:00 sunpoet
- Update to 0.94
- Sort *_DEPENDS
- Add TEST_DEPENDS
- Convert to new options helper
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Thursday, 7 Nov 2013
|
06:19 vanilla
Support STAGEDIR.
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Friday, 2 Aug 2013
|
18:52 mat
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Monday, 29 Apr 2013
|
11:56 tobez
Update to 0.92.
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Tuesday, 29 Jan 2013
|
09:38 tobez
Update to 0.91.
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Friday, 11 Jan 2013
|
12:51 tobez
Update to 0.90.
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Wednesday, 18 Jul 2012
|
17:59 sunpoet
- Update to 0.35
- Sort *_DEPENDS
- Sort OPTIONS_* and their handlers
- Refine option descriptions
- Sort MAN3
- Add missing trailing slash to WWW
Changes: http://search.cpan.org/dist/App-Nopaste/Changes
|
Monday, 16 Jul 2012
|
13:47 az
- Update to 0.34
|
Thursday, 31 May 2012
|
11:19 bapt
Convert to new options framework
|
Monday, 6 Feb 2012
|
23:34 bapt
give all my p5-* ports to perl team
|
Saturday, 17 Dec 2011
|
10:38 bapt
- update to 0.33
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.33/Changes
|
Monday, 31 Oct 2011
|
18:05 bapt
- update to 0.32
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.32/Changes
|
Monday, 5 Sep 2011
|
15:12 bapt
- update to 0.31
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.31/Changes
- pet portlint
|
Sunday, 28 Aug 2011
|
19:20 bapt
- update to 0.30
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.30/Changes
|
Wednesday, 24 Aug 2011
|
08:31 bapt
- update to 0.29
- update licenses
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.29/Changes
|
Wednesday, 23 Mar 2011
|
21:24 bapt
- update to 0.28
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.28/Changes
|
Friday, 11 Mar 2011
|
11:00 bapt
- upgrade to 0.27
- switch to new CPAN:AUTHOR macros
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.27/Changes
|
Monday, 28 Feb 2011
|
00:24 bapt
- update to 0.26
- Changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.26/Changes
|
Tuesday, 8 Feb 2011
|
07:59 bapt
Fix master site
Reported by: Erwin
Feature safe: yes
|
Monday, 7 Feb 2011
|
10:31 bapt
- update to 0.25
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.25/Changes
- add license
- refactor dependencies
Feature safe: yes
|
Wednesday, 28 Jul 2010
|
17:31 bapt
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
|
Wednesday, 16 Jun 2010
|
06:07 wen
- Update to 0.22
PR: ports/147874
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
|
Sunday, 6 Jun 2010
|
20:16 pgollucci
- Update to 0.21
PR: ports/147403
Approved by: baptiste.daroussin@gmail.com (maintainer)
Submitted by: myself (pgollucci@)
Changes: http://search.cpan.org/dist/App-NopasteChanges
|
Wednesday, 21 Apr 2010
|
16:07 sylvio
- Update to 0.20
PR: ports/145843
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit)
|
Wednesday, 31 Mar 2010
|
02:55 wen
- Update to 0.19
PR: ports/145216
Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer)
|
Friday, 22 Jan 2010
|
14:24 kuriyama
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).
Approved by: portmgr (itetcu)
|
Tuesday, 12 Jan 2010
|
00:50 pgollucci
- Update to 0.18
PR: ports/142685
Approved by: baptiste.daroussin@gmail.com (maintainer)
Submitted by: myself (pgollucci@)
|
Tuesday, 15 Dec 2009
|
21:08 pgollucci
- Update to 0.17
PR: ports/141547
Approved by: maintainer
Submitted by: myself (pgollucci@)
|
Thursday, 12 Mar 2009
|
16:51 miwi
This module aims to smooth out the differences between pastebins, and provides
redundancy: if one site doesn't work, it just tries a different one.
WWW: http://search.cpan.org/dist/App-Nopaste
PR: ports/132500
Submitted by: bapt <baptiste.daroussin at gmail.com>
|
Number of commits found: 48 |