summaryrefslogtreecommitdiff
path: root/net-mgmt/pancho/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | 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-261-0/+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
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* net-mgmt/pancho: support stageWilliam Grzybowski2014-06-301-8/+3
| | | | | | | | PR: 191495 Submitted by: maintainer Notes: svn path=/head/; revision=359902
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-031-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326167
* Update maintainer address.Wesley Shields2012-12-121-7/+2
| | | | | | | | | | | 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
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-1/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 9.3.9Sergey Matveychuk2005-10-301-1/+1
| | | | | | | | PR: ports/88224 Submitted by: maintainer Notes: svn path=/head/; revision=146774
* Update to 9.3.7Tilman Keskinoz2005-03-131-1/+1
| | | | | | | | PR: 78795 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=131131
* Update to 9.3.5.Mark Linimon2004-10-121-2/+2
| | | | | | | | PR: ports/71464 Submitted by: Nicolas Jombart <ecu at ipv42 dot net> (maintainer) Notes: svn path=/head/; revision=118832
* - update to 9.3.2Clement Laforet2004-06-111-2/+3
| | | | | | | | PR: 67845 Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer) Notes: svn path=/head/; revision=111309
* - Update to 9.3.1Pav Lucistnik2004-03-141-1/+1
| | | | | | | | PR: ports/64208 Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer) Notes: svn path=/head/; revision=103982
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-2/+2
| | | | | | | | | | 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
* - Update to 9.2.4Sergei Kolobov2003-11-011-7/+7
| | | | | | | | | | | - Uncomment RUN_DEPENDS - Use of DOCS PR: 58640 Submitted by: maintainer Notes: svn path=/head/; revision=92795
* - Update to 9.2.2Oliver Lehmann2003-10-041-6/+7
| | | | | | | | | | - Use ${SITE_PERL} and ${DOCSDIR} PR: ports/57570 Submitted By: maintainer Notes: svn path=/head/; revision=90239
* - Update to 9.2.1Yen-Ming Lee2003-08-151-1/+1
| | | | | | | | PR: 55579 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=86978
* Update to 9.1.3Michael Landin2003-06-101-1/+1
| | | | | | | | | PR: 53081 Submitted by: maintainer Approved by: roberto (mentor) Notes: svn path=/head/; revision=82669
* - Update to version 9.1.0Kevin Lo2003-03-251-2/+2
| | | | | | | | | | | - Change COMMENT to a better one - Clean up plist PR: 50215 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77435
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Email address update for Nicolas JombartEdwin Groothuis2003-01-181-1/+1
| | | | | | | | | | | | 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
* Maintainer update net/pancho to 9.0.1Edwin Groothuis2003-01-161-15/+15
| | | | | | | | PR: ports/46997 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> Notes: svn path=/head/; revision=73208
* Update to 7.1.0.Norikatsu Shigemura2002-11-011-2/+3
| | | | | | | | PR: ports/44507 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> Notes: svn path=/head/; revision=69260
* Update to 7.0.0Patrick Li2002-10-081-1/+2
| | | | | | | | PR: ports/43821 Submitted by: maintainer Notes: svn path=/head/; revision=67668
* Upgrade to 6.0.0.Oliver Braun2002-09-091-19/+7
| | | | | | | | PR: ports/42511 Submitted by: maintainer Notes: svn path=/head/; revision=65953
* Update to 5.4David W. Chapman Jr.2002-08-311-2/+2
| | | | | | | | PR: Nicolas.Jombart@hsc-labs.com Submitted by: maintainer Notes: svn path=/head/; revision=65371
* Update to 5.0David W. Chapman Jr.2002-07-091-2/+3
| | | | | | | | PR: 40264 Submitted by: maintainer Notes: svn path=/head/; revision=62704
* upgrade to 4.1Ying-Chieh Liao2002-04-201-2/+3
| | | | | | | | PR: 37286 Submitted by: maintainer Notes: svn path=/head/; revision=57929
* Update to 4.0.1Patrick Li2002-04-141-4/+4
| | | | | | | | PR: 37041 Submitted by: maintainer Notes: svn path=/head/; revision=57696
* Update to 3.4Patrick Li2002-01-191-2/+2
| | | | | | | | PR: 34048 Submitted by: maintainer Notes: svn path=/head/; revision=53353
* Update to 3.2Patrick Li2002-01-051-1/+1
| | | | | | | | PR: 33569 Submitted by: maintainer Notes: svn path=/head/; revision=52626
* upgrade to 3.0Ying-Chieh Liao2001-12-081-2/+3
| | | | | | | | PR: 32598 Submitted by: maintainer Notes: svn path=/head/; revision=51252
* Add a pre-everything target to inform about the WITH_PANCHO_LOGGING option.Jean-Marc Zucconi2001-11-051-0/+5
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=49626
* pancho - A perl script useful to configure Cisco devices via TFTPJean-Marc Zucconi2001-11-051-0/+40
PR: ports/31734 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> Notes: svn path=/head/; revision=49608