Commit Graph

6005 Commits

Author SHA1 Message Date
pirofti
703538cbed Update to version 0.10.2.
Okay bernd@.
2008-10-27 19:16:10 +00:00
pirofti
478a14fa42 Change email addy to my openbsd one.
Suggested and okayed by naddy@, also okayed by mbalmer@.
2008-10-27 11:34:00 +00:00
steven
bfd10febdb remove libtool from dependencies, eases LIBTOOL_FLAGS usage... 2008-10-27 00:30:18 +00:00
naddy
1dcb1faf86 maintenance update to 4.2.4; tested by various 2008-10-26 23:05:41 +00:00
sthen
ab9b257d4c update to 1.1.8, fixes many bugs. ok brad (maintainer). 2008-10-26 19:07:57 +00:00
pirofti
939afddc8a Add ruby-linecache to the devel/Makefile. 2008-10-26 16:38:21 +00:00
pirofti
dde71e922d Initial import of LineCache. This is required for
ruby-typo <- ruby-debug <- ruby-debug-base updates.

LineCache - caches (Ruby source) files as might be used in a debugger
or a tool that works with sets of Ruby source files.

okay bernd@, import guidance from jasper@
2008-10-26 16:19:28 +00:00
landry
ce7b688eb4 Fix waf MODULE, honour CONFIGURE_ENV and CONFIGURE_ARGS, clean up some
root-owned directories in ${WRKSRC} after fake. Nothing in tree used it,
hence no PKGNAME bump.

ok wcmaier@, discussed a bit with ajacoutot@ too
2008-10-26 12:21:47 +00:00
mbalmer
cb9548ce0b Security update to Horde 3.1.9. Fixes soem XSS problems. 2008-10-25 17:22:45 +00:00
jasper
d9b65f8543 - update pkgconfig to 0.23
although not actively used anymore, it is still handy as a reference
application for our own pkg-config.

ok landry@
espie@ agreed updating it
2008-10-25 16:44:56 +00:00
naddy
9ecc2447c9 remove gmake dependency 2008-10-25 16:07:05 +00:00
landry
f5b8e55952 link libunique to the build 2008-10-25 12:48:38 +00:00
landry
0f7ecb0a94 Import of libunique 1.0.2 :
LibUnique is a library for writing single instance applications, that is
applications that are run once and every further call to the same binary
either exits immediately or sends a command to the running instance.

with tweaks and ok jasper@ ajacoutot@
2008-10-25 12:47:46 +00:00
bernd
e88bf85b89 Security update to rails 2.1.2.
http://weblog.rubyonrails.com/2008/10/23/rails-2-1-2-security-other-fixes

ok jcs@
2008-10-25 10:39:48 +00:00
bernd
e700147493 add tig 2008-10-24 22:52:29 +00:00
bernd
14b9a11437 Initial import of tig-0.12.1.
GIT repository browser that additionally can act as a pager for
output from various GIT commands.  When browsing repositories, it
uses the underlying GIT commands to present the user with various
views, such as summarized revision log and showing the commit with
the log message, diffstat, and the diff.  Using it as a pager, it
will display input from stdin and colorize it.

Submitted and maintained by Tobias Ulmer. Thanks!
2008-10-24 22:49:21 +00:00
bernd
298a20a315 Update to ruby-tzinfo-0.3.11. 2008-10-24 22:31:36 +00:00
bernd
2dbb6c7f2e Update to ruby-mocha-0.9.1. 2008-10-24 22:25:59 +00:00
jasper
68d528df10 - fix RCS ID 2008-10-24 16:29:54 +00:00
bernd
969dde6fd7 Update to ruby-gettext-1.93.0. 2008-10-24 15:36:14 +00:00
jasper
80882b7731 - update cppunit to 1.12.1
- specify license version
- tweak DESCR

tested in a bulk build by me
2008-10-24 14:49:44 +00:00
bernd
be3169f676 Update to ruby-flexmock-0.8.3. 2008-10-24 14:48:36 +00:00
jasper
e38d765d22 - add p5-Term-ReadLine-Perl 2008-10-24 13:24:04 +00:00
jasper
be799690b0 import p5-Term-ReadLine-Perl 1.0302
This is a quick implementation of the minimal interface to Readline
libraries.
2008-10-24 13:21:39 +00:00
jasper
d7da1745a2 - don't try to build gtkdocs if a useable version is found
* unbreaks coming gtk-doc update
* no bump needed, as the package doesn't change
2008-10-24 12:22:06 +00:00
bernd
36855fe6b9 Maintenance update to git-1.6.0.3.
(otto@ asked for a commit from p2k8)
2008-10-24 09:17:34 +00:00
steven
19ea0028f7 don't try to install HOMEDIR outside of fakedir, it's already @sample'd
unbreaks build with systrace
2008-10-22 20:03:08 +00:00
naddy
94d64c194a disable C# check so we don't try to pick up Mono; pointed out by jasper@ 2008-10-22 19:27:07 +00:00
landry
66b3f5f394 - Fix dependencies on powerpc, correctly link with devel/libelf
- Remove a doubled VMEM_WARNING
- Use libiconv MODULE
- Honor CXXFLAGS
- Fix licence marker
- Update PLIST

