1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

263615 Commits

Author SHA1 Message Date
Eygene Ryabinkin
9eefa54fcd Grab maintainership of OfflineIMAP
Sergei was inactive for the last year and there were some maintainer
timeouts.

Approved-by: portmgr (linimon)
2011-09-12 06:33:36 +00:00
Tilman Keskinoz
044f686125 Fix INDEX build
pointyhat to:	arved
2011-09-12 06:27:28 +00:00
Cy Schubert
c15799fbc0 Update 1.069 --> 1.070 2011-09-12 06:26:06 +00:00
Ganael LAPLANCHE
b48196be55 - Update to 1.22.1 [1]
- COMMENT and pkg-descr cleanups [2]

PR:		ports/160325
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer) [1]
Approved by:	Aldis Berjoza <aldis@bsdroot.lv> (maintainer) [2]
2011-09-12 06:21:03 +00:00
Doug Barton
0cc6561198 New Features
============
1. Add the ability to retry package creation. This is mostly useful for
   PM_SU_CMD after a build that took so long that your sudo ticket has
   expired.

2. Add support for multiple -r options on the same command line. [1]

Various Internal Cleanups and Improvements
==========================================
1. s/printf/echo -e/ for consistency, and use it to full advantage

2. In the code that derives the proper value of PACKAGESITE remove 6.x
   and add 9.x. Also add a 10-current entry.

3. Add a more-or-less painless test to deal with the issue of the current
   working directory no longer existing. This problem usually manifests as
   a "The value of DISTDIR cannot be empty" error because 'make -f' does
   not handle this condition gracefully.

4. In find_and_delete_distfiles() (run after a successful install) change
   the default pattern to be foo-[0-9]* instead of foo* [2]

   When the new pattern doesn't match any existing distfiles, fall back to
   the old one.

5. Also in find_and_delete_distfiles(), cache matches to $DI_FILES so that
   we don't have to re-test that same file again.

6. Change the method used to print the prompt in get_answer_g() to echo -e
   so that I can be more flexible in formatting prompt messages.

7. For --clean-packages if a package is up to date but not installed
   it should still be deleted if -y is in use.

8. Avoid duplicate word in a composite sentence [3]

9. If a user has non-standard FETCH_ARGS it could circumvent the intent
   of --always-fetch, so forcibly unlink the file before proceeding to
   the fetch routine.

Sponsored by:	Henk van Oers [1]

Suggested by:	Lapo Luchini <lapo@lapo.it> [2]

Submitted by:	Dan Allen <danallen46@airwired.net> [3]
2011-09-12 06:19:07 +00:00
Dirk Meyer
ae66e02d52 - update to 1.4.4 2011-09-12 05:20:13 +00:00
Roman Bogorodskiy
0e18ef7b86 Remove multimedia/bmpx -- it's been broken for more than 6 months
and is no longer maintaned upstream.
2011-09-12 01:59:24 +00:00
Cy Schubert
8031aefbc9 Now builds under 9.0-CURRENT. 2011-09-11 23:21:29 +00:00
Pav Lucistnik
63b2657959 - Update to 3.3.0 2011-09-11 21:55:40 +00:00
Pav Lucistnik
10bdeeac6f - Update to 4.2.6
PR:		ports/160658
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-09-11 21:51:33 +00:00
Tilman Keskinoz
7a5709848a Add atoulme-Antwrap, a ruby wrapper for apache-ant 2011-09-11 20:45:36 +00:00
Tilman Keskinoz
2c525b0e4b Add rjb, Ruby Java Bridge via JNI 2011-09-11 20:24:51 +00:00
Pav Lucistnik
d7b48707dd - Fix build on -CURRENT
Submitted by:	gk (maintainer)
2011-09-11 20:22:45 +00:00
Eygene Ryabinkin
94b08c8e01 OfflineIMAP: upgrade to 6.3.4
- removed applied upstream patch;
 - added patch for MANUAL.rst that eliminates RST -> HTML
   translation error.

