summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06Revbump forwiz7-14/+14
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicornfhajny1-1/+4
2012-02-06Revbump forwiz514-981/+1043
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Import ruby18-unicorn-4.2.0 as www/ruby-unicorn.fhajny4-0/+289
Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients.
2012-02-06Revbump forwiz489-917/+986
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06distutils pkg, register egg-info.obache2-4/+5
Bump PKGREVISION.
2012-02-06Revbump forwiz76-140/+153
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Import ruby18-raindrops-0.8.0 as www/ruby-raindrops.fhajny4-0/+85
Raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as Rainbows! and Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.
2012-02-06Revbump forwiz212-399/+439
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Updated graphics/tiff to 4.0.0nb1wiz2-3/+3
2012-02-06Add patch for tiff-4.0.wiz1-0/+15
2012-02-06Update tiff to 4.0:wiz3-7/+13
At long last, libtiff 4.0.0 is finally released. Libtiff 4.0.0 is the successor to the libtiff 3.9.X release series. It is intended to be largely API compatible with the 3.9.X releases, but it is definitely not ABI compatible so any software which plans to use it will need to be recompiled. With appropriate care, source code can easily compile with both the 3.9.X releases and libtiff 4.0.0. This release supports the BigTIFF TIFF format in which all offsets are unsigned 64-bit, supporting huge files. APIs which deal with tag offsets are necessarily updated to pass 64-bit values. I/O functions supporting the TIFFClientOpen() interface are updated to pass 64-bit offset values.
2012-02-06set some variables to point clients to exact ("valac-0.12" rather thandrochner1-1/+7
just "valac") versions, to prepare for parallel installation of multiple vala compiler versions
2012-02-06Simplify PLIST handling with using python/distutils.mkobache2-9/+5
(but for this package, egg file will be installed even with python24)
2012-02-06comment out vala dependency -- it is only needed if we patch .vala filesdrochner1-2/+4
2012-02-06Import ruby18-kgio-2.7.2 as devel/ruby-kgio.fhajny4-0/+90
kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications.
2012-02-06fix typo, and propagate dependenciesdrochner1-2/+4
2012-02-06Fix typo in used-by line.wiz1-2/+2
2012-02-06Gah, I did not realize that there is net/py-s3cmd. Sorry for the noise.bsiegert4-86/+0
2012-02-06Import wip/s3cmd as net/s3cmd. While here, fix wording of DESCR and updatebsiegert4-0/+86
to the latest stable, 1.0.1. S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a simple to use command line client. It supports rsync-like backup, GPG encryption, and more. It also supports management of Amazon's CloudFront content delivery network. s3cmd 1.0.1 - 2011-06-10 =========== * Increased socket_timeout from 10 sec to 5 min * Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5 s3cmd 1.0.0 - 2011-01-18 =========== * [sync] now supports --no-check-md5 * Network connections now have 10s timeout * [sync] now supports bucket-to-bucket synchronisation * Added [accesslog] command. * Added access logging for CloudFront distributions using [cfmodify --log] * Added --acl-grant and --acl-revoke [Timothee Groleau] * Allow s3:// URI as well as cf:// URI as a distribution name for most CloudFront related commands. * Support for Reduced Redundancy Storage (--reduced-redundancy) * Follow symlinks in [put] and [sync] with --follow-symlinks * Support for CloudFront DefaultRootObject [Luke Andrew]
2012-02-06No compiler is requilred.obache1-1/+3
2012-02-06Updated textproc/py-X to 0.9nb3obache1-1/+2
2012-02-06no compiler is required.obache1-1/+3
2012-02-06* LICENSE=gnu-gpl-v2 # or laterobache2-10/+10
* sort Makefile paragraphs with usual order. * distutils pkg, switch to use distutils.mk, then register egg-info. Bump PKGREVISION.
2012-02-06fix build with glib-2.30, from Patrick Welche per pkgsrc-usersdrochner5-1/+94
2012-02-06Fix PLIST bug on SunOSfhajny1-3/+3
2012-02-06Add used-by lines.wiz1-1/+4
2012-02-06Skip the interpreter check on a csh script stub.sbd1-1/+3
2012-02-06Updated benchmarks/benchfft to 2.0nb4sbd1-1/+2
2012-02-06Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:runsbd1-3/+5
Bump PKGREVISION
2012-02-06Switch to using REPLACE_CSH.sbd5-50/+35
2012-02-06Add REPLACE_CSH as a replace interpreter template.sbd1-1/+10
2012-02-06Update perfuse to 20120206, with a more graceful unmounting whenmanu3-7/+8
the FUSE filesystem crashes
2012-02-06Fix a bug in blx rM register emulation on arm.matt2-1/+14
2012-02-06More casting of strrchr calls.sbd2-1/+15
2012-02-06Include <linux/soundcard.h> on Linux.sbd2-9/+10
2012-02-06Remove '-N' from CFLAGS_linux.sbd2-5/+14
2012-02-06On Linux include <stdint> for uint??_t types.sbd2-7/+8
2012-02-06Updated audio/rsynth to 2.0nb5sbd1-1/+2
2012-02-06'nasay' is also install on Linuxsbd2-2/+4
Bump PKGREVISION
2012-02-06Fix build of devrplay.so on Linux.sbd4-1/+63
1) define _GNU_SOURCE before including any system headers 2) libtoolize the buildling of devrplay.so 3) Add PLIST.Linux with devrplay.la in it.
2012-02-06patch-aa was gone, but unfortunately not forgotten.dsainty1-2/+1
2012-02-06Updated net/py-s3cmd to 1.0.1jakllsch1-1/+2
2012-02-06Update to s3cmd-1.0.1, with permission from ver.jakllsch3-7/+10
Changes since 0.9.9.91: s3cmd 1.0.1 - 2011-06-10 =========== * Increased socket_timeout from 10 sec to 5 min * Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5 s3cmd 1.0.0 - 2011-01-18 =========== * [sync] now supports --no-check-md5 * Network connections now have 10s timeout * [sync] now supports bucket-to-bucket synchronisation * Added [accesslog] command. * Added access logging for CloudFront distributions using [cfmodify --log] * Added --acl-grant and --acl-revoke [Timothee Groleau] * Allow s3:// URI as well as cf:// URI as a distribution name for most CloudFront related commands. * Support for Reduced Redundancy Storage (--reduced-redundancy) * Follow symlinks in [put] and [sync] with --follow-symlinks * Support for CloudFront DefaultRootObject [Luke Andrew]
2012-02-05Note PKGREVISION bump of awstats.minskim1-1/+2
2012-02-05Fix XSS vulnerabilities in awstats.minskim3-3/+51
Patch from awstat's CVS repo.
2012-02-051) Use ${PKGMANDIR} when install manpagessbd2-7/+10
2) Use $(LDFLAGS) when linking.
2012-02-05Recursive PKGREVISION bump for audio/fluidsynth BUILDLINK_ABI_DEPENDS bump.sbd6-10/+12
2012-02-05Add missing devel/glib2 buildlink to the buildlink3.mk file.sbd1-2/+3
Bump BUILDLINK_ABI_DEPENDS
2012-02-05Add a cast to a strchr call.sbd2-4/+13