Commit graph

1179 commits

Author SHA1 Message Date
Marc Recht
037efd4ea9 Initial import of Bub's Brothers 1.0
The Bub's Brothers is a network, client-server game. It does not mean that you
cannot play it alone, on a non-networked computer, but that will just be less
fun. The game is written in the Python programming language.

* The server is the program that you only need to run on one machine. It is a
non-graphical program that computes the gameplay and sends display data to the
clients via the network.

* The client is the display program that must be executed on every machine.
2003-06-29 20:22:59 +00:00
Marc Recht
70ff246257 Remove the dependencies on graphbiz and docbook. 2003-06-29 17:33:40 +00:00
Marc Recht
9ca112c724 Update to Twisted 1.0.6
- Security fixes for twisted.web.
- Cred, Twisted's unified authentication and authorization framework,
was rewritten. While still not stable, the new system is far superior
and developers are encouraged to start using it.
- Flow, an utility page for integrating asynchronous control flow with
generators and iterators.
- Many improvements to the UDP subsystem.
- Many Windows-specific networking bug fixes.
- Cleanups in Woven - outputted HTML no longer includes attributes used
by templating, removed fake-acquisition for templates.
- Support switching over to TLS from TCP connections (useful for e.g.
STARTTLS in SMTP.)
- Improvements to the mail protocols and infrastructure.
- Fixed 2.2.0 compatibility.
- Index support for Lore.
- Bug fixes, documentation updates and small feature improvements.
2003-06-29 17:32:23 +00:00
Marc Recht
7e68f72dff Update to 1.0.7
* New module gnosis.anon. This module generates "anonyms" for email
  addresses, and forwards any mail sent to those anonyms on to the
  corresponding real addresses. In other words, this is a protocol
  that allows anonymous recipients to get email. Currently alpha-status.
  See http://gnosis.cx/anon for further information.

* Updated gnosis.xml.pickle to handle the new BooleanType in
  Python 2.3. Python <= 2.2 can read these pickles as well.
  Revised family mapping for functions/classes.

* Bugfix in gnosis.xml.pickle.util for classes that are
  loaded from sys.modules.

* Rewrote gnosis.util.introspect.instance_noinit to use more
  robust "new" module and/or __new__() as applicable. Added
  obj_from_classtype to public API.

* Updated xml.objectify to handle namespaces. Additional check
  for passed DOM node. Added new tests.

* New util xmlcat.py for concatenating XML files.
2003-06-29 17:23:14 +00:00
Chris Pinnock
0a5c6a0669 Whitespace. 2003-06-29 13:06:04 +00:00
Chris Pinnock
2e19cb79f9 Add wip as category 2003-06-29 13:05:43 +00:00
Thomas Klausner
014a433390 gob2 -> gov2, add tutos, sort. 2003-06-29 11:53:17 +00:00
Juan Romero Pardines
548b94a413 Don't use specific args from gnu tar. 2003-06-29 11:48:37 +00:00
Thomas Klausner
75b544e30d Initial import of tutos, "the ultimate team organization software".
Packaged by Alistair G. Crooks, but untested.
2003-06-29 11:40:03 +00:00
Martti Kuparinen
80b11837d5 Set XFCE4_USE_SAMBA=YES for optional dependency on samba.
I made this optional as not all (including me) have Windows shares in
their networks. And you can always install samba later and get the same
functionality...
2003-06-29 10:26:31 +00:00
Chris Pinnock
602bb21e2b Whitespace 2003-06-29 09:53:13 +00:00
Sergio Jimenez
8d1c57e0c0 Update version to 1.4.1 2003-06-29 05:55:52 +00:00
Marc Recht
302375cc87 Update to SCons 0.90
This release adds the following features:
  - SCons now supports Microsoft Visual Studio .NET.
  - SCons now support Microsoft Visual Studio project
    (.dsp, .dsw, .sln and .vcproj) files.
  - An M4 Builder has been added.
  - Support for the Intel C Compiler (icl.exe) has been added.
  - The SConf subsystem can now check for specific functions and types.

