aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pancho
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)
* 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
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* 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
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378258
* 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
* 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-302-9/+5
| | | | | | | | PR: 191495 Submitted by: maintainer Notes: svn path=/head/; revision=359902
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to 9.3.9Sergey Matveychuk2005-10-302-3/+3
| | | | | | | | PR: ports/88224 Submitted by: maintainer Notes: svn path=/head/; revision=146774
* Update to 9.3.7Tilman Keskinoz2005-03-134-5/+5
| | | | | | | | PR: 78795 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=131131
* Update to 9.3.5.Mark Linimon2004-10-122-4/+4
| | | | | | | | 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-112-4/+5
| | | | | | | | PR: 67845 Submitter by: Nicolas Jombart <ecu@ipv42.net> (maintainer) Notes: svn path=/head/; revision=111309
* - Update to 9.3.1Pav Lucistnik2004-03-145-10/+15
| | | | | | | | 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-012-8/+8
| | | | | | | | | | | - Uncomment RUN_DEPENDS - Use of DOCS PR: 58640 Submitted by: maintainer Notes: svn path=/head/; revision=92795
* - Update to 9.2.2Oliver Lehmann2003-10-042-7/+8
| | | | | | | | | | - 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-153-14/+15
| | | | | | | | PR: 55579 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=86978
* Update to 9.1.3Michael Landin2003-06-102-2/+2
| | | | | | | | | PR: 53081 Submitted by: maintainer Approved by: roberto (mentor) Notes: svn path=/head/; revision=82669
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* - Update to version 9.1.0Kevin Lo2003-03-253-9/+11
| | | | | | | | | | | - 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-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Email address update for Nicolas JombartEdwin Groothuis2003-01-182-2/+2
| | | | | | | | | | | | 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-166-17/+136
| | | | | | | | 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-012-3/+4
| | | | | | | | 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-082-2/+3
| | | | | | | | PR: ports/43821 Submitted by: maintainer Notes: svn path=/head/; revision=67668
* Upgrade to 6.0.0.Oliver Braun2002-09-097-51/+19
| | | | | | | | PR: ports/42511 Submitted by: maintainer Notes: svn path=/head/; revision=65953
* Update to 5.4David W. Chapman Jr.2002-08-313-4/+3
| | | | | | | | PR: Nicolas.Jombart@hsc-labs.com Submitted by: maintainer Notes: svn path=/head/; revision=65371
* Update to 5.0David W. Chapman Jr.2002-07-093-13/+14
| | | | | | | | PR: 40264 Submitted by: maintainer Notes: svn path=/head/; revision=62704
* upgrade to 4.1Ying-Chieh Liao2002-04-203-3/+7
| | | | | | | | PR: 37286 Submitted by: maintainer Notes: svn path=/head/; revision=57929
* Update to 4.0.1Patrick Li2002-04-143-6/+6
| | | | | | | | PR: 37041 Submitted by: maintainer Notes: svn path=/head/; revision=57696
* Update to 3.4Patrick Li2002-01-193-4/+4
| | | | | | | | PR: 34048 Submitted by: maintainer Notes: svn path=/head/; revision=53353
* Update to 3.2Patrick Li2002-01-053-6/+9
| | | | | | | | PR: 33569 Submitted by: maintainer Notes: svn path=/head/; revision=52626
* upgrade to 3.0Ying-Chieh Liao2001-12-083-9/+10
| | | | | | | | PR: 32598 Submitted by: maintainer Notes: svn path=/head/; revision=51252
* Remove share/doc/pancho on deinstallKris Kennaway2001-11-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=50783
* 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-057-0/+80
PR: ports/31734 Submitted by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com> Notes: svn path=/head/; revision=49608