Commit graph

676 commits

Author SHA1 Message Date
Soren Jacobsen
a5f7d18c6d Abuse is an action game that pits you -- assuming the role of Nick Vrenna,
resistance fighter -- against ruthless alien killers, called ants, that have
taken control over humanity.

This is the SDL port, and includes the full game data.
2003-05-19 19:47:18 +00:00
Marc Recht
b967fa4dbd We don't need mk/pthread.buildlink2.mk here since we depend on python22-pth. 2003-05-18 11:36:58 +00:00
Marc Recht
ed3637f84d make pkglint happy and correct the location of WRKSRC 2003-05-18 11:28:24 +00:00
Marc Recht
a94ae9963e PYTHON_VERSION_REQD would be an assignment.. 2003-05-18 11:21:38 +00:00
Jeremy C. Reed
601687be30 add bc 2003-05-17 19:12:26 +00:00
Jeremy C. Reed
fb7cb06891 This provides the GNU versions of bc and dc.
dc is essential for pkgsrc installs.
2003-05-17 19:08:42 +00:00
Jeremy C. Reed
2a8b5bcd1a add ed 2003-05-17 18:49:54 +00:00
Jeremy C. Reed
aa0f98f4d5 This is the GNU version of ed(1).
ed is a line-oriented text editor.  It is used to create, display,
modify and otherwise manipulate text files.

This also includes a restricted ed, which can only edit files in the
current directory and cannot execute shell commands.
2003-05-17 18:46:58 +00:00
Douwe Kiela
6a8aa5a92f Add bftpd to Makefile 2003-05-17 14:55:44 +00:00
Douwe Kiela
26ce19790d Initial import of bftpd.
bftpd is an FTP server that tries to be very configurable while being
fast and small. Features of bftpd include:

  * Easy configuration
  * Speed
  * Support for most RFC FTP commands
  * tar.gz on-the-fly compression/archiving
  * Security with chroot without special setup
  * No need for extra files (sh, ls..) in a chroot environment
  * Logging to wtmp and to logfile or syslog
  * PAM and passwd/shadow support
  * Support for SITE CHOWN/CHMOD
