| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Chart-Clicker/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Data-ICal/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Add OPTIONS GEOCODER_US
- Depcreate SOAP::Lite dependency (default off)
Changes: http://search.cpan.org/dist/Astro-satpass/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
Geo::Coder::Geocoder::US geocodes addresses by looking them up on the
http://geocoder.us/ website. Because this site throttles access, this class does
to, to one request every 15 seconds.
WWW: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/
Feature safe: yes
|
|
|
|
|
|
| |
default package so no PORTREVISION bump
Feature safe: yes
|
|
|
|
|
| |
Reported by: erwin
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Submitted by: sunpoet (myself)
Approved by: clsung (maintainer, via IRC)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Idea from: bf@
Feature safe: yes
|
|
|
|
|
|
|
| |
INDEX build
Pointy hat to: swills
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162139
Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ruby-gnome.
devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all
PR: ports/162139
Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe: yes
|
|
|
|
|
|
| |
WWW: http://ruby-gnome2.sourceforge.jp/
Feature safe: yes
|
|
|
|
|
|
|
| |
Changelog at
<https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/changelog/page/1/Version+10.0>
Feature safe: yes
|
|
|
|
|
|
| |
Fix building with apr 0.9.20.
Feature safe: yes
|
|
|
|
|
| |
Feature safe: yes
Seen with: bapt
|
|
|
|
|
|
|
| |
look at log for fltk for previous versions
- No man pages or docs as this port is deprecated
Feature safe: yes
|
|
|
|
|
| |
Feature safe: yes
Reported by: pointyhat via Pav
|
|
|
|
|
|
|
|
| |
with features that motivated me to update in ages and the two hours
I wasted trying to do an upgrade that required unreleased and pretty
much unbuildable perl modules over the weekend finished demotivating me.
Feature safe: yes
|
|
|
|
|
|
|
| |
port is RESTRICTED so local mirroring of distfile is prohibited
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
| |
to be unavailable for a little while now.
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
k3bscsicommand_bsd.cpp:96: error: 'struct scsi_sense_data' has no member named 'flags'
k3bscsicommand_bsd.cpp:97: error: 'struct scsi_sense_data' has no member named 'add_sense_code'
k3bscsicommand_bsd.cpp:98: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual'
[..]
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
|
|
| |
make people drag in -devel.
Someone ought to own this and I own most of the depends so grab it.
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
src/abgx360.c: In function 'sendcdb':
src/abgx360.c:1815: error: 'struct scsi_sense_data' has no member named 'segment'
src/abgx360.c:1816: error: 'struct scsi_sense_data' has no member named 'flags'
src/abgx360.c:1817: error: 'struct scsi_sense_data' has no member named 'info'
[..]
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
-committers notes: patch modified to use userspace 'WITH_*' and not
-oslevel 'USE_*', requested by gabor
PR: ports/161989
Submitted by: maintainer
Reviewed by: gabor
Approved by: gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
active branches of the PostgreSQL object-relational database system,
including versions 9.1.2, 9.0.6, 8.4.10, 8.3.17 and 8.2.23.
This release contains 52 fixes to version 9.1, and a smaller number of
fixes to older versions, including:
- Fix bugs in information_schema.referential_constraints view**
- Correct collations for citext columns and indexes**
- Prevent possible crash when joining to a scalar function
- Prevent transitory data corruption of GIN indexes after a crash
- Prevent data corruption on TOAST columns when copying data
- Fix failures during hot standby startup
- Correct another "variable not found in subplan target list" bug
- Fix bug with sorting on aggregate expressions in windowing functions
- Multiple bug fixes for pg_upgrade
- Change Foreign Key creation order to better support
self-referential keys**
- Multiple bug fixes to CREATE EXTENSION
- Ensure that function return type and data returned from PL/perl agree
- Ensure that PL/perl strings are always UTF-8
- Assorted bug fixes for various Extensions
- Updates to the time zone database, particularly to CST6
Changes marked with ** above require additional, post-update steps in
order to fix all described issues.
URL: http://www.postgresql.org/docs/current/static/release.html
Also, fix a pthread problem in the FreeBSD port. [1]
PR: 160580 [1]
Feature safe: yes
|
|
|
|
|
| |
Spotted by: dougb
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162998
Submitted by: Tacid <tacid@tacid.kiev.ua>
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Update *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Git-Repository/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Add missing TEST_DEPENDS and remove bundled ones in Perl releases
- Sort *_DEPENDS and OPTIONS
- Cosmetic change
- Bump PORTREVISION for dependency change
Reported by: Rasmus Skaarup <mlist@gal.dk> [1]
Feature safe: yes
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/rpm-build-perl/Changes
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Chart/README
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mojolicious/Changes
PR: ports/163008
Submitted by: sunpoet (myself)
Approved by: Murilo Opsfelder Araujo <mopsfelder@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The purpose of DBIx::Safe is to give controlled, limited access to an
application, rather than simply passing it a raw database handle through DBI.
DBIx::Safe acts as a wrapper to the database, by only allowing through the
commands you tell it to. It filters all things related to the database handle -
methods and attributes.
The typical usage is for your application to create a database handle via a
normal DBI call to new(), then pass that to DBIx::Safe->new(), which will return
you a DBIx::Safe object. After specifying exactly what is and what is not
allowed, you can pass the object to the untrusted application. The object will
act very similar to a DBI database handle, and in most cases can be used
interchangeably.
By default, nothing is allowed to run at all. There are many things you can
control. You can specify which SQL commands are allowed, by indicating the first
word in the SQL statement (e.g. 'SELECT'). You can specify which database
methods are allowed to run (e.g. 'ping'). You can specify a regular expression
that allows matching SQL statements to run (e.g. 'qr{SET TIMEZONE}'). You can
specify a regular expression that is NOT allowed to run (e.g. qr(UPDATE xxx}).
Finally, you can indicate which database attributes are allowed to be read and
changed (e.g. 'PrintError'). For all of the above, there are matching methods to
remove them as well.
WWW: http://search.cpan.org/dist/DBIx-Safe/
Feature safe: yes
|
|
|
|
|
|
| |
PR: 163042
Approved by: gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
-Also, fix some permissions in install.
PR: 161965
Approved by: gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Bump port revision.
PR: 162988
Submitted by: Jason Bacon <jwbacon@tds.net>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
String::ToIdentifier::EN provides a utility method, "to_identifier" for
converting an arbitrary string into a readable representation using the ASCII
subset of \w for use as an identifier in a computer program. The intent is to
make unique identifier names from which the content of the original string can
be easily inferred by a human just by reading the identifier.
If you need the full set of \w including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.
Currently, this process is one way only, and will likely remain this way.
The default is to create camelCase identifiers, or you may pass in a separator
char of your choice such as _.
Binary char groups will be separated by _ even in camelCase identifiers to make
them easier to read, e.g.: foo_2_0xFF_Bar.
WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/
Feature safe: yes
|
|
|
|
|
|
|
| |
already installed. Bump PORTREVISION.
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes
PR: ports/163075
Submitted by: sunpoet (myself)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/HTTP-Body/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
Changes:
- Removed old Changelog file appended at the end as oldest changes.
- Enable decoding of ICMP extensions for MPLS for curses and report interfaces.
Use the -e flag or press 'e' to enable it.
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/MouseX-NativeTraits/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
prior to 5.10.0
- Bump PORTREVISION for dependency change
PR: ports/162968
Submitted by: sunpoet (myself)
Approved by: sahil (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Update RUN_DEPENDS: Encode is already in all supported Perl releases
PR: ports/162969
Submitted by: sunpoet (myself)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) [1]
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTIONS X11: build pwsafe with X11 libraries (default off)
- Bump PORTREVISION for dependency change
- Cosmetic change
PR: ports/162649
Reported by: Jeremie Le Hen <jeremie@le-hen.org>
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days)
Feature safe: yes
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- While I'm here, add missing trailing slash to WWW
Changes: http://search.cpan.org/dist/OpenGL/Release_Notes
PR: ports/161534
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/156629
Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com>
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Cosmetic change
- Bump PORTREVISION for package change
Discussed with: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Update CONFLICTS
- Bump PORTREVISION for package change
Discussed with: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Update CONFLICTS
Changes: https://github.com/joyent/node/blob/master/ChangeLog
PR: ports/163016
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/DateTime-Calendar-Chinese/Changes
PR: ports/162972
Submitted by: sunpoet (myself)
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
Changes: http://search.cpan.org/dist/DateTime-Event-Chinese/Changes
PR: ports/162971
Submitted by: sunpoet (myself)
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162298
Submitted by: TAKATSU Tomonari <tota@freebsd.org>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change MAINTAINER address;
- add devel/pipestatus to RUN_DEPENDS (used by lmdbg-sym and lmdbg-sort);
- don't link with devel/libexecinfo (always use its own implementation of backtrace).
Changes:
- This version adds a lot of improvements and fixes in manual pages, new capabilities in lmdbg, lmdbg-run, and lmdbg-sym, and minor fixes to lmdbg-stat.
- lmdbg is now a meta tool which is able to do many more things, not just find memory leaks.
PR: ports/163068
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Audacity no longer requires new gcc to build (added in ports/116118)
PR: ports/116118
PR: ports/162121
PR ports/162119
Submitted by: "4720@hushmail.com" <4720@hushmail.com>
Reviewed by: olgeni@
Approved by: maintainer timeout (6 weeks)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Skype protocol support will be available at a later point in time,
as it has few external dependencies not currently available in ports
Requested by: xi on irc
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
incorrectly named library (libjavamath.so.0.0) introduced by the
fixes for FreeBSD 10 support.
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
compatibility first
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- Aggregate variable settings
Reported by: Peter <pmc@citylink.dinoex.sub.org> [1]
Feature safe: yes
|
|
|
|
|
|
| |
Changelog: https://github.com/seattlerb/hoe/blob/master/History.txt
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Automate distconf->config stage; port handles config files more gracefully
- Use COPYTREE macros
PR: ports/162689
Approved by: maintainer timeout (ychsiao@ychsiao.org, 14 days)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Remove unneeded plist
PR: ports/161040
Submitted by: Barbara <barbara.xxx1975@libero.it>
Approved by: maintainer timeout (girgen, three months -2d)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- New tool: Word Register
- New tool: Hand Writing
- New tool: Character Palette
- Prediction feature
- Correct suggestion feature
- dictionary improvements
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
server (useful for Plack::Middleware::SocketIO or Flash WebSocket
fallback).
No need to run Flash Policy server as root on 843 port!
Usage is exactly the same as Twiggy, whenever you run twiggy command,
replace it with fliggy and you're ready to go.
WWW: http://search.cpan.org/dist/Fliggy/
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
for mod_perl written by Uri Guttman. It has a very simple markup
scheme, but does nearly any templating task you could want as
installed (and provides for callbacks if you want to extend it).
WWW: http://search.cpan.org/dist/Template-Simple/
PR: ports/163047
Submitted by: Ken McGlothlen <ken.mcglothlen@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162919
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162987
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162986
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Changes: http://metacpan.org/source/HINRIK/POE-Component-IRC-6.76/Changes
PR: 162938
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 163000
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
PR: 163026
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
PR: 162838
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162846
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Approved by: maintainer implicit (gerrit.beine@gmx.de; fix timed out previous commit)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/163039
Submitted by: maintainer
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Changelog: http://www.flaterco.com/xtide/changelog.html
- Add a second mirror
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
|
|
|
|
| |
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/162963
Submitted by: maintainer
Approved by: maintainer,gabor(mentor)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162937
Submitted by: pfg@
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
Remove ERTS_VSN from PLIST_SUB while I'm here.
No PORTREVISION bump since only pkg-message is affected.
Reported by: stas
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make all files in ${DATADIR} loadable by filename without an explicit path,
and without setting MAUDE_LIB. Currently only
${DATADIR}/prelude.maude is loaded (during startup).
- Add option FULL_MAUDE (default: on) for user convenience. This
installs full-maude26b.maude into ${DATADIR}.
- previous maintainer turns port over to committer
PR: ports/162955
Submitted by: joemann@beefree.free.de
Reviewed by: info@rickvanderzwet.nl
Approved by: maintainer, gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/162921
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer (sylvio, implicit), gabor (mentor)
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USE_GL=glu and USE_BISON=build to fix build
- Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig
- Mark MAKE_JOBS_SAFE
- Silence REINPLACE_CMD output
PR: ports/162785 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog since 6.3.4:
{{{
OfflineIMAP v6.4.0 (2011-09-29)
This is the first stable release to support the forward-compatible
per-account locks and remote folder creation that has been introduced
in the 6.3.5 series.
- Various regression and bug fixes from the last couple of RCs
OfflineIMAP v6.3.5-rc3 (2011-09-21)
Changes
- Refresh server capabilities after login, so we know that Gmail
supports UIDPLUS (it only announces that after login, not before).
This prevents us from adding custom headers to Gmail uploads.
Bug Fixes
- Fix the creation of folders on remote repositories, which was still
botched on rc2.
OfflineIMAP v6.3.5-rc2 (2011-09-19)
New Features
- Implement per-account locking, so that it will possible to sync
different accounts at the same time. The old global lock is still
in place for backward compatibility reasons (to be able to run old
and new versions of OfflineImap concurrently) and will be removed
in the future. Starting with this version, OfflineImap will be
forward-compatible with the per-account locking style.
- Implement RFC 2595 LOGINDISABLED. Warn the user and abort when we
attempt a plaintext login but the server has explicitly disabled
plaintext logins rather than crashing.
- Folders will now also be automatically created on the REMOTE side
of an account if they exist on the local side. Use the
folderfilters setting on the local side to prevent some folders
from migrating to the remote side. Also, if you have a nametrans
setting on the remote repository, you might need a nametrans
setting on the local repository that leads to the original name
(reverse nametrans).
Changes
- Documentation improvements concerning 'restoreatime' and some code
cleanup
- Maildir repositories now also respond to folderfilter=
configurations.
Bug Fixes
- New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
anymore, fixing a regression in 6.3.4.
OfflineIMAP v6.3.5-rc1 (2011-09-12)
Notes
Idle feature and SQLite backend leave the experimental stage! ,-)
New Features
- When a message upload/download fails, we do not abort the whole
folder synchronization, but only skip that message, informing the
user at the end of the sync run.
- If you connect via ssl and 'cert_fingerprint' is configured, we
check that the server certificate is actually known and identical
by comparing the stored sha1 fingerprint with the current one.
Changes
- Refactor our IMAPServer class. Background work without user-visible
changes.
- Remove the configurability of the Blinkenlights statuschar. It
cluttered the main configuration file for little gain.
- Updated bundled imaplib2 to version 2.28.
Bug Fixes
- We protect more robustly against asking for inexistent messages
from the IMAP server, when someone else deletes or moves messages
while we sync.
- Selecting inexistent folders specified in folderincludes now throws
nice errors and continues to sync with all other folders rather
than exiting offlineimap with a traceback.
}}}
Patch files/patch-docs-MANUAL.rst got its path to the upstream.
QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.4.0
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
-patch uses __attribute__ which is upward compatible with gcc42+
PR: ports/156881
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: maintainer(timeout), gaboe(mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/163040
Submitted by: Barbara [barbara.xxx1975/libero]
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- maintainer sends port back to ports@
PR: 162297
Submitted by: maintainer
Approved by: maintainer(tmseck@web.de), gabor(mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
PR: 152982
Submitted by: kmenshikov@peterhost.ru
Approved by: mentor (timeout), gabor (mentor)
Obtained from: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075131.html
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
- race condition could cause crashes
- upgrade to 1.8.12
- fixed memory leak (botan pr 144)
- added patch from upstream in repo for python portability issues
PR: 161167
Submitted by: jreed@isc.org
Approved by: maintainer (timeout), gabor (mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- without patch build would hang
PR: 161951
Submitted by: janm@transactionware.com
Approved by: maintainer (timeout), gabor (mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add knob to install the Linux version too (needs
multimedia/linux_dvbwrapper-kmod kldload'ed to run.)
- Add workaround to avoid invalid UTF-8 encodings when converting
from ISO_6937-2 (that the iconv used on FreeBSD doesn't know) -
if you need ISO_6937-2 converted properly you have to use the
Linux version for now. (Tho all the 8-bit channel names I see
here marked as the default ISO_6937-2 charset are in fact
ISO8859-1(5) i.e. the charset isn't marked properly on those
transponders and thus the Linux version would convert them wrongly
too.)
Feature safe: yes
|
|
|
|
|
|
|
| |
gobject-introspection just to be sure.
Submitted by: pointyhat (via pav)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 163003
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer via irc
Feature safe: yes
|
|
|
|
|
| |
Approved by: hselasky (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- Add missing dependency: p5-Test-TCP
Changes: http://search.cpan.org/dist/PocketIO/Changes
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/163012
Submitted by: Barbara [barbara.xxx1975/libero.it]
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PocketIO/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Add OPTIONS: LWP for using LWP instead of Furl
Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes
PR: ports/163010
Submitted by: sunpoet (myself)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Account for local web.xml file
- portrevision Bump (pkg-plist change)
PR: ports/163032
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Approved by: glarkin (mentor)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
http://www.freebsd.org/cgi/query-pr.cgi?pr=160422
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- Bytecode support in JavaScript.
- Support for gradients in the DIB engine.
- A number of Uniscribe improvements.
- Fixes for DirectDraw mode switching.
- A few more MSVC runtime functions.
- Various bug fixes.
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
- add a simple rc.d script
- move files/patch to post-patch:
o in6 part incorporated upstream
o LOG_FTP handled in post-patch already
o tzset() now handled in post-patch
Submitted by: infofarmer
Feature safe: yes
|
|
|
|
|
| |
Approved by: maintainer
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
Sort the PLIST.
Very many improvements; most important for me is improved Lisp generation.
Approved by: pav (mentor)
Approved by: stephen (maintainer)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html
Feature safe: yes
|
|
|
|
|
|
|
| |
Reported by: Thomas Sibley <trs@bestpractical.com>
Reviewed by: Thomas Sibley <trs@bestpractical.com>
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
depenency on ucpp was not added,
neither configure modify this file, nor it is used in this port.
imake has now an explicit dependency on ucpp when build with clang.
Approved by: eadler
Feature safe: yes
|
|
|
|
|
|
| |
Approved by: eadler
Obtained from: NetBSD
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
undefined method `name' for "daemons":String
/usr/local/www/redmine/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:277:in `=='
http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id=126&atid=575
PR: ports/162994
Reported by: Chris <chris@imagemetrica.com>,
Armin Pirkovitsch <armin@frozen-zone.org>,
Dirk Meyer <dinoex@FreeBSD.org>,
myself
Discussed with: miwi
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
development. This package contains the Perl side of the
implementation, including all user-serviceable parts (for the
cross-referencing facility see Sepia::Xref).
WWW: http://search.cpan.org/dist/Sepia/
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Obtained from: https://www.virtualbox.org/changeset/38332
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Feature safe: yes
Submitted by: melifaro@
<ChangeLog>
* Fix linux build
* Remove NEXT_HOP attribute in MP-BGP updates
</ChangeLog>
|
|
|
|
|
| |
Approved by: sylvio@
Feature safe: yes
|
|
|
|
|
|
| |
PR: 161745
Submitted by: Wen Heping
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Fix compile error: 'D_PSEUDO' undeclared here on 10-CURRENT
- Bump PORTREVISION
PR: ports/162186
Submitted by: Jung-uk Kim <jkim@FreeBSD.org>
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/162744
Submitted by: Takefu <takefu@airport.fm
Approved by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Fix linking issue with libnetsnmpmibs.so and libperl.so
- Bump PORTREVISION
PR: ports/163005
Submitted by: William Elasio Moreno Albarracin <wmoreno3@yahoo.com>
Approved by: maintainer (implicit)
Feature safe: yes
|
|
|
|
|
|
|
| |
tries to check their existence since 4.7.5.4.
PR: 161828
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Reassign to a new maintainer
PR: ports/163006
Submitted by: fjoe
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.
WWW: http://search.cpan.org/dist/Router-Simple/
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.wand.net.nz/pipermail/scamper-announce/2011-December/000013.html
PR: ports/163002
Submitted by: Matthew Luckie <mluckie@cs.waikato.ac.nz> (maintainer)
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes
|
|
|
|
|
|
| |
Feature safe: yes
PR: 163004
|
|
|
|
|
|
|
|
|
|
| |
- Sort *_DEPENDS
- Comment OPTIONS GL: it should be uncommented after p5-OpenGL >= 0.60
Changes: http://sourceforge.net/projects/pdl/files/PDL/2.4.9/README.txt/view
PR: ports/161151 (part of)
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
from `Mk/bsd.port.mk' soon. Account for it and pass it to make environment
locally as nVidia driver code still uses it.
PR: ports/161558
Submitted by: eadler (PR), crees (nvidia-driver patch)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162931
Submitted by: Zhihao Yuan <lichray@gmail.com>
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- "Edward Sanford Sutton, III" <mirror176@cox.net>
- fusefs will be in 9.x anyway, and at that time, a patch to IGNORE 9.x will be submitted
Submitted by: mirror176@cox.net
Approved by: maintainer (mirror176@cox.net), gabor (mentor)
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
The shapes are using Network Topology Icons designed by Cisco Systems, Inc.
o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
o Cisco Systems, Inc: http://www.cisco.com/
WWW: http://pypi.python.org/pypi/blockdiagcontrib-cisco/
Feature safe: yes
|
|
|
|
|
|
|
| |
(new make_dev_p(9) flag MAKEDEV_ETERNAL).
PR: 157917
Feature safe: yes
|
|
|
|
|
|
| |
Changelog at <http://tt-rss.org/redmine/versions/show/67>.
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/162903
Submitted by: Ted Faber <faber@lunabase.org> (maintainer)
Approved by: glarkin@ (mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the formal release of the fix to CVE-2011-4634, but there are
no code differences from the preliminary fixes released in 3.4.8-rc1
except for the updated version number.
PMSA-2011-18 has now been published; vuxml entry attached.
PR: ports/163001
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: 162383
Submitted by: Christoph Mallon
Approved by: (maintainer timeout)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under the open source Apache 2.0 license. It is designed to enable massive
network automation through programmatic extension, while still supporting
standard management interfaces and protocols (e.g. NetFlow, sFlow, RSPAN,
ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support
distribution across multiple physical servers similar to VMware's vNetwork
distributed vswitch or Cisco's Nexus 1000V.
WWW: http://openvswitch.org/
Note that there is ongoing work to update this to more current version.
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
PR: ports/162999
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files that have been scanned for viruses are visible and accessible to the end
user.
Scannedonly was developed because of scalability problems with samba-vscan: high
server loads when (the same) files were requested often, and timeouts when large
zip files were requested. Scannedonly doesn't have these problems, but it does
introduce some other issues. Choose the product that suits you best.
Scannedonly is available under the open source GPL licence. The source code
repository is available on Sourceforge.
WWW: http://olivier.sessink.nl/scannedonly/
PR: ports/154202
Submitted by: girald@etcom.ufrgs.br
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add VPNv6 with IPv4-mapped nexhthop support
* Add per-table filters
* Make MP-BGP code more generic
* Make config table code more generic
* Rename VPN tables to VPNV4 / VPNV6
* Add BGP MP-families parser
* Route refresh requests works now for every configured table
Submitted by: maintainer
Feature safe: Yes
|
|
|
|
|
| |
Approved by: MAINTAINER
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
- USE_LDCONFIG
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Petal/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/URI-Fetch/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Perl-Critic/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Marpa-XS/Changes
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Marpa/Changes
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
| |
SMS::Send::NexmoUnicode is a SMS::Send driver which allows you to send messages
through www.nexmo.com
WWW: http://search.cpan.org/dist/SMS-Send-NexmoUnicode/
PR: ports/162980
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Feature safe: yes
|
|
|
|
|
| |
Changes: http://excess.org/urwid/wiki/ChangeLog
Feature safe: yes
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Config-Model/ChangeLog
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/156687
Submitted by: rm (myself)
Approved by: mi (maintainer; timeout - 6+ months), glarkin (mentor)
Feature safe: yes
|
|
|
|
|
| |
Reported by: linimon
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
These ports were not removed and should stay as they are required by
www/rt38 and www/rt40
Reported by: linimon
Pointy hat to: dougb
Feature safe: yes
|
|
|
|
|
|
|
| |
supported python version.
Approved by: glarkin (co-mentor)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Nexmo-SMS/Changes
PR: ports/162974
Submitted by: sunpoet (myself)
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
Changelog at <http://www.neubot.org/neubot-0.4.5>.
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Pet portlint(1) by moving LICENSE section earlier
Changes: http://www.uzbl.org/news.php?id=39
PR: ports/162962 [1]
Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- hungarian/hunspell
- chinese/reciteword
- japanese/dvi2tty
- japanese/plain2
- audio/x11amp
- games/xbat
- games/xshisen
- net/asterisk14
- net/asterisk-oh323
- net/asterisk14-addons
- www/opera-devel
Hat: portmgr
Feature safe: yes
|