Commit graph

23425 commits

Author SHA1 Message Date
Christian Weisgerber
487ff2e2b2 Simplify by dropping support for FreeBSD prior to 8.0-RELEASE. 2013-08-01 15:40:49 +00:00
William Grzybowski
3b3d8176a2 net/quagga: update to 0.99.22.3
- 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
2013-08-01 15:35:53 +00:00
Baptiste Daroussin
d30fbfddea Fix build with clang 2013-08-01 05:39:16 +00:00
Baptiste Daroussin
3ff39a6016 Fix build with clang 2013-07-31 22:47:01 +00:00
Philippe Audeoud
7cf2620016 - Really use new perl5 framework correctly. 2013-07-31 13:21:36 +00:00
Philippe Audeoud
6f26a7dd67 - Update to 0.50
- Convert to new Perl5 framework
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes
2013-07-31 13:16:46 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
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]
2013-07-31 11:57:45 +00:00
Alexey Dokuchaev
320b032dff - Tentatively try to unbreak parallel (-jX) builds by avoiding a race when
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)
2013-07-31 10:43:47 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Martin Matuska
771646edd5 Update net/smbldap-tools to 0.9.10 2013-07-30 20:49:36 +00:00
Carlo Strub
18ef5c5f0f Update to 0.13.0
PR:		ports/180357
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	maintainer (me)
2013-07-30 19:33:24 +00:00
Alexander V. Chernikov
2b127afc27 Provide 'dynamicrouting' in rc script.
This can be useful for mixed-environments running
different routing daemons (like bird).

Approved by:	az@, sem@ (maintainer,implicit)
2013-07-30 17:32:22 +00:00
Alexander V. Chernikov
7dc80e7629 Update net/bird & net/bird6 to 1.3.11
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
2013-07-30 17:22:51 +00:00
Baptiste Daroussin
8c9a1e8de1 Fix build with clang by forcing gnu89 2013-07-30 12:43:10 +00:00
Baptiste Daroussin
a4a7ab5d9c Fix build with current: standard gnu89 + -Wno-return-type
While here convert USE_GMAKE -> USES=gmake
2013-07-30 10:28:17 +00:00
Alexey Dokuchaev
d7b8c666b7 - Contrary to what comment says, we do not need clang or GCC 4.6+ to build,
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)
2013-07-30 07:42:03 +00:00
Jason Helfman
a7ca4e1107 - Update to 0.7.3
- 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 )
2013-07-30 07:40:14 +00:00
Baptiste Daroussin
75d473f600 Convert non supported USE_PKGCONFIG to USES=pkgconfig [1]
While here:
- Remove leading article from COMMENT
- Remove now useless MAKE_JOB_SAFE

Pointyhat to:	miwi [1]
2013-07-29 21:26:45 +00:00
Antoine Brodin
92f32ce697 New port: rubygem-network_interface
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
2013-07-29 20:21:09 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Alexey Dokuchaev
302886747c - Trim Makefile header to standard two lines
- 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
2013-07-29 09:33:40 +00:00
Alexey Dokuchaev
530537e14e Remove net/ns2, which is practically identical copy of net/ns. 2013-07-29 08:32:16 +00:00
Jun Kuriyama
cae38d4eef Support 8.4-REL. 2013-07-28 14:43:07 +00:00
William Grzybowski
ae0d9a3ea7 net/jicmp6: update to 1.2.1
- 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)
2013-07-28 14:14:31 +00:00
Alexey Dokuchaev
c07cb6f322 - Tighten Makefile header and COMMENT
- Unbreak parallel (-jX) and Clang builds
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Fix bogus double spaces in pkg-descr

Reported by:	pointyhat-west
2013-07-28 09:22:46 +00:00
Sunpoet Po-Chuan Hsieh
3183c8394f - Update to 0.22
Changes:	http://search.cpan.org/dist/IO-Socket-IP/Changes
2013-07-27 20:15:04 +00:00
Joe Marcus Clarke
040c7aa3fd Update to 1.10.1. See
http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of
changes in this release.
2013-07-27 17:52:26 +00:00
Steve Wills
9b43ea27d9 - Update to 3.2.1
PR:		ports/180539
2013-07-27 17:10:26 +00:00
Steve Wills
413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00
Chris Rees
4c082f93da remove GCC requirement
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)
2013-07-27 15:53:56 +00:00
Steve Wills
3cdf232e5c - Update to 0.9.7
PR:		ports/180537
Approved by:	maintainer timeout (renchap@cocoa-x.com, >2 weeks)
2013-07-27 14:33:52 +00:00
Baptiste Daroussin
c831bf23e4 Mark as deprecated, the port is vulnerable for long with noone to take care of it. 2013-07-27 11:19:10 +00:00
William Grzybowski
a570bcf746 net/jicmp: update to 1.4.1
- 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)
2013-07-26 23:28:58 +00:00
William Grzybowski
106007f8c9 net/minidlna: remove required dirs
- Remove required dirs from rc.d, it is already ensured with install cmd

