Commit Graph

11620 Commits

Author SHA1 Message Date
pvalchev
13e876b4c2 Update to nap-1.4.5
After more than 2 months, this is an overdue release.  There are a lot
of bugfixes and new features, see the distributed ChangeLog for details.

Main changes:
* The main new feature is that the OpenNap servers are now the default
for nap.  The reason for this is that Napster Inc. has modified their
servers to use a new client auth scheme, which means that nap users
can no longer connect to their servers.  Nap will automatically
download a list of available servers from napigator.com, and then
connect to the first available one.
* Nap's sourceforge page has been updated and now fully operational.
You are encouraged to use sourceforge's facilities for bug reports,
feature requests, etc.
2001-07-02 00:50:22 +00:00
pvalchev
be8c17bb24 "Consider it under the GPL", the author says.
Set the PERMIT_* variables back to Yes accordingly.
2001-07-01 23:20:43 +00:00
lebel
581c9eec6b +fftw 2001-07-01 23:11:58 +00:00
lebel
b852691a58 initial port of fftw-2.1.3:
--
FFTW is a free collection of fast C routines for computing the
Discrete Fourier Transform in one or more dimensions. It includes
complex, real, and parallel transforms, and can handle arbitrary
array sizes efficiently.  FFTW is typically faster than other
publically-available FFT implementations, and is even competitive
with vendor-tuned libraries.  (See our web page for extensive
benchmarks.) To achieve this performance, FFTW uses novel code-generation
and runtime self-optimization techniques (along with many other
tricks).

WWW: http://www.fftw.org/

Submitted by Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-07-01 23:10:44 +00:00
naddy
5f3f8d882c Update to 1.0.3.
This release features oodles of bug fixes with cutting text,
especially with the -k (cut to end) option.  There is also a new
suspend handler which should make nano play better with mutt.  Nano
now also features mutt's case insensitive string compare function
for more speed and less memory usage.  Two new translations are
included, Ukrainian and Russian.
2001-07-01 17:49:00 +00:00
lebel
aa66078700 update zsh/stable to 4.0.2:
- there is still a unknown bug on sparc in the way * is expanded; I'm working
  to fix this.
2001-07-01 15:43:40 +00:00
brad
542582b0df add another local dist site. 2001-07-01 15:29:48 +00:00
shell
6ee4b45e87 Remove non-exists entry 2001-07-01 07:45:15 +00:00
shell
e1285df2bc Add p5-Gtk 2001-07-01 07:32:11 +00:00
shell
cea2eb6c96 Initial import of p5-Gtk-0.7008
---

The Gtk module allows Perl access to the Gtk+ graphical user interface
library.  The Perl binding tries to follow the C interface as much
as possible, providing at the same time a fully object oriented
interface and Perl-style calling conventions.
2001-07-01 07:31:29 +00:00
shell
b75fffb5c8 Add py-Chart and flavor 2001-07-01 07:20:13 +00:00
shell
3072c9f4ea Initial import of py-Chart-1.10
---

