Commit graph

302545 commits

Author SHA1 Message Date
Brendan Fabeny
93ebfae6ac update to 0.2.4.7-alpha; remove some stale mirrors 2013-06-16 12:21:44 +00:00
Brendan Fabeny
e2b04babd2 build and install the shared library
Submitted by: sbz
2013-06-16 12:18:57 +00:00
Kubilay Kocak
dd36099a34 devel/py-distribute: Fix reinstall
- Correctly use -sf flags for ${LN}

PR:		ports/179612
Submitted by:	nemysis <nemysis@gmx.ch>
Reviewed by:	sbz, Johannes Meixner <xmj@chaot.net>
2013-06-16 11:46:51 +00:00
William Grzybowski
fb999d5b77 devel/pharmacy: fix build with clang
- Fix build with clang, -Wno-return-type
- Add LICENSE (GPLv2)

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:37:55 +00:00
William Grzybowski
d214b765b1 graphics/liblug: fix build wuth clang
- Fix build with clang, -Wno-return-type
- Remove version from tiff lib depend
- Remove leading article from COMMENT
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:34:53 +00:00
William Grzybowski
d18c09af4a multimedia/gxanim: fix build with clang
- Fix build with clang, main int arg
- Add LICENSE (GPLv2)
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:31:31 +00:00
William Grzybowski
3a51aba654 net-mgmt/pads: fix build with clang
- Fix build wuth clang, -Wno-return-type, gnu89 C std

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:29:27 +00:00
William Grzybowski
e2ee40fb24 security/slurpie: fix build with clang
- Fix build with clang, main int arg
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:27:34 +00:00
William Grzybowski
37a9666c75 x11-fm/xplore: fix build with clang
- Fix build with clang, -Wno-return-type
- Add LICENSE (GPLv2)
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-16 11:24:56 +00:00
Kubilay Kocak
b97175db37 www/pelican: Update to 3.2.2, Use GITHUB and more
- Update to 3.2.2
- Update pkg-plist
- Use GITHUB for MASTER_SITES (and remove CHEESESHOP)
- Add pytz, blinker and unidecode to RUN_DEPENDS
- Bump Jinja2 & feedgenerator min versions in RUN_DEPENDS
- RUN_DEPENDS are not BUILD_DEPENDS, remove.
- Add TESTS options, TEST_DEPENDS and regression-test target
- Trim Makefile header
- pkg-descr: Tab->space in WWW:

Changes:

3.2: http://docs.getpelican.com/en/3.2/changelog.html#id1

PR:		ports/178770
Approved by:	jlaffaye (maintainer)
2013-06-16 10:40:11 +00:00
Sofian Brabez
215aa9b5c4 GUI Viewer for Python profiling runs. Provides explorability and overall
visualization of the call tree and package/module structures.

WWW: http://www.vrplumber.com/programming/runsnakerun/
2013-06-16 10:37:34 +00:00
Kubilay Kocak
b2de812890 www/py-feedgenerator: Update to 1.5, Use setuptools and more
- Update to 1.5
- Use setuptools instead of distutils
- Update pkg-plist
- Add RUN_DEPENDS on pytz and six
- Add regression-test: target
- Patch setup.py to fix test_suite and add zip_safe=False [1]
- Trim Makefile header
- Whitespace alignment
- Update WWW location and change Tab->space in pkg-descr

[1] https://github.com/dmdm/feedgenerator-py3k/issues/2

PR:		ports/178768
Approved by:	jlaffaye (maintainer, via IRC)
2013-06-16 10:29:45 +00:00
Julien Laffaye
9e2a5b4cd3 - Update to 1.1.1
- Remove bash and bison dependencies
- Specify the PATH in regression-test target

PR:             179529
Submitted by:   koobs
2013-06-16 10:25:11 +00:00
Kubilay Kocak
0497483474 www/py-rackspace-monitoring: Update to 0.5.1
- Update to 0.5.1
- Bump RUN_DEPENDS minimum version requirement

Changes:

https://github.com/racker/rackspace-monitoring/blob/v0.5.1/CHANGES.md
2013-06-16 09:42:21 +00:00
Kubilay Kocak
01020d179e databases/py-redis: Update to 2.7.6
- Update to 2.7.6
- Update setup.py patch

Changes:

