Commit graph

286483 commits

Author SHA1 Message Date
Dmitry Sivachenko
a6fc9826cc Remove unneeded dependency.
Reviewed by:	maintainer
2012-09-26 06:18:24 +00:00
Jason Helfman
34b42bf99e - update to 0.10.2
Changes: http://libvirt.org/news.html
2012-09-26 05:17:30 +00:00
Jason Helfman
e0f5a27aa5 - update to 0.4.9, change license to MIT
Changes:
- Change Licence to MIT and release 0.4.9 (Daniel Veillard)
- Update the maven jar coordinates (Daniel Veillard)
  (but it is broken one month later no mirror seems to export jars)
- Fix IndexOutOfBoundsException for unknown error codes (Claudio Bley)
- Add debian packaging for the Java bindings (Wido den Hollander)
- Fix javadoc warnings. (Claudio Bley)
- Fix typo in Domain.java (Claudio Bley)
2012-09-26 05:03:33 +00:00
Olli Hauer
1d3c0606fe - remove dead code from Makefile
PR:		ports/172074
Submitted by:	ohauer
Approved by:	Richard E Neese <r.neese@gmail.com> (maintainer)
2012-09-26 04:39:30 +00:00
Sergey A. Osokin
8a006ded2a Update from 1.2.3 to 1.2.4.
<ChangeLog>

*) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
   Thanks to Charles Chen.

*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
   the --with-ipv6 option was used.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "map" directive was used with variables as values.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "geo" directive was used with the "ranges" parameter but without the
   "default" parameter; the bug had appeared in 0.8.43.
   Thanks to Zhen Chen and Weibin Yao.

*) Bugfix: in the -p command-line parameter handling.

*) Bugfix: in the mail proxy server.

*) Bugfix: of minor potential bugs.
   Thanks to Coverity.

*) Bugfix: nginx/Windows could not be built with Visual Studio 2005
   Express.
   Thanks to HAYASHI Kentaro.

</ChangeLog>
2012-09-26 03:18:26 +00:00
Steve Wills
815221380a - Update to 0.8.10
PR:		ports/172076
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-09-26 01:57:19 +00:00
Wesley Shields
d8d46b4b48 Update to 1.8.6p3
PR:		ports/171837
Submitted by:	cy@
2012-09-26 01:49:52 +00:00
Eitan Adler
2a0219b639 Update to latest flash version. 2012-09-26 01:26:59 +00:00
Jase Thew
59d947fba1 - Update to 3.0.6.1 [1]
- Convert to OPTIONSng, add DOCS option
- Convert to new format Makefile header

PR:		ports/171826 [1]
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
Approved by:	flo, culot (mentors, implicit)
2012-09-26 00:59:07 +00:00
Greg Larkin
facfca5afb - Updated to 1.8.0 [1]
- Converted to OptionsNG
- Removed references to demos from pkg-message

PR:		ports/170653 [1]
Submitted by:	William Grzybowski <william88@gmail.com> [1]
2012-09-26 00:58:17 +00:00
Greg Larkin
b9f843be2b - Updated to 0.20
PR:		ports/170009 (based on)
Submitted by:	Kimo <kimor79@yahoo.com>
2012-09-26 00:37:25 +00:00
Steve Wills
6b01b7c2d0 Source Code Pro was designed by Paul D. Hunt as a companion to Source Sans.
This complementary family was adapted from the Source design due to a
request to create a monospaced version for coding applications.

Source Code Pro currently supports a wide range of languages using Latin
script, and includes all the characters in the Adobe Latin 4 glyph set. As
an open source project, it is expected that incremental updates will be
made over time to extend glyph set coverage and functionality.

WWW: http://sourceforge.net/projects/sourcecodepro.adobe/

PR:		ports/171935
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp>
2012-09-26 00:18:06 +00:00
Mikhail Teterin
b4a3bc01d4 Update JMeter from 2.5.1 to 2.7 -- the latest at this moment. Re-arrange
the port to depend on JAR-files already provided by other ports, instead
of installing its own (bundled) versions of same.

Rename from "jakarta-jmeter" to simply "jmeter" -- according to Apache
site, Jakarta is no more and all its projects now live on their own.

Take over maintainership.