2003-05-17 14:54:30 +00:00
Douwe Kiela
fcea105b39 When I initially imported this I was a little confused with the project's
name. srvx of svrx. It's all fixed now and it all works.
Could someone review this for me?
2003-05-17 14:36:20 +00:00
Douwe Kiela
627595f7be Initial import of srvx.
srvx is a set of IRC services for ircu P10 protocol networks; it is developed by a team of programmers
affiliated with the GamesNET IRC Network. srvx is designed to be a fast, extensible, scalable and reliable
provider of NickServ, ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy detection.
2003-05-17 14:29:33 +00:00
Marc Recht
c832027085 We don't really need python/application.mk and mk/pthread.buildlink2.mk 2003-05-17 13:53:09 +00:00
Marc Recht
d50a4f742c Add py-twisted. 2003-05-17 13:45:36 +00:00
Marc Recht
dd5040be0f Initial import of Twisted 1.0.5
Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.
2003-05-17 13:44:19 +00:00
Jeremy C. Reed
7ad5b56ae1 reminder that devel/bcc needs to conflict with this 2003-05-17 00:27:42 +00:00
Jeremy C. Reed
fb6015921b add bin86 2003-05-17 00:25:49 +00:00
Jeremy C. Reed
8e92a08e33 This is a simple assember, linker, and related tools for 80x86
machine code.  It is maintained by Robert de Bath.  This is based
on the as86 and ld86 distribution written by Bruce Evans.
2003-05-17 00:22:50 +00:00
Jaka Jejčič
3cc6307db8 Autorefresh added. 2003-05-16 23:53:35 +00:00
Benedikt Meurer
2c7e01be6c Updated to 0.7.1.
We have released GTetrinet 0.7.1, a maintenance release for 0.7.0. The biggest
thing is the new configuration option to disable the channel list feature,
which should help people having problems on servers with a non-supported /list
format. Support for the Java Tetrinet server and TetriDome has been added too,
as well as other minor bugfixes. Thanks to the GNOME translators, there are new
or updated translations, too. Have fun!
2003-05-16 23:10:53 +00:00
Jeremy C. Reed
da7223e5f1 add words (linux.words) 2003-05-16 16:11:48 +00:00
Jeremy C. Reed
06c112c177 Note that libcrack needs a words list. This provides it!
This is a word list containing over 45000 words. This list is
suitable for English language spelling checkers, libcrack, and as
a target for look(1).
This is linux.words.2, compiled by Rik Faith on Oct 10, 1993.
2003-05-16 16:06:58 +00:00
Jeremy C. Reed
2bbd21f372 add linux-modutils 2003-05-16 04:48:48 +00:00
Jeremy C. Reed
6eb32db543 Modutils is a collection of utilities for managing Linux kernel
modules. These tools handle loadable Linux kernel module dependencies,
installing loadable modules in the running Linux kernel, report on Linux
kernel symbols, etc.
2003-05-16 04:47:07 +00:00
Jeremy C. Reed
d9d4e92c4d add linux-nfs-utils 2003-05-16 04:41:13 +00:00
Jeremy C. Reed
be70436807 This is the Linux NFS utility package. This software includes
exportfs, rpc.lockd and various other tools and daemons.
2003-05-16 04:36:05 +00:00
Jeremy C. Reed
ced908cf33 add netkit-base and strace 2003-05-16 04:19:33 +00:00
Jeremy C. Reed
db3a9e7594 The netkit-base package contains inetd and ping for Linux. 2003-05-16 04:17:00 +00:00
Jeremy C. Reed
9547f3a635 change CATEGORY to devel (what do you think?) 2003-05-16 03:50:43 +00:00
Jeremy C. Reed
ecea9c8f7a I also submitted this to NetBSD in pkg/20770 on March 17.
Strace is a diagnostic and troubleshooting tool for printing out a trace
of all the system calls made by another process.  It intercepts and
records the signals received by a process and the system calls which
are called by a process.  The name of each system call, its arguments
and its return value are reported.
2003-05-16 03:45:51 +00:00
Jeremy C. Reed
0833bd2cb3 add procps (for Linux) 2003-05-16 03:24:16 +00:00
Jeremy C. Reed
92c2fddf9d The Linux /proc file system utilities are tools for reporting about
and modifying the state of the system, including memory, processes,
sending signals to processes, etc. The commands include free, oldps,
pgrep, pkill, ps, skill, snice, sysctl, tload, top, vmstat, w and watch.
(kill is not installed; it is available in the sysutils/util-linux
package.)
This version of procps is maintained by Albert Cahalan, based on
original code from Michael K. Johnson.
2003-05-16 03:20:43 +00:00
Lubomir Sedlacik
a4ce7c6562 - install into PREFIX, not X11BASE
- honour PKG_SYSCONFDIR
- it needs fontconfig for freetype2 support
- pass CFLAGS
- install files in more sane way
- DESCR has 80 columns, move part of COMMENT here
2003-05-16 00:21:40 +00:00
Hubert Feyrer
ff5a2630c6 doesnt build for me 2003-05-15 23:42:05 +00:00
Lubomir Sedlacik
e99b54da1d - remove the sed dance, simplify
- install documentation into sane location
- style
- add TODO
2003-05-15 22:58:13 +00:00
Lubomir Sedlacik
0ebbde7429 Remove puf, in pkgsrc. 2003-05-15 21:40:24 +00:00
Lubomir Sedlacik
18a363f464 - a->.1 in PKGVERSION
- GNU make is not really needed
2003-05-15 21:26:00 +00:00
Quentin Garnier
daa5f58427 o Install README file, since it is referenced by the man page.
o Correct path to REAME file in the man page.
2003-05-15 21:16:41 +00:00
Lubomir Sedlacik
4e14eee97f Remove lpe, in pkgsrc. 2003-05-15 21:09:56 +00:00
Lubomir Sedlacik
90061bcf11 Move examples where they belong. 2003-05-15 20:59:42 +00:00
Quentin Garnier
db67bd2b44 +dosbox 2003-05-15 20:57:25 +00:00
Quentin Garnier
f8d1c50539 Initial import of DOSBox, version 0.58.
DOSBox is a DOS-emulator using SDL for easy portability to
different platforms, DOSBox has already been ported to
several different platforms, such as Windows, BeOS, Linux,
Mac OS X...

DOSBox emulates a 286/386 realmode CPU, Directory
FileSystem/XMS/EMS, a SoundBlaster card for excellent sound
compatibility with older games...

You can "re-live" the good old days with the help of
DOSBox, it can run plenty of the old classics that don't
run on your new computer !
2003-05-15 20:22:11 +00:00
Lubomir Sedlacik
312f34289b - don't install static plugins
- don't use hardcoded -export-dynamic
- fix paths in manual pages
- fix modules search path
- magneta->magenta in modules (from FreeBSD)
- don't install invalid russian man page
- don't delete man subdirs, they should be part of mk/*.pkg.dist
- style nits
2003-05-15 12:57:15 +00:00
Lubomir Sedlacik
3732681f31 Remove golem, in pkgsrc. 2003-05-15 11:33:58 +00:00
Lubomir Sedlacik
6adeca0511 - honour PKG_SYSCONFDIR
- add GOLEM_WITH_SOUND option, default NO
- add conditional Xinerama support
- enable I18N
- s/USE_X11BASE/USE_X11/
- sort PLIST
- make DESCR a bit more readable
2003-05-15 11:14:49 +00:00
Thomas Klausner
5d9e33246f Sort, and add missing. 2003-05-15 08:52:13 +00:00
Marc Recht
49328d9e34 mkdir() fix for NetBSD is done 2003-05-14 21:55:08 +00:00
Marc Recht
fbb1a1711f remove trailing slash from the path passed to mkdir() 2003-05-14 21:54:22 +00:00
Juan Romero Pardines
0729ff7a28 Use sed to put the correct audio device, remove the obsolete MESSAGE, with
sed is not needed.
2003-05-14 10:50:21 +00:00
Quentin Garnier
ae65d3a41c Make good use of mk/ossaudio.buildlink2.mk, as hinted by Thomas Klausner
for another package.
2003-05-14 10:14:02 +00:00