aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkmat2013-08-039-12/+18
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Convert to new perl framework.mat2013-08-031-1/+2
|
* - Convert to new perl frameworkaz2013-08-037-38/+13
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-03108-388/+270
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Fix INDEXaz2013-08-031-7/+4
|
* - Convert to new perl frameworkaz2013-08-0319-21/+42
|
* - Unbreak the build, sort the knobs, generally cleanup Makefiledanfe2013-08-024-45/+39
| | | | | | - Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES - Sanitize installation procedure, improve files/pkg-message.in - Reformat port description, point WWW to a more canonical URL
* Fix build with newer binutilsbapt2013-08-021-1/+2
|
* Fix typobapt2013-08-021-1/+1
|
* Do proper primary IP selection.melifaro2013-08-023-0/+94
| | | | | | | Do not strip binaries explicitly. Bump revision. Approved by: vsevolod
* Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.naddy2013-08-014-91/+6
|
* net/quagga: update to 0.99.22.3wg2013-08-012-7/+4
| | | | | | | | | | | | - Update to 0.99.22.3 [1] - USES gmake - Remove useless options include Changes: http://savannah.c3sl.ufpr.br//quagga/quagga-0.99.22.3.changelog.txt PR: ports/180962 [1] Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> Approved by: maintainer
* Fix build with clangbapt2013-08-011-7/+4
|
* Fix build with clangbapt2013-08-011-6/+3
|
* - Really use new perl5 framework correctly.jadawin2013-07-311-1/+1
|
* - Update to 0.50jadawin2013-07-312-4/+5
| | | | | - Convert to new Perl5 framework - Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-314-9/+14
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* - Tentatively try to unbreak parallel (-jX) builds by avoiding a race whendanfe2013-07-312-43/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | two gmakes were descending into `engines' directory at the save time: ===> Building for yate-4.3.0.p1 c++ -Wall -I. -I. -O2 -pipe -fPIC [...] -c main.cpp gmake -C ./engine all gmake -C ./engine all gmake[1]: Entering directory `[...]/yate-4.3.0-1/engine' As a result of this, produced `libyate.so.4.3.0' can be bogus, and will fail to link against: c++ -Wall -L/usr/local/lib -o yate -lpthread main.o libyate.so libyate.so: undefined reference to `TelEngine::DefaultLogic::DefaultLogic(char const*, int)' libyate.so: undefined reference to `TelEngine::ClientLogic::initStaticData()' gmake: *** [yate] Error 1 To mitigate the problem, avoid dependency on phony `library' target, but define build command for real libyate.so.4.3.0, and use it as dependency instead. - While here, adopt the new LIB_DEPENDS syntax, convert USE_GMAKE - Drop GNU_CONFIGURE, implied by USE_AUTOTOOLS; sort the knobs a bit - Do not overwrite few options' descriptions we have from the pool - Pad the output when displaying pkg-message (by consistent with package)
* - Convert to new Uses/perl5.mk frameworkaz2013-07-312-7/+5
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* Update net/smbldap-tools to 0.9.10mm2013-07-313-3/+4
|
* Update to 0.13.0cs2013-07-314-6/+13
| | | | | | PR: ports/180357 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer (me)
* Provide 'dynamicrouting' in rc script.melifaro2013-07-311-1/+1
| | | | | | | This can be useful for mixed-environments running different routing daemons (like bird). Approved by: az@, sem@ (maintainer,implicit)
* Update net/bird & net/bird6 to 1.3.11melifaro2013-07-317-393/+9
| | | | | | | | | | | | | | | | New features: * OSPF stub router option (RFC 3137). * TTL security for OSPF and RIP. * Protocol packet priority and traffic class handling. * Multiple routing tables support for FreeBSD and OpenBSD. * Extends constants to all filter data types. * Implements eval command. * 'bgppath ~ int set' filter operation. * Several bugfixes. MFIBS option was removed (gone to upstream, enabled by default) Approved by: az
* Fix build with clang by forcing gnu89bapt2013-07-301-5/+2
|
* Fix build with current: standard gnu89 + -Wno-return-typebapt2013-07-301-1/+3
| | | | While here convert USE_GMAKE -> USES=gmake
* - Contrary to what comment says, we do not need clang or GCC 4.6+ to build,danfe2013-07-301-27/+5
| | | | | | we just need to patch one source file a bit - Remove opportunistic MAKE_JOBS_UNSAFE, let us see the failure log first - Miscellaneous cleanups (fix header, drop MASTER_SITES and FETCH_ARGS)
* - Update to 0.7.3jgh2013-07-304-14/+36
| | | | | | | | | | | | - Add a distfile that includes the wpa_gui's icons in PNG format - Remove dependency on qt3support (this is "wpa_gui-qt4") - Switch to included desktop icon instead of DESKTOP_ENTRIES - Replace tab with space in pkg-decr on the WWW line - while here drop MAKE_JOBS_SAFE, as it is now the default PR: 180333 Submitted by: kevinz5000@gmail.com Approved by: maintainer timeout 14 days ( webmaster@kibab.com )
* Convert non supported USE_PKGCONFIG to USES=pkgconfig [1]bapt2013-07-301-4/+2
| | | | | | | | While here: - Remove leading article from COMMENT - Remove now useless MAKE_JOB_SAFE Pointyhat to: miwi [1]
* New port: rubygem-network_interfaceantoine2013-07-304-0/+25
| | | | | | | | This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces. WWW: https://github.com/rapid7/network_interface
* Fix my email address again, using proper @FreeBSD.org stylingfeld2013-07-292-3/+3
| | | | Approved by: swills (mentor)
* - Trim Makefile header to standard two linesdanfe2013-07-291-13/+25
| | | | | | | | - Convert USE_GMAKE, drop no-op MANCOMPRESSED=no - Do no install examples as PORTDOCS, convert to OptionsNG - Fix the build with modern C++ compilers and Tcl 8.6 Reported by: pointyhat-west
* Remove net/ns2, which is practically identical copy of net/ns.danfe2013-07-298-228/+0
|
* Support 8.4-REL.kuriyama2013-07-283-17/+21
|
* net/jicmp6: update to 1.2.1wg2013-07-282-4/+4
| | | | | | | | | - Update to 1.2.1 Changes: https://github.com/OpenNMS/jicmp6/blob/master/ChangeLog PR: ports/180842 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
* - Tighten Makefile header and COMMENTdanfe2013-07-282-13/+18
| | | | | | | | - Unbreak parallel (-jX) and Clang builds - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS - Fix bogus double spaces in pkg-descr Reported by: pointyhat-west
* - Update to 0.22sunpoet2013-07-282-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* Update to 1.10.1. Seemarcus2013-07-282-3/+3
| | | | | http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of changes in this release.
* - Update to 3.2.1swills2013-07-282-3/+3
| | | | PR: ports/180539
* - Reset maintainer after no response to mail since Jan 2013swills2013-07-281-1/+1
| | | | | | - Clean up headers and comments while here Reviewed by: danfe
* remove GCC requirementcrees2013-07-271-9/+5
| | | | | | | | | | | | | PR: ports/179519 Submitted by: Kenta Suzumoto <kentas@hush.com> (also by 4721 below) add LICENSE remove shared library version from depends remove stale comment PR: ports/180063 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (itetcu, 5 weeks)
* - Update to 0.9.7swills2013-07-272-3/+5
| | | | | PR: ports/180537 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
* Mark as deprecated, the port is vulnerable for long with noone to take care ↵bapt2013-07-271-0/+3
| | | | of it.
* net/jicmp: update to 1.4.1wg2013-07-272-11/+6
| | | | | | | | | - Update to 1.4.1 [1] - Trim Makefile header [1] - Remove leading article from COMMENT PR: ports/18084 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer)
* net/minidlna: remove required dirswg2013-07-272-1/+1
| | | | | | - Remove required dirs from rc.d, it is already ensured with install cmd Reported by: tdb
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+2
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2777-3896/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - Fix leftoversaz2013-07-261-0/+2
|
* - switch simple inline replacement from perl to sedaz2013-07-2610-50/+25
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Fix build with recent binutilsbapt2013-07-261-8/+3
| | | | Cleanup a bit
* - switch simple inline replacement from perl to sedaz2013-07-261-8/+3
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Fix build with linker that does not copy the dt_need from libraries it linksbapt2013-07-261-3/+2
| | | | | with like recent binutils. While here: convert to USES=gmake
* Mark as broken: it needs utmp.hbapt2013-07-261-8/+9
|
* - cleanup leftoversjgh2013-07-261-2/+2
| | | | Reported by: qat
* - unbreak package creationjgh2013-07-261-5/+11
| | | | | | | - while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES PR: 180850 Reported by: Alfred Bartsch <bartsch@dssgmbh.de>
* Make sure res_rtp_asterisk.so gets built. It required libuuid now.flo2013-07-263-12/+6
|
* Update to 1.6.5bjk2013-07-262-5/+5
| | | | | | | | This is a security release by upstream, and requires configuration changes in addition to the software update. See UPDATING. Reviewed by: ports-security (zi, remko) Approved by: hrs (mentor, ports committer)
* Update my email address throughout the treefeld2013-07-252-3/+3
| | | | Approved by: swills (mentor)
* Add a patch to fix gcc build on head.hrs2013-07-251-0/+18
| | | | Obtained from: murray
* - update to 0.99 (bugfix release)jgh2013-07-252-3/+3
| | | | | | PR: 180490 Reported by: redrat@mail.ru Submitted by: jcm@visi.com (maintainer)
* - Update to 1.1.7tota2013-07-242-4/+3
|
* - Move misc/rabbit to misc/rubygem-rabbit [1]tota2013-07-245-0/+57
| | | | | | | | | - Update to 2.1.1 [1] - Split rabbiter and rabbirack into net/rubygem-rabbiter and www/rubygem-rabbirack, respectively PR: ports/173383 (based on) [1] Submitted by: Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
* Update to 1.8.23.0flo2013-07-243-8/+7
|
* Update to 11.5.0flo2013-07-243-9/+7
|
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-249-11/+0
|
* - Fix build with Tcl/Tk 8.6gahr2013-07-242-1/+17
| | | | Reported by: bapt
* Mark as broken: does not buildbapt2013-07-241-0/+2
| | | | | | /usr/bin/ld: cannot find -lstdc++_p Reported by: pkg-fallout
* Hack around fallout from recent update to automake-1.14ade2013-07-242-0/+10
|
* OWAMP is a command line client application and a policy daemon usedpawel2013-07-245-0/+71
| | | | | | | | | | | | | | | | | | | | | | to determine one way latencies between hosts. It is an implementation of the OWAMP protocol as defined by http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the protocol within this document, "OWAMP" will be in italicized. In all other instances, "OWAMP" will be referring to this implementation.) With roundtrip-based measurements, it is hard to isolate the direction in which congestion is experienced. One-way measurements solve this problem and make the direction of congestion immediately apparent. Since traffic can be asymmetric at many sites that are primarily producers or consumers of data, this allows for more informative measurements. One-way measurements allow the user to better isolate the effects of specific parts of a network on the treatment of traffic. WWW: http://www.internet2.edu/performance/owamp/ PR: ports/180594 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
* Fix plist, ospfclient manpage is only installed when OSPF_OPAQUE_LSA=onpawel2013-07-241-2/+3
| | | | | | PR: ports/180570 Submitted by: Anes Mukhametov <anes@anes.su> Approved by: maintainer
* - Update to 0.49culot2013-07-233-4/+4
| | | | | | | - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Net-SSH2/Changes Approved by: jadawin@ (implicit, on holidays)
* - update to 0.98 [1]jgh2013-07-232-3/+3
| | | | | | | | | | | | svnup-0.98 - 22 July 2013 - Fixed a bug related to recent (v 1.8) updates to the svn protocol (pr ports/180485). [2] - Fixed a bug where version tags were inserted into files that did not have the FreeBSD=%H keyword associated with them (ports/180490). [3] PR: 180485 [2] PR: 180490 [3] Submitted by: jcm@visi.com (maintainer) [1]
* Update to 2.0.4martymac2013-07-232-3/+3
|
* iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robustmva2013-07-236-0/+45
| | | | | | | | | | voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets. WWW: http://github.com/dekkers/libilbc
* - Don't touch $HOME/.config during build stagemakc2013-07-222-20/+2
| | | | - Fix plist
* Mark MAKE_JOBS_UNSAFE on amd64.marcus2013-07-221-1/+7
| | | | Reported by: ohauer
* - Changed my emailvg2013-07-223-6/+6
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* net/hornetq: Mark BROKEN, builds outside $WRKDIRmarino2013-07-221-1/+2
| | | | | | | | | The port downloads to $HOME directory, violating the rule to constrain the build to the $WRKDIR. Reset maintainership per maintainer request. PR: ports/178529 submitted by: marino Approved by: bapt (mentor), former maintainer
* - Update to 0.3.10swills2013-07-222-4/+4
| | | | | PR: ports/180711 Approved by: g.veniamin@googlemail.com (maintainer)
* - Add patch to fix build [1]tota2013-07-222-6/+18
| | | | | | | - Trim Makefile header - Transfer maintainership to ruby@ Reported by: pointyhat via miwi [1]
* - Update to 2.10sunpoet2013-07-213-28/+19
| | | | | | | | - Add LICENSE - Remove leading indefinite article from COMMENT - Cleanup Makefile header Changes: http://search.cpan.org/dist/Net-Dict/Changes
* Make MAKE_JOBS_UNSAFE.vanilla2013-07-211-2/+3
| | | | Obtained from: miwi@
* Add net/packetdrill, a network stack testing tool.hrs2013-07-2112-0/+124
| | | | | | | | | The packetdrill scripting tool enables quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device.
* Fix directory permission.hrs2013-07-211-3/+3
| | | | Reported by: miwi
* - Fix buildswills2013-07-192-6/+28
| | | | | PR: ports/180140 Approved by: maintainer timeout(loic-freebsd@loicp.eu, >2 weeks)
* - Fix the installation errordanfe2013-07-193-50/+27
| | | | | | | | - Sanitize OPTIONS and make them actually work - Trim Makefile header while here - Reformat port description text and remove old-school attribution Reported by: pointyhat-west
* - Update to 2.37culot2013-07-193-6/+6
| | | | | | - Pet portlint(1) by replacing tab into space in WWW link Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
* Allow avahi slaves to add to USE_GNOME, this fixes the build in cleankwm2013-07-183-3/+3
| | | | | | | enviroments. Bump portrevision to make sure on already installed systems that all the dependancies are recorded. Submitted by: miwi & bapt
* Don't set PORTREVISION here, but inherit from master port.erwin2013-07-171-1/+0
| | | | | PR: 180605 Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
* Update to 2.0.3martymac2013-07-172-3/+3
|
* - FIx plismiwi2013-07-171-0/+1
|
* - Update to 0.80.0miwi2013-07-173-5/+7
| | | | | PR: 180574 Submitted by: maintainer
* Remove now excess verbiage.eadler2013-07-171-2/+0
| | | | Reviewed by: bapt
* - Unbreak build after autotool updatemiwi2013-07-161-0/+1
|
* - Update devel/automake to 1.14ade2013-07-162-0/+2
| | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
* - Update to 1.6.1sunpoet2013-07-162-3/+3
| | | | | PR: ports/180538 Submitted by: swills
* Make sure the binaries are linked against the port OpenSSL libraries whenehaupt2013-07-151-0/+6
| | | | | | | and only when WITH_OPENSSL_PORT is defined. PR: 180395 (based on) Submitted by: "r4721@tormail.org" <r4721@tormail.org>
* Add new avahi-header port.kwm2013-07-151-0/+1
|
* Remove avahi-qt3 for real, missed int he avahi update of r323006kwm2013-07-153-39/+0
| | | | Noticed by: rene@
* Update to 0.6.31.kwm2013-07-1519-109/+135
| | | | | | | Trim headers, update to new USES, remove obsolete Qt3 bindings. Add new gtk3 avahi library. Misc cleanups. Obtained from: GNOME devel repo
* Update to version 4.2.62pawel2013-07-152-3/+3
|
* - Update to 0.85sunpoet2013-07-132-9/+12
| | | | | | - Add OPTIONS: GLIB Changes: https://github.com/traviscross/mtr/blob/master/NEWS
* Mark as brokenbapt2013-07-131-0/+2
| | | | | | | | | | awgn.c: In function 'awgn_init_dbov': awgn.c:114: error: 'cpowl' undeclared (first use in this function) awgn.c:114: error: (Each undeclared identifier is reported only once awgn.c:114: error: for each function it appears in.) awgn.c:114: error: 'cpow' undeclared (first use in this function) awgn.c:114: error: 'cpowf' undeclared (first use in this function) awgn.c:114: error: 'powl' undeclared (first use in this function)
* - Update to 3.1.3swills2013-07-132-8/+4
| | | | | PR: ports/179890 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
* - Update to 0.8.0swills2013-07-132-8/+4
| | | | | PR: ports/179886 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
* Remove net/urtwn-firmware-kmod, integrated to head/ as of r253139.gjb2013-07-135-52/+0
| | | | Submitted by: hiren
* - rc script improvementsfeld2013-07-122-10/+18
| | | | Approved by: swills (mentor)
* - Update to 1.2.4martymac2013-07-123-11/+6
| | | | - Use desktop-file-utils and shared-mime-info
* I have taken over x11-wm/libdockapxride2013-07-121-3/+0
|
* - Update to 7.31.0sunpoet2013-07-1218-18/+24
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Make avahi-app a lib_depend, ekiga needs it on run time.kwm2013-07-111-2/+2
| | | | | PR: ports/180390 Submitted by: Joze Zobec <jozze.zepl@gmail.com>
* Update to 1.8.15.kwm2013-07-113-5/+6
|
* Mark job unsafebapt2013-07-111-7/+5
| | | | | | Convert to USES Bump portrevision (pkgconfig is not a run dep anymore) Remove leading indefinite article
* Mark job unsafebapt2013-07-112-5/+5
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* - fix from conversion in r322709jgh2013-07-111-1/+1
| | | | Approved by: maintainer (implicit)
* Fix PORTSDIR not already defined by using relative pathbapt2013-07-111-1/+1
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-7/+2
| | | | | | Convert to USES=gmake Reported by: marino
* Convert my ports to current standardspawel2013-07-111-0/+2
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* Mark job unsafebapt2013-07-111-5/+2
|
* Mark jobs unsafebapt2013-07-101-7/+4
| | | | | Convert to USES=gmake where appropriate Trim headers
* Fix build with --std=c++11rene2013-07-102-0/+21
| | | | | PR: ports/178712 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* Mark jobs unsafebapt2013-07-101-5/+2
|
* Mark jobs unsafebapt2013-07-101-6/+3
|
* Mark job unsafebapt2013-07-101-5/+3
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-5/+4
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* - Update to 2.010sunpoet2013-07-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* - Update to 0.9.2sunpoet2013-07-102-4/+4
| | | | Changes: https://github.com/intridea/oauth2/commits/master
* Adopt, pet portlint a bit and update to new ports features.kwm2013-07-101-14/+10
|
* Take maintainership.rene2013-07-102-12/+4
| | | | While here convert Makefile headers.
* - Drop all my portspav2013-07-103-3/+3
|
* Update port to the latest 4.0.7 version. Main binary samba4 was renamed backtimur2013-07-0911-151/+57
| | | | to samba.
* - Add targets' missing prerequisites to allow parallel buildsdanfe2013-07-093-19/+49
| | | | | | | - Cleanup Makefile (trim header, sort the knobs, respect CC/CXX) - Pet portlint(1) by shortening overly long port description Approved by: edwin (maintainer)
* Csync is a lightweight utility to synchronize files between two directories onlippe2013-07-098-0/+146
| | | | | | | | | | | | | | | a system or between multiple systems. It synchronizes bidirectionally and allows the user to keep two copies of files and directories in sync. csync uses widely adopted protocols, such as smb or sftp, so that there is no need for a server component. It is a user-level program which means you do not to be a superuser or administrator. WWW: http://owncloud.org/sync-clients/ PR: ports/178946, ports/177900 Submitted by: arrowdodger <6yearold@gmail.com> Reviewed by: lippe@
* Convert the ports I maintain to USES=gmake.madpilot2013-07-092-2/+2
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-094-12/+4
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* - recover lost description for option BPFdinoex2013-07-091-1/+1
| | | | Submitted by: Wesley Shields
* - remove Authordinoex2013-07-091-2/+1
| | | | | - fix typo Submitted by: Alexey Dokuchaev
* - Update to 5.0.2nivit2013-07-083-8/+16
| | | | | | | - Add another download site - Install new documentation Build logs: http://goo.gl/EjZaN http://goo.gl/HB6kC
* net/pyrad: update to 2.0wg2013-07-084-49/+97
| | | | | | | | | | | - Update to 2.0 [1] - NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES - Proper install examples and add to options - Trim Makefile header PR: ports/180213 [1] Submitted by: Chris Mikkelson <cmikk uerige.oss.uswest.net> [1] Approved by: maintainer
* - Fix build with Tcl/Tk 8.6 [1]gahr2013-07-082-5/+38
| | | | | | - While at it, trim Makefile headers Reported by: bapt [1]
* Mark as job unsafe, drop maintainershipbapt2013-07-081-1/+2
|
* - Update to 1.15clsung2013-07-082-3/+3
| | | | Changes: http://cpansearch.perl.org/src/BOBTFISH/AnyEvent-RabbitMQ-1.15/Changes
* - Update to 1.0.2clsung2013-07-082-3/+3
| | | | | PR: ports/180135 Submitted by: swills@
* - Update to 1.0.2clsung2013-07-082-7/+4
| | | | | PR: ports/180134 Submitted by: swills@
* - Update to 1.6.0clsung2013-07-082-7/+4
| | | | | PR: ports/180133 Submitted by: swills@
* net/py-kombu: fix USE_PYTHONwg2013-07-081-1/+1
| | | | | | - Fix USE_PYTHON to restrict it to python 2.x Reported by: rm
* - update to 1.1.5rm2013-07-082-3/+3
| | | | | changelog: * Add support for Direct hosting of SMB over TCP/IP (TCP port 445)
* - update to 2.4.13rm2013-07-082-15/+10
| | | | | | | | | | | | | - turn WITH_SASL into an OPTION changelog: * ldapobject.ReconnectLDAPObject._apply_last_bind() now sends anonymous simple bind request even if the calling application did not to provoke ldap.SERVER_DOWN in method reconnect() * ldapobject.ReconnectLDAPObject.reconnect() now also catches ldap.TIMEOUT exception after reconnection attempt * Several other fixes for ldapobject.ReconnectLDAPObject (thanks to Jonathan Giannuzzi)
* Remove usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORTbapt2013-07-071-2/+2
|
* net/turses: Update to 0.2.15koobs2013-07-072-5/+5
| | | | | | | | | | | | | | - Update to 0.2.15 - Pet portlint (LICENSE order) Changes: https://github.com/alejandrogomez/turses/blob/v0.2.15/HISTORY.rst portlint: OK - looks fine, porttest: OK - 9-STABLE, amd64, clang testport: OK - poudriere, all versions/archs unittest: OK - Ran 124 tests in 3.232s - OK
* - Update to 3.1.13zi2013-07-074-6/+14
|
* - remove broken options SNOOP and PFdinoex2013-07-071-14/+1
| | | | | | PR: 180227 - remove PKGNAMESUFFIX
* - remove TAB in pkg-descrdinoex2013-07-071-2/+2
|
* - Update to the latest RCmva2013-07-062-3/+3
|
* Fix build with clang (USE_CSTD=gnu89) and respect CFLAGS, CPPFLAGStijl2013-07-052-0/+28
| | | | | | and LDFLAGS. Approved by: maintainer timeout (20 days)
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-055-2/+37
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - Don't force gcc, make this work with clang, too [1]flo2013-07-057-8/+52
| | | | | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall - Fix build of guid_uuid.c [2] PR: ports/180233 [2] Submitted by: tijl [1] Kurt Jaeger <fbsd-ports@opsec.eu> [2]
* - Don't force gcc, make this work with clang, too [1]flo2013-07-056-16/+16
| | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall Submitted by: tijl [1]
* Update to 1.6.4bjk2013-07-057-77/+32
| | | | | | Build fixes for 10-CURRENT will come in a separate commit. Approved by: hrs (mentor, ports committer)
* - Updated to 3.1.0 [1]glarkin2013-07-042-6/+7
| | | | | | | | - Added license - Minor tweaks to dependency versions PR: ports/180142 [1] Submitted by: swills
* - Updated to 1.4.0 [1]glarkin2013-07-042-8/+6
| | | | | | | | | ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom) - Trimmed Makefile header - Added license PR: ports/180141 [1] Submitted by: swills
* net/proxychains-ng: preserve conf filewg2013-07-031-5/+3
| | | | | | | - Fix preservation of .conf file PR: ports/180109 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-033-70/+2
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* - Remove unneeded backrev portswills2013-07-024-38/+0
|
* - Actually set rubygem-bunny060 port to correct versionswills2013-07-022-7/+7
| | | | | - Add NO_LATEST_LINK to rubygem-bunny060 - Connect rubygem-bunny060 to build
* - Create backrev version of rubygem-bunny version 0.6.0 which chef requires,swills2013-07-023-0/+38
| | | | since there is a pending update to 0.8.0 soon
* Deprecate ports broken on FreeBSD 8 or newerantoine2013-07-022-0/+6
| | | | Approved by: maintainer silence
* Update to 2.83crees2013-07-022-5/+4
| | | | | PR: ports/180170 Submitted by: Stefan Bethke <stb@lassitu.de>
* Remove expired ports:rene2013-07-0122-1199/+0
| | | | | | | | | | | 2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream 2013-07-01 net/openldap23-server: Unmaintained by upstream 2013-07-01 net/openldap23-client: Unmaintained by upstream 2013-07-01 www/py-django13: Unsupported version 2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2 2013-07-01 comms/libticables: Superseded by comms/libticables2 2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2 2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
* Fixed typo in the patch that broke winbind_krb5_locator linking. Add externaltimur2013-07-012-5/+9
| | | | | | dependency on tevent library. PR: 180074, 180053
* - update to 0.97jgh2013-07-012-3/+3
| | | | | | | | svnup-0.97 - 30 June 2013 - Fixed bugs in find_local_files and set_configuration_parameters - special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>. Submitted by: jcm@visi.com ( maintainer )
* - Update to 2.5.0 and unbreaktota2013-06-302-13/+11
| | | | | | | | - Transfer maintainership to ruby@ - Add LICENSE section PR: ports/179885 Submitted by: swills
* New port: rubygem-packetfuantoine2013-06-304-0/+25
| | | | A mid-level packet manipulation library for Ruby
* - Fix path to vnstatdfeld2013-06-292-2/+2
| | | | | PR: ports/179271 Approved by: crees (mentor)
* net/py-kombu: update to 2.5.12wg2013-06-292-3/+3
| | | | | | - Update to 2.5.12 Changes: https://github.com/celery/kombu/blob/2.5/Changelog
* Remove USE_IMAKE leftoverbapt2013-06-291-1/+0
|
* Convert to USES=imakebapt2013-06-294-21/+11
| | | | | | Trim headers Mark as broken pload Remove indefinite article
* Hans makes it possible to tunnel IPv4 through ICMP echo packets, so youlippe2013-06-298-0/+191
| | | | | | | | | | | could call it a ping tunnel. This can be useful when you find yourself in the situation that your Internet access is firewalled, but pings are allowed. WWW: http://code.gerade.org/hans/ PR: ports/177649 Submitted by: Alexander Panyushkin <vsityz@gmail.com>
* New USES imake to handle the dependency on imake.bapt2013-06-282-3/+4
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* - Update to 1.12.1clsung2013-06-282-4/+3
|
* - Add rc scriptfeld2013-06-282-2/+49
| | | | | | | - Add vnstat to UIDs and GIDs PR: ports/179271 Approved by: crees (mentor)
* - Update to 4.6.lippe2013-06-284-11/+24
| | | | | | | | | | | - Trim Makefile header - Add DOCS as OPTION - Trim post install - Trim pkg-descr - Trim pkg-plist PR: ports/180029 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* fix patchfeld2013-06-271-14/+14
| | | | Approved by: swills (mentor)
* Upgraded port to the latest 3.6.16 revision.timur2013-06-275-44/+49
|
* - Update to 1.4.2miwi2013-06-272-3/+3
| | | | | PR: 179985 Submitted by: maintainer
* - Update to 4.8.1clsung2013-06-272-9/+6
| | | | | PR: ports/179884 Submitted by: swills@
* ProxyChains is a UNIX program, that hooks network-related libc functionslippe2013-06-275-0/+65
| | | | | | | | | | in dynamically linked programs via a preloaded DLL and redirects the connections through SOCKS4a/5 or HTTP proxies. WWW: http://sourceforge.net/projects/proxychains-ng/ PR: ports/175068 Submitted by: nemysis <nemysis@gmx.ch>
* - Fix sample install/uninstallfeld2013-06-275-75/+352
| | | | | | | | - Fix IPv6 case - Clean up rc script PR: ports/179964 Approved by: crees (mentor)
* - Fix pkg-plist issue when LDAP is enabledzi2013-06-271-2/+3
|
* Add missing dependenciescrees2013-06-271-1/+4
| | | | | PR: ports/179797 Submitted by: swills
* net/py-kombu: update to 2.5.11wg2013-06-262-4/+4
| | | | | | | - Update to 2.5.11 Changes: https://github.com/celery/kombu/blob/2.5/Changelog
* Update multimedia/ffmpeg1 to 1.2.1mm2013-06-251-0/+1
| | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
* - Update to 3.1.12zi2013-06-253-4/+4
|
* Net::Google::SafeBrowsing2 implements the Google Safe Browsinglippe2013-06-255-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | v2 API. The library passes most of the unit tests listed in the API documentation. See the documentation (http://code.google.com/apis/safebrowsing/developers_guide_v2.html) for more details about the failed tests. The Google Safe Browsing database must be stored and managed locally. Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end, Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms (databases, memory, etc.) can be added and used transparently with this module. You may want to look at "Google Safe Browsing v2: Implementation Notes" (http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf), a collection of notes and real-world numbers about the API. This is intended for people who want to learn more about the API, whether as a user or to make their own implementation. WWW: http://search.cpan.org/dist/Net-Google-SafeBrowsing2/ PR: ports/179819 Submitted by: Alexandre Biancalana <ale@biancalanas.net>
* Deprecate: broken on FreeBSD 8 and newerantoine2013-06-251-0/+3
| | | | Approved by: maintainer
* net/tigervnc: fix build dependswg2013-06-241-1/+2
| | | | | | | - Add font-util as BUILD_DEPENDS PR: ports/179838 Approved by: maintainer
* Welcome PHP 5.5!ale2013-06-246-0/+100
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* Add http mirrors as last resort option.delphij2013-06-242-2/+4
| | | | | PR: ports/179153 Submitted by: brd
* - Explicitly disable libxkbfile detection when no X11 option is selectedfluffy2013-06-241-1/+1
| | | | | PR: 179835 Reported by: Michael Moll <kvedulv AT kvedulv DOT de>
* Remove duplicate SQLITE and MYSQL options.rakuco2013-06-241-1/+1
| | | | | | | | | They are already in OPTIONS_MULTI, so there is no need to have them in OPTIONS_DEFINE as well. PR: ports/179359 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Approved by: maintainer timeout (17 days)
* - Update to 1.6.1swills2013-06-242-8/+6
|
* - Update to 0.9.8swills2013-06-232-3/+4
|
* - Remove redundant dependencyswills2013-06-231-2/+0
| | | | | PR: ports/179856 Submitted by: tota
* net/py-pynsq: [NEW PORT] The official Python client library for NSQkoobs2013-06-226-0/+135
| | | | | | | | | pynsq provides high-level nsq.Reader and nsq.Writer classes for building consumers and producers and two low-level modules for both sync and async communication over the NSQ Protocol (if you wanted to write your own high-level functionality). WWW: https://github.com/bitly/pynsq
* - Fix typo in libssh option handlefluffy2013-06-221-1/+1
|
* - Update to 0.9.1sunpoet2013-06-222-8/+7
| | | | | | | - Add LICENSE - Cleanup Makefile header Changes: https://github.com/intridea/oauth2/commits/master
* Welcome SDL2 to the FreeBSD ports system!mva2013-06-225-0/+36
| | | | | | | | | | | | | | | | | A set of new SDL2 related ports has been added, which are essentially the same as their corresponding port for SDL1.2: audio/sdl2_mixer graphics/sdl2_image graphics/sdl2_ttf net/sdl2_net A set of new USE_SDL knobs is available to enable SDL2 and its related ports to be added as dependency to ports. Use either of USE_SDL= sdl2 image2 mixer2 net2 ttf2 to pull in the specific sdl2_* or sdl20 port.
* Update the PyQt ports.rakuco2013-06-221-1/+1
| | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2.
* - Mark deprecated and set expiration date to 2013-08-04, depends on expiredrene2013-06-221-6/+7
| | | | | | | | | | x11-wm/libdockapp - Update Makefile header - Use PORT_OPTIONS:MDOCS PR: ports/179414 Submitted by: myself Approved by: maintainer timeout (xride, 14 days)
* net/turses: Fix spelling of LICENSEkoobs2013-06-211-1/+1
|
* net/turses: [NEW PORT] Python Twitter client for the consolekoobs2013-06-216-0/+137
| | | | | | | | | | | | | | | | | | | | | | | | A Twitter client for the console. The goal of the project is to build a full-featured, lightweight, and extremely configurable Twitter client. Features: - Multiple timelines (buffers) - Multi-column - Tweet, Reply, Retweet, Delete tweet - Follow/Unfollow - Favorite/Unfavorite - Direct Messages - Open URLs in browser - Thread view - Unread count - Search - View users tweets - Fully customizable - Multiple accounts - View user profile WWW: https://github.com/alejandrogomez/turses
* - update to 0.96jgh2013-06-212-3/+3
| | | | | | | | | svnup-0.96 - 19 June 2013 - Added a command line option for overriding the location where the lists of known files are stored. - Simplified the procedure that removes (prunes) local files. Submitted by: jcm@visi.com (maintainer)
* net/tweepy: Update to 2.0, install unzippedclsung2013-06-214-6/+56
| | | | | | | | | | | | | | | - Update to 2.0 - Patch setup.py to install zip_safe=False - Add pkg-plist - Remove PLIST_FILES accordingly - Whitespace alignment Changes: https://github.com/tweepy/tweepy/blob/2.0/CHANGELOG.md PR: ports/179574 Submitted by: koobs@
* - Update to 1.122jadawin2013-06-202-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/MTHURN/Net-Address-Ethernet-1.122/Changes
* - Use master remmina tarball instead of fetch the same with another namefluffy2013-06-202-3/+3
| | | | Submitted by: Koichiro IWAIO / Volodymir Kostyrko (via email)
* Update to 1.6.ume2013-06-202-3/+3
| | | | Spotted by: portscout
* Update to 5.7.mav2013-06-202-3/+3
|
* - Make pointyhat happy: by changing RSA key pair generation behaviour now keyswills2013-06-203-14/+35
| | | | | | | | | will be generated on first xrdp daemon start - Add options to select VNC variants - Build with freerdp since net/freerdp has been updated to 1.0.2 PR: ports/179542 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Remove empty file, missed in previous big commitfluffy2013-06-201-0/+0
|
* - Update net/remmina and its plugins to 1.0.0 releasefluffy2013-06-2020-143/+311
| | | | | | | | - Add gnome and nx plugins Big thanks to Koichiro IWAIO for his work! Submitted by: Koichiro IWAIO <meta AT vmeta DOT jp> via mail
* net/minidlna: fix run dir for packageswg2013-06-202-8/+6
| | | | | | | | | - Use rc.d script to install /var/{db,run}/minidlna as precmd - Fix order (rclint) PR: ports/179487 Submitted by: crees Approved by: culot / jpaetzel (mentors, implicit)
* - Fix rc script for new file locationzi2013-06-202-1/+2
| | | | | | - Bump PORTREVISION Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
* Unbreak on recent -CURRENT.delphij2013-06-192-6/+38
|
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-1813-86/+11
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* Add two new examples files.demon2013-06-181-0/+2
|
* Update to -dev19.demon2013-06-172-4/+4
|
* Update to version 1.4.24.demon2013-06-172-4/+4
|
* net/xmlrpc-epi: update to 0.54.2wg2013-06-172-25/+17
| | | | | | | | | | | | | | | - Update to 0.54.2 - Remove expat version from LIB_DEPENDS - Add LICNESE (MIT) - Remove leading article from COMMENT - NOPORTDOCS -> PORT_OPTIONS:MDOCS Changes: http://sourceforge.net/p/xmlrpc-epi/git/ci/master/tree/NEWS PR: ports/179155 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit)
* - Update to 0.04culot2013-06-173-11/+13
| | | | | | | | - Add LICENSE (Artistic 2) - Trim Makefile's header - Take maintainership Changes: http://search.cpan.org/dist/URI-FromHash/Changes
* net/tcptrace: minor Makefile fixeswg2013-06-173-60/+29
| | | | | | | | | | | | | - Trim Makefile header - Remove leading article from COMMENT - Add LICENSE (GPLv2) - Use PLIST_FILES instead of pkg-plist - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Rework pkg-descr PR: ports/179156 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit)
* net/fping: update to 3.5wg2013-06-173-31/+5
| | | | | | | | | - Update to 3.5 - Add LICENSE (GFDL) PR: ports/178833 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
* Fix permission mismatch between net/v6eval and net/ct.hrs2013-06-171-4/+6
| | | | Reported by: QAT
* - Fix ownership and permissions of the installed files.hrs2013-06-1723-1/+1235
| | | | | - Fix up #!/usr/bin/perl. - Remove v6eval/ct/COPYRIGHT from pkg-plist.
* - Add p5-YAML as runtime dependency.hrs2013-06-1710-3/+455
| | | | | | - Add sample test scripts. - Fix up #!/usr/bin/perl. - Fix ownership and permissions of the installed files.
* - update to 0.95jgh2013-06-162-3/+3
| | | | | | | | | | | svnup-0.95 - 15 June 2013 - Fixed a bug with the $FreeBSD$ line (pr ports/179548) - Fixed a bug where local files were not being removed when using the -t option. PR: 179548 Reported by: redrat@mail.ru Submitted by: jcm@visi.com (maintainer)
* - Add patches to fix type mismatch. Bump PORTREVISION becuase some affecthrs2013-06-1613-0/+258
| | | | | the result binaries. - Fix build on head after byacc 20130304.
* - new port py-pysphereohauer2013-06-164-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Python API for interaction with the vSphere Web Services SDK. Among other operations, it provides easy interfaces to: - Connect to VMWare's ESX, ESXi, Virtual Center, Virtual Server hosts - Query hosts, datacenters, resource pools, virtual machines - VM: Power on, power off, reset, revert to snapshot, get properties, update vmware tools, clone, migrate. - vSphere 5.0 Guest Operations: create/delete/move files and directories. Upload/download files from the guest system. List/start/stop processes in the guest system. - Create and delete snapshots - Hosts statistics and performance monitoring An of course, you can use it to access all the vSphere API through python. It's built upon a slightly modified version of ZSI (that comes bundled-in) which makes it really fast in contrast to other python SOAP libraries that don't provide code generation. WWW: https://code.google.com/p/pysphere/
* - rename ldapdelete tinyldapdeletedinoex2013-06-152-2/+5
| | | | PR: 179043
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-1/+7
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* - Prevent situation which leads to overriding configuration file on reinstall.az2013-06-151-3/+3
| | | | | | PR: ports/179047 Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Approved by: maintainer (timeout)
* Bring back the defaults as they were prior to options conversionbapt2013-06-151-2/+2
| | | | | PR: ports/179567 Submitted by: john marino <draco@marino.st>
* net/vde: fix build with clangwg2013-06-151-0/+1
| | | | | | - Fix build with clang, use gnu89 C std Approved by: culot / jpaetzel (mentors, implicit)
* net/pmf: fix build with clangwg2013-06-151-7/+7
| | | | | | | | | - Fix build with clang, -Wno-return-type - NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
* Trim Makefile header, impliment pathfix and pkgconfig USES. [1]kwm2013-06-151-10/+9
| | | | | | | Fix leftover files [2] Submitted by: pkgng DEVELOPER_MODE via miwi [2] Obtained from: GNOME devel repo [1]
* - Update to 0.2.0miwi2013-06-142-8/+6
| | | | | | PR: 174668 Submitted by: tota Approved by: maintainer timeout
* Fix typobapt2013-06-141-1/+1
| | | | Reported by: wg
* Use new options helpersbapt2013-06-141-26/+15
|
* - Update to 5.0.1nivit2013-06-142-5/+5
| | | | Release notes: http://goo.gl/w2atu
* Update to 0.16.tobez2013-06-142-8/+5
| | | | Changes: http://search.cpan.org/dist/POE-Component-Server-Twirc/Changes
* - create missing directories before chowning them [1]flo2013-06-145-8/+25
| | | | | | | | | | | | - asterisk depends on gmake so use gmake to run the menuselect.makeopts target [1] - disable res_timing_kqueue module until we can figure out what's wrong with it [2] Submitted by: John Marino <draco@marino.st> [1] Reported by: Ian FREISLICH <ianf@clue.co.za>, [2] Alejandro Imass <ait@p2ee.org>, [2] Amr Elsharqawi <aelsharqawi@live.com> [2]