* 2.7.6
    * Added CONFIG RESETSTAT command. Thanks Yossi Gottlieb.
    * Fixed a bug introduced in 2.7.3 that caused issues with script objects
      and pipelines. Thanks Carpentier Pierre-Francois.
    * Converted redis-py's test suite to use the awesome py.test library.
    * Fixed a bug introduced in 2.7.5 that prevented a ConnectionError from
      being raised when the Redis server is LOADING data.
    * Added a BusyLoadingError exception that's raised when the Redis server
      is starting up and not accepting commands yet. BusyLoadingError
      subclasses ConnectionError, which this state previously returned.
      Thanks Yossi Gottlieb.
* 2.7.5
    * DEL, HDEL and ZREM commands now return the numbers of keys deleted
      instead of just True/False.
    * from_url now supports URIs with a port number. Thanks Aaron Westendorf.
2013-06-16 09:10:19 +00:00
Frederic Culot
b3e8464e84 - Update to 0.986
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Sub-Exporter/Changes
2013-06-16 08:48:15 +00:00
Frederic Culot
fbb59144ec - Update to 1.106
- Add LICENSE (Artistic 1 & GPL 1)
2013-06-16 08:34:42 +00:00
Matthias Andree
6927854faf Clean up.
Suggested by:	danfe
2013-06-16 08:29:46 +00:00
Frederic Culot
14eedd89f3 - Update to 1.6 [1]
- Update MASTER_SITES and WWW link [1]
- Trim Makefile's header [1]
- Convert to optionsng [1]
- Switch from pkg-plist to PLIST_FILES

Changes:	http://troydhanson.github.io/tpl/ChangeLog.html
PR:		ports/179575 [1]
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com>
2013-06-16 08:14:35 +00:00
Jason Helfman
a85d45e9db - update to 0.95
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)
2013-06-16 07:07:17 +00:00
Ruslan Makhmatkhanov
4c656da256 - make this port PREFIX-safe
- change PORTNAME to lower-case variant [1]
- stop suggesting users to right down their passwords [2]

Requested by:	danfe [1], remko [2]
Approved by:	Neil Booth <kyuupichan@gmail.com> (maintainer, by mail)
2013-06-16 05:49:15 +00:00
Hiroki Sato
a14da88b51 - Add patches to fix type mismatch. Bump PORTREVISION becuase some affect
the result binaries.
- Fix build on head after byacc 20130304.
2013-06-16 02:37:46 +00:00
Bryan Drewery
a0f82dcc83 - Fix configuring ezmlm-idx-7 mailing lists. Only apply the
patch [1] when using ezmlm-idx as it is not backwards
  compatible with ezmlm.

Reported by:	Marko Lerota <mlerota@claresco.hr>
Obtained from:	https://sourceforge.net/p/qmailadmin/patches/36/
2013-06-15 23:19:53 +00:00
Matthias Andree
fc7548b8ef Run paranoia test from post-install. 2013-06-15 21:39:15 +00:00
Stefan Walter
ae15f3ecef - Fix/improve use of option MACRESOLV:
- Register www/p5-libwww as a dependency.
  - Install missing files.
  - Print a message how to update the MAC database after installation.
- Fix path of the configuration file.

PR:		169716
Submitted by:	Fabian Wenk <fabian@wenks.ch>
Approved by:	maintainer timeout (>6 weeks)
2013-06-15 21:38:43 +00:00
Matthias Andree
a04cad0c19 Add fftw3 to dependencies. 2013-06-15 21:13:21 +00:00
Matthias Andree
c2bc5d9450 Add fftw3f to dependencies. 2013-06-15 21:08:52 +00:00
Matthias Andree
3cf326c833 - depend on libcanberra-gtk3 [1]
- change cmake to cmake:outsource to avoid a warning [1]
- paranoia: check rawtherapee --help if it prints the version number, to
  make sure that it links to the right shared libraries (base libgomp is
  insufficient), just in case RPATH propagation or setting breaks later
  on. [by yours truly]

PR:		ports/178206 [1]
Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com> [1]
2013-06-15 20:15:31 +00:00
Olli Hauer
3ae7902d7a - new port py-pysphere
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/
2013-06-15 19:39:56 +00:00
Andrej Zverev
1cc2e0d40d - Console client now support perl version 5.14+
- Cleanup Makefile and pkg-plist

PR:		ports/177775
Submitted by:	jgh@
Approved by:	nemysis <nemysis@gmx.ch> (maintainer and author of fixes)
2013-06-15 19:30:32 +00:00
Matthias Andree
6af72a1a59 Fix typoes in acronym.
http://ferret.wrc.noaa.gov/noaa_coop/coop_cdf_profile.html
2013-06-15 19:14:06 +00:00
Matthias Andree
852ef0ad79 Add new port science/py-coards:
Coards is a parser for time values represented using the COADS convention.

