aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ncdc
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/ncdc: Moved man to share/manMuhammad Moinur Rahman2024-02-251-2/+3
| | | | Approved by: portmgr (blanket)
* 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)
* net-p2p: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexander Botero-Lowry <alex@foxybanana.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Attila Nagy <bra@fsn.hu> * Chad J. Milios <milios@ccsys.com> * Damian Gerow <dgerow@afflictions.org> * Daniel Morante <daniel@morante.net> * Dave Cottlehuber <dch@skunkwerks.at> * Dereckson <dereckson@gmail.com> * Devin Teske <dteske@FreeBSD.org> * Dmitriy Limonov * Doug Barton <dougb@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Florent Thoumie <flz@xbsd.org> * Ganael LAPLANCHE <ganael.laplanche@martymac.org> * Gea-Suan Lin <gslin@gslin.org> * Holger Lamm <holger@e-gitt.net> * Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org> * Jeremy Faulkner <gldisater@gldis.ca> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Maxim Ignatenko <gelraen.ua@gmail.com> * Michael Johnson <ahze@ahze.net> * Munish Chopra <mchopra@engmail.uwaterloo.ca> * Oleg Alexeenkov <proler@gmail.com> * Oleg R. Muhutdinov <mor@WhiteLuna.com> * Pankov Pavel <pankov_p@mail.ru> * Pav Lucistnik <pav@oook.cz> * Rod Taylor <rbt@zort.on.ca> * Ryan Steinmetz <zi@FreeBSD.org> * Shaun Amott <shaun@FreeBSD.org> * Stas Timokhin <stast@bsdportal.ru> * Sverrir Valgeirsson <e96sv@yahoo.se> and * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vasil Dimov <vd@FreeBSD.org> * Yashin Dmitry <yashin.dm@gmail.com> * glocke@bsdstammtisch.at With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase security/p11-kit updateRoman Bogorodskiy2020-08-301-1/+1
| | | | | | | | | | | | | | After switch to meson libp11-kit.so no longer has symbols in the LIBP11_KIT_1.0 namespace. As a workaround, bump PORTREVISION of consumers to get those rebuilt. See more details in the comments of the linked PR. PR: 248819 Reported by: John Hein Notes: svn path=/head/; revision=546967
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535391
* net-p2p/ncdc: allow using base ncursesSteve Wills2020-04-051-1/+3
| | | | | | | | PR: 243942 Approved by: maintainer timeout (earl1k@mail.ru, >6 weeks) Notes: svn path=/head/; revision=530841
* net-p2p/ncdc: fix build on GCC architecturesPiotr Kubaj2019-10-071-1/+1
| | | | | | | | | | | | Use C11 compiler: In file included from src/geoip.c:34: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' /usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list before 'mmdb_uint128_t' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513947
* Update to upstream release 1.22.1Thomas Zander2019-09-222-6/+12
| | | | | | | | | | | | | Details: - Update to new upstream release 1.22.1 - Introduce default OPTION for IP geolocation support PR: 239794 Submitted by: h.freshports@skarnell.se Approved by: maintainer timeout Notes: svn path=/head/; revision=512565
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+1
| | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1] Notes: svn path=/head/; revision=506289
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-7/+1
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* net-p2p/ncdc: Update to 1.20Steve Wills2018-08-162-6/+5
| | | | | | | | | PR: 230229 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (earl1k@mail.ru, >2 weeks) Notes: svn path=/head/; revision=477374
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Bump versions to chase Nettle shared library updateJohan van Selst2016-01-231-1/+1
| | | | Notes: svn path=/head/; revision=407058
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Update to 1.19.1Alex Kozlov2014-05-072-4/+4
| | | | | | | | PR: ports/189032 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=353172
* - Update to version 1.19Pawel Pekala2014-02-222-3/+10
| | | | | | | | | | - Add GEOIP option PR: ports/186908 Submitted by: maintainer Notes: svn path=/head/; revision=345666
* - Update to 1.18.1Sunpoet Po-Chuan Hsieh2013-11-102-5/+4
| | | | | | | | | | | - While I'm here, merge MASTER_SITE_SUBDIR to MASTER_SITES Changes: http://dev.yorhel.nl/ncdc/changes PR: ports/183844 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=333433
* - Update from 1.17 to 1.18 [1]Danilo Egea Gondolfo2013-10-042-16/+13
| | | | | | | | | | | | | - Convert LIB_DEPENDS to new syntax - Convert USE_GMAKE to USES - Add stage support PR: ports/182592 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) [1] Approved by: wg / culot (mentors, implicit) Notes: svn path=/head/; revision=329317
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* net-p2p/ncdc: update to 1.17William Grzybowski2013-06-182-3/+5
| | | | | | | | | | | | - Update to 1.17 [1] - Add LICENSE (MIT) PR: ports/179680 [1] Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321197
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to version 1.16.1Pawel Pekala2013-04-202-3/+3
| | | | | | | | | PR: ports/177650 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=316150
* - Update to version 1.15 [1]Pawel Pekala2013-03-132-4/+4
| | | | | | | | | | | - Add dependency on security/libgcrypt, configure script requires it for gnutls < 3.0.0 PR: ports/176658 [1] Submitted by: Dmitriy Limonov <earl1k@mail.ru> Notes: svn path=/head/; revision=314096
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to version 1.14 [1]Pawel Pekala2012-11-282-21/+13
| | | | | | | | | | | | | - Remove GDBM option [1] - Add missing deps - Ports needs pkg-config during build PR: ports/173705 [1] Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307943
* - update to 1.13Ruslan Makhmatkhanov2012-10-012-10/+7
| | | | | | | | | | | | | while here: - convert to optionsng - trim Makefile header PR: 172169 Submitted by: Aragon Gouveia <aragon at phat.za dot net> Approved by: EARL <earl1k at mail dot ru> (maintainer) Notes: svn path=/head/; revision=305094
* - Update to version 1.12Guido Falsi2012-07-182-3/+3
| | | | | | | | | PR: ports/169960 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maaintainer) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=301125
* Update to version 1.11Pawel Pekala2012-05-182-14/+8
| | | | | | | | PR: ports/168096 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=296905
* - Update to 1.9Dennis Herrmann2012-03-182-3/+3
| | | | | | | | | PR: ports/166216 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293512
* - Update to 1.8Jason Helfman2012-02-152-8/+6
| | | | | | | | | | - while here shorten master_sites for sourceforge to SF PR: ports/165187 Submitted by: maintainer, earl1k at mail.ru Notes: svn path=/head/; revision=291483
* - Update to 1.7Jason Helfman2012-01-062-6/+8
| | | | | | | | | | | - adjust patch target PR: ports/163785 Submitted by: maintainer, Dmitriy Limonov <earl1k at mail.ru> Approved by: crees (mentor) Notes: svn path=/head/; revision=288637
* - Update to verion 1.6Pawel Pekala2011-12-262-5/+22
| | | | | | | | | | | - Project database library switched from GDBM to SQLite - Add option to build ncdc-db-upgrade PR: ports/163626 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=288061
* Ncdc is a modern and lightweight direct connect clientPawel Pekala2011-12-253-0/+38
with a friendly ncurses interface. WWW: http://dev.yorhel.nl/ncdc PR: ports/162922 Submitted by: Dmitriy Limonov Notes: svn path=/head/; revision=287997