Relevant changelog entries since 6.3.3:

OfflineIMAP v6.3.4 (2011-08-10)
===============================

* CHANGE: Handle when UID can't be found on saved messages.

OfflineIMAP v6.3.4-rc4 (2011-07-27)
===================================

* CHANGE: Manual improved.

OfflineIMAP v6.3.4-rc3 (2011-07-07)
===================================

* NEW FEATURE: Added StartTLS support, it will automatically be used
  if the server supports it.

* BUG FIX: We protect more robustly against asking for inexistent
  messages from the IMAP server, when someone else deletes or moves
  messages while we sync.

OfflineIMAP v6.3.4-rc2 (2011-06-15)
===================================

* NEW FEATURE: Implement experimental IDLE feature.

* CHANGE: Maildirs use less memory while syncing.

* BUG FIX: Saving to Maildirs now checks for file existence without
  race conditions.

* BUG FIX: A bug in the underlying imap library has been fixed
  that could potentially lead to data loss if the server interrupted
  responses with unexpected but legal server status responses.
  This would mainly occur in folders with many thousands of emails.
  Upgrading from the previous release is strongly recommended.

NOTE: the latter bug fix was already integrated into FreeBSD port
version 6.3.3_1.

OfflineIMAP v6.3.4-rc1 (2011-05-16)
===================================

* NEW FEATURE: Begin sphinx-based documentation for the code.

* NEW FEATURE: Enable 1-way synchronization by settting a
  [Repository ...] to readonly = True. When e.g. using offlineimap
  for backup purposes you can thus make sure that no changes in your
  backup trickle back into the main IMAP server.

* NEW FEATURE: Optional: experimental SQLite-based backend for the
  LocalStatus cache. Plain text remains the default.

* CHANGE: Start a enhanced error handling background system. This is
  designed to not stop a whole sync process on all errors (not much
  used, yet).

* CHANGE: Documentation improvements: the FAQ wins new entries and add
  a new HACKING file for developers.

* CHANGE: Lot of code cleanups.

* CHANGE: Reduced our sync logic from 4 passes to 3 passes
  (integrating upload of "new" and "existing" messages into one
  function). This should result in a slight speedup.

* CHANGE: No whitespace is stripped from comma-separated arguments
  passed via the -f option.

* CHANGE: Give more detailed error when encountering a corrupt UID
  mapping file.

* BUG FIX: Drop connection if synchronization failed. This is needed
  if resuming the system from suspend mode gives a wrong connection.

* BUG FIX: Fix the offlineimap crash when invoking debug option 'thread'.

* BUG FIX: Make 'thread' command line option work.

PR: ports/159815
Approved-by: sergei (maintainer timeout)
Feature-safe: yes
2011-09-11 20:20:55 +00:00
Thierry Thomas
c5c68361eb Upgrade to 1.5.5.
Changelog at <http://tt-rss.org/redmine/versions/show/64>.
2011-09-11 20:16:20 +00:00
Emanuel Haupt
cee7a9d7b7 Update MASTER_SITES, use SF mirror. Current MASTER_SITES returns
"Moved Temporarily".
2011-09-11 17:21:32 +00:00
Chris Rees
8baefc0941 Correct various entries and remove other dead entries (404 errors only)
Submitted by:	Anonymous contributor on IRC
2011-09-11 14:43:59 +00:00
TAKATSU Tomonari
b93fbde3f8 - Add a new port: www/R-cran-Rpad
Rpad is an interactive, web-based analysis program. Rpad pages are
  interactive workbook-type sheets based on R, an open-source
  implementation of the S language. Rpad is an analysis package, a
  web-page designer, and a gui designer all wrapped in one. Rpad makes
  it easy to develop powerful data analysis applications that can be
  shared with others (most likely on an intranet). The user doesn't
  have to install anything--everything's done through a browser.

  WWW:	http://cran.r-project.org/web/packages/Rpad/