Reported by:    tdb
2013-07-26 23:25:40 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
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
2013-07-26 19:19:20 +00:00
Andrej Zverev
519dacca72 - Fix leftovers 2013-07-26 11:22:07 +00:00
Andrej Zverev
b9cf423050 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00
Baptiste Daroussin
de327a796e Fix build with recent binutils
Cleanup a bit
2013-07-26 09:40:29 +00:00
Andrej Zverev
19ae251b54 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 07:33:41 +00:00
Baptiste Daroussin
5341fb7d7e Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
While here: convert to USES=gmake
2013-07-26 06:10:07 +00:00
Baptiste Daroussin
556fce1540 Mark as broken: it needs utmp.h 2013-07-26 06:02:30 +00:00
Jason Helfman
7e3acc2de9 - cleanup leftovers
Reported by: qat
2013-07-25 23:23:47 +00:00
Jason Helfman
5074995883 - unbreak package creation
- while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES

PR:		180850
Reported by:	Alfred Bartsch <bartsch@dssgmbh.de>
2013-07-25 22:57:40 +00:00
Florian Smeets
df6955951e Make sure res_rtp_asterisk.so gets built. It required libuuid now. 2013-07-25 20:38:41 +00:00
Benjamin Kaduk
e3d11f460c Update to 1.6.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)
2013-07-25 18:29:27 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Hiroki Sato
29fbbf75db Add a patch to fix gcc build on head.
Obtained from:	murray
2013-07-25 08:41:35 +00:00
Jason Helfman
e95c0f3261 - update to 0.99 (bugfix release)
PR:		180490
Reported by:	redrat@mail.ru
Submitted by:	jcm@visi.com (maintainer)
2013-07-25 00:31:38 +00:00
TAKATSU Tomonari
df422ffefa - Update to 1.1.7 2013-07-24 13:06:07 +00:00
TAKATSU Tomonari
0112725114 - Move misc/rabbit to misc/rubygem-rabbit [1]
- 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]
2013-07-24 11:22:09 +00:00
Florian Smeets
8c8a782b44 Update to 1.8.23.0 2013-07-24 09:47:33 +00:00
Florian Smeets
1244a53999 Update to 11.5.0 2013-07-24 09:47:09 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Pietro Cerutti
269e71880e - Fix build with Tcl/Tk 8.6
Reported by:	bapt
2013-07-24 07:30:43 +00:00
Baptiste Daroussin
bfb8955a61 Mark as broken: does not build
/usr/bin/ld: cannot find -lstdc++_p

Reported by:	pkg-fallout
2013-07-24 06:46:40 +00:00
Ade Lovett
0d7b7f5e50 Hack around fallout from recent update to automake-1.14 2013-07-23 21:39:06 +00:00
Pawel Pekala
11e564a1d5 OWAMP is a command line client application and a policy daemon used
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>
2013-07-23 21:16:10 +00:00
Pawel Pekala
51a5520123 Fix plist, ospfclient manpage is only installed when OSPF_OPAQUE_LSA=on
PR:		ports/180570
Submitted by:	Anes Mukhametov <anes@anes.su>
Approved by:	maintainer
2013-07-23 20:00:53 +00:00
Frederic Culot
d8b6518339 - Update to 0.49
- 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)
2013-07-23 12:04:40 +00:00
Jason Helfman
9ef3e0d263 - update to 0.98 [1]
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]
2013-07-23 07:46:56 +00:00
Ganael LAPLANCHE
35db240fe3 Update to 2.0.4 2013-07-23 06:44:45 +00:00
Marcus von Appen
f23c3dcab9 iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust
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
2013-07-22 17:06:58 +00:00
Max Brazhnikov
8b1bc550c2 - Don't touch $HOME/.config during build stage
- Fix plist
2013-07-22 15:07:30 +00:00
Joe Marcus Clarke
2642eabda1 Mark MAKE_JOBS_UNSAFE on amd64.
Reported by:	ohauer
2013-07-22 14:47:28 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
John Marino
d17001ffda net/hornetq: Mark BROKEN, builds outside $WRKDIR
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
2013-07-22 06:55:34 +00:00
Steve Wills
6dd43f76b2 - Update to 0.3.10
PR:		ports/180711
Approved by:	g.veniamin@googlemail.com (maintainer)
2013-07-21 20:16:15 +00:00
TAKATSU Tomonari
29cbd347db - Add patch to fix build [1]
- Trim Makefile header
- Transfer maintainership to ruby@

