Commit graph

168008 commits

Author SHA1 Message Date
wiz
2ed6c91340 + file-5.05, gnumeric110-1.10.13, goffice0.8-0.8.13,
modular-xorg-server-1.9.4, puzzles-9083, wdiff-0.6.5 [pkg/44519],
  wine-devel-1.3.13, xboard-4.5.0, xf86-video-ati-6.14.0.
2011-02-05 16:02:14 +00:00
obache
c5cabf4891 + varnish-2.1.5 [pkg/44520] 2011-02-05 15:18:48 +00:00
ryoon
dfbde5b24b audio/gogo is removed. 2011-02-05 14:36:25 +00:00
ryoon
43706cb97f Remove spim-8.0 and twolame-0.3.13 2011-02-05 14:00:05 +00:00
ryoon
c783744668 Updated emulators/spim to 8.0 and audio/twolame to 0.3.13 2011-02-05 13:58:29 +00:00
ryoon
f7a477996a Update to 8.0.
fix PR pkg/44465

Changelog:
2010-01-08    <Jim@LS-RED>

	* Version 8.0 released

2010-01-05    <Jim@LS-RED>

	* xspim/Imakefile, spim/Makefile Jaymie Strecker [JStrecker@wooster.edu]:
	Change install path from /usr to /usr/local.
	Removed -D option, which doesn't exists on MacOS.

	* pervasive:
	Change license to a BSD license, update copyright notices, and
	eliminated references to my old email address.

2009-12-05    <Jim@LS1>

	* CPU/spim-utils.c (initialize_run_stack) [÷ýŽ´ö´ÊîÜ® bupjae@hotmail.com]:
	Simplify alignment of data on stack to ensure enough room is left
	for environment and args at top of stack.

	* PCSpim/PCSpimView.cpp:
	Initialize stack with arguments when running program from run dialog.

	* spim/spim.c (read_input) [Adam Wolfe Gordon
	adam.wolfegordon@gmail.com}:
	read_input filled buffer with last character of file not terminated by
	newline.

	* Documentation/spim.html [Dave Comer dmcomer@dmcmicro.com]:
	Links to MIPS documentation were broken.

2009-09-22    <Jim@LS1>

	* spim/spim.c (main) [Ohad Kammar ohad.kammar@ed.ac.uk]:
	Did not return value from exit syscall.

2009-03-01  James larus  <larus@ubuntu-laptop>

	* xspim/buttons.c [Karl Ljungkvist k.ljungkvist@gmail.com]:
	Step command reinitialized the stack, which changed registers (argc, argv).

