Commit Graph

3901 Commits

Author SHA1 Message Date
kurt
825667fb25 Add missing RUN_DEPENDS on javaPathHelper. Noticed by Hans Zimmerman.
okay nikolay@
2006-08-13 16:11:58 +00:00
sturm
2bd72b31f7 missing RUN_DEPENDS 2006-08-12 09:37:56 +00:00
sturm
f15bb48241 update ruby-rails (and associated ports) to 1.1.6
This fixes a security vulnerability in rails, permitting the evaluation
of Ruby code through a URL.

for details, see
http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
2006-08-12 07:37:15 +00:00
steven
83db7a8ead add oontent to a few DESCR files, pt out by Mikolaj Kucharski <eth0@o2.pl>
and fix some typos in DESCR/COMMENT while here
bump all PKGNAMEs

input/ok sturm
2006-08-10 22:30:48 +00:00
kurt
81c31bac88 pkg bump all 1.3 and 1.4 java ports that haven't been yet since the
java.port.mk changes. okay naddy@
2006-08-10 18:26:23 +00:00
kurt
151679e5e1 Limit eclipse plugins to amd64 and i386. Noted by Sigfred Håversen.
okay nikolay@
2006-08-09 19:53:44 +00:00
bernd
0f2f80354e py-twisted-conch and cftp both install a /usr/local/bin/cftp binary.
Add @conflict markers.

okay espie@
2006-08-09 10:24:50 +00:00
bernd
ca1a3839a2 Install the devel/tclcl include files into a subdir. This fixes a conflict
with net/openafs and moves includes with a too generic name (timer.h) out
of the default include path.

Adjust the two dependent ports (net/nam, net/ns) so they know about the new
location.

idea & okay espie@
2006-08-09 09:46:10 +00:00
kurt
bcd51ac954 convert last java port over to use javaPathHelper. okay nikolay@ 2006-08-07 19:30:52 +00:00
djm
448dda6db6 allow building on amd64 (prompted and tested by steven@), remove
unnecessary -fno-stack-protector from hardcoded build options (also
prompted by steven@), do not build on arm platforms as libffi lacks
the necessary closure support; ok sturm@
2006-08-06 13:05:32 +00:00
sturm
34816ff811 bump PKGNAMEs after WANTLIB change 2006-08-06 10:16:54 +00:00
kurt
e7d3816ed9 expand RUN_DEPENDS to include kaffe and jamvm where appropriate so if
someone wants to run a java port with them they don't need to first build
one of Sun's jdks.  okay nikolay@
2006-08-05 16:38:20 +00:00
espie
4576d6602a move includes around. What was I thinking.
Unbreaks build of qt3 with autogen installed.
2006-08-04 16:31:00 +00:00
aanriot
066dadfff7 - replace UNMESSAGE by @extraunexec and regen PLIST .
- bump PKGNAME .