Reported by:	pointyhat via miwi [1]
2013-07-21 19:59:36 +00:00
Sunpoet Po-Chuan Hsieh
bf00bb7f95 - Update to 2.10
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2013-07-21 15:40:43 +00:00
Vanilla I. Shu
e9b81a8fed Make MAKE_JOBS_UNSAFE.
Obtained from:	miwi@
2013-07-21 04:58:51 +00:00
Hiroki Sato
6a6c9b116c Add net/packetdrill, a network stack testing tool.
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.
2013-07-20 21:37:46 +00:00
Hiroki Sato
2d54c2351c Fix directory permission.
Reported by:	miwi
2013-07-20 17:46:11 +00:00
Steve Wills
8e6ce4a3f6 - Fix build
PR:		ports/180140
Approved by:	maintainer timeout(loic-freebsd@loicp.eu, >2 weeks)
2013-07-19 15:50:08 +00:00
Alexey Dokuchaev
791f4eddb9 - Fix the installation error
- 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
2013-07-19 10:19:26 +00:00
Frederic Culot
1d18057487 - Update to 2.37
- Pet portlint(1) by replacing tab into space in WWW link

Changes:	http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
2013-07-19 09:02:54 +00:00
Koop Mast
3ff9c2b392 Allow avahi slaves to add to USE_GNOME, this fixes the build in clean
enviroments. Bump portrevision to make sure on already installed systems that
all the dependancies are recorded.

Submitted by:	miwi & bapt
2013-07-18 10:29:51 +00:00
Erwin Lansing
29230335a8 Don't set PORTREVISION here, but inherit from master port.
PR:		180605
Submitted by:	Alex Keda <admin@lissyara.su> (maintainer)
2013-07-17 10:21:39 +00:00
Ganael LAPLANCHE
fe6abb9c6e Update to 2.0.3 2013-07-17 06:30:07 +00:00
Martin Wilke
04a7336287 - FIx plis 2013-07-17 04:58:36 +00:00
Martin Wilke
7c7120d1ec - Update to 0.80.0
PR:		180574
Submitted by:	maintainer
2013-07-17 04:12:59 +00:00
Eitan Adler
3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00
Martin Wilke
800d78b28b - Unbreak build after autotool update 2013-07-16 14:56:10 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- 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
2013-07-16 05:42:36 +00:00
Sunpoet Po-Chuan Hsieh
a137f775a1 - Update to 1.6.1
PR:		ports/180538
Submitted by:	swills
2013-07-15 16:38:25 +00:00
Emanuel Haupt
5b8e439847 Make sure the binaries are linked against the port OpenSSL libraries when
and only when WITH_OPENSSL_PORT is defined.

PR:             180395 (based on)
Submitted by:   "r4721@tormail.org" <r4721@tormail.org>
2013-07-15 12:56:17 +00:00
Koop Mast
e45ae39631 Add new avahi-header port. 2013-07-14 21:50:32 +00:00
Koop Mast
d55a06b27c Remove avahi-qt3 for real, missed int he avahi update of r323006
Noticed by:	rene@
2013-07-14 21:25:55 +00:00
Koop Mast
bfa3958c83 Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.

Obtained from:	GNOME devel repo
2013-07-14 21:17:21 +00:00
Pawel Pekala
c1ba45c3f7 Update to version 4.2.62 2013-07-14 19:51:49 +00:00
Sunpoet Po-Chuan Hsieh
374ebdbe64 - Update to 0.85
- Add OPTIONS: GLIB

