Commit graph

77380 commits

Author SHA1 Message Date
adrianp
fd4cda8de3 - Note import of dircproxy-devel branch 2005-04-03 14:22:22 +00:00
adrianp
34a0a383b6 - Import of the 1.1.x dircproxy devel branch
dircproxy is an IRC proxy server ("bouncer") designed for people
who use IRC from lots of different workstations or clients, but wish
to remain connected and see what they missed while they were away.
You connect to IRC through dircproxy, and it keeps you connected to
the server, even after you detach your client from it.  While you're
detached, it logs channel and private messages as well as important
events, and when you re-attach it'll let you know what you missed.

This can be used to give you roughly the same functionality as
using ircII and screen together, except you can use whatever IRC
client you like, including X ones!

* THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY.  IT HAS HIGHER
* THEN USUAL RISK OF DESTROYING YOUR SYSTEM.
*
* FOR A STABLE RELEASE USE THE LATEST 1.0.x
2005-04-03 14:18:01 +00:00
adrianp
0232604a70 - Add CONFLICTS for the upcoming import of dircproxy-devel which is the 1.1.x
branch.
2005-04-03 14:11:25 +00:00
fredb
9cf1eb201a This package does the gnome2 menu style. 2005-04-03 13:24:10 +00:00
mjl
da40938d20 Drop me as maintainer, haven't touched it for several years. 2005-04-03 05:10:43 +00:00
mjl
88934bb5a0 Note p5-SQL-Statement 2005-04-03 05:09:36 +00:00
mjl
9c27f89698 Update to 0.11
* added support for CREATE TABLE AS SELECT ... and CREATE TABLE AS IMPORT()
 * added support for in-memory tables and heterogeneous operations
 * added many new built-in functions see SQL::Statement::Functions.pm
 * added support for user-defined functions, see SQL::Statement::Functions.pm
 * added support for column name aliases
 * added support for comparison to empty string (e.g. WHERE col1='')
   currently returns the same as WHERE col1 IS NULL
 * clean up a number of bugs in parentheses parsing and in the
   predicates IN and BETWEEN as well as speed things up considerably
 * fixed function detection regex in SQL::Parser::ROW_VALUE
 	to accomodate arbitrary spacing
 * support concat operator '||' expressions
 * added following functions to SQL::Statement::Functions:
 	- COALESCE/NVL
 	- DECODE (same as Oracle DECODE)
 	- CONCAT
 	- REPLACE/SUBSTITUTE
 * fixed/adapted SQL::Statement::get_row_value(),
	SQL::Statement::SELECT(), for join'ed
 	resultsets
 * fixed infinite recursion bug with empty IN() predicate
 * fixed case issues with table aliases in joins
 * column and table name hashes now default to case sensitive
 * where() method now supported as per the docs
