Commit Graph

21219 Commits

Author SHA1 Message Date
naddy
48795b49d5 use FETCH_MANUALLY 2003-07-25 23:22:06 +00:00
naddy
171977d6f6 +bonnie++ 2003-07-25 22:24:31 +00:00
naddy
e558a83e31 Import bonnie++ 1.03a.
Submitted by Martin Reindl <mreindl@catai.org>.

Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance.
2003-07-25 22:23:14 +00:00
espie
94442259be Some examples of FETCH_MANUALLY 2003-07-25 13:07:17 +00:00
espie
7eff30b5be FETCH_MANUALLY
okay naddy
2003-07-25 12:46:26 +00:00
kevlo
21f72f5adc upgrade to 2.04; ok maintainer 2003-07-25 12:06:16 +00:00
jolan
df4ff49510 merged into uqm now 2003-07-25 11:10:22 +00:00
jolan
264177e003 merge in games/uqmcontent, bump PKGNAME 2003-07-25 11:04:30 +00:00
jolan
3a437d6822 0.14.0.92 update, http://pan.rebelbase.com/#014092
most notable change is it supports gnet2 now.  i agree with what
marcus@freebsd had to say about it, "yay".
2003-07-25 06:47:29 +00:00
jolan
f132a6380b switch branch from 1.1 to 2.0 2003-07-25 06:42:05 +00:00
jolan
03feeb8ee3 +_ffproxy 2003-07-25 04:59:54 +00:00
jolan
bd39df39d1 +ffproxy 2003-07-25 04:58:18 +00:00
jolan
e8b5796255 import of ffproxy-1.4:
ffproxy is a filtering HTTP proxy server.  It is able to filter by host,
URL, and header.  Custom header entries can be filtered and added.
Contacting IPv6 servers is supported and allows transparent IPv6 over
IPv4 browsing.
2003-07-25 04:52:45 +00:00
pvalchev
0f13a36266 patch -b is now -z 2003-07-25 02:17:51 +00:00
jolan
778dda65b1 +netstrain 2003-07-25 00:47:18 +00:00
jolan
60aa590a1a import of netstrain-3.0:
NetStrain is a tool to measure practical data throughput between two
machines over a TCP connection.  It can be used for performance testing,
stress/stability testing and to demonstrate various network effects.  It
supports both IPv4 and IPv6.
2003-07-25 00:46:29 +00:00
avsm
f7cde55761 +haddock 2003-07-25 00:26:39 +00:00
avsm
209c2a1a59 initial import of haddock-0.4, from Don Stewart <dons at cse.unsw.edu.au>
--

Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in
a syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked.
2003-07-25 00:26:13 +00:00
avsm
f3119f35a6 +hmake 2003-07-25 00:09:16 +00:00
avsm
99cef624cf initial import of hmake-3.08, from Don Stewart <dons at cse.unsw.edu.au>
--

Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild
only those that have changed, given just the name of the program
or module that you want to build.