Changes:	https://github.com/traviscross/mtr/blob/master/NEWS
2013-07-13 13:29:56 +00:00
Baptiste Daroussin
8004e17d6f Mark as broken
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)
2013-07-13 13:09:35 +00:00
Steve Wills
bb1e3e9cb1 - Update to 3.1.3
PR:		ports/179890
Approved by:	maintainer timeout (freebsdports@chillibear.com, >2 weeks)
2013-07-13 05:19:53 +00:00
Steve Wills
904554729d - Update to 0.8.0
PR:		ports/179886
Approved by:	maintainer timeout (renchap@cocoa-x.com, >2 weeks)
2013-07-13 05:10:37 +00:00
Glen Barber
54feb91247 Remove net/urtwn-firmware-kmod, integrated to head/ as of r253139.
Submitted by:	hiren
2013-07-12 23:55:21 +00:00
Mark Felder
64b2bdb44b - rc script improvements
Approved by:	swills (mentor)
2013-07-12 11:27:12 +00:00
Ganael LAPLANCHE
a57e1ef179 - Update to 1.2.4
- Use desktop-file-utils and shared-mime-info
2013-07-12 08:31:30 +00:00
Soeren Straarup
be1d7d8215 I have taken over x11-wm/libdockap 2013-07-11 17:15:21 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- 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
2013-07-11 16:26:26 +00:00
Koop Mast
c524975c76 Make avahi-app a lib_depend, ekiga needs it on run time.
PR:		ports/180390
Submitted by:	Joze Zobec <jozze.zepl@gmail.com>
2013-07-11 09:11:28 +00:00
Koop Mast
5aec02a5df Update to 1.8.15. 2013-07-11 08:02:01 +00:00
Baptiste Daroussin
90cb269b58 Mark job unsafe
Convert to USES
Bump portrevision (pkgconfig is not a run dep anymore)
Remove leading indefinite article
2013-07-11 06:47:47 +00:00
Baptiste Daroussin
18dbe4987a Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
2013-07-11 06:39:14 +00:00
Jason Helfman
331fce420c - fix from conversion in r322709
Approved by:	maintainer (implicit)
2013-07-10 23:59:46 +00:00
Baptiste Daroussin
0a830cfcd0 Fix PORTSDIR not already defined by using relative path 2013-07-10 21:28:56 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- 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
2013-07-10 19:41:30 +00:00
Baptiste Daroussin
e10b6d67f0 Mark job unsafe 2013-07-10 16:23:40 +00:00
Baptiste Daroussin
a232992c7c Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
2013-07-10 13:12:03 +00:00
Rene Ladan
d072ab9a2c Fix build with --std=c++11
PR:		ports/178712
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2013-07-10 12:18:21 +00:00
Baptiste Daroussin
12f5eaefb3 Mark jobs unsafe 2013-07-10 11:35:49 +00:00
Baptiste Daroussin
7727ddad78 Mark jobs unsafe 2013-07-10 11:30:15 +00:00
Baptiste Daroussin
f8b6962d28 Mark job unsafe 2013-07-10 11:15:54 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Sunpoet Po-Chuan Hsieh
4c310fcb56 - Update to 2.010
Changes:	http://search.cpan.org/dist/Socket/Changes
2013-07-10 03:39:46 +00:00
Sunpoet Po-Chuan Hsieh
17af90922a - Update to 0.9.2
Changes:	https://github.com/intridea/oauth2/commits/master
2013-07-10 03:32:33 +00:00
Koop Mast
16392411e0 Adopt, pet portlint a bit and update to new ports features. 2013-07-09 22:06:15 +00:00
Rene Ladan
742a5744dd Take maintainership.
While here convert Makefile headers.
2013-07-09 21:39:21 +00:00
Pav Lucistnik
0caf410ed8 - Drop all my ports 2013-07-09 21:26:48 +00:00
Timur I. Bakeyev
3edadfe24a Update port to the latest 4.0.7 version. Main binary samba4 was renamed back
to samba.
2013-07-09 15:30:00 +00:00
Alexey Dokuchaev
0339625a33 - Add targets' missing prerequisites to allow parallel builds
- Cleanup Makefile (trim header, sort the knobs, respect CC/CXX)
- Pet portlint(1) by shortening overly long port description

Approved by:	edwin (maintainer)
2013-07-09 12:14:41 +00:00
Felippe de Meirelles Motta
b0f033659e Csync is a lightweight utility to synchronize files between two directories on
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@
2013-07-08 21:31:53 +00:00
Guido Falsi
3d59bf1d24 Convert the ports I maintain to USES=gmake. 2013-07-08 18:44:24 +00:00
Emanuel Haupt
6fe706fd4b - Convert USE_GMAKE to USES=gmake
- 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
2013-07-08 18:42:15 +00:00
Dirk Meyer
6ebcf86c50 - recover lost description for option BPF
Submitted by:	Wesley Shields
2013-07-08 16:51:29 +00:00
Dirk Meyer
93bfdd66d0 - remove Author
- fix typo
Submitted by:	Alexey Dokuchaev
2013-07-08 16:50:33 +00:00
Nicola Vitale
98b4e541fe - Update to 5.0.2
- Add another download site
- Install new documentation

Build logs:	http://goo.gl/EjZaN http://goo.gl/HB6kC
2013-07-08 15:36:39 +00:00
William Grzybowski
5a5f87203b net/pyrad: update to 2.0
- 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
2013-07-08 12:42:01 +00:00
Pietro Cerutti
2b7cdc2de5 - Fix build with Tcl/Tk 8.6 [1]
- While at it, trim Makefile headers

Reported by:	bapt [1]
2013-07-08 12:12:18 +00:00
Baptiste Daroussin
0b8514a945 Mark as job unsafe, drop maintainership 2013-07-08 11:52:46 +00:00
Cheng-Lung Sung
ac6fcf31b0 - Update to 1.15
Changes: http://cpansearch.perl.org/src/BOBTFISH/AnyEvent-RabbitMQ-1.15/Changes
2013-07-08 02:09:17 +00:00
Cheng-Lung Sung
afdebf0ded - Update to 1.0.2
PR:		ports/180135
Submitted by:	swills@
2013-07-08 01:52:27 +00:00
Cheng-Lung Sung
370923b61e - Update to 1.0.2
PR:		ports/180134
Submitted by:	swills@
2013-07-08 01:51:45 +00:00
Cheng-Lung Sung
3d8898a83d - Update to 1.6.0
PR:		ports/180133
Submitted by:	swills@
2013-07-08 01:50:31 +00:00
William Grzybowski
891b0aef67 net/py-kombu: fix USE_PYTHON
- Fix USE_PYTHON to restrict it to python 2.x

