Sunpoet Po-Chuan Hsieh
bc221a68c1
- Use USES=gmake
2013-08-21 12:03:51 +00:00
Wen Heping
924ba32a5b
- Update to 0.7.10
2013-08-21 03:03:05 +00:00
Chris Rees
fc853279a8
Remove superfluous dependency
...
Submitted by: Jamie Landeg Jones (jamie@dyslexicfish.net )
Submitted by: N.J. Mann <njm@njm.me.uk>
2013-08-20 20:03:33 +00:00
William Grzybowski
f5b5af8d2b
net/liveMedia: update to 2013.08.16
...
- Update to 2013.08.16 [1]
- Unmute install commands
PR: ports/181429 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
2013-08-20 19:57:06 +00:00
Xin LI
59dbb4fcee
Update to 2.4.36.
2013-08-20 18:24:59 +00:00
Alexander Leidinger
212a76d98b
Update to 1.3.1.
2013-08-19 19:07:39 +00:00
Sunpoet Po-Chuan Hsieh
4b4cf5172f
- Add new dependency as XML::SAX::Base is split from XML::SAX
...
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Sort *_DEPENDS
- Remove superfluous WRKSRC setting
- Bump PORTREVISION for dependency change
- Cleanup Makefile header
- Set CPAN as primary WWW
2013-08-19 18:51:44 +00:00
Alexey Dokuchaev
042e9e857a
- Try to fix parallel (-jX) builds by specifying that main program depends
...
on the accompanying library
- Convert USE_GMAKE and USE_PERL5 to USES
- Do not use .for loop to install just one documentation file
- Utilize OPTIONS_SUB and IPV6_CONFIGURE_ENABLE while here
- Augment CATEGORIES in IPv6 case
- Synchronize port description with the upstream; sanitize its formatting
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
2013-08-19 11:24:32 +00:00
Raphael Kubo da Costa
da23aba624
Update to 2.3.9.9.
...
PR: ports/180168
Submitted by: Andrea Venturoli <ml@netfence.it> (maintainer)
2013-08-18 20:35:21 +00:00
Antoine Brodin
43f056f961
- Update devel/tcpflow to 1.4.0 final
...
- Use the new LIB_DEPENDS syntax
2013-08-18 17:32:15 +00:00
Joe Marcus Clarke
cb437e1440
Update to 3.0.5.
2013-08-18 16:13:02 +00:00
Andrej Zverev
88049818a4
- Convert to new perl framework
2013-08-18 14:25:16 +00:00
Marcus von Appen
a0346dcf94
- Use a more clean approach to fix the build instead of pulling in
...
another build dependency
2013-08-18 08:56:22 +00:00
Marcus von Appen
c8de68cfbd
- Fix build after the recent lang/python changes
...
- Trim Makefile headers
2013-08-18 08:46:58 +00:00
Alexander Leidinger
b507a24ff9
- Update to 1.3.
...
- Add possibility to set serviio_lang in rc.conf.
2013-08-17 19:17:42 +00:00
Bryan Drewery
bff8efbc1b
- Reset yzlin's ports
...
With hat: portmgr
2013-08-17 16:32:41 +00:00
William Grzybowski
011dfbfecb
net/py-kombu: update to 2.5.13
...
- Update to 2.5.13
Changes: https://github.com/celery/kombu/blob/2.5/Changelog
2013-08-17 14:05:12 +00:00
Timur I. Bakeyev
6887373920
Update port to the 3.6.18 version
2013-08-16 16:47:50 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Marcus von Appen
0fe3d4f763
SDL2 has been officially released.
...
- Update devel/sdl20, audio/sdl2_mixer, graphics/sdl2_image,
graphics/sdl2_ttf and net/sdl2_net to version 2.0.0
2013-08-14 17:23:35 +00:00
Steve Wills
bc631e9bf9
- Add missing dependency
2013-08-13 02:16:59 +00:00
Steve Wills
5ee579bd67
- Fix plist
2013-08-13 01:36:18 +00:00
Steve Wills
a464253baf
Helpful CLI utilities for querying and connecting to EC2 instances
...
WWW: https://github.com/FlipPath/ec2-cli-tools
2013-08-13 00:59:25 +00:00
John Marino
5f8ef5d27e
Add new port: net/polyorb
...
PolyORB is a middleware implementation providing development tools and an
innovative runtime library architecture for collaboration of application
components using open standards for distributed systems.
Polyorb has to be carefully matched with its compiler. For the Ada
framework compiler, this means version "GPL 2012" despite "GPL 2013" being
available now. However, a Polyorb developer told me that GPL 2012 was a
bit unstable and recommended that I create a custom tarball from the
Adacore subversion repository using the last revision compatible with
gcc-aux. The approximate version number of 2.9 was adopted.
THis custom distfile is based on rev 201373 (23 Jan 2013).
The documentation from GPL 2012 was included in this new distfile rather
than embarking on the painful process of regenerating all 5 versions.
Approved by: bapt/culot (mentors, implicit)
2013-08-12 14:21:36 +00:00
Roman Bogorodskiy
45d985d43e
Update to 0.13.0.
2013-08-11 16:42:22 +00:00
Joe Marcus Clarke
f2197f2521
Update to 2.2.5.
2013-08-11 15:34:49 +00:00
Jun Kuriyama
9c4ac443ca
POSIX::getpeername provides getpeername(2). perl's core getpeername
...
needs a open file handle. POSIX::getpeername allows you to get
peername from sockfd.
WWW: http://search.cpan.org/dist/POSIX-getpeername/
2013-08-10 16:40:46 +00:00
Jun Kuriyama
735c7c8e28
The primary purpose of this is to use file descriptors instead of file
...
handles for socket operations. File descriptors can be shared between
threads and not need dup file handles for each threads.
WWW: http://search.cpan.org/dist/POSIX-Socket/
2013-08-10 15:30:16 +00:00
Jun Kuriyama
d6ad052307
- Upgrade to 0.15.
2013-08-10 14:22:49 +00:00
Sunpoet Po-Chuan Hsieh
ccbeee4865
- Make use of USE_GNOME=introspection
...
- Make use of USES=gmake
2013-08-10 11:30:09 +00:00
Sunpoet Po-Chuan Hsieh
a8f78880ee
- Make use of USE_GNOME=introspection
...
- Make use of USES=gmake
2013-08-10 11:29:45 +00:00
Sunpoet Po-Chuan Hsieh
11d49f2da8
- Update to 0.20.4
...
Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
2013-08-10 11:29:16 +00:00
Sunpoet Po-Chuan Hsieh
43affe08d5
- Update to 0.14.4
...
Changes: http://git.gnome.org/browse/gssdp/tree/NEWS
2013-08-10 11:28:31 +00:00
Sunpoet Po-Chuan Hsieh
c5e025b286
- Make use of USE_GNOME=introspection
...
- Make use of USES=gmake
2013-08-09 19:10:01 +00:00
Sunpoet Po-Chuan Hsieh
273f7a30a0
- Make use of USE_GNOME=introspection
...
- Make use of USES=gmake
2013-08-09 19:09:04 +00:00
Dirk Meyer
b83d7bf933
- update libdg to 2.1.0
2013-08-09 14:05:52 +00:00
Chris Rees
0193f5cafc
Add new dependency
...
Submitted by: N.J. Mann <njm@njm.me.uk>
2013-08-09 12:44:17 +00:00
Frederic Culot
3a3c8b1397
- Update to 1.13 [1]
...
- Trim Makefile's header [1]
- Convert to new Uses/perl5.mk framework
- Add LICENSE (MIT)
Changes: http://search.cpan.org/dist/App-dropboxapi/Changes
PR: ports/181111 [1]
Submitted by: Andrew Childs <lorne@cons.org.nz>
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
2013-08-09 09:18:13 +00:00
Frederic Culot
a90e4048b3
- Update to 1.18 [1]
...
- Trim Makefile's header [1]
- Pet portlint(1) by changing tab into space in WWW link [1]
- Convert to new Uses/perl5.mk framework
Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes
PR: ports/181110 [1]
Submitted by: Andrew Childs <lorne@cons.org.nz>
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
2013-08-08 09:27:45 +00:00
Philippe Audeoud
0e44e50f72
- Update to 0.51
...
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.51/Changes
2013-08-08 07:55:11 +00:00
Timur I. Bakeyev
77716003dc
Security update
...
Security: CVE-2013-4124
2013-08-07 23:03:25 +00:00
Grzegorz Blach
fa1ad4bd21
- Update EFL to 1.7.8
...
- Update Enlightenment to 0.17.4
Approved by: crees, tabthorpe (mentors, implicit)
2013-08-07 20:57:26 +00:00
Andrej Zverev
ca70e439c2
- Convert to new perl framework
...
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)
Approved by: lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Sunpoet Po-Chuan Hsieh
f35d6638ce
- Update to 2.011
...
Changes: http://search.cpan.org/dist/Socket/Changes
2013-08-06 13:01:45 +00:00
Andrej Zverev
2c25cf429d
- Convert to new perl framework
...
- Trim Makefile header
Approved by: wen@ (maintainer)
2013-08-06 08:50:49 +00:00
Timur I. Bakeyev
4a3c7b9a11
Security update
...
Security: CVE-2013-4124
2013-08-06 00:32:08 +00:00
Andrej Zverev
43f0c9f153
- Convert to new perl framework
...
- Trim Makefile header
Approved by: tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Alexey Dokuchaev
54575bcb91
- Try to properly fix parallel (-jX) builds, remove MAKE_JOBS_UNSAFE
...
- Remove obsolete check ${OSVERSION} >= 800000 (move inside the patch)
- Fix CFLAGS pollution with -O0, remove one superfluous trailing slash
- Improve port description text: adjust line wrap, fix couple of typos
2013-08-05 09:29:19 +00:00
Emanuel Haupt
dc56080374
Change the clang detector to use a pattern match instead of a conditional
...
define and always test. This fixes build on 9-STABLE and saves some shell
commands.
PR: 181007
Submitted by: "r4721@tormail.org" <r4721@tormail.org>
2013-08-04 15:57:40 +00:00
Andrej Zverev
9b472b28fc
- Convert to new perl framework
...
- Trim Makefile header
2013-08-04 12:39:45 +00:00