Approved by:	beat (the previous maintainer)
2012-09-26 00:12:16 +00:00
Koop Mast
aeadecff0e Unify poppler-config.h includes in poppler header.
PR:		ports/171877
Submitted by:	bsam@
Obtained from:	poppler upstream, Bug 52193
2012-09-25 22:06:42 +00:00
Greg Larkin
74c26c5250 - Added vendor patch to fix most recent vulnerability
- Bumped PORTREVISION

Security:	98690c45-0361-11e2-a391-000c29033c32
2012-09-25 21:57:13 +00:00
Greg Larkin
48491c1b2f - Documented PNG file DoS vulnerability in ImageMagick and GraphicsMagick
- Added -nox11 suffixes to various ImageMagick entries
2012-09-25 21:41:50 +00:00
Greg Larkin
569fde8093 - Fixed X11-conditional dependency injection
- Converted to optionsNG
- Bumped PORTREVISION

Requested by:	Mark Felder <feld@feld.me>
2012-09-25 20:52:44 +00:00
Greg Larkin
a8119b5575 - Fixed X11-conditional dependency injection
- Converted to optionsNG
- Bumped PORTREVISION

Requested by:	Mark Felder <feld@feld.me>
2012-09-25 20:38:03 +00:00
Olli Hauer
80b4ac77d5 - update to version 2.4.0
- adopt new Makefile header
- take maintainer

Some highlights:

* cvs2git conversions are cleaned up in a number of smallish ways.

* Much faster cvs2git conversions via new option
  --use-external-blob-generator.

* Optionally include empty directories from the CVS repository in
  the Subversion output.

* More flexible keyword and EOL handling.

* More aggressively omit unnecessary dead revisions.

* Make check of illegal filename characters dependent on the target VCS.

* Allow grafting a branch onto a parent that has itself been grafted.

* Only require a DB module if the "internal co" functionality is used.
  (This dependency has been a source of much grief to people on systems
  without decent package managers.)

* Sort using a Python implementation rather than an external sort
  command, to remove the dependency on POSIX-like sort.  (This
  dependency has been the source of much grief to Windows users.)

For more information see:
http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup

Special thanks to Michael Haggerty

Approved by:	glarkin (explicit per pm)
2012-09-25 20:20:32 +00:00
Chris Rees
fd2c7f38fa Update to 1.0pre3
PR:		ports/171866
Submitted by:	koitsu
2012-09-25 19:30:36 +00:00
Juergen Lock
fbde072cb7 Use more default OPTIONng descriptions (except for VORBIS which turned
out to be too long.)

Noticed by:	danfe
2012-09-25 19:28:00 +00:00
Beat Gaetzi
6c5115a339 - Chase sphinxbase update but mark it BROKEN too as it does not compile
with updated sphinxbase.

Reported by:	pointyhat
2012-09-25 19:20:14 +00:00
Julien Laffaye
449f0c8cbe - Update to 1.0.3
- Switch to new Makefile header style
2012-09-25 19:11:57 +00:00
Thomas Abthorpe
ec8ac93e72 - Reassign to the heap at maintainer's request 2012-09-25 19:00:37 +00:00
Beat Gaetzi
83d187483c - Mark BROKEN on FreeBSD 7.x: does not compile
error: 'MNT_NFS4ACLS' undeclared

Reported by:	pointyhat
2012-09-25 18:30:38 +00:00
Beat Gaetzi
fdcf156078 - Mark BROKEN: unable to resolve dependencies
Unable to resolve dependencies: backup requires thor (~> 0.15.4)

Reported by:	pointyhat
2012-09-25 18:07:35 +00:00
Beat Gaetzi
577a1b5bc8 - Disallow from pointyhat: fails to start X server
Reported by:	pointyhat
2012-09-25 18:02:15 +00:00
Bryan Drewery
fbdc478838 - Update to 1.4.2 [1]
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header