Reported by:	rm
2013-07-07 19:57:31 +00:00
Ruslan Makhmatkhanov
92b1aa874c - update to 1.1.5
changelog:
* Add support for Direct hosting of SMB over TCP/IP (TCP port 445)
2013-07-07 16:45:24 +00:00
Ruslan Makhmatkhanov
e9d0c5d8ca - update to 2.4.13
- 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)
2013-07-07 16:21:03 +00:00
Baptiste Daroussin
4e8e69b333 Remove usage of X_FONTS_MISC_PORT and X_FONTS_ALIAS_PORT 2013-07-07 12:36:22 +00:00
Kubilay Kocak
d8afdaeaf8 net/turses: Update to 0.2.15
- 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
2013-07-07 12:07:19 +00:00
Ryan Steinmetz
d0b86734f1 - Update to 3.1.13 2013-07-07 11:55:30 +00:00
Dirk Meyer
e445c687e9 - remove broken options SNOOP and PF
PR:		180227

- remove PKGNAMESUFFIX
2013-07-07 06:09:53 +00:00
Dirk Meyer
e6f7ab501b - remove TAB in pkg-descr 2013-07-07 05:46:09 +00:00
Marcus von Appen
acc01dfd3d - Update to the latest RC 2013-07-06 10:27:53 +00:00
Tijl Coosemans
11831641c2 Fix build with clang (USE_CSTD=gnu89) and respect CFLAGS, CPPFLAGS
and LDFLAGS.

Approved by:	maintainer timeout (20 days)
2013-07-05 08:09:44 +00:00
Raphael Kubo da Costa
554e0c79c9 Update the KDE Software Compilation to 4.10.5.
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.
2013-07-04 23:34:32 +00:00
Florian Smeets
1e02e1f289 - Don't force gcc, make this work with clang, too [1]
- 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]
2013-07-04 22:49:22 +00:00
Florian Smeets
b003ca6d34 - Don't force gcc, make this work with clang, too [1]
- 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]
2013-07-04 22:46:33 +00:00
Benjamin Kaduk
0c12ee8016 Update to 1.6.4
Build fixes for 10-CURRENT will come in a separate commit.

Approved by:	hrs (mentor, ports committer)
2013-07-04 18:40:01 +00:00
Greg Larkin
cf69e21796 - Updated to 3.1.0 [1]
- Added license
- Minor tweaks to dependency versions

PR:		ports/180142 [1]
Submitted by:	swills
2013-07-03 21:28:41 +00:00
Greg Larkin
37eed2401a - Updated to 1.4.0 [1]
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
2013-07-03 20:43:55 +00:00
William Grzybowski
928f61a15d net/proxychains-ng: preserve conf file
- Fix preservation of .conf file

PR:		ports/180109
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-03 11:34:41 +00:00
Raphael Kubo da Costa
18ff93d1a7 Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.
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.
2013-07-02 19:04:18 +00:00
Steve Wills
7437ac93d8 - Remove unneeded backrev port 2013-07-02 12:20:09 +00:00
Steve Wills
ad2da2b257 - Actually set rubygem-bunny060 port to correct version
- Add NO_LATEST_LINK to rubygem-bunny060
- Connect rubygem-bunny060 to build
2013-07-02 02:16:57 +00:00
Steve Wills
67872541ab - Create backrev version of rubygem-bunny version 0.6.0 which chef requires,
since there is a pending update to 0.8.0 soon
2013-07-02 02:13:49 +00:00
Antoine Brodin
072ec8259d Deprecate ports broken on FreeBSD 8 or newer
Approved by:	maintainer silence
2013-07-01 21:31:06 +00:00
Chris Rees
572e4f48d1 Update to 2.83
PR:		ports/180170
Submitted by:	Stefan Bethke <stb@lassitu.de>
2013-07-01 19:58:55 +00:00
Rene Ladan
d8885b58f9 Remove expired ports:
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
2013-07-01 09:19:36 +00:00
Timur I. Bakeyev
2571c2d8c0 Fixed typo in the patch that broke winbind_krb5_locator linking. Add external
dependency on tevent library.

PR:		180074, 180053
2013-07-01 02:41:31 +00:00
Jason Helfman
d6742ed77c - update to 0.97
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 )
2013-07-01 00:13:20 +00:00
TAKATSU Tomonari
5f10195b30 - Update to 2.5.0 and unbreak
- Transfer maintainership to ruby@
- Add LICENSE section

