Commit graph

270217 commits

Author SHA1 Message Date
Thomas Abthorpe
f7e60fa12b - Update to 1.14
PR:		ports/163685
Submitted by:	maintainer
2011-12-31 14:58:03 +00:00
Thomas Abthorpe
747a2d0fd5 - Update to 3.2
PR:		ports/163429
Submitted by:	maintainer
2011-12-31 14:54:20 +00:00
Michael Scheidell
4373c358c5 - Built packages were not passing INSTALL var [1]
- moved pkg-install to files/pkg-install.in to fix [1]
- General cleanup:
- Move MAN* to files/manpages
- pre-install is/was not su.  DATADIR was not made if you were not root
- removed pkginstall from pre-su-install (not needed, was a no-op anyway
- use my freebsd name as maintainer for auto GNATS assignments.

PR:		ports/163715 [1]
Submitted by:	Alexey Markov <redrat@mail.ru> [1]
Approved by:	gabor (mentor)
2011-12-31 14:17:03 +00:00
Stefan Eßer
80435b14ce Fix directory name for sysrc, which was erroneously added as sysrc+. 2011-12-31 13:27:56 +00:00
Stefan Eßer
b29df7a076 The sysrc utility performs easy and safe editing of rc.conf style enries
in configuration files.

This port had been added from a temporary directory by accident is moved
to its correct place with this commit. A commit to "modules" will follow
immdetiately thereafter. Sorry!

PR:             163679
Submitted by:   Devin Teske (dteske@ at vicor dot com)
Feature safe:   yes
2011-12-31 13:22:47 +00:00
Johan van Selst
90cf74fe6a Update to clive 0.4.9 2011-12-31 13:07:34 +00:00
Stefan Eßer
5dfa7946db The sysrc utility performs easy and safe editing of rc.conf style enries
in configuration files.

PR:		163679
Submitted by:	Devin Teske (dteske@ at vicor dot com)
Feature safe:	yes
2011-12-31 13:06:02 +00:00
Juergen Lock
b7fd884a02 Fix missing : in RUN_DEPENDS for (non-default) WITH_LV2CORE case. 2011-12-31 12:28:38 +00:00
Jun Kuriyama
2b79523222 - Upgrade to 0.05. 2011-12-31 12:17:02 +00:00
Jun Kuriyama
88324eac20 - Upgrade to 0.11. 2011-12-31 12:16:10 +00:00
Jun Kuriyama
c818ea666b - Upgrade to 0.04. 2011-12-31 11:53:17 +00:00
Jun Kuriyama
d9672b44ff - Upgrade to 1.60. 2011-12-31 11:42:21 +00:00
Jun Kuriyama
a10c66614d - Upgrade to 1.5007. 2011-12-31 11:36:08 +00:00
Jun Kuriyama
b3bce42a01 - Upgrade to 0.06. 2011-12-31 11:34:31 +00:00
Bjoern A. Zeeb
b942f5a54f Bump the copyright year. Happy 2012. 2011-12-31 11:26:53 +00:00
Jun Kuriyama
f23d2e1125 - Upgrade to 0.06. 2011-12-31 10:28:14 +00:00
Jun Kuriyama
f6be89a14f - Upgrade to 1.11. 2011-12-31 10:27:55 +00:00
Jun Kuriyama
e7646da4c6 This module generates a Clover compatible coverage xml file which can
be used in a variety of continuous integration software offerings.

It is designed to be called from the cover program distributed with
Devel::Cover.

WWW: http://search.cpan.org/dist/Devel-Cover-Report-Clover/
2011-12-31 10:16:32 +00:00
Frederic Culot
72f2ca375b - Update to 2.13.4.10
- Pet portlint(1) by moving LICENSE section earlier

Changes:	http://search.cpan.org/dist/jacode/Changes
PR:		ports/163622
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2011-12-31 09:42:07 +00:00
Frederic Culot
0e3db698d3 - Update to 4.3.7
PR:		ports/163645
Submitted by:	Umeno Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2011-12-31 09:31:24 +00:00
Jun Kuriyama
994483e0a3 STF::Dispatcher::PSGI implements the basic STF Protocol
(http://stf-storage.github.com) dispatcher component. It does not know
how to actually store or retrieve data, so you must implement that
portion yourself.

The reason this exists is mainly to allow you to testing systems that
interact with STF servers. For example, setting up the main STF
implementation is quite a pain if all you want to do is to test your
application, but with this module, you can easily create a dummy STF
dispatcher.

WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/
2011-12-31 09:31:00 +00:00
Jun Kuriyama
db617f61a7 Test::mysqld automatically setups a mysqld instance in a temporary
directory, and destroys it when the perl script exits.

WWW: http://search.cpan.org/dist/Test-mysqld/
2011-12-31 09:29:12 +00:00
Matthias Andree
145c6029e0 Take over maintainership.
Approved by: alepulver (maintainer).
2011-12-31 08:52:36 +00:00
Jun Kuriyama
665db63837 Using output of /dev/urandom. Simply convert bytes into 8-bit
characters.

WWW: http://search.cpan.org/dist/String-Urandom/
2011-12-31 08:45:26 +00:00
Jun Kuriyama
0a16c047b0 Perl::Metrics::Simple provides just enough methods to run static
analysis of one or many Perl files and obtain a few metrics: packages,
subroutines, lines of code, and an approximation of cyclomatic
(mccabe) complexity for the subroutines and the "main" portion of the
code.

Perl::Metrics::Simple is far simpler than Perl::Metrics.

Installs a script called countperl.

WWW: http://search.cpan.org/dist/Perl-Metrics-Simple/
2011-12-31 08:42:18 +00:00
Jun Kuriyama
30c06876f1 Plack::Middleware::Reproxy implements a simple reproxy mechanism via
X-Reproxy-URL, like https://github.com/kazuho/mod_reproxy.

WWW: http://search.cpan.org/dist/Plack-Middleware-Reproxy/
2011-12-31 08:33:38 +00:00
Jun Kuriyama
3485e3880e Parallel::Scoreboard is a pure-perl implementation of a process
scoreboard. By using the module it is easy to create a monitor for
many worker process, like the status module of the Apache HTTP server.

Unlike other similar modules, Parallel::Scoreboard is easy to use and
has no limitation on the format or the length of the statuses to be
stored. Any arbitrary data (like JSON or frozen perl object) can be
saved by the worker processes as their status and read from the
manager process.

WWW: http://search.cpan.org/dist/Parallel-Scoreboard/
2011-12-31 08:29:14 +00:00
Jun Kuriyama
5237b49264 This is a wrapper to Furl for asynchronous HTTP requests with Coro.
WWW: http://search.cpan.org/dist/FurlX-Coro/
2011-12-31 08:26:14 +00:00
Jun Kuriyama
5e6efc4566 The murmur hash algorithm by Austin Appleby is an exteremely fast
algorithm that combines both excellent collision resistence and
distribution characteristics.

WWW: http://search.cpan.org/dist/Digest-MurmurHash/
2011-12-31 08:16:48 +00:00
Wen Heping
a151b7a0ad - respect CC/CFLAGS, now build with clang
PR:		ports/161943
Submitted by:	Nali Toja <nalitoja@gmail.com>
2011-12-31 08:10:20 +00:00
Wen Heping
4e860ae744 - Update to 1.3.1 2011-12-31 08:04:46 +00:00
Jun Kuriyama
5d3aad59ba The most common action that a crawler takes is to follow links on a
page. This module helps you with that task.

WWW: http://search.cpan.org/dist/GunghoX-FollowLinks/
2011-12-31 08:03:39 +00:00
Jun Kuriyama
0bdac484f1 Perl::Metrics::Lite is the pluggable perl code metrics system.
Perl::Metrics::Lite provides just enough methods to run static
analysis of one or many Perl files and obtain a few metrics.

Perl::Metrics::Lite is far simpler than Perl::Metrics and more
extensible than Perl::Metrics::Simple.

WWW: http://search.cpan.org/dist/Perl-Metrics-Lite/
2011-12-31 08:01:37 +00:00
Cy Schubert
6649e2206f Update to the latest development build (now same as primary port).
Developmnent branch not active since Dec 18, flag IGNORE until development
resumes.

Feature safe:	yes
2011-12-31 05:34:46 +00:00
Raphael Kubo da Costa
9136223a53 Fix a few build issues with clang.
Import my commit f1794e4 upstream (based on the PR's patch) as well as the
patch to describeresourcejob.h in the PR (which does not apply upstream because
the line it adds is already there).

No need to bump PORTREVISION, this commit only fixes the build for people who
had never been able to build the port anyway.

PR:		ports/163699
Submitted by:	Heath Nielson <heathn@gmail.com>
Approved by:	avilla (mentor, implicit)
2011-12-31 02:53:48 +00:00
Joseph S. Atkinson
89a8b20a5b Update to 1.7.22.
Approved by:	wxs (mentor)
Feature safe:	yes
2011-12-31 02:22:51 +00:00
Brendan Fabeny
2a9cb20c25 update to 5.10 2011-12-31 02:10:17 +00:00
Raphael Kubo da Costa
06afa4a488 Fix build with clang.
Import my commits d1fe207 and 01b0c1a to kdelibs upstream which should fix the
build issues reported in http://article.gmane.org/gmane.comp.kde.freebsd/20432
and http://article.gmane.org/gmane.comp.kde.freebsd/20462.

There is no need for a bump in PORTREVISION, as it only fixes the build for
people who were unable to build it before anyway.

Approved by:	avilla (mentor, implicit)
2011-12-31 01:53:11 +00:00
Steve Wills
051059ffd8 - Update to 1.242 2011-12-30 23:37:45 +00:00
Cy Schubert
d59a411f5a Update 5.0.0 --> 5.0.1
Feature safe:	yes
2011-12-30 23:02:42 +00:00
Steve Wills
856083da28 - Update to 1.2003 2011-12-30 22:35:38 +00:00
Steve Wills
9bba024a08 - Update to 18.2 2011-12-30 21:51:00 +00:00
Juergen Lock
4c7179cb65 - Add eepg plugin.
- Bump PORTREVISION.
2011-12-30 21:26:23 +00:00
Juergen Lock
bf451bca01 This VDR plugin parses the extended (2 to 10 day) EPG data which is send by
providers on their portal channels. This EEPG data is transmitted in a
non-standard format on a non-standard PID.

Currently the following EEPG formats are supported:
-Mediahighway 1 (CanaalDigitaalNL, CSat, Cyfra+)
-Mediahighway 2 (Digital+)
-Sky Italy
-Sky UK
-Freesat
-Premiere
-NagraGuide (CanaalDigitaalNL, only in test)

WWW: http://projects.vdr-developer.org/projects/plg-eepg
2011-12-30 21:16:25 +00:00
Juergen Lock
324cc27609 Update to xbmc-pvr-ppa-odk-58, which corresponds to Eden-pvr_beta1. 2011-12-30 20:47:27 +00:00
Johan van Selst
8a36e86726 Change build target to avoid its 'make check' part,
because it fails in some environments, even though the application works fine
2011-12-30 20:06:57 +00:00
Steve Wills
1b3b9fd498 - Update to 2.7.9
PR:		ports/163137
Submitted by:	tdb
2011-12-30 19:35:45 +00:00
Chris Rees
d50282f0a6 - Update to 1.8.10,2
- Deforbid zabbix-frontend

PR:		ports/163691
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2011-12-30 19:33:10 +00:00
Pav Lucistnik
039b7657ed - Mark BROKEN: incomplete plist
Reported by:	pointyhat
2011-12-30 19:29:36 +00:00
Pav Lucistnik
5f21245445 - Mark BROKEN (at least) on amd64: does not package
Reported by:	pointyhat
2011-12-30 19:25:08 +00:00