| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Unmute install commands
- Trim Makefile header
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
| |
- Fix build with clang, func return value
Approved by: culot / jpaetzel (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Net-HTTPS-NB/Changes
|
| |
|
|
|
|
| |
Changes: http://git.gnome.org/browse/gupnp-av/tree/NEWS
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.48/Changes
|
|
|
|
|
|
|
|
| |
- Take maintainership.
- Add LICENSE.
- MAKE_JOBS_SAFE=yes.
- Use OPTION_DEFINE.
- Use PORTDOCS for $DOCSDIR/*.
|
| |
|
|
|
|
| |
Submitted by: ohauer@
|
|
|
|
| |
Submitted by: olli hauer <ohauer@gmx.de>
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
|
|
|
|
|
| |
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's
favorite Web 2.0 Facebook-style status updater for people on the go.
Also included is a twitter command-line tool for getting your friends' tweets
and setting your own tweet from the safety and security of your favorite shell
and an IRC bot that can announce Twitter updates to an IRC channel.
WWW: https://github.com/sixohsix/twitter
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.0
- Use CHEESESHOP for MASTER_SITES, remove PROJECTHOST accordingly
- BUILD_DEPENDS are actually RUN_DEPENDS, remove the former
- Whitespace alignment
Changes:
https://github.com/bear/python-twitter/blob/v1.0/CHANGES
Reported by: Jethro Carr (via Twitter)
|
|
|
|
|
|
| |
PR: ports/179492
Submitted by: Anes Mukhametov <anes@anes.su>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Maintain
- Add LICENSE and install DOCS
- Update pkg-descr
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/179014
Submitted by: wg (myself)
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Address-Ethernet/Changes
|
|
|
|
| |
- Fix @exec/@unexec on pkg-plist
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
| |
|
|
|
|
| |
- Changelog: http://cpansearch.perl.org/src/BORISZ/Geo-IP-1.42/Changes
|
|
|
|
|
| |
Submitted by: Oleg Moskalenko <mom040267@gmail.com> (maintainer,
via private mail)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/perl-ldap/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Address-Ethernet/Changes
|
| |
|
|
|
|
|
|
|
| |
Changes:
http://sourceforge.net/projects/minidlna/files/minidlna/1.1.0/
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
|
| |
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
|
|
|
|
|
|
| |
- Adjust OPTIONS: GTK2 -> GTK3
Changes: http://git.gnome.org/browse/gssdp/tree/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svnup-0.9 - 8 June 2013
- Added a new command line and show all files that exist in the
target directory structure that do not exist in the repository.
- Fixed bug with the way the progress indicator is displayed.
- Fixed segmentation fault that occurred when using the svn protocol
and displaying the progress indicator.
PR: 179325
Reported by: redrat@mail.ru
Submitted by: maintainer, jcm@visi.com
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Use PLIST_FILES instead of pkg-plist
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/178350 [1]
Submitted by: nork [1]
Approved by: culot / jpaetzel (mentors, implicit)
|
|
|
|
|
|
|
|
| |
Realtek RTL8188CU/RTL8192CU firmware kernel module
- Add LEGAL entry
- Hope INDEX isn't broken
Submitted by: rpaulo (original)
|
|
|
|
|
| |
efforts to fix it didn't work. The result wouldn't have been useful
enough to spend more effor on it.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/AnyEvent-RabbitMQ/Changes
|
| |
|
|
|
|
| |
Requested by: hrs@ (maintainer)
|
|
|
|
|
|
|
|
|
| |
- License framework already have license text of standart licenses
- Remove extra depend on p5-Digest-MD5 if perl < 5.7 (current minumum perl 5.12)
PR: ports/178866
Submitted by: az
Reviewed by: maintainer (timeout)
|
|
|
|
| |
Submitted by: mom040267@gmail.com (maintainer, via private mail)
|
|
|
|
| |
While here remove check for unsupported versions
|
| |
|
|
|
|
|
|
|
| |
- PERL_CONFIGURE implies USE_PERL5.
- USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN.
Reported by: az
|
|
|
|
| |
Submitted by: rakuco via upstream and area51 commit
|
| |
|
|
|
|
|
|
|
|
| |
$ make -C cvsup -V PKGNAME ; make -C cvsup-without-gui -V PKGNAME
cvsup-without-gui-16.1h_4
cvsup-without-gui-16.1h_4
Pointyhat to: eadler
|
|
|
|
|
|
| |
There is a little more cleanup work to be done with these ports.
Reviewed by: kwm, ak
|
|
|
|
|
|
|
|
|
| |
Fix the IPv6 enable/disable option. IPv6 support was impropertly
disabled before.
Install pkgconfig files in a slightly less wrong place.
Drop maintainership, I no longer maintain any FreeBSD clusters.
|
|
|
|
|
|
| |
- remove alpha support
- remove conditional MAINTAINER
- remove never-going-to-be-seen message
|
|
|
|
|
|
| |
- Fix typo in the rc script
Submitted by: mom040267@gmail.com (maintainer, via private mail)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.3.6 -> 2.4.0
devel/pear-Horde_Cache 2.1.0 -> 2.2.0
devel/pear-Horde_Core 2.4.3 -> 2.5.0
mail/pear-Horde_Imap_Client 2.11.2 -> 2.11.3
net/pear-Horde_Rpc 2.0.5 -> 2.1.0
|
|
|
|
| |
using samba36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
New ports (11):
devel/hs-asn1-types 0.1.3
devel/hs-data-default-class 0.0.1
devel/hs-data-default-instances-base 0.0.1
devel/hs-data-default-instances-containers 0.0.1
devel/hs-data-default-instances-dlist 0.0.1
devel/hs-data-default-instances-old-locale 0.0.1
devel/hs-extensible-exceptions 0.1.1.4
devel/hs-mmorph 1.0.0
devel/hs-quickcheck-io 0.1.0
x11-toolkits/hs-GLURaw 1.3.0.0
x11-toolkits/hs-OpenGLRaw 1.3.0.0
Updated ports (104):
archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1
databases/hs-persistent 1.1.5.1 --> 1.2.0.1
databases/hs-persistent-sqlite 1.1.5 --> 1.2.0
databases/hs-persistent-template 1.1.2.4 --> 1.2.0
devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2
devel/hs-IORefCAS 0.2_3 --> 0.2.0.1
devel/hs-MonadRandom 0.1.8 --> 0.1.9
devel/hs-QuickCheck 2.5.1.1_1 --> 2.6
devel/hs-abstract-deque 0.1.6_1 --> 0.2
devel/hs-alex 3.0.2_1 --> 3.0.5
devel/hs-async 2.0.1.3_1 --> 2.0.1.4
devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0
devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1
devel/hs-byteorder 1.0.3_4 --> 1.0.4
devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2
devel/hs-classy-prelude 0.5.3 --> 0.5.7
devel/hs-cmdargs 0.10.2 --> 0.10.3
devel/hs-conduit 1.0.2 --> 1.0.5
devel/hs-data-default 0.5.0_1 --> 0.5.3
devel/hs-fsnotify 0.0.6 --> 0.0.11
devel/hs-generic-deriving 1.4.0 --> 1.5.0
devel/hs-git-annex 4.20130323_1 --> 4.20130601
devel/hs-haddock 2.11.0_1 --> 2.13.2
devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1
devel/hs-hlint 1.8.43 --> 1.8.45
devel/hs-hspec 1.4.4 --> 1.5.4
devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2
devel/hs-largeword 1.0.4 --> 1.0.5
devel/hs-lens 3.8.7.3 --> 3.9.0.2
devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5
devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1
devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1
devel/hs-monad-par 0.3.4.1 --> 0.3.4.2
devel/hs-pool-conduit 0.1.1_1 --> 0.1.2
devel/hs-profunctors 3.3 --> 3.3.0.1
devel/hs-reflection 1.1.7 --> 1.3.2
devel/hs-resourcet 0.4.5 --> 0.4.7.1
devel/hs-show 0.5 --> 0.6
devel/hs-split 0.2.1.1_1 --> 0.2.2
devel/hs-stm 2.4_1 --> 2.4.2
devel/hs-syb 0.3.7_1 --> 0.4.0
devel/hs-tagged 0.4.4_1 --> 0.6
devel/hs-text 0.11.2.3_1 --> 0.11.3.1
devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1
devel/hs-unix-time 0.1.5 --> 0.1.8
devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1
devel/hs-utility-ht 0.0.8_3 --> 0.0.9
devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3
devel/hs-uuid 1.2.9 --> 1.2.13
devel/hs-void 0.5.11 --> 0.6
math/hs-NumInstances 1.2 --> 1.3
math/hs-comonad-transformers 3.0.1_1 --> 3.0.2
math/hs-semigroups 0.9 --> 0.9.1
math/hs-statistics 0.10.2.0_2 --> 0.10.3.1
net/hs-network 2.3.1.0_1 --> 2.4.1.2
net/hs-publicsuffixlist 0.0.3 --> 0.1
net/hs-socks 0.5.0 --> 0.5.1
security/hs-certificate 1.3.5_1 --> 1.3.7
security/hs-cipher-aes 0.1.7 --> 0.1.8
security/hs-clientsession 0.8.1_1 --> 0.9
security/hs-crypto-api 0.11 --> 0.12.1
security/hs-crypto-conduit 0.5.0 --> 0.5.2
security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3
security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2
security/hs-cryptocipher 0.4.0_1 --> 0.5.0
security/hs-cryptohash 0.8.3_1 --> 0.9.0
security/hs-skein 0.1.0.12 --> 1.0.3
textproc/hs-HaXml 1.23.3_2 --> 1.24
textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1
textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1
textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5
textproc/hs-case-insensitive 1.0 --> 1.0.0.2
textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9
textproc/hs-hs-bibutils 4.17 --> 5.0
textproc/hs-polyparse 1.8_3 --> 1.9
textproc/hs-texmath 0.6.1.3 --> 0.6.1.5
textproc/hs-xml 1.3.12_4 --> 1.3.13
textproc/hs-yaml 0.8.2.3 --> 0.8.2.4
www/hs-HTTP 4000.2.5_1 --> 4000.2.8
www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1
www/hs-hamlet 1.1.6.3 --> 1.1.7.1
www/hs-happstack-server 7.1.7 --> 7.1.7.1
www/hs-heist 0.11.1 --> 0.12.0
www/hs-http-conduit 1.9.0 --> 1.9.3
www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6
www/hs-shakespeare 1.0.3.1 --> 1.0.5
www/hs-shakespeare-css 1.0.3 --> 1.0.5.1
www/hs-shakespeare-js 1.1.2.1 --> 1.1.4
www/hs-snap 0.11.2 --> 0.12.0
www/hs-wai-extra 1.3.2.4 --> 1.3.4
www/hs-wai-test 1.3.0.4 --> 1.3.1
www/hs-warp 1.3.7.4 --> 1.3.8.1
www/hs-yesod 1.1.9.2 --> 1.2.0.1
www/hs-yesod-auth 1.1.5.3 --> 1.2.0
www/hs-yesod-core 1.1.8.2 --> 1.2.0.4
www/hs-yesod-form 1.2.1.3 --> 1.3.0
www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0
www/hs-yesod-platform 1.1.8 --> 1.2.0.1
www/hs-yesod-routes 1.1.2 --> 1.2.0
www/hs-yesod-static 1.1.2.2 --> 1.2.0
www/hs-yesod-test 0.3.5 --> 1.2.0
x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1
x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1
x11/hs-xmobar 0.16_2 --> 0.17
Removed ports (2):
www/hs-yesod-default 1.1.3.2
www/hs-yesod-json 1.1.2.1
PR: ports/179146 [1]
Requested by: Omar Thameen <omar@biglist.com> [1]
Reported by: sperber, bapt [2]
Tested by: sperber [2]
Obtained from: FreeBSD Haskell
|
| |
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
While here trim parts related to unsupported FreeBSD versions
|
| |
|
|
|
|
| |
Submitted by: QAT (glad you're back!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix buffer overflows in fileserver and ptserver.
* Fix rare file corruption during background sync (Gerrit 8796).
* Fix corrupting clients' metadata cache during certain errors (Gerrit 6957).
* Fix cache corruption when reading from a file another client is simultaneously writing to (Gerrit 7994).
* Fix fileservers to properly report >2 TiB partitions.
and some other less serious changes.
PR: ports/179259
Submitted by: Adam Nowacki <nowak@tepeserwery.pl>
Submitted by: bjk (maintainer)
Security: CVE-2013-1794
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Subnet/Changes
|
|
|
|
| |
server which can cooperate with an existing DHCP server.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- while here trim COMMENT and stale mirror
svnup-0.73 - 2 June 2013
- Significantly improved performance when using the http/https protocol
to fetch incremental updates.
- Added a new command line and section option to allow a custom port
number to connect to.
- Added a new command line option to override the specified section's
protocol.
- Added a new command line and section option to remove (trim) any files
found in the local copy that are not found in the repository.
- Fixed a display bug in the progress indicator.
Submitted by: maintainer (jcm@visi.com) via mail
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Do not force installation of OpenSSL port [2]
- Remove trailing slash from hiredis [2]
- Bump PORTREVISION
Reported by: crees [1], miwi [2]
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bcallah@FreeBSD.org
|
|
|
|
|
|
|
|
| |
with IPv6 and DTLS extensions.
WWW: http://code.google.com/p/rfc5766-turn-server/
Submitted by: Oleg Moskalenko <mom040267@gmail.com> (via private mail)
|
|
|
|
|
| |
- Reset maintainer due to lack of input.
- Clean up other constructs while here
|
|
|
|
|
|
| |
- Move to github
- Adjust WWW
- Trim header
|
| |
|
|
|
|
|
|
|
| |
libpcap bindings for ruby
WWW: https://github.com/shadowbq/pcaprub
Approved by: miwi, eadler (mentors, implicit)
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
|
|
| |
- Trim header
Reported by: pkg (DEVELOPER_MODE)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-Twitter/Changes
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use USE_GITHUB framework to fetch file
PR: ports/179077
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/179100
Submitted by: Chenguang Li <horus.li gmail.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/178268
Submitted by: Mike Carlson <mike bayphoto com>
|
|
|
|
|
| |
- remove leading article from COMMENT
- tab -> space change in pkg-descr:WWW
|
| |
|
|
|
|
|
|
|
|
| |
- Fix the build after xorg mega-update
- Fix typo s/LISENCE/LICENSE/
PR: ports/179018
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
|
|
|
| |
Thanks for all your help in the past, but unfortunately we haven't heard from
you in a very long time.
|
|
|
|
| |
- Changelog: http://search.cpan.org/src/WROG/Net-OpenID-Consumer-1.14/Changes
|
|
|
|
|
|
|
|
|
|
| |
Ruby's TCPSocket and non block via EventMachine with fiblers. Wrapper used in
Tarantool ruby client and private libs.
WWW: https://github.com/mailru/iproto-ruby
PR: ports/178621
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
|
|
|
|
|
| |
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
|
|
|
|
| |
with 1000024 CC became 'cc' rather than 'clang'.
|
|
|
|
| |
clang 3.3 import happened, that way we wouldn't have to resort to such hacks.
|
|
|
|
|
| |
PR: 178880
Submitted by: marck@
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/jech/babeld/blob/47ef5722/CHANGES
PR: ports/179008
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
| |
PR: ports/177883
Submitted by: Rainer Duffner <rainer@ultra-secure.de>
Obtained from: https://github.com/ruby-ldap/ruby-net-ldap/pull/41/files (upstream)
|
| |
|
|
|
|
|
|
|
|
| |
- Trim Makefile's header
Changes: http://search.cpan.org/dist/IP-Country/CHANGES
PR: ports/178974 [1]
Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer)
|
| |
|
|
|
|
| |
Security: CVE-2013-3571
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use libtoolize for autotools [1]
- Trim Makefile header [1]
- Add LICENSE (GPLv2)
- Use PORTDOCS at Makefile
- Remove PORTEXAMPLES (sample conf same as original)
PR: ports/177113 [1]
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer) [1]
Approved by: jpaetzel (mentor)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/SOAP-Lite/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
|
| |
|
|
|
|
|
|
|
| |
- Bump net/openmpi
PR: ports/178882 [1]
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
. trim Makefile headres;
. fix MASTER_SITES;
. remove the indefinite article from COMMENT;
. remove check for unsupported OS versions.
Pointed out by: pointyhat build (via miwibot) [1]
|
|
|
|
|
|
|
|
|
|
| |
the Google Document List API to talk to the servers in Google.
WWW: http://www.lbreda.com/grive/
PR: ports/178025
Submitted by: Key-Teck SIN <ktsin@acm.org>
Approved by: culot (mentor)
|
|
|
|
| |
Reported by: QAT
|
|
|
|
| |
Reported by: pkg (PKG_DEVELOPER_MODE)
|
|
|
|
|
| |
PR: ports/169942 [based on]
Submitted by: Thomas Johnson <tom@claimlynx.com>
|
|
|
|
| |
small code base and low latency.
|
| |
|
|
|
|
|
|
|
|
| |
- Convert to new option framework
- Add regression-test target
PR: ports/178069
Submitted by: Robert Simmons <rsimmons0 at gmail.com>
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-NBsocket/Changes
|
| |
|
|
|
|
|
| |
Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers)
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix depends for python 2.6
- Remove article from COMMENT
- Replace tab for space in pkg-descr (WWW)
Changes: https://github.com/celery/kombu/blob/9c519e8d/Changelog
PR: ports/177021
Submitted by: wg (myself)
Approved by: culot (mentor), maintainer (timeout, > 60 days)
|
|
|
|
|
| |
http://www.wireshark.org/docs/relnotes/wireshark-1.8.7.html for the list
of changes in this release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
- Trim Makefile header
Changes:
http://www.rabbitmq.com/release-notes/README-3.0.4.txt
http://www.rabbitmq.com/release-notes/README-3.0.3.txt
http://www.rabbitmq.com/release-notes/README-3.0.2.txt
http://www.rabbitmq.com/release-notes/README-3.0.1.txt
PR: ports/178315
Submitted by: olgeni
Reviewed by: culot (mentor), maintainer (timeout, > 14 days)
|
|
|
|
|
|
|
| |
mail/pear-Horde_Imap_Client 2.9.0 -> 2.10.0
devel/pear-Horde_Prefs 2.4.0 -> 2.4.1
net/pear-Horde_Rpc 2.0.4 -> 2.0.5
textproc/pear-Horde_Text_Filter 2.1.1 -> 2.1.2
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Move xorg-macros from BUILD_DEPENDS to USE_XORG
- Install desktop entry file with vncviewer
- Add LICENSE
- Cleanup CONFIGURE_ARGS
PR: ports/178602
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
|
|
|
|
|
| |
This upgrade switches the required JVM to 1.7.
Changes: http://activemq.apache.org/activemq-580-release.html
|
|
|
|
|
|
|
|
|
|
| |
Multiple instances of iaxmodem are being spawned due to a badly placed
closedir call. The fix has been submitted (and accepted) upstream, however
there has been no new release since the fix was submitted.
PR: ports/176178
Submitted by: John Bayly <freebsd.ports@tipstrade.net>
Approved by: maintainer timeout (93 days)
|
|
|
|
|
|
|
| |
lscube.org currently does not host tarballs it used to. Sigh.
PR: ports/177998
Submitted by: John Marino <draco@marino.st>
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
|
|
|
|
|
|
| |
- Update Enlightenment to 0.17.3
Approved by: crees (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
PR: ports/177212
Submitted by: wg (myself)
Approved by: culot (mentor), maintainer (timeout, > 4 weeks)
|
|
|
|
| |
but i am not using x2go anymore
|
| |
|
|
|
|
|
| |
This is required because vortex needs libnids built with libnet11 while other
ports (dsniff) needs libnids built with libnet10.
|
|
|
|
|
|
|
|
|
|
|
| |
svnup-0.72 - 16 May 2013
- Fixed a bug with the -r command line option. [1]
- Added a progress indicator to the output when the verbosity is > 1.
- More code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>.
- Switched from non-blocking to blocking I/O
PR: 178640 [1]
Reported by: markiyan.kushnir@gmail.com
|
|
|
|
|
| |
PR: ports/178633
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
|
|
|
|
|
|
| |
- Trim header
Reported by: poudriere exp-run
|