| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
window manager made by David Hogan.
9wm is really nice for all day use (I mean, a large Emacs window
covering the whole screen and a terminal to use Lynx and browse the
web ;-)) provided that you do not have a large number of windows on
your screen. But in some occasions it is not the case (ie. you have
to telnet to 4-5 remote machines), which is painful with 9wm.
This need for virtual screens motivated this about 50 lines hack.
w9wm brings support for virtual screens (provided you use the second
button, aka middle button to select one virtual screen) as well as for
key bindings (to switch from one window to another).
PR: ports/25362
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
| |
|
|
|
|
| |
A completely free clone of mpg123
|
|
|
|
|
| |
PR: 25529
Submitted by: anders@fix.no
|
|
|
|
|
|
|
| |
patch to the FreeBSD kernel from the port.
PR: 25825
Submitted by: pfeifer@dbai.tuwien.ac.at
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Actually, the problem is that the ecasound port can optionally be compiled with
python so that you have another interface to the program. The python dependency
wasn't recorded in the makefile and the port was building the python bits by
default, so the process of installing or packaging failed a one point.
The fix is quite simple. And it features a couple of other enhancments.
First off, the current plist must be renamed "pkg-plist.py".
Second, a new plist must be made with the following diff on the original:
me:
The file pkg-plist contains only one revision,
so a repro copy of this file won't be needed.
I changed whitespaces to taps.
PR: 25814
Submitted by: anarcat@tao.ca
|
|
|
|
|
|
|
|
| |
- New Master Site, Old Site is not accessible
- included History-Check for cnews and inn2.2
PR: 25411
Submitted by: dinoex, greg@greg.rim.or.jp
|
|
|
|
|
|
|
| |
- Backup Master-Site removed, it will no longe hold the distfiles
PR: 25375
Submitted by: dinoex
|
|
|
|
| |
stow Enhancement Script
|
|
|
|
|
|
|
|
|
|
| |
QE is a PE2-like editor program under U*nix.
p.s. Don't pursuade me putting this into editors/. If you don't have
a Chinese (big5) environment, you could only see 'funny characters.'
PR: ports/25867
Submitted by: Status <statue@freebsd.sinica.edu.tw>
|
| |
|
|
|
|
|
|
|
| |
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.
Approved by: maintainer
|
| |
|
|
|
|
| |
bumped port revision
|
|
|
|
|
|
| |
support RELENG_3. But defining USE_NEWGCC should fix the compile
problems during package building for RELENG_3.
Therefore bump PORTREVISION.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
From the announce mail:
"The 3.23.35 mainly fixes a critical bug in 3.23.34 with ORDER BY. We
don't know how the ORDER BY bug slipped through our testing suite or
how fatal it's really is, but as we have got a couple of reports about
core dumps regarding this, we recommend 3.23.34 users to
upgrade as soon as possible. Sorry for the inconvenience."
|
|
|
|
|
|
|
|
| |
Remove dependency on expat, use the libneon provided xml parser.
Fix CONFIGURE_ENV.
Add WWW line to pkg-descr.
Submitted by: vanilla
|
|
|
|
|
|
|
|
| |
Remove expat from LIB_DEPENDS.
Fix install targets and configure environment.
Use libtool.
Submitted by: vanilla
|
|
|
|
|
| |
Submitted by: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp> (maintainer)
PR: ports/25355
|
|
|
|
|
| |
PR: ports/24649
Submitted by: dwm@caimis.com
|
| |
|
|
|
|
|
| |
PR: ports/25339
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The State Threads is a small application library which provides a
foundation for writing fast and highly scalable Internet applications
(such as web servers, proxy servers, mail transfer agents, and so on) on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture. In other words, this library offers a
threading API for structuring an Internet application as a state
machine.
The State Threads library is a derivative of the Netscape Portable
Runtime library (NSPR).
WWW: http://oss.sgi.com/projects/state-threads/
PR: 25189
Submitted by: tobez@tobez.org (Anton Berezin)
|
|
|
|
|
|
|
|
| |
(Makefile is slightly modified & several html documents are vanished)
- Add %%PORTDOCS%% to pkg-plist
PR: 25868
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 25870
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Reminded by: vanilla
|
|
|
|
| |
Submitted by: Archie Cobbs <archie@packetdesign.com>
|
| |
|
|
|
|
|
| |
PR: ports/25843
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As shown with this script :
m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \
$3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \
3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\
((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb
$ bash2 hanoi.sh 1 2 3
1 2
1 3
Segmentation fault (core dumped)
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
|
| |
PR: ports/25860
Submitted by: maintainer
|
|
|
|
|
| |
doing an upgrade. This patch does not fix a bug, takes away the original
author's right to free speach, and we have no technical reason to patch.
|
| |
|
| |
|
|
|
|
|
|
|
| |
"make patch". Also, I forgot to "cvs add" the correct file from
PR 25808.
reported by: bento
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
a program to rename mismatched and garbled MP3
filenames.
PR: 25653
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
| |
splash screen out of it, so use with caution. However, this version at least
compiles with, which is a big step forward ;-).
|
|
|
|
|
| |
Upgrade to 0.6.5.
- Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
myself (for the lack of children, whom I could've prohibited to
do it). Sorry.
Upgrade this port to:
. build against TCL-8.3 by default (controllable by TCL_VER)
. build with or without TK (controllable by NO_X)
. take over maintainership -- regretfully, Justin was
rather idle recently
. build the helpfiles once -- during the build stage --
not during the install stage
On a side note, I more and more resent the fact, that our TCL
8.3 is built with the -stubs. It just introduces more variables
without noticeable benefit. On FreeBSD shared libraries work
well...
I tested this with TCL-8.3 (with and without TK), and with
TCL-8.2 (without TK only). Please, test this more.
|
|
|
|
|
|
|
| |
The successor is xperfmon3 in the ports collection, which
is further maintaned and improved by myself.
Submitted by: Automated ports building system.
|
|
|
|
| |
Submitted by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
| |
Submitted by: splash.bbs@bbs.ee.ttu.edu.tw
|
| |
|
| |
|
| |
|
| |
|