2011-09-11 13:12:45 +00:00
Chris Rees
f9bb6f4f0a Use Eclipse archive site instead-- this port could really do with an update.
PR:		ports/160570
Submitted by:	Allen Landsidel <landsidel.allen@gmail.com>
2011-09-11 13:04:40 +00:00
Gerald Pfeifer
fc29e8a8ec Update to Wine 1.3.28. This includes the following changes:
- Initial version of the VBScript parser.
 - Automagic audio driver selection.
 - Support for volume information on UDF file systems.
 - The OpenGL renderer is now the default for DirectDraw.
 - Device configuration dialog in DirectInput.
 - SetDIBitsToDevice support in the DIB engine.
 - Several improvements in the cmd parser.
 - Various bug fixes.
2011-09-11 12:21:15 +00:00
Gerald Pfeifer
c08942b8f2 Update to the 20110910 snapshot of GCC 4.7.0. 2011-09-11 12:12:53 +00:00
Chris Rees
5a9179843b - Allow user to add flags for startup case only
- (while here, stop using '::' in patchfile names)

PR:		ports/160571
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
Approved by:	Jason Helfman <jhelfman@e-e.com> (maintainer)
2011-09-11 12:04:20 +00:00
Chris Rees
7253ee6f25 Author silently changed distfile to correct manpage typos, chase distinfo.
PR:		ports/160645
Submitted by:	Joe Barbish <fbsd8@a1poweruser.com> (maintainer)
2011-09-11 11:58:32 +00:00
Jimmy Olgeni
ee7ef4cadc Upgrade to version 2.0.7. 2011-09-11 10:15:35 +00:00
Emanuel Haupt
e671df30f1 Add libexplain 0.46, a library which may be used to explain Unix and Linux
system call errors.
2011-09-11 09:23:22 +00:00
Frederic Culot
2032c148a7 - Update to 0.14
- Add LICENSE (GPLv3)

PR:		ports/160625
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2011-09-11 07:26:06 +00:00
Frederic Culot
ba9905c05e - Add patch to disable symbolic traceback run-time support
(could cause linker breakage)
- Bump PORTREVISION

PR:		ports/160569
Submitted by:	John Marino <draco@marino.st> (maintainer)
2011-09-11 07:06:21 +00:00
Sunpoet Po-Chuan Hsieh
e5694550e2 - Promote Moose requirement to 2.0+ which includes Class::MOP 2011-09-11 06:12:38 +00:00
Sunpoet Po-Chuan Hsieh
8fcfc30022 - Update to 0.07
- Add TEST_DEPENDS
- Take maintainership

Changes:	http://search.cpan.org/dist/Array-Iterator/Changes
2011-09-11 06:00:40 +00:00
Sunpoet Po-Chuan Hsieh
94d08c6645 - Update to 0.19
- Sort PLIST
- Take maintainership

Changes:	http://search.cpan.org/dist/B-Hooks-OP-Check/Changes
2011-09-11 05:57:24 +00:00
Sunpoet Po-Chuan Hsieh
a24cc77f30 - Update to 2.0205
Changes:	http://search.cpan.org/dist/Moose/Changes
2011-09-11 05:51:12 +00:00
Andrej Zverev
2c52faa304 - Add conflict with devel/zmq-devel since they share same files.
PR:		ports/160628
Submitted by:	az
Approved by:	maintainer
2011-09-11 05:12:04 +00:00
Gerald Pfeifer
1a501e1018 Remove (disabled) USE_GCC=3.4
Approved by:	maintainer (oliver)
2011-09-11 03:46:02 +00:00
Sunpoet Po-Chuan Hsieh
97a165f778 - Add WWW 2011-09-11 03:37:23 +00:00
Raphael Kubo da Costa
44cfcd60fb - Remove the patch that was clearing default build flags for build
profiles, so that CMake can be used outside of ports.
- Bump CMake PORTREVISION.
- Pass default build flags (at least I hope) via bsd.cmake.mk.