2009-03-01    <Jim@LS1>

	* Documentation/spim.html:
	Updated web page to remove reference to spim source in PCSpim source distribution.

	* PCSpim/PCSpimView.{cpp, h}, SettingsDlg.cpp, BreakpointDlg.cpp, MainFrm.{cpp, h}:
	Force redisplay of data segment in situations in which register
	values may have changed, such as $sp. Some cleanup as well.

	* PCSpim/PCSpimView.cpp:
	Properly initialize the PC at the first invocation of the step operation.

	* PCSpim/PCSpimView.cpp, spim/spim.c [Pierce, Bill [pierce@hood.edu]:
	Initialize the stack when initializing the world, so the stack is
	initialized when single stepping as well as running.

2009-02-13    <Jim@LS1>

	* CPU/mem.c (bad_mem_write) [phong le phongle@nlsim.com]:
	Major memory leak: instructions overwritten by self-modifying code
	were not freed!

	* spim/Configure, xspim/Configure [Carlos Pantelides carlos_pantelides@yahoo.com]:
	Added test for 64 bit Linux systems.

2009-01-22    <Jim@LS1>

	* spim/Makefile:
	Fix install commands so exceptions.s is installed at /usr/lib/spim.
	Rerelease of spim.tar.*

2009-01-14    <Jim@LS1>

	* pcspim.zip:
	Rerelease of pcspim to correct installer problem. Visual Studio
	9.0 required new crt and mfc libraries.

2009-01-01    <Jim@LS1>

	* Released version 7.4

2009-01-01  James larus  <larus@ubuntu-laptop>

	* xspim/Imakefile, spim/Makefile:
	Fix install directories for Linux.

2008-11-29    <Jim@LS1>

	* xspim/buttons.c [karl.marklund@gmail.com]:
	Command line arguments for assembly code not properly set.

2008-11-28    <Jim@LS1>

	* PCSpim/PCSpimView.{cpp,h}:
	Command line arguments not set properly on second and subsequent runs.

2008-11-01    <Jim@LS1>

	* Version 7.4

	* Tests/tt.core.s (madd_) Miguel BarŽÃŽ£o [mjsb@di.uevora.pt]:
	Added test for madd(2, -1) with (hi, lo) = (0, -1).

2008-05-18    <Jim@LS1>

	* CPU/scanner.l [liblit@cs.wisc.edu]:
	Fix for flex 2.5.33 was too specific for that version and failed
	on later versions, which propagated the change recoganized by fix
	of2005-02-05.

2007-05-20    <Jim@LS1>

	* CPU/run.c (run_spim):
	Fixed handling of borrow from subtract of low-order word in MSUB
	and MSUBU

2007-05-03    <Jim@LS1>

	* CPU/run.c Tim ODonnell [timodonnell@gmail.com]:
	Fixed handling of overflow from add of low-order word in MADD and
	MADDU.

2007-04-15    <Jim@LS1>

	* Documentation/spim.html:
	Updated MIPS documenation links to reflect new file
	versions. Included link to Nokia 660 port.

2007-01-14    <Jim@LS1>

	* CPU/inst.c (inst_decode) Cai Hongxu [caihongxu@gmail.com]:
	Did not correctly decode SPECIAL2 instructions (e.g., madd).

2006-08-28    <Jim@LS1>

	* spim/Makefile:
	Explicitly include exception handler path for "make test" to
	eliminate need to install it before running test.
2011-02-05 13:38:14 +00:00
ryoon
02a858be96 Update to 0.3.13.
Changelog:
Version 0.3.13 (2010-01-21)
---------------------------

- Fixed documentation location (--docdir in configure)
   * thanks to Chris Mayo for patch
- Moved source code control to Github
- Improvements to build system
- Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3
- Fix problem with 'extern inline' by changing them to 'static inline'
- Wrote perl script to test output of the frontend
- Changed all debugging messages, writing to stdout to write to stderr
- Removed calls to exit() from libtwolame.
- Added --non-copyright option (which is enabled by default)
- Fix for bad copy/paste of variable assignment.
- Manpage correction
- Changed fopen() options to wb to fix Windows
2011-02-05 13:32:44 +00:00
obache
bf5b630ba8 Kill Interix libc shlibname base OS_VERSION detection, broken for SUA.
It is based on ancient bsd.prefs.mk and not works as expected for SUA,
because all SUA (5.2, 6.0 and 6.1) have libc.so.5.2 (and also old version).
Moreover shlibname base OS version was introduced to speed up to avoid invoking
`uname', but in this script, `uname' always will be invoked.
2011-02-05 13:21:13 +00:00
hiramatsu
0bb562f7f2 Build shared library on OpenBSD too. 2011-02-05 09:34:04 +00:00
adam
37ebf2c521 Updated graphics/inkscape to 0.48.1 2011-02-05 07:58:11 +00:00
adam
975b7b84e6 Changes 0.48.1:
No release information available.
2011-02-05 07:57:15 +00:00
hiramatsu
dfcc1fcf4a OpenBSD does not have lchmod. 2011-02-05 04:03:48 +00:00
adam
e1dbf4ab02 Fix building with Clang 2011-02-04 23:35:29 +00:00
wiz
2aa6d528ee Fix path in patch. 2011-02-04 22:46:33 +00:00
minskim
6d1aaadc62 Add tex-eso-pic{,-doc}. 2011-02-04 22:40:37 +00:00
minskim
85a9b974f1 Import tex-eso-pic-doc-2.0c as print/tex-eso-pic-doc.
This is documentation for tex-eso-pic.
2011-02-04 22:39:29 +00:00
minskim
98ef1ce6db Import tex-eso-pic-2.0c as print/tex-eso-pic.
Eso-pic is an extension of everyshi. Using everyshi's \EveryShipout
command, eso-pic adds one or more user commands to LaTeX's shipout
actions.
2011-02-04 22:39:15 +00:00
minskim
0ac69a5239 Add tex-pdfpages{,-doc}. 2011-02-04 22:19:04 +00:00
minskim
aece625272 Import tex-pdfpages-doc-0.4l as print/tex-pdfpages-doc.
This is documentation for tex-pdfpages.
2011-02-04 22:17:57 +00:00
minskim
4ef295b905 Import tex-pdfpages-0.4l as print/tex-pdfpages.
This package simplifies the inclusion of external multi-page PDF
documents in LaTeX documents. Pages may be freely selected and similar
to psnup it is possible to put several logical pages onto each sheet of
paper. Furthermore a lot of hypertext features like hyperlinks and
article threads are provided. The package supports pdfTeX (pdflatex) and
VTeX. With VTeX it is even possible to use this package to insert
PostScript files, in addition to PDF files.
2011-02-04 22:17:39 +00:00
minskim
640af31198 Add tex-palatino. 2011-02-04 22:15:18 +00:00
minskim
8147bbb300 Import tex-palatino-2010 as fonts/tex-palatino.
This package provides the Palatino font family for TeX.
2011-02-04 22:14:32 +00:00
adam
72d638dccc Fix building with Clang 2011-02-04 21:08:17 +00:00
adam
19e7c072ee Fix building with Clang; switch to .tar.bz2 2011-02-04 20:10:32 +00:00
adam
e8c59778a3 Switch to .tar.bz2 2011-02-04 19:56:26 +00:00
adam
518077e361 Changes 0.9.1:
* Parse correctly WP 2 for Mac documents without resource fork
* Improvements in parsing of pictures in WP1 parser
* Fix wrong sizes of some functions in WP1 and WP42 parsers
* Fix handling of character attributes
2011-02-04 19:53:06 +00:00
roy
77158f75a5 Update to dhcpcd-5.2.11
Change from dhcpcd-5.2.10 is support for 64-bit routing on NetBSD.
2011-02-04 15:30:53 +00:00
obache
2b36d4e508 Remove the last hunk from patch-ab for configure.
It was added for DragonFly, but not required for recent DF release,
and break build on AIX-5.3, as PR#44446.
2011-02-04 12:26:01 +00:00
adam
ef3a0e9447 Updated chat/mu-conference to 0.8 2011-02-04 12:06:57 +00:00
adam
2ebd8fd46d Changes 0.8:
* Optimization: A bunch of patches by M. Doliner (see svn log for more details)
* Feature: Allow the service admin to see the occupants of every rooms
* Feature: Allow the service admin to enter a room with nicknames locked even
  if his nickname isn't the one needed
* Feature: option to disable room logging on the whole component
* Feature: option to save room log files in subdirectories according to date
* Feature: Patch by Smoku to hide empty rooms from disco/browse lists
* Bugfix: Two vulnerabilities in mysql module
* Bugfix: send code=110 when needed according to XEP-0045
* Bugfix: Fix crash when changing roles
* Bugfix: Fixed a bug when entering/leaving a room, it was considered as a nick
  change
* Bugfix: Corrected the errors sent by mu-conference
* Bugfix: Better error code when choosing a nick not conform with the room
  policy
* Bugfix: Fixed a segfault in the decline messages handler
* Bugfix: Avoid a segfault when asking unique room name with a too big user jid
* Bugfix: going in an infinite loop if the user invite the jid ""
* Bugfix: Changed error handling
  - Don't kick a user if the message error is not delivery-related,
    otherwise user could be kicked when refusing a file transfer for example
  - If the user is not kicked, don't discard the error, send it to the
    other user/chatroom
* Bugfix: Hide XEP-0203 delay nodes when sending back presences stanzas
2011-02-04 12:05:45 +00:00
obache
15d8e52546 Updated www/ap2-chroot to 0.5 2011-02-04 11:40:25 +00:00
obache
86d4dfcba1 Update ap2-chroot to 0.5.
While here
 * Set LICENSE=gnu-gpl-v2
 * Marked as CONFLICTS with apache>=2.2.10.
   It provides builtin ChrootDir directive, as PR#44458.

2005-01-09	Hobbit
	* getenv()/setenv() instead of flaky getppid().
	* fixed layout to make <IfModule> work as expected.
	* documentation updates.
	* released mod_chroot/0.4

2005-06-12	Hobbit
	* fixed a problem with some CGIs (mod_cgid, mod_fcgid)
	  being executed outside the chroot jail.
	  Patch by <clement.hermann*free.fr>, thanks!
	* updated documentation
	* released mod_chroot/0.5
2011-02-04 11:40:12 +00:00
obache
d5c6270457 Updated converters/skf to 1.97.4 2011-02-04 02:02:30 +00:00
obache
7805555163 Update skf to 1.97.4.
* fix encode wrap doesn't work on CR/LF environment.
  * fix early mime output feature isn't suppressed as expected.
2011-02-04 02:01:55 +00:00
wiz
58d13f513e Mention new mame+mess packages and sdlmame+sdlmess removal. 2011-02-03 22:26:06 +00:00
wiz
8723f18a03 Remove sdlmame and sdlmess, replaced by mame and mess, respectively.
Add mame+mess to category Makefile.
2011-02-03 22:24:45 +00:00
wiz
75da7696c2 Initial import of mess-0.141:
MESS is a source-available project which documents the hardware
for a wide variety of (mostly vintage) computers, video game
consoles, and calculators through software emulation, as MAME does
for arcade games. As a nice side effect to this documentation, MESS
allows software and games for these hardware platforms to be run
on modern PCs.
2011-02-03 22:22:54 +00:00
wiz
6f80d8bbfb Initial import of mame-0.141:
MAME stands for Multiple Arcade Machine Emulator. When used in
conjunction with images of the original arcade game's ROM and disk
data, MAME attempts to reproduce that game as faithfully as possible
on a more modern general-purpose computer. MAME can currently
emulate several thousand different classic arcade video games from
the late 1970s through the modern era.

ROMs are needed to play the games. Some are freely available on the
MAME homepage.
2011-02-03 22:22:35 +00:00
adam
919ff948ea Fix building on Mac OS X. Fix building with Clang. 2011-02-03 21:52:33 +00:00
gls
7a203b7749 Fix graphics/libraw entry 2011-02-03 21:41:49 +00:00
gls
3084bd0ed8 Updated graphics/libraw to 0.12.4 2011-02-03 21:38:30 +00:00
gls
92ebc327d3 Update graphics/libraw to 0.12.4
Upstream changes:

Imported dcraw 9.06/1.440:

* Added camera support for: Canon S95, Casio EX-Z1080, Panasonic GF2 and GH2,
Samsung NX100, Sony A-580
* Updated color data for: Canon G12, Nikon D3100, D7000 and P7000, Olympus E-5,
Pentax K-r and K-5, Samsung NX10 and WB2000
2011-02-03 21:38:07 +00:00
imil
e0d699df20 Turns out shelldap is under 3-clauses BSD license. 2011-02-03 21:33:09 +00:00
drochner
9f5c73203a mention recent updates/additions 2011-02-03 19:39:21 +00:00
drochner
5efa31f2cb update to 4.8.3
changes: enhanced support for working with QVariant objects and Python v3
2011-02-03 19:28:48 +00:00
shattered
d32e791524 Use @RCD_SCRIPTS_SHELL@. 2011-02-03 19:27:55 +00:00
drochner
2037b39bcd update to 4.12.1
changes: small functional enhancements
2011-02-03 19:27:04 +00:00
drochner
0c28f46078 +gprbuild-aux 2011-02-03 19:08:19 +00:00
drochner
d1dc42144e add gprbuild-aux-20101120, a Multi-language project builder,
from John Marino per PR pkg/44438
2011-02-03 19:04:02 +00:00
drochner
ca07713075 +gtkada 2011-02-03 19:00:01 +00:00