Commit graph

356323 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
21ca53fdf2 - Add LICENSE
- Sort *_DEPENDS
- Remove test: which is already in perl5.mk
2015-01-01 16:10:12 +00:00
Sunpoet Po-Chuan Hsieh
8a996bff61 - Add PORTSCOUT 2015-01-01 16:10:07 +00:00
Sunpoet Po-Chuan Hsieh
dfab68660a - Add PORTSCOUT 2015-01-01 16:10:01 +00:00
Sunpoet Po-Chuan Hsieh
79bcf980d4 - Update to 5.90077
- Remove leading definite article from COMMENT
- Add PORTSCOUT

Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2015-01-01 16:09:56 +00:00
Sunpoet Po-Chuan Hsieh
c018ac04a6 - Remove deprecated PTHREAD_*
- Use REINPLACE_CMD instead of PERL
- Add PORTSCOUT
- Simplify Makefile
2015-01-01 16:09:50 +00:00
Sunpoet Po-Chuan Hsieh
c9b058d4e0 - Update to 1.46
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2015-01-01 16:09:44 +00:00
Sunpoet Po-Chuan Hsieh
2784cd03a7 - Add LICENSE
Approved by:	portmgr (blanket)
2015-01-01 16:09:39 +00:00
Sunpoet Po-Chuan Hsieh
232c629a4e - Add LICENSE
- Add PORTSCOUT
2015-01-01 16:09:34 +00:00
Sunpoet Po-Chuan Hsieh
5ef0254543 - Add PORTSCOUT 2015-01-01 16:09:28 +00:00
Sunpoet Po-Chuan Hsieh
de4d50be29 - Update to 0.280220
- Use real PORTVERSION
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/ExtUtils-CBuilder/Changes
2015-01-01 16:09:23 +00:00
Sunpoet Po-Chuan Hsieh
b6f713216c - Add p5-IO-Socket-UNIX-Util 0.05
IO::Socket::UNIX::Util provides Unix domain socket utilities.

WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
2015-01-01 16:09:16 +00:00
Sunpoet Po-Chuan Hsieh
e639dda13e - Add p5-Software-License-CCpack 1.11
Software::License::CCpack contains all of the licenses from Creative Commons,
except for CC0, which is already included in Software::License.

WWW: http://search.cpan.org/dist/Software-License-CCpack/
2015-01-01 16:09:08 +00:00
Sunpoet Po-Chuan Hsieh
9a22ab8b75 - Add p5-Pegex 0.59
Pegex is an Acmeist parser framework. It allows you to easily create parsers
that will work equivalently in lots of programming languages! The inspiration
for Pegex comes from the parsing engine upon which the postmodern programming
language Perl 6 is based on. Pegex brings this beauty to the other justmodern
languages that have a normal regular expression engine available.

Pegex gets it name by combining Parsing Expression Grammars (PEG), with Regular
Expessions (Regex). That's actually what Pegex does.

PEG is the cool new way to elegantly specify recursive descent grammars. The
Perl 6 language is defined in terms of a self modifying PEG language called Perl
6 Rules. Regexes are familiar to programmers of most modern programming
languages. Pegex defines a simple PEG syntax, where all the terminals are
regexes. This means that Pegex can be quite fast and powerful.

Pegex attempts to be the simplest way to define new (or old) Domain Specific
Languages (DSLs) that need to be used in several programming languages and
environments. Things like JSON, YAML, Markdown etc. It also great for writing
parsers/compilers that only need to work in one language.

WWW: http://search.cpan.org/dist/Pegex/
2015-01-01 16:08:27 +00:00
Sunpoet Po-Chuan Hsieh
f5955219ea - Add p5-Log-Dispatch-ArrayWithLimits 0.03
Log::Dispatch::ArrayWithLimits functions similarly to Log::Dispatch::Array, with
a few differences:
- only the messages (strings) are stored
- allow specifying array variable name (e.g. "My::array" instead of \@My:array)
  This makes it possible to use in Log::Log4perl configuration, which is a text
  file.
- can apply some limits
  Currently only max_elems (the maximum number of elements in the array) is
  available. Future limits will be added (see "TODO").

Logging to an in-process array can be useful when debugging/testing, or when you
want to let users of your program connect to your program to request viewing the
ogs being produced.

WWW: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/
2015-01-01 16:07:39 +00:00
Sunpoet Po-Chuan Hsieh
db0dba9d55 - Add p5-File-Write-Rotate 0.25
File::Write::Rotate can be used to write to file, usually for logging, that can
rotate itself. File will be opened in append mode. Locking will be done to avoid
conflict when there are multiple writers. Rotation can be done by size (after a
certain size is reached), by time (daily/monthly/yearly), or both.