PR:             159276
Submitted by:   Igor Soumenkov <2igosha@gmail.com>
Approved by:	avilla (mentor)
2011-09-11 02:04:09 +00:00
Raphael Kubo da Costa
33624c0958 Remove hack introduced with CMake 2.8.1.
There was no explanation about why it was required (neither here nor
in area51), and the current CMake version seems to build fine without
it.

Approved by:	avilla (mentor)
2011-09-11 01:57:25 +00:00
Sunpoet Po-Chuan Hsieh
083f42b7f1 - Update to 3.20
Changes:	http://search.cpan.org/dist/Devel-PPPort/Changes
2011-09-11 01:44:30 +00:00
Steve Wills
a87bb4d633 - Update to 1.1.3 2011-09-11 00:42:24 +00:00
Joe Marcus Clarke
00020b54ba Update to 1.6.2. 2011-09-11 00:40:29 +00:00
Sunpoet Po-Chuan Hsieh
a38e6716ad - Update to 0.09005
- Promote Moose requirement to 2.0+ which includes Class::MOP
- Pet portlint

Changes:	http://search.cpan.org/dist/HTML-FormFu/Changes
2011-09-11 00:27:58 +00:00
Sunpoet Po-Chuan Hsieh
8ce8f08957 - Update to 2.1
Changes:	http://search.cpan.org/dist/HTML-FillInForm/Changes
2011-09-11 00:20:25 +00:00
Eitan Adler
da72761050 - forced commit to correct log
- add deps unconditionally

PR:		ports/160595
Submitted by:	Jilles Tjoelker <jilles@stack.nl>
Reviewed by:	kwm, nox
Approved by:	bapt (mentor)
2011-09-10 23:04:57 +00:00
Eitan Adler
1972695544 ”Q 2011-09-10 22:58:56 +00:00
Matthias Andree
fc5206c40c Update to new upstream release 1.19.2. 2011-09-10 22:49:48 +00:00
TAKATSU Tomonari
f1a1ae7358 - Add a new port: graphics/R-cran-ggplot2
ggplot2 is a plotting system for R, based on the grammar of graphics,
  which tries to take the good parts of base and lattice graphics and
  none of the bad parts. It takes care of many of the fiddly details
  that make plotting a hassle (like drawing legends) as well as
  providing a powerful model of graphics that makes it easy to produce
  complex multi-layered graphics.

  WWW:	http://had.co.nz/ggplot2/
2011-09-10 21:13:49 +00:00
TAKATSU Tomonari
66de50533b - Add a new port: graphics/R-cran-colorspace
Carries out mapping between assorted color spaces including RGB,
  HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
  CIELAB. Qualitative, sequential, and diverging color palettes based
  on HCL colors are provided.

  WWW:	http://cran.r-project.org/web/packages/colorspace/
2011-09-10 21:05:27 +00:00
Julien Laffaye
2b09cbcc20 - Update to 2.3.1
- Pet portlint

PR:		ports/160641
Submitted by:	sunpoet
2011-09-10 21:05:22 +00:00
TAKATSU Tomonari
75daecfc0b - Add a new port: graphics/R-cran-RColorBrewer
The packages provides palettes for drawing nice maps shaded according
  to a variable.

  WWW:	http://cran.r-project.org/web/packages/RColorBrewer/
2011-09-10 21:00:01 +00:00
Sunpoet Po-Chuan Hsieh
3a1eb2c5a5 - Update to 0.8.5 [1][2]
- Set execute bits of scripts [2]
- While I'm here, sort CONFIGS

Changes:	https://svn.apache.org/repos/asf/cassandra/tags/cassandra-0.8.5/CHANGES.txt
PR:		ports/160585 [1], ports/160627 [2]
Submitted by:	Radim Kolar <hsn@sendmail.cz>
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2011-09-10 20:44:29 +00:00
Sunpoet Po-Chuan Hsieh
b3626d2b06 - Update to 0.92
Changes:	http://search.cpan.org/dist/Audio-Scan/Changes
2011-09-10 20:28:49 +00:00