The following fixes have been added:
  - Portability to non-GNU versions of lex and yacc has been improved.
  - Library prefixes now work correctly in a subdirectory that matches
    the prefix.
  - Options are now saved as their actual value type (not all as
    strings), values that contain single quotes are now stored
    correctly, and any non-default Option values is stored regardless of
    how it was changed.
  - The temporary file name used to link long command line on Win32
    systems now has a .lnk suffix (necessary for some tool chains).
  - SCons now generates an error if a construction variable is
    not the same form as a valid Python identifier.
  - The "-h" option no longer requires the distutils package.
  - Up-to-date messages now quote the targets like Make
    (`backquote-quote') instead of with double quotes.
  - SCons now correctly builds targets above the current directory
    when the -u, -U or -D options are used.
  - The -n option no longer updates the .sconsign file signatures.
  - Import('*') to import all Export()ed variables now works properly.
  - The SConf subsystem now works properly with the -n and -q options,
    when using SConscriptChdir(), with paths containing white space, and
    with Builders that return lists of nodes.
2003-06-28 16:51:06 +00:00
Sergio Jimenez
d50f9d1280 Add documentation and examples to installation 2003-06-28 01:46:05 +00:00
Sergio Jimenez
d7570370cc Adding OpenVPN package 2003-06-28 00:47:25 +00:00
Marc Recht
2bf092faa7 Add postgresql-autodoc. 2003-06-27 22:41:28 +00:00
Marc Recht
455d81792a Initial import of postgresql_autodoc 1.10
This is a utility which will run through PostgreSQL system tables and returns
HTML, DOT, and 2 styles of XML which describes the database. The HTML is human
readable (via webbrowser). The first style of XML is actually the fileformat
of Dia, a UML diagram tool. The second type of XML is similar to the HTML but
in the Docbook 4 format. It enables you to mix in other docbook documentation
via the XREFs, generating PDFs, HTML, RTF, or other formatted documents.
Between these tools and JavaDoc with the appropriate XREFs, documentation
about a project can be generated quickly and be easily updatable yet have a
very professional look with some DSSSL work.
2003-06-27 22:39:49 +00:00
Julio Merino
88829781b0 libgsf moved to pkgsrc/devel/libgsf. 2003-06-27 22:35:12 +00:00
Sergio Jimenez
9e1b9994b7 OpenVPN is a robust and highly configurable VPN (Virtual Private
Network) daemon which can be used to securely link two or  more  private
networks using an encrypted tunnel over the internet.
2003-06-27 21:20:55 +00:00
Juan Romero Pardines
35cfb1bbff ++debian-*,--dpkg :) 2003-06-27 18:58:24 +00:00
Juan Romero Pardines
2959a05e86 Initial import of dpkg-1.9.21
This package contains the programs which handle the installation
and removal of packages on your system. The primary interface for
the dpkg suite is the `dselect' program; a more low-level and less
user-friendly interface is available in the form of the `dpkg'
command.

dpkg is for maintain the .deb packages of GNU Debian.

--
You can declare the DPKG_DB_PATH in your mk.conf to specify the dir
on which dpkg will install the database.

This is the first commit of the debian_linux packages for pkgsrc ...
will be continue soon ...
2003-06-27 18:55:01 +00:00
Dirk Rüdiger
f2b246a8dd Dont install rc-files in ${sysconfdir}, but under examples. 2003-06-27 14:16:26 +00:00
Dirk Rüdiger
2156fed7fa Avoid real pathnames in TODO (according to pkglint ;-) 2003-06-27 11:28:26 +00:00
Dirk Rüdiger
c2bb18e261 I had to patch the perl-skript and not the derived (pod2man) man page.
Corrected this.
2003-06-27 11:26:21 +00:00
Dirk Rüdiger
f70390736f added lbdb 2003-06-27 11:17:01 +00:00
Dirk Rüdiger
db2cb6657f Initial checkin of lbdb.
This package was inspired by the Big Brother Database package available for
various Emacs mailers. It provides adapters for various address data stores
(yp, nis, ldap, mutt_alias, finger, etc.) for use with mutt.
2003-06-27 11:16:04 +00:00
pancake ;)
97b91adb6a Add ldapdns to root's Makefile 2003-06-27 03:26:29 +00:00
pancake ;)
5e3786154b Add TODO for pdns 2003-06-27 03:25:44 +00:00
pancake ;)
9a1b6a3642 Initial import of ldapdns
Tiny, fast authoritative nameserver that queries LDAP and updates faster.
2003-06-27 03:21:37 +00:00
pancake ;)
ff200d3ade Just add pdns entry. 2003-06-27 02:48:56 +00:00
pancake ;)
744cc0d1e7 Initial import of pdns
Modern Nameserver Technology

The PowerDNS Nameserver is a modern, advanced and high performance
authoritative-only nameserver. It is written from scratch and 
conforms to all the relevant DNS standards documents. 
PowerDNS is Open Source.

Backend Architecture

The PowerDNS Nameserver utilizes, a flexible backend architecture
can access DNS information from any data source. This includes file 
formats, Bind zone files, relational databases or LDAP directories.
2003-06-27 02:47:12 +00:00
Erik Osheim
db559c3532 Created TODO file for ices:
wip/ices/DESCR:
Ices  is  a  small  but  powerful and flexible encoder for
icecast servers.
2003-06-26 15:21:32 +00:00
Juan Romero Pardines
854ca208b6 +cgdb 2003-06-25 22:18:29 +00:00
Juan Romero Pardines
ddcce7b6e5 Initial import of cgdb 0.3.2
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB 
is to be lightweight and responsive; not encumbered with unnecessary features.

The interface is designed to deliver the familiar GDB text interface, with a 
split screen showing the source as it executes. The UI is modeled on the 
classic Unix text editor, vi. Those familiar with vi should feel right at home 
using CGDB.

--
http://cgdb.sourceforge.net/
2003-06-25 22:17:57 +00:00
Quentin Garnier
7d29913d4a Update gkrellm2-volume to 2.1.8 and gkrellm2-xmms to 2.1.12. 2003-06-25 20:28:35 +00:00
Quentin Garnier
e556a17749 Update gkrellm2 to 2.1.14.
This fixes a security vulnerability, leading to remote code execution. Hence
big ugly Makefiles rewrite is delayed until 2.1.15 is released.

GKrellM Changelog
-----------------

2.1.14 - Tue Jun 24, 2003
------------------------
	* Bugfixes
	  o Buffer overflow in gkrellmd_client_read().
	  o Andrey Borzenkov <arvidjaar--at--mail.ru> patch makes stays on top
	    option additionally set _NET_WM_STATE_STAYS_ON_TOP property for older
	    window managers that don't recognize _NET_WM_STATE_ABOVE.
	  o gkrellmd uname() usage did not handle Solaris success return value.

2.1.13 - Tue Jun 17, 2003
------------------------
	* Makefile can use DESTDIR and/or PREFIX if INSTALLROOT is not specified.
	* Patches:
	  o Andrey Borzenkov <arvidjaar--at--mail.ru> update linux.c to handle
	    2.5 kernel sysfs support of sensors - adds sysfs_sensors_init(),
	    sysfs_get_sensor(), and sysfs_get_chip_name().  Also adds usbfs to
	    fs types to ignore.
	  o Hajimu UMEMOTO <ume--at--mahoroba.org> gkrellmd workaround for listen()
	    returning EADDRINUSE problem on some machines that are both IPv6 and
	    IPv4 enabled.
	  o Ville Skytta <ville.skytta-at--iki.fi> clean up of documentation typos.
	  o Henrik Brix Andersen <brix--at--gimp.org> fix gkrellm.spec.
	* Bugfixes
	  o "make install" creates all install directories.
	  o Some NetBSD compile errors.
	  o Missing OpenBSD target in gkrellmd dir.
	  o Some off by 1 sscanf() field widths.
	* Translation updates
	  o pl.po from Przemyslaw Sulek <pbs--at--linux.net.pl>
2003-06-25 20:27:35 +00:00
Soren Jacobsen
e9c005f139 Whitespace fix. 2003-06-25 19:07:35 +00:00
Juan Romero Pardines
66d6cd117e Install the data files into DATADIR and install the help.txt, now works fine, pointed out by pancake. 2003-06-25 16:22:35 +00:00
Juan Romero Pardines
c52174180a Don't use PKGLOCALEDIR, is not needed here. 2003-06-25 16:00:37 +00:00
Juan Romero Pardines
7221fbdacf oops, change the url of PATCH_SITES. 2003-06-25 15:47:31 +00:00
Juan Romero Pardines
09c7ca152a Added an user/group ezbounce to run the daemon. 2003-06-25 15:43:16 +00:00
Juan Romero Pardines
21b0fae754 +bitlbee 2003-06-25 15:39:10 +00:00
Juan Romero Pardines
5f39d4553b Don't run the daemon as root, use the jabberd user. 2003-06-25 15:37:21 +00:00
Juan Romero Pardines
6f777595d1 Initial import of bitlbee 0.80
DESCR:

We are both console lovers. But it is annoying to have a few tty's open with 
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which 
supports many chatprotocols. Why wasn't there such a thing for the console?

The idea to port Gaim was easily thought of, of course. But we liked our IRC 
clients. And we used it the most, so we used it best. Importing it into the 
IRC client was a nice idea. But what if someone liked a different client. 
Then (s)he had to duplicate our work.

That's a shame, we thought. Doing work twice is pointless. So when Wilmer 
got the ingenious thought in his mind while farming, to create an IRC to 
other chatnetworks gateway, we were both so excited, that we started working 
on it almost immediately. And the result is BitlBee. 

--

http://www.lintux.cx/bitlbee.html
2003-06-25 15:35:55 +00:00
Juan Romero Pardines
15b8d38ec5 Add gimp-current, gaim and xchat2. 2003-06-25 10:48:57 +00:00
Juan Romero Pardines
e4aef3f892 Don't install the config into PKG_SYSCONFDIR directly, remove this file
in PLIST too.
2003-06-25 10:45:26 +00:00
Juan Romero Pardines
0ae0e0509a Add gettext-lib buildlink. 2003-06-25 07:55:01 +00:00
Juan Romero Pardines
ecce5b1b63 Remove directories of GConf2, PLIST fixed. 2003-06-25 07:53:50 +00:00
Juan Romero Pardines
646777105a Add gettext-lib buildlink. 2003-06-25 07:37:47 +00:00
Juan Romero Pardines
8f0f58beff Rename to gnome2-pkgview. 2003-06-25 07:30:21 +00:00