ok ajacoutot@
2008-10-22 17:04:14 +00:00
kurt
c815b3d8e9 Fork off a large javac so this builds on amd64 with 1G datasize. No
change in package so no bump.

okay naddy@ ian@
2008-10-22 16:04:30 +00:00
kurt
7b94302412 Limit the jdk's view of physical memory to rlimit_cur instead of
rlimit_max. This makes the jdk behave better on amd64.

okay naddy@ ian@
2008-10-22 16:02:24 +00:00
steven
a52765e699 update to 1.3.36
from Brad Walker <me at bradmwalker.com> some time ago

looks fine to kevlo@
2008-10-22 05:07:17 +00:00
ajacoutot
2c5e909337 +libexecinfo 2008-10-21 17:06:23 +00:00
ajacoutot
bc7fe1a93a Import libexecinfo-1.1
This is a quick-n-dirty BSD licensed clone of backtrace facility found
in the GNU libc, mainly intended for porting linuxish code to BSD
platforms, however it can be used at any platform which has a gcc
compiler.

from bernd@ (patch-execinfo_c from FreeBSD)
2008-10-21 17:01:24 +00:00
kili
7e52c3f399 Update to 2.1.0. 2008-10-18 18:58:06 +00:00
ajacoutot
607030bb68 +libyaml 2008-10-18 10:51:33 +00:00
ajacoutot
6dfa61d68f Import libyaml-0.1.1
LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of bytes
<...>

from Pierre-Emmanuel Andre (MAINTAINER)
2008-10-18 10:50:46 +00:00
sthen
c4f1c47a93 update MASTER_SITES, ok mbalmer@ 2008-10-17 21:57:57 +00:00
robert
169d6240ce +mono-addins 2008-10-17 06:56:08 +00:00
robert
996cfe5eb7 import of mono-addins:
Mono.Addins is a framework for creating extensible applications,
and for creating libraries which extend those applications.
Mono.Addins has been designed to be easy to use and useful for
a wide range of applications: from simple applications with small
extensibility needs, to complex applications which need support
for large add-in structures.
This new framework intends to set an standard for building
extensible applications and add-ins in Mono.
2008-10-17 06:55:19 +00:00
steven
2a45578ba3 sort 2008-10-16 20:31:22 +00:00
steven
0b4e5e43c4 s/p5-Devel-PAR/p5-PAR/ 2008-10-16 19:52:50 +00:00
sthen
e9f674a9cf +converters/p5-JSON-XS-VersionOneAndTwo
+devel/p5-Devel-PAR
+math/p5-Math-VecStat
+textproc/p5-Encode-Detect
+www/p5-Data-URIEncode
2008-10-16 00:19:30 +00:00
sthen
b1af3876bc import p5-PAR:
PAR is a toolkit to create and use perl scripts and modules stored
inside compressed .par files.

ok simon@
2008-10-16 00:00:05 +00:00
ajacoutot
aeac0c3067 - better DISTFILE (from pea, MAINTAINER)
- format tables with tbl so we get readable man pages
issue spotted by Markus Bergkvis
- bump
2008-10-15 13:32:53 +00:00
steven
9f06f29a5a sync RUN_DEPENDS with reality so this can actually be installed 2008-10-14 21:06:50 +00:00
jasper
07090124ca - update p5-Sub-Uplevel to 0.2002
- fix license marker

ok msf@ (MAINTAINER)
2008-10-12 20:44:12 +00:00
martin
3c0c796159 enable flashing via the parallel port on i386; bump PKGNAME
from Claus Kestel with help from sturm@
2008-10-12 08:29:39 +00:00
sturm
b8fa644743 needs autoconf to build properly 2008-10-10 19:56:21 +00:00
sthen
5f8c066a33 - remove unused VERSION variable
- add missing license marker, pointed out by jasper