PR:		ports/171653 [1]
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Eric Camachat <lihong@ieee.org> (maintainer)
2012-09-25 17:52:52 +00:00
Beat Gaetzi
48de2dcf2c - Mark BROKEN on FreeBSD 7.x: does not link
undefined reference to `sqrtl'

Reported by:	pointyhat
2012-09-25 17:52:49 +00:00
Beat Gaetzi
f2602ac655 - Fix patch after r289156
Reported by:	pointyhat
2012-09-25 17:46:28 +00:00
Alexey Dokuchaev
2afd4bbf69 Add Flickr support option description and sort couple of other entries while here. 2012-09-25 16:58:04 +00:00
Frederic Culot
5ff166962b - Update to 1.21
Changes:	http://search.cpan.org/dist/Algorithm-Networksort/Changes
2012-09-25 16:48:25 +00:00
Alexey Dokuchaev
423a3e5522 Add GPHOTO option description. 2012-09-25 16:28:28 +00:00
Bryan Drewery
46d7a96728 - Update to checkin 68465cb21e
Changes:
  * Fix typo in conf.sample: NO_PACKAGE_BUILD ->
    NO_PACKAGE_BUILDING
2012-09-25 16:15:14 +00:00
Romain Tartière
c930dc1333 Update to 2.11.4. 2012-09-25 15:54:43 +00:00
Li-Wen Hsu
b22d106548 - Fix MASTER_SITE_SUBDIR
Approved by:	maintainer implicitly
2012-09-25 15:33:41 +00:00
Alexey Dokuchaev
f77b6c0949 Fix fetch after PORTNAME was changed in r304682.
Reported by:	beat
Pointy hat to:	danfe
2012-09-25 15:26:43 +00:00
Alexey Dokuchaev
195d110c64 Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th.  That moment, it kept PORTREVISION
1 from the master port.  When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0.  While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.

Reported by:	erwin
2012-09-25 15:23:14 +00:00
Steve Wills
25a5a99b79 - Build with -pthread and include -pthread in xml2-config --libs output when threads are enabled
PR:		ports/171353
Discussed with:	marcus, kwm
Approved by:	marcus
2012-09-25 14:55:49 +00:00
Li-Wen Hsu
8a00a5dd18 - Update to 3.3.6
- Build cleanly with C, PYTHON and DOC options
- Improve rc script
- Do not install Windows cmd files
- Put docs to ${DOCSDIR}
- Put logs to /var/log/zookeeper
- Put pid file to /var/run/zookeeper/zookeeper.pid
- Use ${MASTER_SITE_APACHE} as MASTER_SITES
- Add LICENSE
- Add WWW

PR:		ports/171858
Submitted by:	lwhsu
Approved by:	gnn (maintainer)
2012-09-25 14:47:21 +00:00
Koop Mast
3518e7c91a Update to 0.0.10.1. 2012-09-25 13:48:41 +00:00
Jun Kuriyama
2b88dfa232 Unbreak and mark ignore when ruby18 is installed. 2012-09-25 13:39:58 +00:00
Thomas Abthorpe
3ba408b4e3 - Reassign to the heap at maintainer's request 2012-09-25 13:00:54 +00:00
Alex Dupre
799566f891 Fix sed substitution by forcing LANG=C. 2012-09-25 12:55:00 +00:00
Max Brazhnikov
f9cefac1f3 Add new port devel/openvex:
OpenVex is an API (Application Program Interface) library for programming
Vex robot controllers using SDCC or MCC18.

WWW: http://personalpages.tds.net/~jwbacon/vex.html

PR:		ports/171876
Submitted by:	Jason Bacon <jwbacon at tds.net>
2012-09-25 12:04:48 +00:00
Guido Falsi
cea1426798 - Update to 0.10
- Remove ABI version number from LIB_DEPENDS
- Strip Makefile headers

Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-25 11:59:37 +00:00
Ruslan Makhmatkhanov
df562a5c7f - s/PKG_PLIST/PLIST_FILES/ in Makefile
- remove trailing tabs
- remove undefinite article from COMMENT
- break the lines in pkg-descr at 80-char border

Approved by:	araujo (in the subway)
2012-09-25 11:54:39 +00:00
Frederic Culot
45dcd76e85 - Update to 17.12
- Remove LICENSE_FILE (unneeded for standard GPL 2)
- Drop maintainership (could not get upstream to provide a ChangeLog,
which makes it too time-consuming for me to track changes after each
new release)
2012-09-25 11:16:05 +00:00
Marcelo Araujo
0504c6093c - Move the small plist file into Makefile.
Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2012-09-25 11:14:42 +00:00
Marcelo Araujo
2d1a5f5882 This module provides only 2 methods, XMLin and XMLout. XMLin convert xml to python object, and XMLout python object to xml.
This module is inspired by XML::Simple in CPAN, but some options of XML::Simple are not supported.

WWW: http://pypi.python.org/pypi/pyxml2obj/
2012-09-25 11:02:08 +00:00