Commit graph

5773 commits

Author SHA1 Message Date
pancake ;)
5f8c536876 SED all cfg files and binaries! :) 2004-04-18 14:58:17 +00:00
John R. Shannon
0c7158eba1 New package 2004-04-18 12:59:10 +00:00
John R. Shannon
cf7256bf49 gcc changed 3.4 to 3.40 with RC 2 - pkg name changed with it 2004-04-18 11:41:46 +00:00
pancake ;)
172c473f5a brbr bad patch 2004-04-18 11:15:46 +00:00
pancake ;)
600da05f9a add gnump3d 2004-04-18 11:11:32 +00:00
pancake ;)
032d5b985e initial import of gnump3d
DESCR:

GNUMP3d is a streaming server for MP3's, OGG vorbis files, movies and 
other media. It is designed to be:

    * Small, stable, portable, self-contained, and secure.
    * Simple to install, configure, and use.
    * Portable across different varieties of Unix and Microsoft Windows.
2004-04-18 11:10:39 +00:00
John R. Shannon
52453af1cc Update to GCC 3.4.0 RC2 2004-04-18 10:22:54 +00:00
Soren Jacobsen
74219fe83a -armagetron 2004-04-18 05:46:22 +00:00
Soren Jacobsen
f8af1e7644 I have no interest in this package anymore. 2004-04-18 05:46:01 +00:00
Soren Jacobsen
1c27850b8c Convert to buildlink3. 2004-04-18 00:25:27 +00:00
Min Sik Kim
865675ef1b same has been moved to pkgsrc. 2004-04-17 13:25:24 +00:00
Min Sik Kim
0dbe99bfef Enable pkgviews installation. 2004-04-17 13:14:45 +00:00
Juan Romero Pardines
563e886c6f Fix BUILD_DEPENDS 2004-04-17 01:28:13 +00:00
Min Sik Kim
4bd4897f9f Include limits.h on all platforms. 2004-04-17 01:19:52 +00:00
Juan Romero Pardines
97bc9549ce Fix PKGNAME, grrr soren's fault :P 2004-04-17 00:59:28 +00:00
Juan Romero Pardines
e010c09a3b Err, fix again.. 2004-04-17 00:55:40 +00:00
Juan Romero Pardines
c10b30dc29 Fix PKGNAME here too. 2004-04-17 00:55:04 +00:00
Juan Romero Pardines
b2a82da3a0 Fix PKGNAME. 2004-04-17 00:50:50 +00:00
Roland Illig
68e90797a4 Made the post-patch 'cp' command more portable. 2004-04-17 00:49:15 +00:00
Juan Romero Pardines
aa01e57c47 Tab'ify 2004-04-17 00:15:54 +00:00
Juan Romero Pardines
ab216a329d + mupen64-base 2004-04-17 00:14:09 +00:00
Juan Romero Pardines
ce04e41dba This is now a meta-pkg 2004-04-17 00:10:36 +00:00
Juan Romero Pardines
c83c9335ad Reimport mupen64 as mupen64-base, we need a meta-pkg... 2004-04-17 00:03:16 +00:00
Juan Romero Pardines
5b2605f623 Link via sdl-config --libs here too. 2004-04-16 23:57:28 +00:00
Juan Romero Pardines
79400cb68b Use sdl-config --libs in -nogui too. 2004-04-16 23:38:22 +00:00
Juan Romero Pardines
223883fa2c link via sdl-config --libs, from recht@ 2004-04-16 23:36:27 +00:00
Soren Jacobsen
663bacb79f sort. 2004-04-16 23:33:15 +00:00
Juan Romero Pardines
b1b64ec5ad + mupen64* 2004-04-16 22:44:19 +00:00
Juan Romero Pardines
52425ee6e6 OpenGL Video plugin for mupen64 emulator. 2004-04-16 22:31:33 +00:00
Juan Romero Pardines
2f1b782330 RSP plugin for mupen64 emulator. 2004-04-16 22:31:02 +00:00
Juan Romero Pardines
39eac7923f Initial import of mupen64-plugin-sound-1.1
Sound plugin for mupen64 emulator.
2004-04-16 22:30:19 +00:00
Juan Romero Pardines
2c088d62a2 Initial import of mupen-plugin-input-1.1
The input plugin for mupen64 emulator.
2004-04-16 22:29:21 +00:00
Juan Romero Pardines
bf367ab3fe Initial import of mupen64-0.3.
Mupen64 is a Nintendo 64 emulator desgined to be multi-OS. It has been 
developped on/for Linux originally but the emulator has already been ported 
succesfully on Windows and MacOSX for example. Actually the program can be 
easily ported on all OS supported by the SDL library.
2004-04-16 22:28:38 +00:00
Min Sik Kim
56172c3fd6 p5-WWW-Mechanize has been moved to pkgsrc. 2004-04-16 21:40:06 +00:00
Min Sik Kim
601620bd14 Add HOMEPAGE. 2004-04-16 21:33:33 +00:00
Marc Recht
c51720e3f5 Minor fixes here and there and add a build knob to allow building with support for hierarchical queries with Oracle like CONNECT BY syntax.
See http://gppl.terminal.ru/README.html for details.

BEWARE ! This is work in progress and at least the PLISTs need fixing.
2004-04-16 17:29:23 +00:00
dieter roelants
dba9170c6d Upgrade from 0.72 to 1.02:
1.02    Tue Apr 13 22:45:10 CDT 2004

        No reason to install if you have 1.00.  Fixes are only in tests.

        [FIXES]
        * t/referer.t didn't cope with spaces in $FindBin::Bin.  Plus,
          it now forces its URL to localhost.

