Commit graph

122561 commits

Author SHA1 Message Date
tnn
b25e65b3c7 Needs m4 2008-02-09 23:49:27 +00:00
tnn
955f5698bc Needs nroff 2008-02-09 23:42:59 +00:00
adrianp
cafb577ae0 Updated math/p5-Math-Pari to 2.010709 2008-02-09 22:40:10 +00:00
adrianp
759f778d72 Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p.  (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.
2008-02-09 22:39:50 +00:00
jnemeth
5f5fca3e60 sort 2008-02-09 20:45:27 +00:00
jnemeth
579fe81ebc lint 2008-02-09 20:44:14 +00:00
jnemeth
3e3d6636e0 add and enable clawsker, sort 2008-02-09 20:43:23 +00:00
jnemeth
04b9101658 lint, sort 2008-02-09 20:40:21 +00:00
rhaen
49b36e5ce4 - updated to 1.20
- DESTDIR support
- maintainer change
- oked by joerg, rillig
ChangeLog:
Expect v1.20
============
+ added early return to send and send_slow if filehandle was closed
+ added test for send_slow
! fixed bug in expect() param handling (exact pattern "0" was ignored)
! fixed bug in _make_readable()
+ now included example ssh.pl in MANIFEST so it gets packaged :-(

Expect v1.19
============
! fixed non-localized usage of $_
+ added new example ssh.pl

Expect v1.18
============
! added another pipe to synchronize spawning. Closing the slave in the
  parent can lead to a hang if the child already wrote something into
  it...
! fixed REs in test to deal with shell prompts

Expect v1.17
============
! fixed param check for expect() to allow expect(undef) et al

Expect v1.16
============
! fixed hangup with pipe sync upon spawn by adding close-on-exec to pipe handle
! fixed log_file(undef) when logging to CODE ref
! fixed $? mangling in DESTROY by saving & restoring status
! fixed hangup in send_slow
! fixed ugly solaris hack by disabling it for raw ptys
+ added param check for expect()
2008-02-09 16:36:44 +00:00
rhaen
18e71a3c9f - updated to 1.07
- DESTDIR support
- maintainer change
- oked by joerg, rillig
2006-07-18   Roland Giersig  <rgiersig@cpan.org>
        * v1.07
        * Tty.xs: added some more letter to BSD allocation

2006-07-15   Roland Giersig  <rgiersig@cpan.org>
        * v1.06
        * Tty.pm: pre-allocate buffer for ioctl

2006-06-06   Roland Giersig  <rgiersig@cpan.org>
        * v1.05
        * Tty.xs: added includes <sys/pty.h>  and <sys/ptyio.h>

2006-05-28   Roland Giersig  <rgiersig@cpan.org>
        * v1.04
        * Tty.xs: added handling for z/OS (uses /dev/ptyp0000)
        * Makefile.PL: added <sys/pty.h> (for HPUX)

2006-04-25   Roland Giersig  <rgiersig@cpan.org>
        * v1.03
        * Tty.c: changed newCONSTSUB to use newSV(0) instead of
          PL_sv_undef, now undef'd constants work
        * Makefile.PL: made ccflags handling meta-char safe, added
          ldflags; enhanced error msg
        * Makefile.PL: added <sys/ptyio.h>
2008-02-09 16:34:43 +00:00
obache
6709550046 Updated mail/dbmail to 2.2.9 2008-02-09 15:39:01 +00:00
obache
30560718dc Update dbmail to 2.2.9.
THis is a bugfix maintenance release.

Bugs fixed since 2.2.8:
  * 0000668: [Command-Line programs (dbmail-users, dbmail-util)] dbmail-export
    segmentation fault and mbox compatibility (paul)
  * 0000663: [Authentication layer] Authldap module reloads when it try to
    recconect
  * 0000662: [Authentication layer] Ability to bypass authentication on Active
    Directory
  * 0000660: [IMAP daemon] imapd provides better inetd compatability (paul)
2008-02-09 15:38:45 +00:00
reed
e2eb9c2187 Update pcc to 0.9.9.
Sorry no change log.

On January 27, ragge bumped the version with commit message:
"Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9."

This also includes the new manpages. (These are a work in progress --
please send me your improvements.)

For pkgsrc:
- changed download sites
- changed homepage
- INSTALLATION_DIRS not needed.
2008-02-09 14:53:14 +00:00
joerg
1960164c7e Always use the newly built pkg_create -- this makes updates easier. 2008-02-09 14:08:05 +00:00
tnn
938185d649 A nasty side effect of using TOOLS_SED here is that perl will try to
outsmart us and call the tool by name in some parts of the build.
eg just "nbsed" instead of "/usr/pkg/bin/nbsed". This can only have
worked before as long as ${PREFIX}/bin was in the user's path.
Fix this by TOOLS_ALIASES.sed+=${TOOLS_SED:T} so that an "nbsed"
is available in the PATH.
2008-02-09 13:58:46 +00:00
taca
cd0e57def1 Try to fix failure of detecting X Window System. 2008-02-09 13:11:07 +00:00
taca
c4c2d1fda6 Fix PLIST. 2008-02-09 13:09:22 +00:00
adam
4e65b57302 Updated databases/unixodbc; databases/iodbc 2008-02-09 07:28:21 +00:00
adam
239be4e86a Changes 3.52.6:
* Added support for GTK+ 2.x
* Fixed long mutex lock on connect
* Fixed problems with SQLBrowseConnect
* Fixed missing functions in export list
* Fixed core dump when checking for driver odbc version
* Fixed allocation error in SQLDescribeCol
* Fixed rpm specification for RedHat
* Fixed porting problems on FreeBSD, OpenBSD and OSF
* Use SQLFetchScroll in iodbctest
2008-02-09 07:26:57 +00:00
adam
08adb1071f Changes 2.2.12:
* Add missing SQLSetStmtOptionA and SQLSetStmtOptionW
* The config string being passed into ConfigDsn was wrong, removed
  semicolon, and added terminating double null
* Add help help to isql
* Couple of changes to make the build on OSX work better
* Alter odbctest FullConnect to use SQLDriverConnect
* Replace a missed flag for true 64 bit operation
* Add ODBC3<->ODBC2 type mapping in SQLSetParam
* Add missing SQLSetStmtOptionW.c
* Tidy up the search for GUI lib code in SQLManageDatasource
* Backport a couple of changes from the Debian build into the
  cursor lib
* Add extra config settings to the MaxDB/SapDB setup lib
* Fix possible exit from SQLConnect without having closed
  in the driver
* Fix configure problem on Tru64
* Fix a build issue on Sinix
* Allow calling metadata functions via the cursor lib
* Alter args to SQLParamOptions
* Fix bug preventing attribute length from being returned from
  SQLDrivers
* Fix broken iusql
* more...
2008-02-09 07:06:33 +00:00
minskim
c8188989a1 Note update of rails and its dependencies. 2008-02-09 06:32:34 +00:00
minskim
351f3c09f1 Update rails to 2.0.2. Now the default database is sqlite3, not mysql.
There are many other changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/railties/CHANGELOG
2008-02-09 06:31:59 +00:00
minskim
f4edf44815 Add ruby-activesupport. 2008-02-09 06:29:42 +00:00
minskim
4b5e88aee9 Import ruby-activeresource.
Active Resource (ARes) connects business objects and Representational
State Transfer (REST) web services.  It implements object-relational
mapping for REST webservices to provide transparent proxying
capabilities between a client (ActiveResource) and a RESTful service.
2008-02-09 06:27:48 +00:00
minskim
ca7f77f13d Update ruby-actionmailer to 2.0.2.
There have been too many changes.  Please see CHANGES for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/actionmailer/CHANGELOG
2008-02-09 06:24:57 +00:00
minskim
cdd6ce7240 Update ruby-actionpack to 2.0.2.
There have been too many changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/actionpack/CHANGELOG
2008-02-09 06:23:29 +00:00
minskim
30c22a107a Update ruby-activerecord to 2.0.2.
There have been too many changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/activerecord/CHANGELOG
2008-02-09 06:20:25 +00:00
minskim
f3c83c6461 Update ruby18-activesupport to 2.0.2.
There have been too many changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/activesupport/CHANGELOG?rev=8664
2008-02-09 06:18:27 +00:00
minskim
d439d52988 Spelling fix. 2008-02-09 04:59:33 +00:00
bjs
ecfdb4d017 + Updated sysutils/dbus to 1.0.2nb4 [bjs 2008-02-08] 2008-02-08 23:16:05 +00:00
bjs
320b9557f4 Add patch supporting socket credentials for NetBSD, courtesy of
jmcneill@.  Bump rev.
2008-02-08 23:15:16 +00:00
adrianp
d08d9e77fe Skip ${PREFIX}/emul/linux32/proc.* as well 2008-02-08 23:13:35 +00:00
rillig
4a2b7dfc86 Added a suggestion from Tobias Nygren. 2008-02-08 22:43:27 +00:00
drochner
72344ac21e +dmsdos 2008-02-08 21:22:06 +00:00
drochner
6264cdb9b4 Import dmsdos-0.9.2.3pre2 -- this is the userland part of some code
which can access files on DBLSPACE compressed MSDOS volumes.
Not maintained, but it just helped me to salvage files from an old
harddisk, so I thought it is worth keeping.
(It can be integrated into the "mc" norton-commander clone - you'll
find out details in its documentation.)
2008-02-08 21:18:44 +00:00
bjs
561f41f8bd + Updated devel/quilt to 0.46nb1 [bjs 2008-02-08] 2008-02-08 19:30:17 +00:00
bjs
d05fd8ed7e Add --without-rpmbuild to CONFIGURE_ARGS. Otherwise, the configure
script can detect it spuriously, and the installation phase will fail
during the PLIST check.

I would've added it as an option, but I do not know if quilt even
works with our ancient rpm package.

Bump rev (mostly for CHANGES).
2008-02-08 19:29:25 +00:00
ghen
0f840b186b Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.8. 2008-02-08 18:05:43 +00:00
ghen
00b57e5e6e Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.8.
Security fixes in this version:

MFSA 2008-10 URL token stealing via stylesheet redirect
MFSA 2008-09 Mishandling of locally-saved plain text files
MFSA 2008-06 Web browsing history and forward navigation stealing
MFSA 2008-05 Directory traversal via chrome: URI
MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution
MFSA 2008-02 Multiple file input focus stealing vulnerabilities
MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12)

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.8/
2008-02-08 18:04:33 +00:00
drochner
3591f02b45 update to 1.1.10.1
This release contains a security fix (array index vulnerability which
may lead to a stack buffer overflow, CVE-2008-0486). There are also
two minor bug fixes.
2008-02-08 17:43:06 +00:00
drochner
d8abf73692 fix build against xine-lib versions with a patch level (ie a.b.c.d) 2008-02-08 17:33:02 +00:00
obache
0df0e06047 Updated graphics/x11rec to 0.3nb6 2008-02-08 15:20:00 +00:00
obache
30689e628b Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}"
Bump PKGREVISION.
2008-02-08 15:19:42 +00:00
obache
1685eae34d Add DESTDIR support. 2008-02-08 15:13:54 +00:00
obache
5f5c6b51be DESTDIR handling is now in lang/ruby/modules.mk. 2008-02-08 15:11:47 +00:00
obache
6ee73476a8 Add DESTDIR support for setup.rb>=3.1.1 packages. 2008-02-08 15:10:41 +00:00
rhaen
eab9910e23 Updated changes file with updates: devel/p5-Want, textproc/p5-XML-Writer, textproc/p5-XML-Encoding 2008-02-08 14:55:56 +00:00
rhaen
b8df9148c3 - updated package to 2.01
- added DESTDIR support
- maintainer change to rhaen@NetBSD.org
ChangeLog:
2.01 24 Jul 2007
	- Fixed crash at end of test script when using perl-5.6.x. (The crash
	  was actually due to a bug in perl that is fixed as of perl-5.8.0 at
	  least, so the test script is simply modified to not tickle that bug.)
	- Clarified the copyright notices. Only the *changes* in version 2.x are
	  my copyright.
2.00 18 Jul 2007
	- Fixed bin/compile_encoding to run with perl-5.9.x by using restricted
	  hashes instead of pseudo-hashes (which have been removed from
	  perl-5.9.x)
	- Fixed accidental variable interpolation in Encoding.pm
	- Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that
	  ABSTRACT_FROM and AUTHOR get set when intended
	- Added LICENSE to Makefile.PL
2008-02-08 14:51:25 +00:00
obache
19f68d81fc This package is DESTDIR ready. 2008-02-08 14:15:40 +00:00
rhaen
a3400de4cd - updated package to 0.603
- added DESTDIR support
- changed maintainer to rhaen@NetBSD.org
ChangeLog:
0.603 Mon Jun 25 22:31:40 BST 2007    <joe@kafsemo.org>
        - Escape all necessary white space in attributes (#25499).

0.602 Sat Nov 11 16:54:22 GMT 2006    <joe@kafsemo.org>
        - Fix bugs in test case to avoid breaking with new Perls.
        - Make test case work with older Perls, tested against 5.004 (#17288).
        - Include pod syntax and coverage tests.
2008-02-08 12:51:59 +00:00