aboutsummaryrefslogtreecommitdiff
path: root/net/nylon
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSEWen Heping2020-02-291-1/+4
| | | | | | | | | | - Pet portlint PR: 243219 Submitted by: timp87@gmail.com Notes: svn path=/head/; revision=527402
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* For the ports under `net' category: remove superfluous linefeeds.Alexey Dokuchaev2018-01-091-1/+0
| | | | Notes: svn path=/head/; revision=458559
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-1/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Only use libevent2Baptiste Daroussin2014-07-241-2/+3
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* Support stageBaptiste Daroussin2014-03-061-9/+8
| | | | | | | Use libevent2 Notes: svn path=/head/; revision=347260
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-4/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update libevent to 1.4.14bMartin Matuska2010-07-251-1/+1
| | | | | | | | PR: ports/147723 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=258238
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update libevent dependency and bump PORTREVISIONMarcus Alves Grando2008-08-191-2/+2
| | | | Notes: svn path=/head/; revision=218857
* - Bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2008-01-021-2/+2
| | | | Notes: svn path=/head/; revision=204872
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.Marcus Alves Grando2007-09-211-2/+2
| | | | Notes: svn path=/head/; revision=199865
* - Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.Marcus Alves Grando2007-04-061-1/+2
| | | | Notes: svn path=/head/; revision=189394
* A new version is released. From the site:Boris Samorodov2007-02-202-5/+4
| | | | | | | | | | . nylon 1.21 (2006-07-19) Changes include SOCKS4a and tor-resolve (from hondza) as well as a few bugfixes. Noted by: "Alexander Kupferthaler" <alexkupferthaler at gmx.de> at freebsd-ports@ Notes: svn path=/head/; revision=185584
* - Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libeventMarcus Alves Grando2006-12-051-5/+2
| | | | | | | - Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) Notes: svn path=/head/; revision=178938
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-2/+2
| | | | Notes: svn path=/head/; revision=166640
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Link dynamically against libeventVolker Stolz2005-12-071-8/+6
| | | | | | | - Cleanup USE_RC_SUBR-handling Notes: svn path=/head/; revision=150586
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* - Install sample configuration as nylon.conf.sample to prevent overwritingPav Lucistnik2005-07-081-3/+3
| | | | | | | | | | real configuration file on upgrades PR: ports/83082 Submitted by: Rob MacGregor <freebsd.macgregor@blueyonder.co.uk> Notes: svn path=/head/; revision=138707
* Chase the libevent update.Jean-Yves Lefort2005-07-011-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=138315
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - RC_SUBR-ifyVolker Stolz2004-08-113-2/+46
| | | | | | | | | | - Nuke pkg-plist while here Based on PR: ports/70295 Submitted by: Rob MacGregor Notes: svn path=/head/; revision=115917
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to 1.2Sergey A. Osokin2003-06-293-13/+3
| | | | | | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 53780 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83821
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Tarball has been rerolled.Oliver Braun2003-01-221-1/+1
| | | | | | | | | | Developer: "very minor changes; a switch added to disable SOCKS4 or SOCKS5." PR: ports/47304 Submitted by: Volker Stolz <vs@lambda.foldr.org> Notes: svn path=/head/; revision=73817
* Update to 1.1Tilman Keskinoz2003-01-072-2/+2
| | | | | | | | PR: 46725 Submitted by: Christopher Sharp <csharp@gmx.net> Notes: svn path=/head/; revision=72717
* Update for net/nylonEdwin Groothuis2002-11-242-2/+1
| | | | | | | | | | | | - Tar ball was re-rolled with cleaned up source code, no functional changes! [also commitors opinion] - CONFIGURE_TARGET not really necessary PR: ports/45553 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=70996
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.0Ying-Chieh Liao2002-10-237-47/+59
| | | | | | | | PR: 44385 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=68638
* Fix logic error in error-message printing code. This could neverGarrett Wollman2002-10-211-0/+24
| | | | | | | possibly have worked as written. Notes: svn path=/head/; revision=68546
* Update to 0.3Patrick Li2002-07-124-5/+27
| | | | | | | | | | | Reset maintainership back to ports@ PR: ports/39885 Submitted by: Volker Stolz <vs@lambda.foldr.org> Approved by: maintainer Notes: svn path=/head/; revision=62865
* add nylonYing-Chieh Liao2001-07-065-0/+25
A Unix SOCKS 4 and 5 proxy server PR: 28036 Submitted by: William Ward <William.Ward@ericsson.com> Notes: svn path=/head/; revision=44837