Pychart is a Python library for creating high-quality charts in
Postscript and PDF.  It produces line plots, bar plots, range-fill
plots, and pie charts.
2001-07-01 07:19:08 +00:00
shell
5899177b9b Sync with libxml
Upgrade to 0.97
2001-07-01 07:16:34 +00:00
shell
89562d6ae6 Upgrade to libxslt-0.13.0 2001-07-01 07:15:35 +00:00
pvalchev
bfc6026476 better 2001-06-30 20:27:23 +00:00
pvalchev
9a81894fbe Author changed distfile and plugged back NLS support, so re-add
our gettext tweaks and update checksum.
2001-06-30 20:17:36 +00:00
matt
2a9f29dd86 skip ports marked COMES_WITH on mirror-maker runs; ok espie@ 2001-06-30 19:06:09 +00:00
brad
53836cdc0f add RCS id 2001-06-30 18:55:52 +00:00
brad
46e5263f84 upgrade to automake 1.4-p4 2001-06-30 17:49:58 +00:00
pvalchev
b828b0d2a0 Upgrade to centericq-3.34.15
The author seems to have dropped gettext and any NLS support.
Changes:
* Fix a minor bug that caused problems when sending files,
* Shows a warning when you run more than one clients with the same UIN,
* Fix a big that caused some messages not to appear in history,
* Manual page included in the package - centericq(1),
* An ability to turn off local mailbox checking was added.
2001-06-30 17:34:13 +00:00
lebel
0e5be085b6 remove the Ctrl-M from the .ini files 2001-06-30 14:18:01 +00:00
naddy
9cb645cf62 Update Ogg Vorbis libs and tools to RC1. 2001-06-30 13:18:06 +00:00
naddy
0f60b900f1 Update to 0.7.0. 2001-06-30 13:16:40 +00:00
kevlo
516127274f upgrade to version 2.3.13 2001-06-30 03:32:55 +00:00
brad
4bf39e6f9d in this case we can use MAKE_FLAGS to override CC, CFLAGS and CCFLAGS and
get the desired results and now we don't need a patch anymore.
2001-06-30 02:12:47 +00:00
lebel
eef8dd4b82 pkg/DEINSTALL should also point to the right file 2001-06-30 00:52:20 +00:00
lebel
014d0aee75 fix the pkg/INSTALL script to not overwrite the config file if its there 2001-06-30 00:48:50 +00:00
drahn
5c9a7db796 Unmark as broken on powerpc.
Change to do alignment fixup some time back
worked around the GCC bug.
2001-06-29 22:32:52 +00:00
pvalchev
1cac88b997 sdl-sun-esd is really sdl-oss-esd as esound links with oss itself 2001-06-29 21:11:01 +00:00
jakob
c7815577a5 fix broken links; kevin@open-systems.org 2001-06-29 17:23:19 +00:00
jakob
ed3691f4e2 update to v1.4 2001-06-29 16:08:11 +00:00
brad
4dd4ecbd7a - fixup Makefile
- add @comment with RCS id to PLIST
2001-06-29 14:31:02 +00:00
espie
eef2266aaa Tsk, tsk. Removing flavors without removing SUBDIRS, careless... 2001-06-29 13:53:51 +00:00
brad
dcbdfaea6e upgrade to libxml 1.8.14
- only change is DESTDIR patch has been integrated
2001-06-29 12:59:27 +00:00
pvalchev
a7dd438c9b no more gl flavor 2001-06-29 03:27:51 +00:00
kevlo
e102f47d03 @${INSTALL_DATA_DIR} -> ${INSTALL_DATA_DIR} 2001-06-29 03:16:10 +00:00
kevlo
bd870c96b4 upgrade to version 1.09 2001-06-29 03:09:51 +00:00
kevlo
fbd3ce6e47 +jlint 2001-06-29 03:05:18 +00:00
kevlo
7cdfbda436 Initial import of jlint 2.2.
Jlint will check your Java code and find bugs, inconsistencies and
synchronization problems by doing data flow analysis and building a
lock graph.
2001-06-29 03:04:43 +00:00
kevlo
6d2db63509 - upgrade to version 1.1b9
- bump NEED_VERSION
- update DESCR
2001-06-29 02:43:52 +00:00
pvalchev
757b08a406 Make OpenGL be default and thus drop GL flavor. 2001-06-29 01:13:04 +00:00
shell
d0ef760c4e SUBDIR += mico 2001-06-28 20:01:31 +00:00
shell
e38f8ebe1a Initial import of mico-2.3.5
Port Maintainer : Andre S. Barbosa <andre@ravel.ufrj.br>
---
Mico is a freely available and complete CORBA-compliant implementation.
It allows applications to interoperate in a distributed and
heterogeneous environment, regardless of the locations of the
applications, operating systems and programming language.

WWW: http://www.mico.org
2001-06-28 19:59:03 +00:00
pvalchev
d640c091bf oops, these should go away 2001-06-28 01:02:19 +00:00
pvalchev
87d0f96551 Update to smpeg-0.4.4
Fix socklen_t check in acinclude.m4 to work for OpenBSD (at least)
Changelog:
* Fixed some hangs that occured when seeking in MPEG files
* Reworked the looping code - it should work better now
* Fixed memory leak when sound was disabled
* Widened initial search for audio streams in MPEG files
* plaympeg now shows the name of the MPEG file in the caption
* Added a check for the socklen_t type (was broken -pval)
* Fixed crash with incorrectly encoded macroblock sequences
* Fixed a crash when the MPEG file can't be opened
* Fixed crash in gtv when seeking without a file loaded
2001-06-28 00:56:57 +00:00
pvalchev
af46490731 + fvwm2 2001-06-27 21:58:50 +00:00
pvalchev
6784966289 fvwm-2.2.5 merge 2001-06-27 21:50:38 +00:00
pvalchev
ceb99bea58 Import of fvwm-2.2.5
Fvwm is a window manager for X, which provides a virtual/multiple
disjoint desktop, a 3D look for windows decorations, shaped/color
icons. It gives a very good emulation of mwm. A nice button-bar
can be used to provide convenient access to frequently used
functions of programs.

Flavors:
	rplay	- build with audio/rplay and provide sound support
	debug	- turn on debugging messages

WWW: http://www.fvwm.org/

Will co-exist with the fvwm in XF4, with the idea of being on the
bleeding edge, with more extras built in and flavors for choice.
Per discussion with todd@
2001-06-27 21:46:00 +00:00
pvalchev
7172dff8eb These do not have licenses, so we cannot distribute distfiles/packages.
Set PERMIT_* to "no license" for now.  Authors will be contacted so that
they are aware of the situation, but we cannot break the copyright law.
2001-06-27 20:56:24 +00:00
pvalchev
a0238a8c71 UVM is not optional anymore
remove NOT_FOR_ARCHS as only sun3 is left and there is no need for it
2001-06-27 19:57:20 +00:00