aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-Stomp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net-im/p5-Net-Stomp: Update to 0.62Po-Chuan Hsieh2024-03-091-1/+1
| | | | Changes: https://metacpan.org/dist/Net-Stomp/changes
* 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)
* net-im: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <ports@c0decafe.net> * Adam Weinberger <adamw@FreeBSD.org> * Alberto Villa <avilla@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Andrew Lewis <freeghb@gmail.com> * Andrey Akhmichin <sepulkarium45@yahoo.com> * Bartek Rutkowski <r@robakdesign.com> * Bernard Spil <brnrd@freebsd.org> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Denis Shaposhnikov <dsh@vlink.ru> * Dennis Herrmann <dhn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eugene Grosbein <eugen@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Frank Altpeter <frank@altpeter.de> * Gea-Suan Lin <gslin@gslin.org> * Geoffrey Mainland <mainland@apeiron.net> * Henry Hu <henry.hu.sh@gmail.com> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Prather * Jonathan Chen <jonc@chen.org.nz> * Joseph S. Atkinson <jsatkinson@embarqmail.com> * Junji NAKANISHI <jun-g@daemonfreaks.com> * Kelly Cochran <kcochran@trolans.net> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kris Moore <kmoore@freebsd.org> * Lars Eggert <lars.eggert@gmx.net> * Marc Bruenink * Matthew West <mwest@uct.ac.za> * Matthias Fechner <mfechner@FreeBSD.org> * Max E. Kuznecov <mek@mek.uz.ua> * Meethune Bhowmick <meethune@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Pavlov <qpadla@gmail.com> * Oleg Ginzburg (olevole@olevole.ru) * Pavel Andreev * Saulius Menkevicius <bob@nulis.lt> * SeaD * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steve Wills <swills@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Yuri <yuri@tsoft.com> * Yuri Victorovich * Yuri Victorovich <yuri@rawbw.com> * dd * gahr * gnome@freebsd.org * jodocus <jodocus@jodocus.org> * mph * trasz * vsevolod With hat: portmgr
* net-im/p5-Net-Stomp: Update to 0.61Po-Chuan Hsieh2021-05-301-2/+3
| | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.60Sunpoet Po-Chuan Hsieh2019-07-211-2/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=507115
* 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
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Update to 0.57Sunpoet Po-Chuan Hsieh2016-04-171-1/+2
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=413526
* 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
* Update to 0.56.Adam Weinberger2015-06-291-1/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=390873
* - Update to 0.55Sunpoet Po-Chuan Hsieh2015-03-261-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=382317
* Update to 0.53.Adam Weinberger2015-02-191-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=379359
* - Update to 0.52Frederic Culot2015-02-171-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=379146
* Update to 0.51.Adam Weinberger2015-02-141-2/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=379000
* 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
* - Update to 0.49Philippe Audeoud2014-09-101-1/+1
| | | | Notes: svn path=/head/; revision=367826
* Update to 0.46Emanuel Haupt2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343689
* Support STAGEDIR.Vanilla I. Shu2013-11-051-4/+1
| | | | Notes: svn path=/head/; revision=332816
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.45Sunpoet Po-Chuan Hsieh2012-03-151-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=293343
* - Update to 0.44Sunpoet Po-Chuan Hsieh2011-11-241-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=286378
* - Update to 0.43Sunpoet Po-Chuan Hsieh2011-11-211-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes Notes: svn path=/head/; revision=286184
* - Fix LICENSE (Artistic 1 instead of Artistic 2)Frederic Culot2011-10-071-1/+1
| | | | | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=283112
* - Update to 0.42Sunpoet Po-Chuan Hsieh2011-09-011-4/+4
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=280991
* - update to 0.41Baptiste Daroussin2011-04-301-1/+1
| | | | | | | - changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.41/CHANGES Notes: svn path=/head/; revision=273361
* - update to 0.40Baptiste Daroussin2011-03-251-2/+5
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.40/CHANGES Notes: svn path=/head/; revision=271735
* - Update to 0.38Philippe Audeoud2010-08-261-1/+1
| | | | | | | - Changelog: http://search.cpan.org/src/ASH/Net-Stomp-0.38/CHANGES Notes: svn path=/head/; revision=259994
* - Update to 0.36Sergey Skvortsov2010-07-081-2/+2
| | | | | | | | | - Change MAINTAINER to perl@ Changes: http://cpansearch.perl.org/src/ASH/Net-Stomp-0.36/CHANGES Notes: svn path=/head/; revision=257533
* Update to 0.34Sergey Skvortsov2008-07-281-1/+1
| | | | | | | | PR: ports/125122 Submitted by: Wen heping <wenheping xxx gmail.com> Notes: svn path=/head/; revision=217756
* - 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
* Add p5-Net-Stomp 0.32, Streaming Text Orientated Messaging ProtocolSergey Skvortsov2007-02-111-0/+25
Client. Notes: svn path=/head/; revision=184911