summaryrefslogtreecommitdiff
path: root/news/p5-News-Newsrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* news: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam David <adam@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrey Slusar <anray@FreeBSD.org> * Brian Somers <brian@FreeBSD.org> * Carey Jones <mcj@acquiesce.org> * David O'Brien (obrien@cs.ucdavis.edu) * Denis Shaposhnikov <dsh@vlink.ru> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Frederic Cambus * George Sorsby <george@crackpipe.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Holland <john@zoner.org> * Jun-ichiro itojun Itoh <itojun@itojun.org> * Kirill Ponomarew <ponomarew@oberon.net> * Lasse L. Johnsen (lasse@freebsdcluster.org) * Lewis Thompson <purple@lewiz.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Max Khon * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikolaj Rydzewski <miki@ceti.pl> * Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Pete Fritchman <petef@databits.net> * Ralf van der Enden <tremere@cainites.net> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <tthomas@mail.dotcom.fr> * Tim Welch <ports@thepentagon.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * adam * asaddi@philosophysw.com * bkhl@elektrubadur.se * gary@hayers.org * ijliao * kbowling * obrien@cs.ucdavis.edu * proff@suburbia.net * smace * torstenb With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - support STAGEDIRAndrej Zverev2013-11-032-3/+1
| | | | Notes: svn path=/head/; revision=332594
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - Convert to new perl frameworkAndrej Zverev2013-07-311-1/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-3/+0
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323711
* Update to 1.11Eitan Adler2013-04-182-8/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316042
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2
| | | | | | | - Reassign maintainership from ports@ to perl@ Notes: svn path=/head/; revision=298336
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Add cpan site to WWWEmanuel Haupt2010-01-231-0/+2
| | | | | | | - Fix indentation, fmt -w 80 Notes: svn path=/head/; revision=248414
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 1.09Gabor Kovesdan2008-01-042-4/+4
| | | | Notes: svn path=/head/; revision=204991
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* utilize SITE_PERLYing-Chieh Liao2003-10-242-7/+6
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Patch the module to remove unnecessary `use 5.6.0' statement, so thatAnton Berezin2001-07-181-1/+4
| | | | | | | | | | | | the port can be used in -stable. Upon the maintainer request, drop his maintainership of this port. Approved by: MAINTAINER PR: 29055 Notes: svn path=/head/; revision=45230
* Upgrade to 1.08.Vanilla I. Shu2001-06-202-4/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=44243
* Remove empty directories on uninstall.Steve Price2001-04-201-0/+2
| | | | Notes: svn path=/head/; revision=41709
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* Change MAINTAINER's mail address.Akinori MUSHA2000-05-211-2/+2
| | | | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28647
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-3/+3
| | | | Notes: svn path=/head/; revision=27846
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27420
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Update to version 1.07. Also use ${PERL5} to find the perl binary.Steve Price1999-01-262-6/+6
| | | | | | | | PR: 9646 Submitted by: maintainer Notes: svn path=/head/; revision=16310
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Initial import of p5-News-Newsrc version 1.06.Steve Price1998-12-245-0/+47
A perl module for managing newsrc files. PR: 7164 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=15557