aboutsummaryrefslogtreecommitdiff
path: root/irc/bip
Commit message (Collapse)AuthorAgeFilesLines
* */*: Adopt ports from swills@Muhammad Moinur Rahman2023-04-111-1/+1
|
* all: return swills' ports to the pools after safeeping his ports bit.Rene Ladan2023-04-111-1/+1
| | | | With hat: portmgr-secretary
* 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 0.9.0-rc4 which is compatible with new OpenSSLAlexey Dokuchaev2021-03-052-14/+7
| | | | | | | - Hook provided test suite to our framework while I'm here Notes: svn path=/head/; revision=567358
* Chase rename of security/openssl111Bernard Spil2020-01-011-1/+1
| | | | | | | | | - Categories a-m MFH: 2020Q1 Notes: svn path=/head/; revision=521748
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508880
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-031-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497698
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
| | | | Notes: svn path=/head/; revision=484599
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-7/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462131
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458755
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* irc/bip: Configure SSL flags to support non-base librariesJohn Marino2016-09-101-2/+2
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421721
* - Fix build WITHOUT=EXAMPLESDmitry Marakasov2016-09-082-16/+12
| | | | | | | | | | | - While here, fix LICENSE, add LICENSE_FILE, switch to USES=ssl, switch to options helpers, unsilence installation PR: 207283 Submitted by: samorders@gmail.com Approved by: maintainer timeout (swills, 6 months) Notes: svn path=/head/; revision=421572
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* irc/bip: add CPE infoBartek Rutkowski2015-04-161-1/+2
| | | | | | | | | PR: 199373 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384088
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371570
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-2/+4
| | | | Notes: svn path=/head/; revision=361953
* 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
* Update to 0.8.9Mark Felder2014-03-065-226/+25
| | | | | | | Support STAGE Notes: svn path=/head/; revision=347192
* - Add a patch which helps avoid flooding issuesSteve Wills2014-02-022-1/+67
| | | | | | | | | PR: ports/179720 Submitted by: myself Obtained from: https://projects.duckcorp.org/issues/191 Notes: svn path=/head/; revision=342339
* - Over to new maintainerThomas Abthorpe2014-01-161-1/+1
| | | | Notes: svn path=/head/; revision=339964
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Add patch to fix CVE-2012-0806Steve Wills2012-02-252-0/+142
| | | | | | | | | PR: ports/164719 Submitted by: swills (myself) Approved by: maintainer timeout (sylvio, > 3 weeks) Notes: svn path=/head/; revision=292244
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add licenseSylvio Cesar Teixeira2011-05-181-0/+1
| | | | Notes: svn path=/head/; revision=274267
* - Update to 0.8.8Sylvio Cesar Teixeira2011-05-183-6/+5
| | | | | | | | | | | - Update MASTER_SITES - Update WWW in file pkg-descr PR: ports/156450 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Notes: svn path=/head/; revision=274264
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove dead master sitePhilip M. Gollucci2010-12-091-2/+1
| | | | | | | | | PR: ports/151420 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Approved by: maintainer timeout (sylvio ; 57 days) Notes: svn path=/head/; revision=265893
* - Update to 0.8.6Sylvio Cesar Teixeira2010-09-132-4/+4
| | | | Notes: svn path=/head/; revision=261084
* - Update to 0.8.5Sylvio Cesar Teixeira2010-08-312-5/+4
| | | | Notes: svn path=/head/; revision=260268
* - Fix build when defined openssl in make.confSylvio Cesar Teixeira2010-05-251-0/+2
| | | | | | | | | | - BUMP PORTREVISION PR: ports/146452 Submitted by: John Marshall <john.marshall@riverwillow.com.au> Notes: svn path=/head/; revision=255051
* - Update site of vendorSylvio Cesar Teixeira2010-04-171-1/+1
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252828
* - Update to 0.8.4Sylvio Cesar Teixeira2010-01-282-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=248755
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* Update to 0.8.2Renato Botelho2009-09-153-10/+12
| | | | | | | | | PR: ports/138748 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241492
* - Update to 0.8.1.Marcelo Araujo2009-08-302-5/+5
| | | | | | | | | | - Pass maintainer to submitter. PR: ports/138221 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=240578
* Reset maintainer at his request due to current lack of time.Mark Linimon2009-08-281-1/+1
| | | | Notes: svn path=/head/; revision=240454
* - Update to 0.8.0Beech Rintoul2009-03-142-4/+4
| | | | | | | | PR: ports/132520 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=230100
* - Update to 0.7.5Martin Wilke2008-11-232-4/+4
| | | | | | | | PR: 128417 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=223245
* - Update to 0.7.4Beech Rintoul2008-07-032-4/+4
| | | | | | | | PR: ports/125200 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=216196
* - Update to 0.7.2Beech Rintoul2008-04-152-4/+4
| | | | | | | | PR: ports/122731 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=211287
* - Update to 0.7.0Beech Rintoul2008-02-182-6/+9
| | | | | | | | PR: ports/120770 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=207499
* - Add mirrors (distfiles unavailable).Beech Rintoul2007-12-231-3/+3
| | | | | | | | | Reported by: pointyhat via erwin Approved by: Chess Griffin <chess@chessgriffin.com> (maintainer), linimon (mentor) Notes: svn path=/head/; revision=204379
* - New port bip-0.6.1Beech Rintoul2007-12-174-0/+64
- Simple icr proxy server with ssl support. PR: ports/118733 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Approved by: linimon (mentor) Notes: svn path=/head/; revision=203902