ok couderc@ espie@
2006-08-04 10:41:07 +00:00
jasper
3f0c151d04 update p5-Module-CoreList to 2.06
ok steven
2006-08-02 16:14:47 +00:00
alek
3a08ca146c Port has been updated to 1.4.7 while playing with new lib specs; noticed by naddy@ 2006-08-02 15:27:13 +00:00
espie
53d48f3c04 new libspecs 2006-08-01 23:39:08 +00:00
espie
057dd9afe4 new libspecs 2006-08-01 22:55:52 +00:00
espie
3d330a9627 new libspecs 2006-08-01 22:46:16 +00:00
espie
ccc1498fc1 more new libspecs. 2006-08-01 22:19:46 +00:00
kurt
6af18b5fc3 convert eclipse startup script to use javaPathHelper 2006-08-01 20:07:30 +00:00
kurt
22696ecabd convert ant startup script to use javaPathHelper. 2006-08-01 20:01:15 +00:00
alek
a342f505ce Use MASTER_SITE_BERLIOS 2006-08-01 18:38:22 +00:00
robert
ce113bc8bb update to version 1.5.0; from janus@errornet.de 2006-08-01 13:23:15 +00:00
espie
100b45279f convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.
2006-08-01 10:50:19 +00:00
aanriot
9602982015 update to 2.0.7 (bug fixes).
"go ahead" brad@
2006-08-01 05:09:25 +00:00
espie
b4086e8b3e update to 2.4.3 2006-07-31 23:55:51 +00:00
steven
31d4571f0a update to 0.31
from maintainer Srebrenko Sehic <ssehic at gmail.com>
2006-07-31 05:58:20 +00:00
alek
46d95c342d Update to 1.0.8
From new maintainer Jon Olsson <jon@vexed.se>
2006-07-30 21:02:32 +00:00
alek
767af61c22 Add py-twisted 2006-07-30 20:03:02 +00:00
david
5f52ad1519 fix sorting 2006-07-30 17:39:54 +00:00
martin
79f015c4b6 update to 1.4.4
ok aanriot@
2006-07-30 16:18:08 +00:00
jasper
d70c65f440 update p5-Graph to 0.78
ok steven
2006-07-30 12:49:54 +00:00
pedro
cb045297fb luacompat can go now, okay jolan@ 2006-07-30 04:54:51 +00:00
pedro
55815b6716 Switch to Lua 5.1, okay jolan@ 2006-07-30 04:33:18 +00:00
alek
8d69b36041 Files that weren't imported in initial import 2006-07-29 15:12:17 +00:00
alek
edfd8fecc4 Import Twisted and its modules.
Twisted Core is an asynchronous event loop and associated utilities,
supporting TCP, UDP, multicast, SSL/TLS, serial communication and more.
It is used by most of the servers, clients and protocols that are part
of other Twisted projects.