PR:		ports/179885
Submitted by:	swills
2013-06-30 13:44:30 +00:00
Antoine Brodin
f84d843e4e New port: rubygem-packetfu
A mid-level packet manipulation library for Ruby
2013-06-30 12:44:35 +00:00
Mark Felder
0db6558c66 - Fix path to vnstatd
PR: ports/179271
Approved by: crees (mentor)
2013-06-29 14:28:59 +00:00
William Grzybowski
f56e241ad6 net/py-kombu: update to 2.5.12
- Update to 2.5.12

Changes: https://github.com/celery/kombu/blob/2.5/Changelog
2013-06-29 11:03:33 +00:00
Baptiste Daroussin
9fc7fb138d Remove USE_IMAKE leftover 2013-06-29 08:59:00 +00:00
Baptiste Daroussin
1487865838 Convert to USES=imake
Trim headers
Mark as broken pload
Remove indefinite article
2013-06-28 22:21:39 +00:00
Felippe de Meirelles Motta
946b368825 Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you
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>
2013-06-28 20:45:36 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
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
2013-06-28 11:51:05 +00:00
Cheng-Lung Sung
e2f7c149a2 - Update to 1.12.1 2013-06-28 03:08:13 +00:00
Mark Felder
a7ab4c2a5a - Add rc script
- Add vnstat to UIDs and GIDs

PR: ports/179271
Approved by: crees (mentor)
2013-06-27 20:40:35 +00:00
Felippe de Meirelles Motta
c273fc0e9f - Update to 4.6.
- 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)
2013-06-27 18:39:23 +00:00
Mark Felder
2479fcefc0 fix patch
Approved by: swills (mentor)
2013-06-27 13:25:38 +00:00
Timur I. Bakeyev
9d6a697a14 Upgraded port to the latest 3.6.16 revision. 2013-06-27 08:47:26 +00:00
Martin Wilke
6d21302a43 - Update to 1.4.2
PR:		179985
Submitted by:	maintainer
2013-06-27 07:00:26 +00:00
Cheng-Lung Sung
7fda565e2c - Update to 4.8.1
PR:		ports/179884
Submitted by:	swills@
2013-06-27 02:25:39 +00:00
Felippe de Meirelles Motta
f408b00516 ProxyChains is a UNIX program, that hooks network-related libc functions
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>
2013-06-26 20:52:19 +00:00
Mark Felder
fc3b7b4860 - Fix sample install/uninstall
- Fix IPv6 case
- Clean up rc script

PR: ports/179964
Approved by: crees (mentor)
2013-06-26 20:22:37 +00:00
Ryan Steinmetz
70887c4df7 - Fix pkg-plist issue when LDAP is enabled 2013-06-26 18:23:23 +00:00
Chris Rees
7cbb003cdf Add missing dependencies
PR:		ports/179797
Submitted by:	swills
2013-06-26 17:36:21 +00:00
William Grzybowski
9521c502ad net/py-kombu: update to 2.5.11
- Update to 2.5.11

Changes:
https://github.com/celery/kombu/blob/2.5/Changelog
2013-06-25 16:09:15 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Ryan Steinmetz
7b9456fe50 - Update to 3.1.12 2013-06-25 01:44:38 +00:00
Felippe de Meirelles Motta
97eba58c3c Net::Google::SafeBrowsing2 implements the Google Safe Browsing
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>
2013-06-24 18:36:18 +00:00
Antoine Brodin
29525d2c29 Deprecate: broken on FreeBSD 8 and newer
Approved by:	maintainer
2013-06-24 17:02:54 +00:00
William Grzybowski
bb7157048c net/tigervnc: fix build depends
- Add font-util as BUILD_DEPENDS

PR:		ports/179838
Approved by:	maintainer
2013-06-24 14:48:38 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Xin LI
4e1f7c01ae Add http mirrors as last resort option.
PR:		ports/179153
Submitted by:	brd
2013-06-24 05:29:24 +00:00
Dima Panov
cc1af8a850 - Explicitly disable libxkbfile detection when no X11 option is selected
PR:		179835
Reported by:	Michael Moll <kvedulv AT kvedulv DOT de>
2013-06-24 02:43:38 +00:00
Raphael Kubo da Costa
82aad9be76 Remove duplicate SQLITE and MYSQL options.
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)
2013-06-23 18:27:36 +00:00
Steve Wills
30af3d8e74 - Update to 1.6.1 2013-06-23 16:26:29 +00:00
Steve Wills
a0f518a3bb - Update to 0.9.8 2013-06-23 13:47:32 +00:00
Steve Wills
81bfc79339 - Remove redundant dependency
PR:		ports/179856
Submitted by:	tota
2013-06-23 02:02:41 +00:00
Kubilay Kocak
493e765c37 net/py-pynsq: [NEW PORT] The official Python client library for NSQ
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
2013-06-22 10:43:26 +00:00
Dima Panov
33acf308d5 - Fix typo in libssh option handle 2013-06-22 07:42:15 +00:00
Sunpoet Po-Chuan Hsieh
2a3cd99222 - Update to 0.9.1
- Add LICENSE
- Cleanup Makefile header