2005-04-03 05:06:42 +00:00
minskim
425981e03b Avoid calling makeinfo because the distfile contains pre-built .info
files.  This makes the package build on platforms without makeinfo.
Patch provided by Darrin B. Jewell in PR pkg/29869.
2005-04-03 04:50:21 +00:00
fredb
99aa24ee3a Still need suse_compat. Crank $PKGREVISION. 2005-04-03 03:37:51 +00:00
epg
0aa663cd80 Add missing RMD160 checksum. 2005-04-03 01:06:56 +00:00
epg
78e5a3142b Note addition of p5-String-Format-1.13. 2005-04-03 01:05:21 +00:00
epg
a0cc06811c Add and enable p5-String-Format. 2005-04-03 01:04:23 +00:00
epg
856df58ca9 Import p5-String-Format-1.13.
String::Format lets you define arbitrary printf-like format sequences
to be expanded.  This module would be most useful in configuration
files and reporting tools, where the results of a query need to be
formatted in a particular way.  It was inspired by mutt's index_format
and related directives.
2005-04-03 01:03:39 +00:00
minskim
79d8e3ec50 Add and enable ruby-syck. 2005-04-02 22:43:09 +00:00
minskim
8c52f8897c Import ruby-sync from pkgsrc-wip. Packaged by Rich Davies.
Syck is an extension for reading and writing YAML swiftly in popular
scripting languages.  As Syck loads the YAML, it stores the data
directly in your language's symbol table.  This means speed.  This
means power.  This means Do not disturb Syck because it is so focused
on the task at hand that it will slay you mortally if you get in its
way.
2005-04-02 22:40:19 +00:00
kristerw
aa40520315 Make this build on NetBSD/1.6.x-i386.
The source code use some global register variables, and gcc 2.95
reports errors because the header files contains "static inline"
function definitions before the global register variables are
defined. Reordering the includes is too much work, so just fall
back to normal (non-register) globals when using gcc2.
2005-04-02 22:23:53 +00:00
jwise
a85e9e1cbf We need to explicitly set PKGNAME to work around a problem in xemacs' Makefile.pkg. 2005-04-02 22:01:36 +00:00
kristerw
4b3d9bc121 Note update of xmame and xmess. 2005-04-02 20:59:34 +00:00
kristerw
cf1d4415f0 Update xmess to 0.95.
Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
  MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
  games to segfault.  Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
  quadratic.  (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
  commands could segfault, some commands' headers were misaligned, and
  "-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
  devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output.  Also fixed a
  potential deadlock.
2005-04-02 20:57:10 +00:00
kristerw
693b87b758 Update xmame to 0.95.
Changes since 0.90 includes:
- Everything from MAME 0.95 (http://x.mame.net/changes-mame.html) and
  MESS 0.95 (http://x.mame.net/changes-mess.html).
- Forcing Xv to use YV12 ("-force-yuv 2") no longer causes rotated
  games to segfault.  Fixes Bugzilla bug 679.
- Fixed the aspect ratio of the MESS SuperVision driver so that it's
  quadratic.  (PeT)
- Fixed several problems with the front-end "-list" commands: The MESS
  commands could segfault, some commands' headers were misaligned, and
  "-listpalettesize" was causing the ROM list to print.
- Worked around or fixed a double-free on exit in xmess.
- Fixed a segfault on startup that occurred when four or more joysticks
  devices were found.
- The SDL joystick driver now works with multiple joysticks attached.
- The SDL sound driver should produce much better output.  Also fixed a
  potential deadlock.
2005-04-02 20:56:28 +00:00
jdolecek
103ad55921 The SuSE 7.3 emulators/suse_libc5 has been modified to be independant
on the actual used emulation base (i.e. works now even when using SuSE 9.1
emulation packages otherwise), update depends accordingly.

Adresses PR pkg/29561 by Robert Elz
2005-04-02 20:43:29 +00:00
hubertf
d5559270da The 'readlink' conflict is only in teTeX 1 & 2, not in 3 ("kpsereadlink").
Adjust CONFLICTS.
2005-04-02 20:38:45 +00:00
jdolecek
e03267c9c2 change this package so that it's usable when using SuSE 9.1 -based
emulation packages (this still uses the old SuSE 7.3 stuff - newer SuSE doesn't
have any libc5 support at all)
2005-04-02 20:37:31 +00:00
jdolecek
18d72b8b02 mention libc5 is obsolete 2005-04-02 20:33:12 +00:00
hubertf
051d689eb6 This pkg works fine with teTeX>=2, note it in the depends.
Also be more graceful about in fmt-handling
2005-04-02 20:19:02 +00:00
jdolecek
2c7d1ff176 Add .cz mirror 2005-04-02 20:15:41 +00:00
jdolecek
7f22189e2b put identical URI parts in MASTER_SITE_SUSE91 into variables, so it's
easier to add mirrors
2005-04-02 20:09:29 +00:00
jdolecek
86046465b2 don't need whole suse_linux (and there is no SuSE 9.1 version for that),
pull in only suse_base + suse_x11
2005-04-02 19:54:01 +00:00
jdolecek
91021c1e73 added emulators/suse91_glx 2005-04-02 19:51:01 +00:00
jdolecek
e65609f4d1 Add SuSE 9.1 -based package for GL support libraries.
Adresses PR pkg/29561 by Robert Elz
2005-04-02 19:50:01 +00:00
jdolecek
7ee41145ec add emulators/suse91_slang 2005-04-02 19:46:14 +00:00
jdolecek
06357a14de Add SuSE 9.1 compatibility package for Slang library
Adresses PR pkg/29561 by Robert Elz
2005-04-02 19:44:24 +00:00
hubertf
813ee9201b Give this pkg a chance to determine teTeX(s)'s work dir in a
read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink
will be created.
2005-04-02 19:35:48 +00:00
jdolecek
1c66a29a1b this doesn't appear to actually require compat and libc5 packages
Adresses PR pkg/29561 by Robert Elz
2005-04-02 18:06:52 +00:00
hubertf
8891dd4af7 document that this is part of teTeX>=2.0 2005-04-02 17:21:02 +00:00
hubertf
315dda3e43 Document that this requires teTeX*1* because it's part of teTeX 2.0 and above.
(and thus not needed there)
2005-04-02 17:17:44 +00:00
jdolecek
a6415467fd added suse91_vmware - SuSE 9.1 -based VMware support package 2005-04-02 17:13:02 +00:00
jdolecek
899df0be36 remove /etc/mtab, it's part of suse91_base 2005-04-02 17:10:19 +00:00
jdolecek
5e02f48195 fixup checksums 2005-04-02 17:02:29 +00:00
jdolecek
85f8349b05 Add suse91_vmware - the SuSE 9.1 -based variant of suse_vmware, needed
for vmware and vmware3 packages. Based on suse_vmware, with the unnecessary
bits removed.

Package provided by Robert Elz in PR pkg/29561, but added grep RPM,
which was found necessary too.
2005-04-02 16:59:44 +00:00
minskim
2f9b7c5a0e Undefine _POSIX_SOURCE temporarily because Darwin's fnmatch.h does not
declare fnmatch if _POSIX_SOURCE is defined.
2005-04-02 16:24:40 +00:00
mrauch
d4a56c5fea Add DISTNAME section for Linux/i386, which got lost. 2005-04-02 15:46:39 +00:00
abs
6b9fb120af Move thunderbird-gtk2 to thunderbird. The default mozilla version of
thunderbird is linked against gtk2, so follow suit. The old version
has been re-imported as thunderbird-gtk1.
2005-04-02 14:48:35 +00:00
abs
b596d7d7fc - thunderbird-gtk2
+ thunderbird-gtk1
2005-04-02 14:46:29 +00:00
abs
2a8a3469f6 Re-import gtk1 version of thunderbird as thunderbird-gtk1 2005-04-02 14:45:51 +00:00
abs
15cef35050 MOZILLA_USE_GTK2 needs --disable-gnomevfs, so make this so in
mozilla/Makefile.common, rather than adding it into each Makefile
(also fixes thunderbird-gtk2).
2005-04-02 14:38:14 +00:00
adrianp
db9b0ad057 - Note update of snortsnarf 2005-04-02 13:03:31 +00:00
adrianp
66ad9d61c4 - Update SnortSnarf to 050314.1
- Grab maintainership
- Use SUBST_SED framework replacing patch-aa
- Change HOMEPAGE for project
- Origional update submitted by Dave Tyson in PR# 29753, thanks !

> * Changed hard coded reference links to the Snort.org SID database to
>   reflect changes to snort.org - MFR
2005-04-02 13:02:27 +00:00
jmmv
ceb42cb4a6 Property disable libgnomeprint* detection. Fixes PR pkg/29864. 2005-04-02 13:01:28 +00:00
adrianp
cbebb38d24 - Note update of p5-Time 2005-04-02 12:43:47 +00:00