ok jasper
2008-10-10 12:18:06 +00:00
jasper
21b00d71da - update p5-Object-Realize to 0.18 2008-10-09 22:20:51 +00:00
ajacoutot
bda8ea7d07 +libvmime 2008-10-09 15:18:46 +00:00
ajacoutot
a36d25d142 Import libvmime-0.8.1
VMime is a powerful C++ class library for working with MIME messages and
Internet messaging services like IMAP, POP or SMTP.  With VMime you can
parse, generate and modify messages, and also connect to store and
transport services to receive or send messages over the Internet.  The
library offers all the features to build a complete mail client.

<...>

feedback from and ok landry@
2008-10-09 15:16:03 +00:00
simon
da27938dc1 update to version 1.5201
ok jasper@
2008-10-08 22:27:06 +00:00
jasper
d67df0b411 - update p5-Test-Base to 0.54 2008-10-08 21:46:06 +00:00
simon
1bd4e071d8 maintenance update to version 1.18 2008-10-08 21:45:13 +00:00
jasper
25a67443ab - update p5-Test-File-Contents to 0.05 2008-10-08 21:43:02 +00:00
jasper
4a743a759e - update p5-Test-Distribution to 2.00 2008-10-08 21:41:09 +00:00
simon
306267ef3d maintenance update to version 0.14 2008-10-08 21:38:44 +00:00
simon
4677dd3206 maintenance update to version 0.103 2008-10-08 21:35:27 +00:00
jasper
f526707346 - update spe to 0.8.4 (which actually works with our wxwidgets)
- specify license marker
- install .desktop file
- re-format DESCR

from Joerg Zinke with some suggestions by me
2008-10-08 21:32:51 +00:00
simon
46e49b80ca maintenance update to version 0.21 2008-10-08 21:31:31 +00:00
martynas
be85537165 update to py-turbojson-1.1.4.diff. ok wcmaier@ 2008-10-08 21:07:25 +00:00
martynas
e42055e256 update to py-simplejson-1.9.3. ok wcmaier@ 2008-10-08 21:06:44 +00:00
simon
a585485d9c update to version 1.09 2008-10-08 17:51:46 +00:00
jasper
a66eb942b0 - update p5-IPC-Run to 0.042 2008-10-08 17:43:37 +00:00
simon
f3eec7f83f update to version 0.05
ok okan@ (maintainer)
2008-10-08 17:21:25 +00:00
jasper
a52f3e889d - update py-gdata to 1.2.1
- install documentation and examples
- sync DESCR with reality

from frantisek holop (new MAINTAINER)
2008-10-08 16:08:00 +00:00
jasper
531d8af471 - update p5-DateTime-TimeZone to 0.81 2008-10-08 12:43:25 +00:00
jasper
7efde86096 - update p5-DateTime-Locale to 0.42 2008-10-08 12:42:54 +00:00
jasper
8ff433509c - update p5-DateTime-Format-Pg to 0.16002 2008-10-08 12:42:32 +00:00
jasper
44d02ee383 - update p5-DateTime-Format-Strptime to 1.0800 2008-10-08 12:42:08 +00:00
jasper
c5e9e1a931 - update p5-DateTime-Format-Builder to 0.7901 2008-10-08 12:41:46 +00:00
jasper
4933b53391 - update p5-DateTime to 0.4305 2008-10-08 12:41:05 +00:00
simon
3f65ba2174 add missing dependency, remove nonexisting CONFIGURE_STYLE and bump
ok jasper@
2008-10-07 17:54:22 +00:00
jasper
2f0f427913 - update p5-Moose to 0.58 2008-10-07 17:01:42 +00:00
jasper
cc510b4d99 - update p5-Class-MOP to 0.66 2008-10-07 17:01:14 +00:00
sthen
eda16f8aef bump package versions, for perl 5.10.0 2008-10-07 14:57:21 +00:00
jasper
38e34e4365 - update p5-Sub-Name 0.04
- fix license