Changes:	https://github.com/intridea/oauth2/commits/master
2013-06-22 03:32:08 +00:00
Marcus von Appen
c5a4db7c11 Welcome SDL2 to the FreeBSD ports system!
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.
2013-06-21 19:56:27 +00:00
Raphael Kubo da Costa
01cc83b20f Update the PyQt ports.
- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
2013-06-21 19:13:05 +00:00
Rene Ladan
835490c722 - Mark deprecated and set expiration date to 2013-08-04, depends on expired
x11-wm/libdockapp
- Update Makefile header
- Use PORT_OPTIONS:MDOCS

PR:		ports/179414
Submitted by:	myself
Approved by:	maintainer timeout (xride, 14 days)
2013-06-21 17:36:18 +00:00
Kubilay Kocak
376e98b1b6 net/turses: Fix spelling of LICENSE 2013-06-21 12:41:33 +00:00
Kubilay Kocak
b110de5600 net/turses: [NEW PORT] Python Twitter client for the console
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
2013-06-21 12:35:50 +00:00
Jason Helfman
b2a1fe8968 - update to 0.96
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)
2013-06-21 06:03:25 +00:00
Cheng-Lung Sung
e49f94b857 net/tweepy: Update to 2.0, install unzipped
- 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@
2013-06-21 03:24:55 +00:00
Philippe Audeoud
4af30b49eb - Update to 1.122
- Changelog: http://cpansearch.perl.org/src/MTHURN/Net-Address-Ethernet-1.122/Changes
2013-06-20 13:22:34 +00:00
Dima Panov
18b66e7017 - Use master remmina tarball instead of fetch the same with another name
Submitted by:	Koichiro IWAIO / Volodymir Kostyrko (via email)
2013-06-20 12:01:10 +00:00
Hajimu UMEMOTO
9bae3ad35f Update to 1.6.
Spotted by:	portscout
2013-06-20 10:09:04 +00:00
Alexander Motin
4e2afec3d1 Update to 5.7. 2013-06-20 08:31:46 +00:00
Steve Wills
caac310e09 - Make pointyhat happy: by changing RSA key pair generation behaviour now key
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)
2013-06-20 03:56:14 +00:00
Dima Panov
2d380909e1 - Remove empty file, missed in previous big commit 2013-06-20 02:03:00 +00:00
Dima Panov
baee0a62c6 - Update net/remmina and its plugins to 1.0.0 release
- Add gnome and nx plugins

Big thanks to Koichiro IWAIO for his work!

Submitted by:	Koichiro IWAIO <meta AT vmeta DOT jp> via mail
2013-06-20 01:59:25 +00:00
William Grzybowski
d5520d2633 net/minidlna: fix run dir for packages
- 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)
2013-06-19 20:34:57 +00:00
Ryan Steinmetz
4c71708ac7 - Fix rc script for new file location
- Bump PORTREVISION

Submitted by:	Victor Sudakov <sudakov@sibptus.tomsk.ru>
2013-06-19 16:53:56 +00:00
Xin LI
230e7b0ec6 Unbreak on recent -CURRENT. 2013-06-19 02:24:46 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Dmitry Sivachenko
98e30198f1 Add two new examples files. 2013-06-17 17:42:38 +00:00
Dmitry Sivachenko
f33eb72d6a Update to -dev19. 2013-06-17 14:40:01 +00:00
Dmitry Sivachenko
39faede306 Update to version 1.4.24. 2013-06-17 14:38:06 +00:00
William Grzybowski
91faca54c9 net/xmlrpc-epi: update to 0.54.2
- 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)
2013-06-17 13:55:34 +00:00
Frederic Culot
b4a02f19dc - Update to 0.04
- Add LICENSE (Artistic 2)
- Trim Makefile's header
- Take maintainership