WWW: http://search.cpan.org/dist/File-Write-Rotate/
2015-01-01 16:07:05 +00:00
Sunpoet Po-Chuan Hsieh
5afeb5a195 - Add p5-File-Flock-Retry 0.59
File::Flock::Retry is yet another flock module. It is a more lightweight
alternative to File::Flock with some other differences:
- OO interface only
- Autoretry (by default for 60s) when trying to acquire lock

WWW: http://search.cpan.org/dist/File-Flock-Retry/
2015-01-01 16:06:24 +00:00
Sunpoet Po-Chuan Hsieh
17ddd52bc9 - Add p5-Rinci 1.1.70
Rinci is a set of extensible, language-neutral metadata specifications for your
code (functions/methods, variables, packages, classes, and so on). It allows
various helper tools, from code generator to web middleware to documentation
generator to other protocols, to act on your code, making your life easier as a
programmer. Rinci also allows better interoperability between programming
languages. It is geared towards dynamic scripting languages like Perl, Python,
Ruby, PHP, JavaScript, but is not limited to those languages.

WWW: http://search.cpan.org/dist/Rinci/
2015-01-01 16:05:33 +00:00
Sunpoet Po-Chuan Hsieh
36076009e7 - Add p5-DefHash 1.0.8
DefHash is a specification for using hashes to define things. It was born out of
several other projects/specifications like Sah, Rinci, Riap, Module::Patch.

WWW: http://search.cpan.org/dist/DefHash/
2015-01-01 16:04:52 +00:00
Sunpoet Po-Chuan Hsieh
21c4bd9a1a - Add p5-ExtUtils-CppGuess 0.07
ExtUtils::CppGuess attempts to guess the system's C++ compiler that is
compatible with the C compiler that your perl was built with.

It can generate the necessary options to the Module::Build constructor or to
ExtUtils::MakeMaker's WriteMakefile function.

WWW: http://search.cpan.org/dist/ExtUtils-CppGuess/
2015-01-01 16:03:26 +00:00
Sunpoet Po-Chuan Hsieh
4dce67b61e - Update to 20150101
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20150101.diff
2015-01-01 16:01:46 +00:00
Sunpoet Po-Chuan Hsieh
152395d064 - Update to 3.0.3
Changes:	http://swig.org/release.html
2015-01-01 16:01:37 +00:00
Sunpoet Po-Chuan Hsieh
8014b65baa - Update to 0.08
Changes:	http://search.cpan.org/dist/XML-Parsepp/Changes
2015-01-01 16:01:31 +00:00
Sunpoet Po-Chuan Hsieh
8dd05a6fc5 - Update to 2.01.1
Changes:	http://tintin.sourceforge.net/news.php
2015-01-01 16:01:25 +00:00
Sunpoet Po-Chuan Hsieh
67d6d5fc3b - Update to 0.3.1
Changes:	https://github.com/laserlemon/simple_oauth/commits/master
2015-01-01 16:01:20 +00:00
Koop Mast
d939a48eb4 Unbreak cjs and cinnamon on 9.3 and 8.4. The spidermonkey 24.0 code needs
GCC 4.4+ or clang to build.

Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
2015-01-01 15:59:19 +00:00
Baptiste Daroussin
1d15d261ee Correct time report after r367805
PR:		367805
Submitted by:	peterj
2015-01-01 14:35:03 +00:00
Tijl Coosemans
4f4795bb75 Fix category
Reported by:	FreshPorts Sanity Daemon
2015-01-01 13:42:14 +00:00
Tijl Coosemans
10ccff46d9 Add security/libzrtpcppcore, the core ZRTP (RFC 6189) support library from
the GNU ZRTP C++ project.
2015-01-01 12:54:23 +00:00
Tijl Coosemans
0e5fce20c9 Update gnutls to 3.2.21
PR:		196400
Approved by:	bdrewery (maintainer)
2015-01-01 12:39:06 +00:00
Juergen Lock
ecdc643f06 (Attempt to) fix build on 9.1/i386.
Submitted by:	beefy1 via pkg-fallout
2015-01-01 12:38:18 +00:00
Pawel Pekala
152df2bd5a Update to version 1.4
Changes:
 hints: #2905 fixed: crash after clicking on hint (Vogel)
 gadu: #2906 fixed: random disconnections (Vogel)