ok msf@ (MAINTAINER)
2008-10-07 09:00:38 +00:00
brad
ef6eb88bce Update to SCons 1.0.1.
ok maintainer
2008-10-07 04:11:56 +00:00
simon
81fe29b34d add missing dependency to enable build in clean environment and bump 2008-10-06 22:07:19 +00:00
jasper
03aa549c70 - update p5-Exception-Class to 1.23
maintainer timed-out
2008-10-06 21:55:47 +00:00
jasper
6d54b7a777 - add p5-Devel-GlobalDestruction and p5-Sub-Identify 2008-10-06 16:52:54 +00:00
jasper
cc6fecdf24 - update p5-Curses-UI to 0.9605
testing by landry@, thanks!
2008-10-06 16:50:49 +00:00
jasper
5aec01ae95 import p5-Sub-Identify 0.03
Sub::Identify allows you to retrieve the real name of code references.
For this, it uses Perl's introspection mechanism, provided by the B
module.
2008-10-06 16:48:51 +00:00
jasper
44b6bd6575 import p5-Devel-GlobalDestruction 0.02
Perl's global destruction is a little tricky to deal with WRT finalizers
because it's not ordered and objects can sometimes disappear.
2008-10-06 16:47:54 +00:00
jasper
8d760db5f9 - update p5-Time-Piece-MySQL to 0.06 2008-10-06 09:00:23 +00:00
jasper
19c2a58f78 - update p5-Time-Clock to 0.12 2008-10-06 09:00:04 +00:00
jasper
14df81a282 - update p5-Log-Dispatch to 2.21
ok msf@ (MAINTAINER)
2008-10-06 08:15:32 +00:00
jasper
8368e3c279 - update p5-Log-Dispatch-FileRotate to 1.18 2008-10-05 23:07:58 +00:00
jasper
4c7f2bf3b6 - updatep5-IPC-ShareLite to 0.13 2008-10-05 23:03:38 +00:00
jasper
85dded5fb7 - update p5-Devel-FastProf to 0.08 2008-10-05 23:02:45 +00:00
jasper
5b74b27a90 - update p5-Data-UUID to 1.148
- reformat DESCR

"feel free" kevlo@
2008-10-05 22:03:42 +00:00
jasper
e67599acd5 - update p5-Tie-CPHash to 1.04
- switch to Module::Build
2008-10-05 21:27:11 +00:00
jasper
236eaa6eb6 - update p5-Tree-Simple-View to 0.17 2008-10-05 21:24:57 +00:00
jasper
dcf98258b4 - update p5-OLE-Storage_Lite to 0.17
- add some examples
2008-10-05 21:15:25 +00:00
jasper
185dcb95fe - update p5-PadWalker to 1.7 2008-10-05 21:14:43 +00:00
jasper
a50c37ad02 - update p5-IO-All to 0.38 2008-10-05 21:11:38 +00:00
sturm
8bcb4cb242 bump p5-SVN so that it gets rebuilt with perl 5.10 2008-10-05 08:31:14 +00:00
simon
3fa7742ea2 regen packaging list and bump to unbreak
pointed out by naddy@
2008-10-04 22:59:43 +00:00
jasper
f1cb0ad840 - p5-Perl-Critic 1.092
- fix license
- add a bunch of missing depends
- add some example files

ok msf@ (MAINTAINER)
2008-10-04 18:00:49 +00:00
jasper
5aabd10bc6 - update p5-ExtUtils-Depends to 0.301
- fix license

ok msf@ (MAINTAINER)
2008-10-04 17:58:58 +00:00
jasper
efa5a5b65b - update p5-B-Keywords to 1.08
- fix license

