| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Add LICENSE
- Update WWW
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update RUN_DEPENDS: use Rails 4
Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
|
|
|
|
|
| |
- Add EXAMPLES option: use PORTEXAMPLES for RUBY_MODEXAMPLESDIR to pet portlint
- Update WWW
|
| |
|
|
|
|
| |
Changes: https://github.com/jruby/warbler/blob/master/History.txt
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add GitHub repository to WWW
Changes: https://github.com/jruby/jruby-rack/blob/master/History.md
|
|
|
|
|
| |
- Add LICENSE
- Update WWW
|
|
|
|
| |
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
| |
Fog currently supports two Google Cloud services (Google Compute Engine and
Google Cloud Storage) via Fog::Google.
WWW: https://github.com/fog/fog-google
RG: https://rubygems.org/gems/fog-google
|
|
|
|
|
|
|
| |
Changes: http://joeyh.name/code/moreutils/news/version_0.55/
http://joeyh.name/code/moreutils/news/version_0.54/
PR: 200104
Submitted by: olgeni
|
|
|
|
|
| |
- Add LICENSE
- Strip library
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Release notes: http://blog.qt.io/blog/2015/04/23/qt-creator-3-4-0-released/
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- install manpages into correct MANDIR
- do not run ldconfig in stagedir!
- adjust files/patch names so makepatch can be used in future
- bump PORTREVISION
PR: 198988 [1]
Submitted by: Bernard Spil
Approved by: joe _at_ thrallingpenguin.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to system minizip & utf8-cpp, which are newer
- Prevent accidentally mixing bundled/system headers
- Prefer ninja over make(1) to max out CPU during build
- Turn off asserts in bundled tidyLib
- Check actual compiler when disabling PCH and fix cmake warning
- Drop some unused RUN_DEPENDS (qmake, moc, linguist*)
- Sort LIB_DEPENDS according to port origin
- Require devel/pcre with pcre16 support
- Pet portlint (DATADIR, makepatch)
Changes: https://github.com/user-none/Sigil/blob/0.8.6/ChangeLog.txt
|
|
|
|
| |
- Strip library
|
|
|
|
|
| |
PR: 200103
Submitted by: pi
|
|
|
|
| |
- Drop @dirrm* from plist
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- rename OPTIONS to match default name of most ports
- SASL2 -> SASL
- OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation
Changelog:
20150324
Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
ignored the relayhost setting in the case of a DUNNO lookup
result. It would use the recipient domain instead. Viktor
Dukhovni. Wietse took the pieces of code that enforce the
precedence of a sender-dependent relayhost, the global
relayhost, and the recipient domain, and put that code
together in once place so that it is easier to maintain.
File: trivial-rewrite/resolve.c.
20150330
Bitrot: prepare for future changes in OpenSSL API. Viktor
Dukhovni. File: tls_dane.c.
20150408
Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h.
Incompatibility: specifying "make makefiles" with "CC=command"
will no longer override the default WARN setting.
PR: 198215 [1]
198857 [2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- rename OPTIONS to match default name of most ports
- SASL2 -> SASL
- OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation
Release 3.0.1 or 3.0.2 is now a strong candidate to become the new
default mail/postfix port (missing components are VDA and SPF).
Changelog:
20150211
Cleanup: strncasecmp_utf8() streamlining. Files: util/stringops.h,
util/allascii.c, util/strcasecmp_utf8.c.
20150214
Bugfix (introduced: Postfix 3.0): missing #ifdef USE_TLS
inside #ifdef USE_SASL_AUTH. Viktor Dukhovni. File:
smtpd/smtpd.c.
20150217
Cleanup: missing <string.h> include. File: util/allascii.c.
20150221
Bugfix (introduced: Postfix 3.0): don't append '.' to the
DNS resource record value, when converting TXT records to
the string form that is used used by xxx_dns_reply_filter.
File: dns/dns_strrecord.c.
20150313
Documentation: incorrect Postfix version number for
postscreen_dnsbl_timeout. Quanah Gibson-Mount. File:
postscreen/postscreen.c.
20150324
Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
ignored the relayhost setting in the case of a DUNNO lookup
result. It would use the recipient domain instead. Viktor
Dukhovni. Wietse took the pieces of code that enforce the
precedence of a sender-dependent relayhost, the global
relayhost, and the recipient domain, and put that code
together in once place so that it is easier to maintain.
File: trivial-rewrite/resolve.c.
20150328
Bugfix (introduced: Postfix 1.1.0): post-install expanded
macros in parameter values when trying to detect parameter
overrides, causing unnecessary main.cf updates during Postfix
start-up. Julian Reich, Viktor Dukhovni, and Wietse. File:
conf/post-install.
20150330
Bitrot: prepare for future changes in OpenSSL API. Viktor
Dukhovni. File: tls_dane.c.
PR: 198215 [1]
PR: 198857 [2]
|
|
|
|
|
|
|
|
|
|
|
|
| |
osquery exposes an operating system as a high-performance relational database.
This allows you to write SQL-based queries to explore operating system data.
With osquery, SQL tables represent abstract concepts such as running
processes, loaded kernel modules, open network connections, browser plugins,
hardware events or file hashes.
WWW: https://osquery.io/
Sponsored by: Beer from wxs@
|
|
|
|
|
| |
PR: 199449
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
|
|
|
|
|
| |
PR: 200100
Submitted by: mikael.urankar@gmail.com
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 199786
Submitted by: neel@neelc.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New port maintainer: Chris Hutchinson <portmaster@bsdforge.com>
- Add LICENSE
- Use PLIST_FILES instead of pkg-plist
- Bump PORTREVISION
- Update pkg-descr
- Pet portlint
PR: 199468
Submitted by: portmaster@bsdforge.com (maintainer)
Reviewed by: riggs
MFH: 2015Q2
|
|
|
|
|
| |
PR: 200090
Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 199777
Submitted by: neel@neelc.org
|
|
|
|
|
| |
- Migrate to USES framework from USE_AUTOTOOLS
- Move OPTIONS OPENSSL and GNUTLS under OPTIONS_SINGLE
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby gem that implements an OmniAuth strategy that allows to
authenticate against different password strategies at once.
WWW: https://github.com/jgraichen/omniauth-multipassword
PR: 199755
Differential Revision: https://reviews.freebsd.org/D2504
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
| |
since r384380
|
|
|
|
|
|
| |
since r384380
- Regenerate patch files with makepatch:
|
|
|
|
|
|
|
| |
since r384380
- Cleanup Makefile
- Regenerate patch files with makepatch:
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
| |
Changes: https://github.com/progrium/ruby-jwt/commits/master
|
|
|
|
| |
Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md
|
|
|
|
| |
- Pass maintainership to perl@
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a flexible, command-line-oriented frontend to Gnuplot. It
creates plots from data coming in on STDIN or given in a filename
passed on the commandline. Various data representations are supported,
as is hardcopy output and streaming display of live data.
WWW: http://search.cpan.org/dist/feedgnuplot/
|
| |
|
|
|
|
|
|
| |
As suggested by tijl:
- use INSTALL_TARGET=install-strip
- remove USES=autoreconf
|
|
|
|
| |
PR: 200089 (followup)
|
|
|
|
| |
- Migrate to new USES framework instead of USE_AUTOTOOLS
|
| |
|
|
|
|
|
| |
- Update MASTER_SITES as two of the mentioned mirrors do not resolve
- Migrate Makefile ${CHMOD} to pkg-plist
|
| |
|
| |
|
|
|
|
|
|
| |
- Add empty directories to plist
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
PR: 200089
|
| |
|
| |
|
|
|
|
| |
Requested by: Gasol Wu <gasol.wu@gmail.com> (pecl-cld port maintainer)
|
|
|
|
|
|
|
| |
(no change for default package)
- While here, sort options alphabetically
Suggested by: adamw
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
- Strip library
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
PR: ports/200043
Submitted by: takefu@airport.fm
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 199988
Submitted by: Yamagi <yamagi@yamagi.org> (maintainer)
|
|
|
|
|
| |
PR: 197577
Submitted by: sbruno
|
|
|
|
|
|
|
|
|
|
|
| |
Simple, easy to extend drop in replacement for pygments
WWW: https://github.com/rumpelsepp/rugments
PR: 199931
Differential Revision: https://reviews.freebsd.org/D2500
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
Performance management system which provides deep information about
Ruby on Rails application performance while running in production.
WWW: https://www.github.com/newrelic/rpm
PR: 199920
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby gem that implements the OmniAuth strategy of GitLab
for usage in rubygem-onmiauth.
WWW: https://github.com/linchus/omniauth-gitlab
PR: 199779
Differential Revision: https://reviews.freebsd.org/D2502
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
| |
2015-05-07 deskutils/libopensync-plugin-python: Unfetchable, devices are not produced anymore
2015-05-07 deskutils/msynctool: Unfetchable, devices are not produced anymore
|
|
|
|
|
|
|
|
| |
- Simplify RUN_DEPENDS.
- Add support for DOCS and EXAMPLES.
- Use pkg-plist for the docs (remove PORTDOCS).
- Use PORTNAME in install code.
- Update dependency on www/mochiweb-basho 2.9.0p1 (r385908).
|
|
|
|
|
|
|
| |
- Simplify RUN_DEPENDS.
- Add support for DOCS and EXAMPLES.
- Use pkg-plist for the docs (remove PORTDOCS).
- Use PORTNAME in install code.
|
| |
|
|
|
|
|
|
|
|
|
| |
Changelog:
- Allow Content-Type application/sru+xml YAZ-840
- New yaz_xml_get_prop utility YAZ-839
- Fix zebrasrv [warn] ir_session (exception) YAZ-838
- Document itemorder-setname and list all ILL options
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
excised), it isn't clear whether this module even works when it's
built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
present on CPAN or Meta::CPAN, and should probably be considered
for deletion
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby gem to add an OmniAuth strategy for Atlassian Bitbucket.
WWW: https://github.com/sishen/omniauth-bitbucket
PR: 199780
Differential Revision: https://reviews.freebsd.org/D2467
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: swills (mentor), mat (mentor)
|
|
|
|
|
|
|
|
| |
Also:
- Sort plists
- Fix p5-Convert-BER's bizarre pkg-descr
- p5-Unicode-Map8 fails make test (and did so before)
- p5-XML-WBXML fails make test (and did so before)
|
|
|
|
|
|
|
|
|
| |
functional package
- Add description for MNG option
- Add X11 option
- Simplify docs installation
- Add LICENSE_FILE
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Catalyst-Runtime
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Data-Munge
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby parser for the MediaWiki markup language
WWW: https://github.com/nricciar/wikicloth
PR: 199925
Differential Revision: https://reviews.freebsd.org/D2495
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
Kill unicorn workers by memory and request counts
WWW: https://rubygems.org/gems/unicorn-worker-killer
PR: 199927
Differential Revision: https://reviews.freebsd.org/D2496
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
|
|
|
|
| |
stratagus-based project
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cal-Heatmap is a JavaScript module to create calendar heatmaps
to visualize time series data. This gem packages it for the
Rails asset pipeline.
WWW: https://github.com/pavolzbell/cal-heatmap-rails
PR: 199784
Differential Revision: https://reviews.freebsd.org/D2499
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
Doorkeeper is an OAuth 2 provider for Rails and Grape applications
WWW: https://github.com/doorkeeper-gem/doorkeeper
PR: 199817
Differential Revision: https://reviews.freebsd.org/D2494
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
| |
|
|
|
|
|
| |
Approved by: zi
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Simplify RUN_DEPENDS.
- Add support for DOCS and EXAMPLES.
- Use pkg-plist for the docs (remove PORTDOCS).
- Use PORTNAME in install code.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 199991
Submitted by: olgeni
Approved by: maintainer
|
|
|
|
|
| |
PR: 197605
Submitted by: lightside@gmx.com (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Rename TESTS option to the more standard TEST
|
|
|
|
|
|
| |
PR: 199992
Submitted by: olgeni
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Simplify dependencies.
- Use pkg-plist for the README (remove PORTDOCS).
- Add support for DOCS.
- Silence portlint warnings (make makepatch).
|
|
|
|
|
|
|
| |
Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.
WWW: http://cran.r-project.org/web/minqa/
|
| |
|
|
|
|
|
| |
PR: 200067
Submitted by: fidaj@ukr.net (maintainer)
|
|
|
|
|
|
|
|
| |
- Follow upstream versioning
- Simplify ports
PR: 199805
Submitted by: fidaj@ukr.net (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
- Add LICENSE
- Strip libraries
|
| |
|
| |
|
|
|
|
| |
- Fix library installation
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
- Switch to @sample
- Drop @dirrm* from plist
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Pet portlint (fix statement order)
Approved by: portmgr blanket
|
|
|
|
|
|
| |
modification date.
Submitted by: Chris Nehren <cnehren tenable com> (version number part)
|
|
|
|
|
|
|
|
|
|
|
| |
- Support for dynamic timezone information.
- Initial desktop shell window support.
- Some more Direct2D support.
- Various bug fixes.
Do not set GNUTLS by default for wine-compholio any longer. [1]
Discussed with: dbn, kmoore [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cpp-netlib is a collection of network related routines/implementations geared
towards providing a robust cross-platform networking library. cpp-netlib
offers the following implementations:
* Common Message Type -- A generic message type which can be used to
encapsulate and store message related information, used by all network
implementations as the primary means of data exchange.
* Network protocol message parsers -- A collection of parsers which generate
message objects from strings.
* Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards
making the message type STL friendly.
* Network protocol client and server implementations -- A collection of
network protocol implementations that include embeddable client and server
types.
WWW: https://github.com/cpp-netlib/cpp-netlib/
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
- Strip library
- Drop @dirrm* from plist
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage
Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage
- Don't use random and don't use /tmp for temporary files. It's unsafe, and netstat spews warnings from the jail:
netstat: kvm not available: /dev/mem: No such file or directory
- Depend on perl as pod2man is used during build
- Fix path to pod2man
PR: 199645
Submitted by: amdmi3
Approved by: maintainer timeout
|
|
|
|
|
|
| |
PR: 200037
Submitted by: amdmi3
Approved by: coder@tuxfamily.org (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Strip binaries
- Add LICENSE_FILE
PR: 200050
Submitted by: amdmi3
Approved by: jaap@NLnetLabs.nl (maintainer)
|
|
|
|
| |
- Strip library
|
|
|
|
| |
- Strip libraries
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 200058
Submitted by: cpm@fbsd.es (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
| |
PR: 199956
|
| |
|
|
|
|
| |
Approved by: oliver
|
|
|
|
|
|
| |
PR: 199956
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
Add a port of the Intel/LLVM OpenMP runtime library.
Sponsored by: DARPA, AFRL
|
| |
|
|
|
|
|
|
| |
- Add LICENSE.
Approved by: demon (maintainer)
|
|
|
|
|
|
|
| |
- Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x.
- Add LICENSE and NO_ARCH.
Approved by: demon (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Added CONFLICTS_BUILD variable to avoid ffmpeg build error
- Cleanup Makefile (e.g. LIRC support was removed)
ChangeLog
https://github.com/mpv-player/mpv/releases/tag/v0.9.1
PR: 198758
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
|
|
|
|
|
| |
- Remove GH_PROJECT
Submitted by: mat
|
|
|
|
|
|
|
|
|
| |
Changes: https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/
https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/
https://tw.wordpress.org/2015/04/29/wordpress-4-2/
PR: 200030
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
Changes: https://ja.wordpress.org/2015/04/28/wordpress-4-2-1/
PR: 200029
Submitted by: sunpoet (myself)
Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove DOCS option
- Update pkg-descr
- Take maintainership
Changes: http://search.cpan.org/dist/ExtUtils-CChecker/Changes
|
|
|
|
|
|
| |
- Sort PLIST
- Take maintainership
- Update pkg-descr
|
|
|
|
| |
- Remove GH_PROJECT
|
|
|
|
|
|
| |
- Remove GH_PROJECT
Submitted by: mat
|
|
|
|
|
|
| |
- Remove GH_PROJECT
Submitted by: mat
|
|
|
|
|
|
|
|
|
|
|
| |
Get memory usage of a process in Ruby
WWW: https://github.com/schneems/get_process_mem
PR: 199928
Differential Revision: https://reviews.freebsd.org/D2488
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Creole-to-HTML converter implemented in Ruby for Creole,
a lightweight markup language.
WWW: http://github.com/minad/creole
PR: 199816
Differential Revision: https://reviews.freebsd.org/D2486
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
| |
PR: 199483
|
| |
|
|
|
|
|
|
|
| |
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
|
|
|
|
|
|
|
|
| |
While here:
Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
While here:
p5-Audio-MPD-Common: update to 2.002
p5-MP3-Find: Add a DB option to use the optional database backend
p5-MP3-ID3v1Tag: Sort plist
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by: Scott Loga
|
|
|
|
|
|
|
|
| |
archivers/liblz4 is essentially a newer version and installs the liblz4
library, headers, etc.
PR: 198939
Submitted by: yuri@rawbw.com
|
| |
|
|
|
|
| |
(I have some rewrites for them)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
Additional to the changes made by otter's upstream development, this
commit also addresses otter being incompletely installed by the
current port/package.
Approved by: rakuco (mentor)
Differential: https://reviews.freebsd.org/D2361
|
|
|
|
|
|
| |
Submitted by: pfg
Approved by: mat (mentor, implicit)
MFH: 2015Q2
|
|
|
|
|
|
|
|
|
|
| |
CVE-2015-1774 and
<http://www.openoffice.org/security/cves/CVE-2015-1774.html>
Approved by: mat (mentor)
MFH: 2015Q2
Security: b13af778-f4fc-11e4-a95d-ac9e174be3af
Differential Revision: https://reviews.freebsd.org/D2478
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby gem for handling of Twitter texts
WWW: https://github.com/twitter/twitter-text
PR: 199924
Differential Revision: https://reviews.freebsd.org/D2484
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
| |
- The release covers a recently discovered XSS vulnerability
MFH: 2015Q2
|
| |
|
|
|
|
|
|
|
| |
- Whitespace fix
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
- Add CPE info
- Pet portlint
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Web browser detection for Ruby, includes ActionController integration.
WWW: https://github.com/fnando/browser
PR: 199783
Differential Revision: https://reviews.freebsd.org/D2482
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
A mathematical expression parser for Ruby
WWW: http://lukaszwrobel.pl/blog/math-parser-part-1-introduction
PR: 199923
Differential Revision: https://reviews.freebsd.org/D2483
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
|
|
|
| |
- Switch to USES=tar
Approved by: portmgr blanket
MFH: 2015Q2
|
| |
|
|
|
|
|
|
|
| |
- Drop MANUAL_PACKAGE_BUILD for package size < 1G
- List available languages in pkg-descr
Changes: http://katawashoujo.blogspot.fi/2015/04/katawa-shoujo-japanese-translation.html
|
|
|
|
| |
PR: 199133
|
|
|
|
| |
WWW: https://github.com/adrienthebo/hiera-file
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Ruby wrapper for the Asana REST API
WWW: http://github.com/rbright/asana
PR: 199782
Differential Revision: https://reviews.freebsd.org/D2481
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
| |
PR: 200027
Submitted by: udvzsolt@gmail.com(maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Whitespace fixes
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Sort plist
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2477
Approved by: swills (mentor)
|
|
|
|
|
|
|
| |
PR: 199267
Differential Revision: https://reviews.freebsd.org/D2476
Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> (maintainer)
Approved by: swills (mentor)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
|
|
|
| |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
|
|
| |
- Add LICENSE
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q2
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Add CPE info
- Fix whitespace
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
PR: 199985
Submitted by: linpct@gmail.com(maintainer)
Thanks to: saper@saper.info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
0.59 - updated docs, removed some Cygwin-specific info
added support for login warnings
made bind variable buffers dynamic on the client side
added maxbindvars parameter on the server side
binding a NULL to an integer works with db2 now
moved getting started with DB docs into the cloud
added a semaphore to ensure that the listener doesn't hand off the
client to the connection until the connection is ready,
elimiating a race condition on the handoff socket that could
occur if the connection timed out waiting for the listener
just after the listener had decided to use that connection
oracle temp tables that need to be truncated at the end of the session
are truncated with "truncate table xxx" now rather than
"delete from xxx"
oracle temp tables that need to be dropped at the end of the session
are truncated first, rather than the connection re-logging in
an ora-14452 error (basically indicating that a temp table can only be
dropped after being truncated, or if the current session ends)
does not automatically trigger a re-login any more
updated cachemanager to use directory::read() directly instead of
directory::getChildName(index)
added cache and opencache commands to sqlrsh
made cache ttl a 64-bit number
added enabled="yes"/"no" parameter to logger modules
updated odbc connection code to use new/delete and rudiments methods
rather than malloc/free and native calls
retired Ruby DBI driver
fixed command line client crash when using -id "instance" with an
instance that uses authtier="database"
fixed bugs that could make reexecuted db2 selects fail and cause a
database re-login loop
tweaked spec file to remove empty directories on uninstall
fixed typo that could sometimes cause a listener crash
postgresql and mdbtools return error code of 1 rather than 0 for all
errors now
tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks)
fixed bugs related to autocommit with db's that support transaction
blocks
implemented the ODBC driver-manager dialog for windows
updated windows installer to install ODBC registry settings
ODBC driver copies references now
fixed various bugs in sqlrconfigfile that caused sqlr-start with no
-id to crash or behave strangely sometimes
refactored build process to use nmake and be compatible with many
different versions of MS Visual Studio
updated the slow query logger to show the date/time that the query
was executed
consolidated c, c++ and server source/includes down a few levels
implemented column-remapping for get db/table/column commands to
enable different formats for mysql, odbc, etc.
odbc connection correctly returns database/table lists now
added support for maxselectlistsize/maxitembuffersize to MySQL
connection
updated mysql connection to fetch blob columns in chunks and not be
bound by maxitembuffersize
fixed a misspelling in sqlrelay.dtd
swapped order of init directory detection, looking for /etc/init.d
ahead of /etc/rc.d/init.d to resolve conflict with dkms on
SuSE Enterprise
C# api and tests compile and work under Mono on unix/linux now
sqlr-start spawns a new window on Windows now
added global temp table tracking for firebird
added droptemptables parameter for firebird
added globaltemptables parameter for oracle and firebird
updated mysql connection to allow mysql_init to allocate a mysql
struct on platforms that support mysql_init, rather than
using a static struct
fixed subtle noon/midnight-related bugs in date/time translation
updated mysql connection to get affected rows when not using the
statement api
updated mysql connection not to use the statement API on windows,
for now
disabled mysql_change_user, for now
fixed blob-input binds on firebird
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
0.50 - added dictionary::detach and dictionary::getValue(key)
added xmldom::getNullNode()
improved xml printing for text nodes
signalmanager::waitForSignal(NULL) works as expected now
updated charstring::httpEscape not to escape legal symbols
added flush() method to stdio classes
added detection and support for vsnprintf_s
fixed serviceentry, protocolentry and rpcentry on windows
updated *entry classes for NULL and uninitialization safety
implemented filesystem::initialize(fd) for Windows
updated filesystem::initialize() with NULL and -1 to behave in
predictable ways now, updated documentation for them too
abstracted _get_osfhandle calls and added an invalid parameter callback
updated filedescriptor to use bit fields for all of its flags
implemented file::changeOwner() for windows
removed xattrs stuff
removed SSL-related ifdef's from headers and implemented degenerate
SSL routines for when SSL isn't supported
timezone conversion works on windows now
refactored bytebuffer and stringbuffer to be extent-based
fixed a subtle stringbuffer with initialcontents bug
refactored stringbuffer to use bytebuffer::write/appendFormatted
directly instead of charstring::parseNumber
implemented dynamicarray and staticarray classes
refactored build process to use nmake and be compatible with many
different versions of MS Visual Studio
updated vsnprintf_s calls for platforms where it's not defined
added configure test for bool and true/false and definitions for
platforms that don't define them
updated timed semaphore waits - if seconds or nanoseconds are negative
then the timed wait acts like an un-timed wait
added support for getsockopt with size_t optlen parameter
fixed strncasecmp on windows when str2 is longer than str1
xmlsax uses memorymap on Windows now
fixed file::lockFile() and file::unlockFile() on Windows
fixed charstring::printf on Solaris 2.5.1
fixed datetime::getSystemDateAndTime() for Windows without 64-bit
integers
fixed potential double-CloseHandle in thread class
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
- Switch to Debian distfile
- Unbreak make -jN build
|