aboutsummaryrefslogtreecommitdiff
path: root/irc/ii
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)
* 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
* irc/ii: update to 1.9Sofian Brabez2022-02-072-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.8Sofian Brabez2019-02-252-9/+5
| | | | | | | | PR: 235874 Submitted by: Tobias Rehbein <tobias.rehbein at web.de> Notes: svn path=/head/; revision=493896
* - Add LICENSE_FILEDmitry Marakasov2017-09-121-4/+9
| | | | | | | | | | - Switch to options helpers - Style fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=449678
* - Remove checks for .PARSEDIR and vestiges of pmake supportAlex Kozlov2017-04-261-3/+0
| | | | | | | | PR: 218832 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=439485
* Support stagingEmanuel Haupt2014-02-181-17/+8
| | | | Notes: svn path=/head/; revision=344873
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* Fix build with bmakeBaptiste Daroussin2013-05-031-0/+2
| | | | Notes: svn path=/head/; revision=317272
* - Update to 1.7Sofian Brabez2013-01-213-25/+19
| | | | | | | | | | | | | - Convert to new option framework - Update MASTER_SITES - Take maintainership PR: ports/175489 Submitted by: sbz (myself) Approved by: jlaffaye (maintainer) Notes: svn path=/head/; revision=310781
* Respect CC (fixes build with clang)Julien Laffaye2011-06-201-0/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=275926
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Update to 1.6Dennis Herrmann2011-03-112-4/+3
| | | | | | | | | | | - Remove MD5 checksum PR: ports/155473 Submitted by: dhn (myself) Approved by: maintainer Notes: svn path=/head/; revision=270706
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-081-2/+2
| | | | | | | | | PR: ports/151204 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262599
* Actually really remove files/patch-Makefile files/patch-config.mkBaptiste Daroussin2010-08-312-0/+0
| | | | | | | Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=260258
* - cleanupBaptiste Daroussin2010-08-314-47/+11
| | | | | | | | | | | | | | | - add license remove: - files/patch-Makefile - files/patch-config.mk PR: ports/150125 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> (maintainer) Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=260257
* - Update to 1.4Beech Rintoul2008-08-172-4/+4
| | | | | | | | PR: ports/126567 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=218697
* - Fix a other typoMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: maintainer via irc Notes: svn path=/head/; revision=217061
* - Fix wwwMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: lme Notes: svn path=/head/; revision=217057
* ii is a minimalist FIFO and filesystem-based IRC client. It createsanMartin Wilke2008-07-185-0/+88
irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy. WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ PR: ports/125567 Submitted by: Julien Laffaye <kimelto at gmail.com> Notes: svn path=/head/; revision=217048