ok msf@ (MAINTAINER)
2008-10-04 17:58:08 +00:00
simon
d053b3fb36 maintenance update to version 2.06 2008-10-03 23:32:05 +00:00
simon
71d788b875 maintenance update to version 0.20 2008-10-03 23:31:47 +00:00
simon
591ee3ff39 maintenance update to version 0.09 2008-10-03 23:24:23 +00:00
jasper
5076b6c2c7 - update p5-Carp-Clan to 6.00
"feel free" kevlo@ (MAINTAINER)
2008-10-03 18:32:35 +00:00
jasper
fe3e62f857 - update p5-App-Info to 0.55
"feel free" kevlo@ (MAINTAINER)
2008-10-03 18:32:15 +00:00
jasper
b87f6fcb38 - update p5-Clone to 0.29
"feel free" kevlo@ (MAINTAINER)
ok simon@
2008-10-03 18:29:09 +00:00
bluhm
c05b0568a9 - update to p5-YAML-Syck 1.05
ok sturm
2008-10-03 15:19:04 +00:00
jasper
4b87d9ed76 - updat p5-Sub-Exporter to 0.980 2008-10-03 13:40:33 +00:00
jasper
ecc57ae312 - update p5-Params-CallbackRequest to 1.19 2008-10-03 13:40:28 +00:00
jasper
bb7b8de520 - update p5-Package-Generator to 0.102 2008-10-03 13:40:25 +00:00
jasper
5fa9fdafd0 - update p5-Hash-Mergo to 0.10 2008-10-03 13:40:22 +00:00
jasper
1972458d38 - update p5-File-ShareDir to 1.00 2008-10-03 13:38:31 +00:00
jasper
1a068e0a18 - update p5-File-MimeInfo to 0.15 2008-10-03 13:38:31 +00:00
jasper
c5313dfa06 - update p5-File-HomeDir to 0.81 2008-10-03 13:38:30 +00:00
jasper
64c2dec73f - update p5-File-Find-Rule to 0.30 2008-10-03 13:38:29 +00:00
jasper
3bc4d84e90 - update p5-Export-Lite to 0.02 2008-10-03 13:36:44 +00:00
jasper
0c6e09fc25 - update p5-Data-OptList to 0.103 2008-10-03 13:36:25 +00:00
jasper
f0477e0cf1 - update p5-AnyEvent to the today released 4.3 2008-10-03 13:35:47 +00:00
jasper
ec2fd82af4 - update p5-Proc-Simple to 1.23 2008-10-03 10:33:43 +00:00
jasper
70ad021007 - update p5-Term-ReadPassword to 0.11 2008-10-03 10:33:05 +00:00
jasper
1fcca0cb9f - update p5-Set-Scalar to 1.22
ok kevlo@ (MAINTAINER)
2008-10-03 10:32:40 +00:00
jasper
bd26bf1edc - update p5-Scalar-Defer to 0.18
*includes fixes for regression tests with perl 5.10
2008-10-03 10:31:55 +00:00
jasper
e184a8b5a6 - update p5-Expect-Simple to 0.04 2008-10-03 10:30:53 +00:00
jasper
5edd2a2958 - update p5-Error to 0.1705 2008-10-03 10:30:30 +00:00
jasper
cc47122649 - update p5-Config-General to 2.40 2008-10-03 10:30:07 +00:00
jasper
f2a1d27819 - update p5-Cache-Memcached to 1.24 2008-10-03 10:29:42 +00:00
jasper
fbdef72faa - update p5-Heap to 0.80 2008-10-02 23:10:26 +00:00
jasper
3b1f06e1be - update p5-POE-XS-Queue-Array to 0.005 2008-10-02 23:10:24 +00:00
jasper
1b7d27f553 - update p5-BSD-Resource to 1.2901 2008-10-02 22:25:47 +00:00
jasper
f93b92fe2e - update p5-AnyEvent to 4.234 2008-10-02 22:25:38 +00:00
naddy
6b16bef477 unhook ports that are marked COMES_WITH 2008-10-02 21:06:14 +00:00
simon
50256c7cf6 bump SHARED_ONLY ports so they get updated and work with the new perl
feedback and ok sthen@
2008-10-02 20:34:39 +00:00
sthen
d685fbb242 Update to 0.12, fixing build with Perl 5.10.0
ok kevlo@
2008-10-02 07:28:43 +00:00
simon
df9705f31b add dependency to p5-Internals required for new perl and bump
ok sthen@
2008-10-01 22:53:09 +00:00
simon
3f428a7df4 add p5-Internals 2008-10-01 22:51:20 +00:00
simon
38c152a1a8 import p5-Internals, required for p5-PerlIO-via-dynamic since perl 5.10
This module allows you to write-protect and write-enable your Perl
variables, objects and data structures.
Moreover, the reference count of any Perl variable can be read and set.

pointed out by and looks alright to sthen@
2008-10-01 22:51:13 +00:00
simon
fef23e1350 update to version 2.12 to let it work with our new perl
pointed out by naddy@
ok merdely@, sthen@
2008-10-01 22:01:01 +00:00
ckuethe
b5f9e953d3 update to avr-libc 1.6.2. bug fixes, improved performance, math improvements 2008-10-01 04:56:57 +00:00
ckuethe
00ad3036fc update to gcc-4.2.2. adds support for lots of new devices, makes it possible
to compile arduino compatible code. based on the freebsd port
2008-10-01 04:52:19 +00:00
ckuethe
d42c86d6b0 update to binutils 2.18, plus some new devices. based on the freebsd port. 2008-10-01 04:46:19 +00:00
simon
039fcf2a57 set COMES_WITH as those modules also come with the new perl 2008-09-29 22:54:15 +00:00
simon
c4d0866563 remove dependencies to modules coming with the new perl and bump 2008-09-29 22:53:57 +00:00
simon
832871dc5b remove RUN_DEPENDS to p5-Compress-Zlib which now comes with perl and bump 2008-09-29 18:56:15 +00:00
simon
9101b5d9ef update to version 1.18 which works with our new perl
ok jasper@
2008-09-29 18:50:54 +00:00
simon
3bd34d23f6 remove dependency to p5-Archive-Tar which now comes with perl and bump 2008-09-29 18:47:15 +00:00
simon
feb92bc586 fix Makefile.PL for a sane packaging list under the new perl 2008-09-29 18:45:13 +00:00
bernd
4ceceb041e Add ruby-assistance. 2008-09-28 16:50:11 +00:00