1.00    Sat Apr 10 00:35:51 CDT 2004

        I figure it's about time we hit 1.00, and this version seems
        like a good place to do it, because of the potential breakage
        described below...

        [THINGS THAT WILL BREAK YOUR CODE]
        * Header handling has changed.  There is no more package variable
          %headers that holds all the headers to be added.  They are now
          added on a per-object basis.

          If you were adding a header with add_header(), and the code
          relied on that header still being set later on in a later
          instance of the class, that code will now break, because the
          later instance won't have the header set.

        [ENHANCEMENTS]
        * You can now prevent a header from being sent by adding it with
          an undef value, as in:

            $mech->add_header( Referer => undef );

        [FIXES]
        * Now correctly adds Accept-Encoding to all requests that need it.

        [INTERNALS]
        * Added new $mech->_modify_request($req) method to do all the
          HTTP header modification before the actual request gets
          sent off.  Subclasses are able to override it if they want.

        * Removed the unused Compress::Zlib stuff.

0.76    Wed Apr  7 22:01:43 CDT 2004

        [ENHANCEMENTS]
        * Added update_html() to let you update the HTML for the page
          you're on.

        [FIXES]
        * Test files account for new Google layout.

        [INTERNALS]
        * Rearranged the local tests into their own t/local/ directory.

        * Made the standalone tests show what server they're hitting.

        * Checked that it runs under LWP 5.78.

0.74    Mon Mar 22 23:36:46 CST 2004

        [ENHANCEMENTS]
        * WWW::Mechanize now sends an Accept-Encoding header of "identity"
          to always enforce plaintext responses. Preliminary support for
          Compress::Zlib is also there, but is disabled by default.

        * Added click_button() and select() methods.  The field() method
          can now take an arrayref of values, if appropriate. Thanks,
          Linda Lee Julien.

        * Added url_abs and url_abs_regex parms to find_all_links().

        * URLs in META REFRESH tags are now treated as links.

        * t/taint.t makes sure that things that should be tainted are.

        [FIXES]
        * Still more fixes if the machine you're on doesn't have
          DNS pointing to it.

        * The local changes use localhost as the local host name, instead
          of whatever host name that might be on the box, but not in DNS.
          Thanks to David Wheeler for letting me play on his box.

        * The http_proxy and HTTP_PROXY environment variables get
          deleted during the tests that access the dummy local server.
          This should let your tests pass, and clear up a lot of RT
          tickets.
2004-04-16 14:53:49 +00:00
Sergio Jimenez
aef84f12fa added OQTPlayer-0.5 2004-04-16 11:22:37 +00:00
Sergio Jimenez
203d956bb0 Initial import for OQTPlayer-0.5 2004-04-16 11:21:12 +00:00
Sergio Jimenez
8273eaf805 added gps 2004-04-16 10:28:59 +00:00
Sergio Jimenez
b108f2f02e Initial import for gps (Ghost Port Scan) 2004-04-16 10:26:29 +00:00
Adrian Portelli
79ad0577e9 +SpeedyCGI 2004-04-15 22:18:57 +00:00
Adrian Portelli
30525005e4 SpeedyCGI is a way to run perl scripts persistently, which can make them run
much more quickly. A script can be made to to run persistently by changing 
the interpreter line at the top of the script from: 

    #!/usr/bin/perl

to 

    #!/usr/bin/speedy

After the script is initially run, instead of exiting, the perl interpreter 
is kept running. During subsequent runs, this interpreter is used to handle 
new executions instead of starting a new perl interpreter each time. A very 
fast frontend program, written in C, is executed for each request. This fast 
frontend then contacts the persistent Perl process, which is usually already 
running, to do the work and return the results.
2004-04-15 22:05:16 +00:00
Marc Recht
a317d0210c Bring the script closer to rc.d style.
Note: Maybe this script should be splitted in two parts:
1. amavisd
2. amavisd-milter
2004-04-15 19:02:04 +00:00
Quentin Garnier
455ae2dda5 Bring amavisd-new closer to import to main trunk, by doing a few things
the way it should be done in pkgsrc:

 o Use REPLACE_PERL
 o (Ab)use SUBST_CLASSES to make the other subsititions in the various
   files.
 o Make actual use of RCD_SCRIPTS (adding a few FILES_SUBST)
 o Use PLIST_SUBST to make conditional inclusions of files, instead of
   fiddling with PLIST_SRC.

And of course, bl3ify, although I can't test milter stuff.  Volunteer,
anyone?

Once the rc.d script is NetBSD-ized, I will import that package.
2004-04-15 17:19:15 +00:00
tom hensel
b16764b29d - updated to dspam-2.10.3, just bumped version number.
see URL below for a list of changes
http://www.nuclearelephant.com/projects/dspam/sources/dspam-2.10.3/CHANGE
2004-04-15 14:40:12 +00:00
Julio Merino
20c335d659 Some style nits:
- Fix indentation.
- Put WRKSRC where it belongs.
- Use a single do-install target.
2004-04-15 11:04:53 +00:00
Julio Merino
b83add8ed7 Set USE_DIRS instead of directly depending on the -dirs packages. While
here, bump the required version to the latest one.
2004-04-15 11:03:03 +00:00
Julio Merino
1778947226 gtk2-engines-bluecurve moved to pkgsrc/x11/gtk2-engines-bluecurve. 2004-04-15 10:47:32 +00:00
grant beattie
437a7620fe -sqlrelay 2004-04-15 10:38:55 +00:00