| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
| |
Do not strip binaries explicitly.
Bump revision.
Approved by: vsevolod
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Convert to new Perl5 framework
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
| |
|
|
|
|
|
|
| |
PR: ports/180357
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by: maintainer (me)
|
|
|
|
|
|
|
| |
This can be useful for mixed-environments running
different routing daemons (like bird).
Approved by: az@, sem@ (maintainer,implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
While here convert USE_GMAKE -> USES=gmake
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 )
|
|
|
|
|
|
|
|
| |
While here:
- Remove leading article from COMMENT
- Remove now useless MAKE_JOB_SAFE
Pointyhat to: miwi [1]
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: swills (mentor)
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
- Unbreak parallel (-jX) and Clang builds
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Fix bogus double spaces in pkg-descr
Reported by: pointyhat-west
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
|
|
|
|
|
| |
http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of
changes in this release.
|
|
|
|
| |
PR: ports/180539
|
|
|
|
|
|
| |
- Clean up headers and comments while here
Reviewed by: danfe
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/180537
Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
|
|
|
|
| |
of it.
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- Remove required dirs from rc.d, it is already ensured with install cmd
Reported by: tdb
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
|
|
| |
Cleanup a bit
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
|
|
|
|
| |
with like recent binutils.
While here: convert to USES=gmake
|
| |
|
|
|
|
| |
Reported by: qat
|
|
|
|
|
|
|
| |
- while here standardize on empty PORT_OPTIONS and convert USE_GMAKE to USES
PR: 180850
Reported by: Alfred Bartsch <bartsch@dssgmbh.de>
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: swills (mentor)
|
|
|
|
| |
Obtained from: murray
|
|
|
|
|
|
| |
PR: 180490
Reported by: redrat@mail.ru
Submitted by: jcm@visi.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: bapt
|
|
|
|
|
|
| |
/usr/bin/ld: cannot find -lstdc++_p
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
PR: ports/180570
Submitted by: Anes Mukhametov <anes@anes.su>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Fix plist
|
|
|
|
| |
Reported by: ohauer
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/180711
Approved by: g.veniamin@googlemail.com (maintainer)
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Transfer maintainership to ruby@
Reported by: pointyhat via miwi [1]
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Net-Dict/Changes
|
|
|
|
| |
Obtained from: miwi@
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported by: miwi
|
|
|
|
|
| |
PR: ports/180140
Approved by: maintainer timeout(loic-freebsd@loicp.eu, >2 weeks)
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- Pet portlint(1) by replacing tab into space in WWW link
Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
|
|
|
|
|
|
|
| |
enviroments. Bump portrevision to make sure on already installed systems that
all the dependancies are recorded.
Submitted by: miwi & bapt
|
|
|
|
|
| |
PR: 180605
Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 180574
Submitted by: maintainer
|
|
|
|
| |
Reviewed by: bapt
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: ports/180538
Submitted by: swills
|
|
|
|
|
|
|
| |
and only when WITH_OPENSSL_PORT is defined.
PR: 180395 (based on)
Submitted by: "r4721@tormail.org" <r4721@tormail.org>
|
| |
|
|
|
|
| |
Noticed by: rene@
|
|
|
|
|
|
|
| |
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo
|
| |
|
|
|
|
|
|
| |
- Add OPTIONS: GLIB
Changes: https://github.com/traviscross/mtr/blob/master/NEWS
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/179890
Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
|
|
|
|
|
| |
PR: ports/179886
Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
|
|
|
|
| |
Submitted by: hiren
|
|
|
|
| |
Approved by: swills (mentor)
|
|
|
|
| |
- Use desktop-file-utils and shared-mime-info
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: ports/180390
Submitted by: Joze Zobec <jozze.zepl@gmail.com>
|
| |
|
|
|
|
|
|
| |
Convert to USES
Bump portrevision (pkgconfig is not a run dep anymore)
Remove leading indefinite article
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
|
|
|
|
| |
Approved by: maintainer (implicit)
|
| |
|
|
|
|
|
|
| |
Convert to USES=gmake
Reported by: marino
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
Convert to USES=gmake where appropriate
Trim headers
|
|
|
|
|
| |
PR: ports/178712
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Socket/Changes
|
|
|
|
| |
Changes: https://github.com/intridea/oauth2/commits/master
|
| |
|
|
|
|
| |
While here convert Makefile headers.
|
| |
|
|
|
|
| |
to samba.
|
|
|
|
|
|
|
| |
- Cleanup Makefile (trim header, sort the knobs, respect CC/CXX)
- Pet portlint(1) by shortening overly long port description
Approved by: edwin (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Submitted by: Wesley Shields
|
|
|
|
|
| |
- fix typo
Submitted by: Alexey Dokuchaev
|
|
|
|
|
|
|
| |
- Add another download site
- Install new documentation
Build logs: http://goo.gl/EjZaN http://goo.gl/HB6kC
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- While at it, trim Makefile headers
Reported by: bapt [1]
|
| |
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/BOBTFISH/AnyEvent-RabbitMQ-1.15/Changes
|
|
|
|
|
| |
PR: ports/180135
Submitted by: swills@
|
|
|
|
|
| |
PR: ports/180134
Submitted by: swills@
|
|
|
|
|
| |
PR: ports/180133
Submitted by: swills@
|
|
|
|
|
|
| |
- Fix USE_PYTHON to restrict it to python 2.x
Reported by: rm
|
|
|
|
|
| |
changelog:
* Add support for Direct hosting of SMB over TCP/IP (TCP port 445)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
PR: 180227
- remove PKGNAMESUFFIX
|
| |
|
| |
|
|
|
|
|
|
| |
and LDFLAGS.
Approved by: maintainer timeout (20 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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 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]
|
|
|
|
|
|
| |
Build fixes for 10-CURRENT will come in a separate commit.
Approved by: hrs (mentor, ports committer)
|
|
|
|
|
|
|
|
| |
- Added license
- Minor tweaks to dependency versions
PR: ports/180142 [1]
Submitted by: swills
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Fix preservation of .conf file
PR: ports/180109
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
- Add NO_LATEST_LINK to rubygem-bunny060
- Connect rubygem-bunny060 to build
|
|
|
|
| |
since there is a pending update to 0.8.0 soon
|
|
|
|
| |
Approved by: maintainer silence
|
|
|
|
|
| |
PR: ports/180170
Submitted by: Stefan Bethke <stb@lassitu.de>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
dependency on tevent library.
PR: 180074, 180053
|
|
|
|
|
|
|
|
| |
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 )
|
|
|
|
|
|
|
|
| |
- Transfer maintainership to ruby@
- Add LICENSE section
PR: ports/179885
Submitted by: swills
|
|
|
|
| |
A mid-level packet manipulation library for Ruby
|
|
|
|
|
| |
PR: ports/179271
Approved by: crees (mentor)
|
|
|
|
|
|
| |
- Update to 2.5.12
Changes: https://github.com/celery/kombu/blob/2.5/Changelog
|
| |
|
|
|
|
|
|
| |
Trim headers
Mark as broken pload
Remove indefinite article
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
- Add vnstat to UIDs and GIDs
PR: ports/179271
Approved by: crees (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: swills (mentor)
|
| |
|
|
|
|
|
| |
PR: 179985
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/179884
Submitted by: swills@
|
|
|
|
|
|
|
|
|
|
| |
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 IPv6 case
- Clean up rc script
PR: ports/179964
Approved by: crees (mentor)
|
| |
|
|
|
|
|
| |
PR: ports/179797
Submitted by: swills
|
|
|
|
|
|
|
| |
- Update to 2.5.11
Changes:
https://github.com/celery/kombu/blob/2.5/Changelog
|
|
|
|
|
| |
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Add font-util as BUILD_DEPENDS
PR: ports/179838
Approved by: maintainer
|
|
|
|
|
|
| |
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
|
|
|
|
|
| |
PR: ports/179153
Submitted by: brd
|
|
|
|
|
| |
PR: 179835
Reported by: Michael Moll <kvedulv AT kvedulv DOT de>
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/179856
Submitted by: tota
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE
- Cleanup Makefile header
Changes: https://github.com/intridea/oauth2/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
|
|
|
|
|
|
|
|
|
|
| |
x11-wm/libdockapp
- Update Makefile header
- Use PORT_OPTIONS:MDOCS
PR: ports/179414
Submitted by: myself
Approved by: maintainer timeout (xride, 14 days)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@
|
|
|
|
| |
- Changelog: http://cpansearch.perl.org/src/MTHURN/Net-Address-Ethernet-1.122/Changes
|
|
|
|
| |
Submitted by: Koichiro IWAIO / Volodymir Kostyrko (via email)
|
|
|
|
| |
Spotted by: portscout
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
- Add gnome and nx plugins
Big thanks to Koichiro IWAIO for his work!
Submitted by: Koichiro IWAIO <meta AT vmeta DOT jp> via mail
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
|
| |
|
|
|
|
|
|
| |
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 2)
- Trim Makefile's header
- Take maintainership
Changes: http://search.cpan.org/dist/URI-FromHash/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
| |
- Update to 3.5
- Add LICENSE (GFDL)
PR: ports/178833
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
| |
- Fix up #!/usr/bin/perl.
- Remove v6eval/ct/COPYRIGHT from pkg-plist.
|
|
|
|
|
|
| |
- Add sample test scripts.
- Fix up #!/usr/bin/perl.
- Fix ownership and permissions of the installed files.
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
the result binaries.
- Fix build on head after byacc 20130304.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
| |
PR: 179043
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports/179047
Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by: maintainer (timeout)
|
|
|
|
|
| |
PR: ports/179567
Submitted by: john marino <draco@marino.st>
|
|
|
|
|
|
| |
- Fix build with clang, use gnu89 C std
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang, -Wno-return-type
- NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
| |
Fix leftover files [2]
Submitted by: pkgng DEVELOPER_MODE via miwi [2]
Obtained from: GNOME devel repo [1]
|
|
|
|
|
|
| |
PR: 174668
Submitted by: tota
Approved by: maintainer timeout
|
|
|
|
| |
Reported by: wg
|
| |
|
|
|
|
| |
Release notes: http://goo.gl/w2atu
|
|
|
|
| |
Changes: http://search.cpan.org/dist/POE-Component-Server-Twirc/Changes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|