aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-Server-IRC/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* irc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * A. Gabriel <backslash@BSDCode.org> * Aaron Dalton <aaron@FreeBSD.org> * Alexey Mikhailov <karma@ez.pereslavl.ru> * Alfred Perlstein <alfred@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Ben Hutchinson <benhutch@xfiles.org.uk> * Bill Fumerola <billf@chc-chimes.com> * Chess Griffin <chess@chessgriffin.com> * Chris Piazza <cpiazza@FreeBSD.org> * Craig Edwards <brain@mail1.chatspike.net> * David Bushong <david+ports@bushong.net> * David Taylor <davidt@yadt.co.uk> * Dennis Herrmann <adox@mcx2.org> * Dominic Marks <dom@cus.org.uk> * Edini <ports@edini.net> * Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru> * Evgueni V. Gavrilov <aquatique@rusunix.org> * George Reid <greid@ukug.uk.freebsd.org> * Gerrit Beine <tux@pinguru.net> * Gustau Perez <gustau.perez@gmail.com> * Hye-Shik Chang * Jase Thew <freebsd@beardz.net> * Jens Holmqvist <zparta@hispan.se> * Jimbo Bahooli <griffin@blackhole.iceworld.org> * Jonas Kvinge <jonas@night-light.net> * Josh Paetzel <josh@tcbug.org> * Julien Laffaye <kimelto@gmail.com> * KIMURA Yasuhiro <yasu@utahime.org> * Kirill Ponomarew <ponomarew@oberon.net> * Kubilay Kocak <koobs@FreeBSD.org> * Makoto Matsushita <matusita@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org * Martin Wilke <miwi@FreeBSD.org> * Masahiro Teramoto <markun@onohara.to> * Matthew West <mwest@uct.ac.za> * Maxim Ignatenko * Michael Ranner * Oliver Eikemeier * Philippe Audeoud <jadawin@tuxaco.net> * Romain Tartiere <romain@blogreen.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Shaun Amott <shaun@inerd.com> * Steve Wills <swills@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TERAMOTO Masahiro <markun@onohara.to> * Tim Bishop <tim@bishnet.net> * Timothy Redaelli <drizzt@gufi.org> * Travis Poppe <tlp@liquidx.org> * Ulrich Spoerlein <q@uni.de> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Walter Venable <weaseal@hotmail.com> * Walter Venable <weaseal@users.sourceforge.net> * Wen Heping <wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * clement * db * elvstone@gmail.com * gahr * hrs * ijliao * koji@jet.es * milki <milki@rescomp.berkeley.edu> * perlguy@perlguy.com * pgl@instinct.org * sec@42.org * tdb * torstenb With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* 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
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* 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
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Support staging.Emanuel Haupt2014-02-061-9/+0
| | | | Notes: svn path=/head/; revision=343020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326892
* - Do not remove directories not created by this portMartin Wilke2013-06-081-5/+1
| | | | | | |  Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320268
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Update to 1.54Frederic Culot2011-11-281-1/+1
| | | | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes PR: ports/162888 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286531
* - Update to 1.53Frederic Culot2011-10-141-1/+1
| | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes PR: ports/161572 Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=283499
* - Update to 1.52Sunpoet Po-Chuan Hsieh2011-10-071-3/+6
| | | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes PR: ports/161373 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=283142
* - Update to 1.49Frederic Culot2011-06-131-7/+11
| | | | | | | | | PR: ports/157228 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=275504
* - Update to 1.44Frederic Culot2011-04-271-8/+7
| | | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Server-IRC-1.44/Changes PR: ports/156503 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=273262
* - Update to 1.42Philippe Audeoud2010-11-081-4/+3
| | | | | | | | | PR: ports/151965 Submitted by: Jase Thew <freebsd AT beardz.net> Approved by: maintainer Notes: svn path=/head/; revision=264245
* - Update to 1.40Beat Gaetzi2009-10-261-1/+1
| | | | | | | | PR: ports/139969 Submitted by: TERAMOTO Masahiro <markun AT onohara.to> (maintainer) Notes: svn path=/head/; revision=243353
* - Update to 1.38Martin Wilke2009-03-201-1/+1
| | | | | | | | PR: 132458 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=230505
* - Update to 1.34Beech Rintoul2008-10-201-1/+1
| | | | | | | | PR: ports/128209 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=221818
* - Update to 1.32Martin Wilke2008-06-201-1/+1
| | | | | | | | PR: 124529 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=215409
* A POE component that implements an IRC server ( ircd ).Cheng-Lung Sung2008-04-161-0/+39
It's based on hybrid-7.2.2 and has been tested against hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server protocol so should support networks based on this protocol. Author: Chris Williams <chris@bingosnet.co.uk> WWW: http://search.cpan.org/dist/POE-Component-Server-IRC/ PR: ports/122793 Submitted by: Masahiro Teramoto <markun at onohara.to> Notes: svn path=/head/; revision=211367