With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
2006-07-29 14:37:37 +00:00
kurt
e8329de2c0 Prevent the jvm from crashing when it encounters a font with an
illegal glyph name (like in x11/freefonts). Problem reported by Jan Zach.
2006-07-28 13:18:45 +00:00
kurt
15f1fe1f7e indent defines too so that this is more readable. 'looks sane' nikolay@ 2006-07-28 13:06:24 +00:00
steven
56221ce9e9 bump PKGNAME due to PLIST changes after 3.9 -> 4.0 2006-07-28 06:29:33 +00:00
steven
f725712a4d update to perltidy-20060719
from maintainer Jim Razmus <jim at bonetruck.org>
2006-07-28 05:57:13 +00:00
pedro
21753d781c Mark as 'brocken' until there are updates that actually work with
Lua 5.1, okay jolan@
2006-07-27 21:13:56 +00:00
djm
bfda6f5264 update to ctypes-0.9.9.9 which no longer needs patching 2006-07-22 00:31:29 +00:00
espie
a1eac8af16 rebuild .info now that texinfo has been updated. 2006-07-21 12:27:48 +00:00
steven
a24e6cefca update to gsl 1.8
maintainer timeout
2006-07-20 12:05:50 +00:00
espie
f5ec6c30c6 +cmake 2006-07-20 09:23:48 +00:00
espie
9d34b21437 cmake, a `new' build system. Used by KDE4.
Easier to work with than autoconf/automake/libtool.
2006-07-20 09:23:13 +00:00
ian
75f60b0509 Add subclipse 2006-07-20 02:28:54 +00:00
ian
d4cbf07d13 Subversion "Team" module for Eclipse; ok kurt@ 2006-07-20 02:26:18 +00:00
kurt
17f428da4f Fixup ant startup script so that java is found in path and falls
back on a default JAVACMD value. It checks JAVACMD, JAVA_HOME,
java found in PATH then a default JAVACMD value. discussed with ian@
2006-07-19 17:37:01 +00:00
kurt
1637e30e73 Rewrite eclipse startup script to support the JAVACMD env var.
Now the startup script checks JAVACMD, JAVA_HOME, java found
in PATH then a default JAVACMD value. discussed with ian@
2006-07-19 17:27:15 +00:00
steven
14073d70f4 fix homepages and a few master sites while there 2006-07-19 15:11:53 +00:00
ian
a07b9040ab Add jem, wtp 2006-07-19 01:41:48 +00:00
ian
0efd6b8aa5 web tools plug-in for Eclipse, ok kurt@ 2006-07-19 01:36:52 +00:00
ian
72cc63efad modelling framework for Eclipse, needed for WebTools, ok kurt@ 2006-07-19 01:29:11 +00:00
steven
d96e585861 update to 2.08
ok kevlo@
2006-07-17 12:17:15 +00:00
steven
bf55737729 update to 1.26; PKG_ARCH=*
ok kevlo@
2006-07-17 12:14:34 +00:00
steven
c5f6fd0b13 update to 0.49; PKG_ARCH=*
ok kevlo@
2006-07-17 12:13:21 +00:00
djm
7e09f238dd +py-ctypes 2006-07-16 12:28:42 +00:00
djm
e6c51989a5 Import of Python ctypes-0.9.9.6
> ctypes is an advanced ffi (Foreign Function Interface) package for
> Python 2.3 and higher.
>
> ctypes allows to call functions exposed from dlls/shared libraries and
> has extensive facilities to create, access and manipulate simple and
> complicated C data types in Python - in other words: wrap libraries in
> pure Python. It is even possible to implement C callback functions in
> pure Python.

ok alek@
2006-07-15 22:47:25 +00:00
steven
2a5cc36785 +p5-OLE-Storage_Lite 2006-07-15 19:44:09 +00:00
steven
f960902d38 import OLE::Storage_Lite 0.14
OLE::Storage_Lite allows you to read and write an OLE structured file.
2006-07-15 19:43:12 +00:00
steven
f4bc210854 +cflow 2006-07-15 19:33:37 +00:00
steven
9c18b150dd import cflow 1.1
GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.

submitted by Louis Bertrand <louis at bertrandtech.ca>

ok naddy@
2006-07-15 19:33:08 +00:00
alek
6d1dd28c2d Update to 1.3.2; from Sigfred Haversen <bsdlist@mumak.com> 2006-07-15 16:55:32 +00:00
avsm
36c229c9c3 +cvs20hg
+py-rcsparse
2006-07-15 02:17:53 +00:00
avsm
12a72d64a7 initial import of cvs20hg-20060714
--
cvs20hg converts a locally available CVS repository into a Mercurial
repository, with individual CVS commits collated into changesets.
It can be run incrementally to maintain a Mercurial version of a
CVS-based project.

(for example, http://hg.recoil.org/openbsd.hg)
2006-07-15 02:16:19 +00:00
avsm
c50e320123 initial import of py-rcsparse-20060714
--
RCS file parser for Python, with the core written in C for
high-performance manipulation of CVS repositories.
2006-07-15 02:14:24 +00:00
steven
32ff4c7d54 update to 0.12, which is actually available on CPAN.
same as 0.11, which got removed.
2006-07-13 16:14:17 +00:00
steven
89cc1abd88 fix master sites 2006-07-13 12:35:54 +00:00
naddy
5623a86415 Sync CVSweb installation instructions with Perl reality on current
OpenBSD systems; from Moritz Grimm <mlist@scapa.dnsalias.net>.
2006-07-12 19:26:11 +00:00
espie
656ce783be +libelf 2006-07-12 08:46:33 +00:00
espie
59143cfe93 small library, used by some new experimental branch of GCC
allows people to manipulate elf files.
2006-07-12 08:45:58 +00:00
steven
14484d74d7 update to 0.16; PKG_ARCH=*
maintainer timeout
2006-07-12 07:06:42 +00:00
sturm
342ba33a9d update to p5-SVN-Web 0.48
no objections from maintainer msf, who gives up maintainership
2006-07-12 05:25:48 +00:00
kurt
21cc24ca66 update to uml2 2.0.0 2006-07-11 18:30:53 +00:00
kurt
e1998425a7 update to gef 3.2 2006-07-11 18:26:43 +00:00
kurt
18bfc4cae6 update to emf 2.2.0 2006-07-11 18:25:27 +00:00
kurt
eb7eb0cce4 - adjust comment
- change location of ant libs to be in a more expected location.
okay ian@
2006-07-11 16:32:13 +00:00
steven
86c8e9c060 fix master sites 2006-07-11 15:28:24 +00:00
steven
60bc022262 add working master sites 2006-07-11 09:20:23 +00:00
kurt
aa74a6e1f4 - speed up builds on mp systems by using parallel compiles (one per cpu)
- increase default thread stack size on amd64
- filter out corrupt env vars with no name
- Properly deal with error cases in transferTo0(). Corrects non-blocking
IO case.
All but first one from FreeBSD
2006-07-10 13:17:39 +00:00
espie
75e1eb991e +2.60 2006-07-10 00:40:12 +00:00
espie
a017ff3be1 autoconf 2.60, will probably be needed sooner or later for other
software.
2006-07-10 00:39:49 +00:00
espie
336fddee48 zap old patch that's no longer needed with format() support in m4.
patch 2.59's testsuite so that it passes one more test after converting
from our m4 to gnum4's error output format.
2006-07-09 23:14:26 +00:00
espie
f242ce13b4 avoid %3d in m4_format. Noticed by naddy@, easier to do than patch m4
to do %3d (stupid idea anyways).
2006-07-08 17:04:40 +00:00
sturm
121e59fb4d explicitly depend on tcl-8.4 2006-07-07 21:25:59 +00:00
kurt
132ad5656c this file should've been changed not removed 2006-07-07 01:56:36 +00:00
kurt
8a60986c7d - update eclipse to 3.2
- add amd64 support
Thanks to Henrik Kramshøj for providing access to amd64. Tested by ian@.
2006-07-07 01:48:54 +00:00
alek
65f67be728 Add py-zopeinterface 2006-07-01 13:09:06 +00:00
alek
5c0e8d41b5 Import py-zopeinterface 3.0.1
This is a separate distribution of the zope.interface package used in
Zope 3 and Twisted.
2006-07-01 12:46:51 +00:00
steven
4db61bb851 add client vm files in jre package. this unbreaks the browser plugin.
ok kurt@
2006-07-01 09:06:00 +00:00
steven
4c93e8ac78 update to 0.76; ok jasper 2006-06-30 14:33:32 +00:00
steven
f721099989 update to 1.28 2006-06-30 14:27:45 +00:00
steven
57571b9b6a typo in REGRESS_DEPENDS 2006-06-29 05:42:24 +00:00
jasper
114bbc8de6 add uthash 2006-06-28 17:25:36 +00:00
jasper
2057d3ae62 import uthash 1.1
In scripting languages like Perl, hashes are used all the time. In C,
hashes don't exist in the language itself. This software provides a hash
for C structures.

ok alek
2006-06-28 17:22:52 +00:00
steven
89f2059219 unbreak the tree 2006-06-26 12:18:41 +00:00
bernd
fb8c39a406 add DateTime-Cron-Simple and DateTime-Format-Strptime 2006-06-26 09:41:39 +00:00
bernd
7450ea7271 Initial import of DateTime-Format-Strptime-1.0700.
This module implements most of strptime(3), the POSIX function that is
the reverse of strftime(3), for DateTime. While strftime takes a
DateTime and a pattern and returns a string, strptime takes a string and
a pattern and returns the DateTime object associated.
2006-06-26 09:37:40 +00:00
bernd
00f7dcf7ca Initial import of DateTime-Cron-Simple-0.2.
This module is a quick and dirty way to determine if a cron time format is
valid for the current date and time.
A cron entry follows the cron format from crontab(5).
The validate_time function uses the current date and time for comparison,
but will also accept a valid DateTime object as a parameter.
2006-06-26 09:36:09 +00:00
bernd
6e101220a6 add p5-Tie-CPHash and p5-Tie-IxHash 2006-06-26 09:24:03 +00:00
bernd
6a21405635 Initial import of Tie-IxHash-1.21.
This Perl module implements Perl hashes that preserve the order in which
the hash elements were added. The order is not affected when values
corresponding to existing keys in the IxHash are changed. The elements
can also be set to any arbitrary supplied order. The familiar perl array
operations can also be performed on the IxHash.
2006-06-26 09:21:05 +00:00
bernd
9712a226c3 Initial import of Tie-CPHash-1.02.
The Tie::CPHash module provides a hash table that is case preserving but
case insensitive.
2006-06-26 09:17:51 +00:00
espie
b4af4a7713 +p5-Readonly-XS 2006-06-25 14:53:51 +00:00
espie
0832fe620a faster variation for p5-Readonly, dependent on the XS compiler 2006-06-25 14:53:11 +00:00
espie
337fada741 updates.
okay maintainer
2006-06-25 14:48:15 +00:00
espie
07cdf5f01a +p5-Readonly 2006-06-25 12:45:50 +00:00
espie
0ba49b18ac similar to use constant, but more generic. 2006-06-25 12:45:03 +00:00
espie
b5358e4022 +p5-Class-MakeMethods 2006-06-25 11:31:27 +00:00
espie
a86c6d3827 big framework to build methods code automatically. 2006-06-25 11:30:38 +00:00
espie
f76ba97afe +p5-Class-Base 2006-06-25 10:52:34 +00:00
espie
404544ef20 constructors made easy, prerequisite for some perl modules. 2006-06-25 10:51:54 +00:00
espie
f17b5c2bf8 fix typo in COMMENT. 2006-06-24 11:08:01 +00:00
kurt
4b5dcd0f44 - use /dev/srandom in NativePRNG replacing /dev/random.
/dev/random use noticed by Sigfred Håversen.
2006-06-20 02:02:48 +00:00
bernd
8685286568 Security update to chmlib-0.38.
Fixes an input validation error in extract_chmLib example program.

Detailed information:
http://secunia.com/advisories/20734/

"go for it" espie@
2006-06-19 18:14:59 +00:00
alek
7a968a9aa3 - Update to 5.6
- Fix vStringPut so that vString buffer is always terminated with '\0'
  (ectags -R works now against wxWidgets sources)

ok MAINTAINER
2006-06-19 14:37:12 +00:00
espie
99488bee3c kill a few MODGNU_SHARED_LIBS, no actual package changes. 2006-06-19 09:46:43 +00:00
jasper
d0c465df07 Update to p5-POE 0.3502 and update my address while there.
ok steven@
2006-06-19 06:32:41 +00:00
jasper
6d258e6edf add liboop 2006-06-18 08:36:47 +00:00
jasper
614e7d0047 import liboop 1.0
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as the basis for almost any application.

ok alek@
2006-06-18 08:33:49 +00:00
jasper
4c4b88ccda - update perltidy to 20060614
- add PKG_ARCH=*
- format pkg/DESCR to a width of 72 chars.

ok maintainer, naddy@
2006-06-16 17:31:55 +00:00
jolan
79d2cac1af allow building as root, noticed by steven@ 2006-06-16 15:07:06 +00:00
steven
b79ee5698e update to 2.05; jasper 2006-06-14 22:03:24 +00:00
steven
855d3cd100 update to 0.75. from jasper. 2006-06-14 19:31:24 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
sturm
34b4cd7322 ruby-rake 2006-06-12 19:56:33 +00:00
sturm
3dc5273858 Initial import of ruby-rake 0.7.1
Rake is a Ruby make-like utility using standard Ruby syntax for the build
specification file.

from msf
2006-06-12 19:55:48 +00:00
espie
1ba1df3384 libidn change from recent kdelibs. 2006-06-12 13:38:00 +00:00
sturm
528c8812e6 ruby-actionpack
ruby-activesupport
2006-06-11 20:06:01 +00:00
sturm
a2b34c330a Initial import of ruby-actionpack 1.12.1
Eases web-request routing, handling, and response as a half-way front,
half-way page controller. Implemented with specific emphasis on enabling
easy unit/integration testing that doesn't require a browser.

from msf
2006-06-11 20:04:37 +00:00
sturm
715cb5325d Initial import of ruby-activesupport 1.3.1
Utility classes and extensions to the standard library that were required
by Rails, but found of general use.

from msf
2006-06-11 19:59:48 +00:00
sturm
f55dc4642a ruby-gems 2006-06-11 19:12:03 +00:00
sturm
e746120d07 Initial import of ruby-gems 0.8.11
RubyGems is the Ruby standard for publishing and managing third party
libraries.

from msf
2006-06-11 19:11:07 +00:00
sturm
c48321f2f5 add CONFIGURE_STYLE "ruby setup" and related targets
move LIB_DEPENDS to relevant ports, no PKGNAME bump needed
this is in preparation of a soon to come ruby-gems port

with msf's consent
2006-06-11 18:57:11 +00:00
espie
923844a882 Add WANTLIB, fixing very shoddy porting work from Anil.
Shame on you !
2006-06-10 11:13:09 +00:00
steven
c9fa958a0c update to ipython 0.7.2
from maintainer Will Maier
2006-06-08 14:38:01 +00:00
steven
1fd29a6042 update to pexpect 2.1
"fine" xsa@, removed him from maintainer per his request.
2006-06-08 14:27:16 +00:00
alek
ccbcec9b56 Update to .3501; from new maintainer Jasper Lievisse Adriaanse <jasper@nedbsd.nl> with help from steven@ 2006-06-07 08:13:20 +00:00
bernd
a2592d24d7 Update to glibmm-2.8.8.
This unbreaks building with glib2-2.10.x.

prodded by espie@
2006-06-06 12:55:15 +00:00
kurt
7209ade622 - fix reoccurance of KOI8_U charset NPE's for ALT_BOOTSTRAP (default).
since KOI8_U doesn't come with the Solaris class files, make sure it is
built in the recompile stage. Reported by Matt Jibson.
- add a useable cacerts file and use that instead of current empty one.
charset portions tested by and okay ian@.
2006-06-06 03:02:42 +00:00
steven
f77efc2919 switch to python 2.4 and bump py-subversion PKGNAME. 2006-06-04 00:21:58 +00:00
brad
f78efd416a Update pango to 1.12.3. 2006-06-03 18:23:03 +00:00
brad
c819b39792 Update glib2 to 2.10.3. 2006-06-03 18:22:22 +00:00
steven
e4964ecdbf don't expect python symlink, use real python binary, i.e. python2.4.
"works fine" alek@
2006-06-03 14:40:41 +00:00
steven
b1639f1047 bump PKGNAME after switch to python 2.4 2006-06-03 12:39:30 +00:00
steven
bc34a2f91e bump PKGNAME after switch to python 2.4 2006-06-03 12:23:41 +00:00
alek
92e91b4ac4 Bump PKGNAMEs after recent python switch 2006-06-03 09:19:52 +00:00
steven
3966db5d23 +p5-IO-KQueue 2006-06-03 07:22:33 +00:00
steven
f32a72ace6 import IO::KQueue 0.30
This module provides a fairly low level interface to the BSD kqueue(2)
system call, allowing you to monitor for changes on sockets, files,
processes and signals.

from Srebrenko Sehic <haver at insecure.dk>
2006-06-03 07:18:42 +00:00