Hmake interactive, or hi for short, is an interpreter-like
environment that you can wrap over any common Haskell compiler to
achieve an interactive development style. It deliberately looks
and feels a lot like the Hugs interpreter. The difference is that
you get real compiled code, compiled by your favorite compiler -
you can even change compiler on the fly, to check your code's
portability!
2003-07-25 00:08:45 +00:00
naddy
889458ba2a update from 2.5.8; from kevlo@ 2003-07-24 21:45:12 +00:00
brad
bc8dbb11f1 add USE_X11 2003-07-24 15:07:52 +00:00
naddy
5721193f42 enable translations 2003-07-24 14:56:09 +00:00
brad
b77b6dc723 remove dead site. 2003-07-24 14:48:07 +00:00
brad
e6561f7229 don't hardcode the default linker emulation type. 2003-07-24 13:43:44 +00:00
naddy
c516389304 protect smart recursion in clean-depends against port names that are
substrings of others; ok espie@
2003-07-24 12:50:38 +00:00
naddy
5e457e5322 Give Mozilla a fighting chance on alpha. Low-level xpcom code from
FreeBSD.
2003-07-24 12:18:41 +00:00
naddy
fca2b085a0 Twiddle debugging format; originally from art@ a long time ago
This may need revisiting later, but it allows us to build a rather
functional compiler on alpha.
2003-07-24 12:15:48 +00:00
kevlo
5152ca2b59 add rxvt-big5 and xcin25 2003-07-24 03:20:12 +00:00
kevlo
368dd41c0b Initial import of xcin25-2.5.3.
Xcin25 is a Chinese input method Linux binary.
2003-07-24 03:18:45 +00:00
kevlo
7a568ee6ac Initial import rxvt-big5-2.7.8.
Rxvt-big5 is a color terminal emulator Linux binary.
2003-07-24 03:17:26 +00:00
naddy
bb53f247f0 Use more sensible permissions for config file.
From: Okan Demirmen <okan@demirmen.com>
2003-07-24 01:30:51 +00:00
naddy
6f7001215f - Make interprogram dependencies respect the 'g' prefix.
- Fix configure on sparc64.
2003-07-23 23:30:14 +00:00
brad
08b33212df allow grace to compile after the upgrade of t1lib which had some API changes.
ok MAINTAINER
2003-07-23 23:15:16 +00:00
espie
250e5fea9d smart recursion in clean-depends: use an extra temp file to avoid cleaning
up the same spec twice.
2003-07-23 22:24:24 +00:00
naddy
41e3b4a75d remove gmake dependency 2003-07-23 21:58:28 +00:00
avsm
8b526f2d6b +happy 2003-07-23 19:16:21 +00:00
naddy
b89dc0cf04 sdiff is gone, but we still need it 2003-07-23 19:12:18 +00:00
avsm
a184708e4f initial import of happy-1.13, from Don Stewart <dons at cse.unsw.edu.au>
with minor tweaks by me.

--
Happy - The LALR(1) Parser Generator for Haskell

Happy is a parser generator system for Haskell, similar to the
tool `yacc' for C. Like `yacc', it takes a file containing an
annotated BNF specification of a grammar and produces a Haskell
module containing a parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can
work in conjunction with a lexical analyser supplied by the user
(either hand-written or generated by another program), or it can
parse a stream of characters directly.
2003-07-23 19:09:34 +00:00
avsm
19c0578583 use the ghc module, which cleans up the various depends 2003-07-23 18:27:53 +00:00
avsm
0b19487932 ghc module for ports that use the Haskell language 2003-07-23 18:27:09 +00:00
avsm
34b97c484f no need to define YACC, add in a ghc module Makefile to set common ghc defines 2003-07-23 18:26:35 +00:00
marcm
9cd8476d57 Change package DESCR to reflect reality more. Add basic instructions for
running GNOME and list some useful additional packages.
2003-07-23 15:46:37 +00:00
espie
d766877485 say goodbye to DEPENDS, MISC_DEPENDS, FETCH_DEPENDS. Okay naddy@ 2003-07-23 09:58:33 +00:00
jolan
a07ffc1aaa incorporate megadiff from the author which allows mmaping of index data
on openbsd, related to pr/3291.  bump PKGNAME
2003-07-23 06:03:00 +00:00
jolan
d482a5c7a8 0.6a update 2003-07-23 02:46:31 +00:00
brad
459cc69576 apply a number of distribution patches. 2003-07-23 01:47:20 +00:00
brad
4da65b6f55 upgrade to gaim 0.66 2003-07-23 01:13:58 +00:00
jolan
498d234c83 +mini_sendmail 2003-07-22 23:02:18 +00:00
jolan
a5154a9c92 import of mini_sendmail-1.3.2:
mini_sendmail reads its standard input up to an end-of-file and sends a
copy of the message found there to all of the addresses listed.  The
message is sent by connecting to a local SMTP server.  This means
mini_sendmail can be used to send email from inside a chroot(2) area.
2003-07-22 23:01:16 +00:00