Changes:	http://search.cpan.org/dist/URI-FromHash/Changes
2013-06-17 13:53:08 +00:00
William Grzybowski
1e9d930012 net/tcptrace: minor Makefile fixes
- 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)
2013-06-17 13:30:52 +00:00
William Grzybowski
f8c67874ed net/fping: update to 3.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)
2013-06-16 21:52:44 +00:00
Hiroki Sato
2e78e303e8 Fix permission mismatch between net/v6eval and net/ct.
Reported by:	QAT
2013-06-16 17:12:34 +00:00
Hiroki Sato
56e208081c - Fix ownership and permissions of the installed files.
- Fix up #!/usr/bin/perl.
- Remove v6eval/ct/COPYRIGHT from pkg-plist.
2013-06-16 16:59:34 +00:00
Hiroki Sato
470d13c7ed - Add p5-YAML as runtime dependency.
- Add sample test scripts.
- Fix up #!/usr/bin/perl.
- Fix ownership and permissions of the installed files.
2013-06-16 16:11:08 +00:00
Jason Helfman
a85d45e9db - update to 0.95
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)
2013-06-16 07:07:17 +00:00
Hiroki Sato
a14da88b51 - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries.
- Fix build on head after byacc 20130304.
2013-06-16 02:37:46 +00:00
Olli Hauer
3ae7902d7a - new port py-pysphere
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/
2013-06-15 19:39:56 +00:00
Dirk Meyer
27c230f37d - rename ldapdelete tinyldapdelete
PR:		179043
2013-06-15 11:58:33 +00:00
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
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)
2013-06-15 11:10:34 +00:00
Andrej Zverev
90275df44a - Prevent situation which leads to overriding configuration file on reinstall.
PR:		ports/179047
Submitted by:	Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by:	maintainer (timeout)
2013-06-15 10:42:49 +00:00
Baptiste Daroussin
d34ab044ed Bring back the defaults as they were prior to options conversion
PR:		ports/179567
Submitted by:	john marino <draco@marino.st>
2013-06-15 07:46:48 +00:00
William Grzybowski
984484d75c net/vde: fix build with clang
- Fix build with clang, use gnu89 C std

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 22:32:16 +00:00
William Grzybowski
0ee84cbda4 net/pmf: fix build with clang
- Fix build with clang, -Wno-return-type
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-14 22:13:04 +00:00
Koop Mast
0cd54146e4 Trim Makefile header, impliment pathfix and pkgconfig USES. [1]
Fix leftover files [2]

Submitted by:	pkgng DEVELOPER_MODE via miwi [2]
Obtained from:	GNOME devel repo [1]
2013-06-14 17:21:30 +00:00
Martin Wilke
cc075002d3 - Update to 0.2.0
PR:		174668
Submitted by:	tota
Approved by:	maintainer timeout
2013-06-14 14:43:53 +00:00
Baptiste Daroussin
b876916186 Fix typo
Reported by:	wg
2013-06-14 14:11:51 +00:00
Baptiste Daroussin
55806775a5 Use new options helpers 2013-06-14 14:05:59 +00:00
Nicola Vitale
f53f76d5d2 - Update to 5.0.1
Release notes:	http://goo.gl/w2atu
2013-06-14 13:23:48 +00:00
Anton Berezin
5b4ce317fc Update to 0.16.
Changes:	http://search.cpan.org/dist/POE-Component-Server-Twirc/Changes
2013-06-14 10:20:30 +00:00
Florian Smeets
92e116c94e - create missing directories before chowning them [1]
- 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]
2013-06-14 07:07:01 +00:00
Martin Wilke
7bf251322b - Fix build 2013-06-14 03:20:03 +00:00
William Grzybowski
78e69df3ee net/ipgrab: fix build with clang
- Fix build with clang
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute install commands
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-13 23:46:30 +00:00
William Grzybowski
8928cebe9a net/gq: fix build with clang
- Fix build with clang, func return value

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-13 23:19:38 +00:00
Baptiste Daroussin
a36753e6ab No need to globally define X_NESTSERVER_PORT 2013-06-13 22:48:26 +00:00
Sunpoet Po-Chuan Hsieh
341a3caed5 - Update to 0.13
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Net-HTTPS-NB/Changes
2013-06-13 18:55:20 +00:00
Boris Samorodov
480cb2de3a Fix building with clang (CPPFLAGS+=-Wno-return-type). 2013-06-13 15:47:13 +00:00
Sunpoet Po-Chuan Hsieh
184d140a70 - Update to 0.12.2
Changes:	http://git.gnome.org/browse/gupnp-av/tree/NEWS
2013-06-13 12:44:44 +00:00
Sunpoet Po-Chuan Hsieh
82e73e2144 - Add rubygem-dropbox-sdk 1.5.1
dropbox-sdk is a library that provides a plain function-call interface to the
Dropbox API web endpoints.

WWW: https://www.dropbox.com/developers
RG:  https://rubygems.org/gems/dropbox-sdk
2013-06-13 11:54:04 +00:00
Philippe Audeoud
e86b89117e - Update to 0.48
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.48/Changes
2013-06-13 09:01:24 +00:00
Hiroki Sato
d4dbdf55e6 - Trim old-style header.
- Take maintainership.
- Add LICENSE.
- MAKE_JOBS_SAFE=yes.
- Use OPTION_DEFINE.
- Use PORTDOCS for $DOCSDIR/*.
2013-06-13 08:01:17 +00:00
Pawel Pekala
c04286a5fd Update to version 4.2.59 2013-06-12 19:45:59 +00:00