2015-01-01 11:47:04 +00:00
Ruslan Makhmatkhanov
31e69d54a9 net-im/gajim: drop KEYRING option
Drop KEYRING option - it is depends on no more existing gnome component.
Not bumping PORTREVISION because it wasn't default option.
2015-01-01 11:20:41 +00:00
Pawel Pekala
847e1a591b - Update to version 1.12.1
- Use pathfix to fix pkgconfigdir
2015-01-01 10:56:38 +00:00
Rene Ladan
8bda684e01 Remove expired ports:
2015-01-01 biology/boinc-simap: Project shutting down, see http://boincsimap.org/boincsimap/forum_thread.php?id=88
2015-01-01 security/openssh-portable-base: Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting.
2015-01-01 devel/cedet: Fails to build, use Emacs' builtin cedet package instead
2015-01-01 devel/ecb: does not work with newer Emacs versions, use the elpa package instead
2015-01-01 01:13:11 +00:00
Mark Linimon
d445e2dbe5 egalax was reinstated in 375733 by glebius.
Obtained from:	portsmon
2014-12-31 23:21:34 +00:00
Mark Felder
39260174e4 Permit building against OpenSSL without SSLv2 support
PR:		195796
Submitted by:	lifanov@mail.lifanov.com
2014-12-31 20:18:26 +00:00
Bryan Drewery
307a9757cd Fix ownership of home directory 2014-12-31 19:22:17 +00:00
Guido Falsi
46eed1b607 Update to 0.9991 2014-12-31 18:58:39 +00:00
Guido Falsi
098fc5b193 Update to 1.5.0 2014-12-31 18:57:54 +00:00
Raphael Kubo da Costa
6d8e4a152b CMake 3.1.0 compatibility, take 2.
Add another patch of mine sent upstream to make the port build with CMake
3.1.0. No PORTREVISION bump as there should be no changes in functionality
or contents of the generated package.
2014-12-31 17:46:03 +00:00
Raphael Kubo da Costa
b5a972b8b2 Add a patch (sent upstream) to fix the creation of empty directories with CMake 3.1.0.
No PORTREVISION bump, as there should not be any functional changes. Tested
with CMake 3.0.2.
2014-12-31 17:41:04 +00:00
Rene Ladan
1cfebf685f Remove this expired port too...
2014-12-31 x11-wm/e17-module-snow: Broken and updates aren't available
2014-12-31 17:27:23 +00:00
Rene Ladan
82e02f8fc1 Remove expired ports:
2014-12-31 graphics/ender: Unused by EFL 1.11
2014-12-31 graphics/enesim: Unused by EFL 1.11
2014-12-31 graphics/etch: Unused by EFL 1.11
2014-12-31 www/egueb: Unused by EFL 1.11
2014-12-31 x11-wm/e17-module-comp-scale: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eektool: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-elfe: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-empris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-engage: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-eooorg: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-aspell: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-mpris: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-pidgin: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-shotgun: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-everything-wallpaper: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-exebuf: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-execwatch: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-flame: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-iiirk: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-itask: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-mail: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-moon: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-news: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-photo: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-rain: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-screenshot: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-slideshow: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-taskbar: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-uptime: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-weather: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winlist-ng: Broken and updates aren't available
2014-12-31 x11-wm/e17-module-winselector: Broken and updates aren't available
2014-12-31 17:21:52 +00:00
Raphael Kubo da Costa
14a14c4a68 Stop installing an empty headers directory.
A fix has been submitted to https://github.com/FreeRDP/Remmina/pull/428.

While a proper decision is not made there, just patch the code to stop
calling INSTALL(DIRECTORY ...) with a path that does not exist. Until CMake
3.1.0, this would end up creating an empty directory (hence the @dir entry
in the plist). The behavior has changed in 3.1.0, and we were getting build
errors because we were referring to a directory that did not exist in the
plist.
2014-12-31 16:59:20 +00:00
Antoine Brodin
73ac3bee69 Bump portrevision for previous change 2014-12-31 16:09:02 +00:00
Antoine Brodin
5f9bfd77dd Update a comment about where ldconfig configuration files reside
With hat:	portmgr
2014-12-31 16:07:56 +00:00
Kurt Jaeger
11a7e2ff61 mail/rainloop: 1.7.0 -> 1.7.1
Changes:
  http://rainloop.net/changelog/

PR:		196401
Submitted by:	loic.blot@unix-experience.fr (maintainer)
2014-12-31 16:07:08 +00:00
Koop Mast
a743a6eb57 Add back accidently removed lines in r375852.
Submitted by:	antoine@
2014-12-31 16:06:37 +00:00
Rene Ladan
0302c0c1ae Mk/Uses/perl5.mk: Unregister perl5.14 now that the port has expired.
Differential Revision:	https://reviews.freebsd.org/D1368
Approved by:	portmgr (mat), perl (sunpoet)
2014-12-31 16:04:29 +00:00
Rene Ladan
d3bac4b4be Remove expired port:
2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version of Perl
2014-12-31 16:02:08 +00:00