WWW:		https://pypi.python.org/pypi/coards

PR:		ports/179576
Submitted by:	Johannes Meixner <xmj@chaot.net>
2013-06-15 19:08:39 +00:00
Alexey Dokuchaev
c555cd6b38 Unbreak the build against Clang:
http://clang.llvm.org/compatibility.html#dep_lookup

While here, consistently set fbsd:nokeywords on all patch files.

Reported by:	miwi
2013-06-15 18:35:23 +00:00
Hiroki Sato
59c7516a1b Make parallel build possible for SUBDIR. 2013-06-15 18:20:02 +00:00
Matthias Andree
61a8964f93 Revise and shorten. 2013-06-15 18:12:59 +00:00
Matthias Andree
cc89fc0731 Update to Rawtherapee 4.0.11. New features, faster, requires GCC 4.6+.
This should fix the issues mentioned in the PRs given below,
in particular, it should do away with the need for libmap.conf hacks
for libgcc_s, libgomp, libobjc, libssp, libstdc++.
(the Makefile as I took it already set the linker's -rpath, and
patch-CMakeLists.txt ensures CMake keeps it during "make install").

ChangeLog 4.0.10: http://rawtherapee.com/blog/rawtherapee-4.0.10-released

ChangeLog 4.0.11: http://rawtherapee.com/blog/rawtherapee-4.0.11-released

PR:		ports/171079
PR:		ports/178206
2013-06-15 18:01:05 +00:00
Alexey Dokuchaev
d138bdf084 Add the port of Iorate, a general purpose storage I/O benchmarking tool.
PR:	ports/175630
2013-06-15 17:21:40 +00:00
Matthias Andree
1c2362cd0b Take maintainership. 2013-06-15 16:21:18 +00:00
Frederic Culot
7d458745b3 - Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning of
my own ftp site
- Trim Makefile's header
- Pet portlint(1)
2013-06-15 16:11:19 +00:00
Baptiste Daroussin
d2ab1f37c8 Use options helpers 2013-06-15 15:09:30 +00:00
David Naylor
19160f155d Fix plist and directory creation for emulators/i386-wine-devel.
The dynamic plist removed some directories before the files in those directories
were created, fix this.

Use a UMASH of 0755 for directory creation (vs 0333).

Approved by:	eadler,bdrewery (mentors, implicit)
Pointed out by:	Jan Beich <jbeich@tormail.org>
2013-06-15 14:26:27 +00:00
Bryan Drewery
3b27bd8b4d - Use new options helpers
- Remove bsd.port.pre.mk usage
2013-06-15 14:23:06 +00:00
Boris Samorodov
964f532abe . remove COPYING from PORTDOCS since the LICENSE is defined now;
. bump PORTREVISION.

Noticed by:	danfe
2013-06-15 14:04:19 +00:00
Boris Samorodov
de5febe42a . restore PORTDOCS line removed at the previous commit (pointyhat to me);
. remove extra indentation (tabstop) from the commands;
. add padding for PKGMESSAGE.

Suggested by:	danfe
2013-06-15 13:59:18 +00:00
Pawel Pekala
67d15c47d3 - Fix build with clang by using USE_GCC=any
- Fix comment, remove leading article, correct capitalization
- Trim Makefile header
2013-06-15 13:56:08 +00:00
Bryan Drewery
62a24c0086 Use new options helpers 2013-06-15 13:48:32 +00:00
William Grzybowski
b50b5fdd0e sysutils/fusefs-curlftpfs: unbreak build
- Unbreak build for FreeBSD >= 9 [1]
- Add LICENSE (GPLv2)

PR:		ports/174606 [1]
Submitted by:	ARAI Toshihiko <arai.toshihiko@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-15 13:39:39 +00:00
Nicola Vitale
9227a0e954 - Update to 4.2.47.0 2013-06-15 13:30:13 +00:00
Bryan Drewery
db2fbeba1f Use new options helpers 2013-06-15 13:11:11 +00:00
Nicola Vitale
14a769e8ca - Update to 1.47.11
- Trim Makefile header
- Add LICENSE (GPLv3)
- Add radio option AUDIO_SYSTEM (default PORTAUDIO)
- Remove USE_GCC
- Convert to the new option framework
- Remove Author field from pkg-descr, fix WWW one

Build log:	http://goo.gl/BWger
2013-06-15 12:41:52 +00:00