Commit graph

5773 commits

Author SHA1 Message Date
John R. Shannon
0bfe6eedbb Updated to gcc 3.4.0 release 2004-04-21 10:01:01 +00:00
John R. Shannon
033b4b2524 Revised so it builds with wip/gcc-3.4-ada as bootstrap Ada compiler. 2004-04-20 23:24:00 +00:00
John R. Shannon
9ed55ccc4d Revised to work with current compiler.mk and buildlink3. 2004-04-20 21:49:31 +00:00
Ben Collver
41f9772d91 audacity has been updated in pkgsrc, remove from pkgsrc-wip 2004-04-20 18:41:03 +00:00
Ben Collver
53e54e11fe portaudio is added to pkgsrc, remove it from pkgsrc-wip 2004-04-20 18:38:12 +00:00
Ben Collver
5a8ce4010a portaudio and audacity12 are moved to pksrc, remove their SUBDIRs. 2004-04-20 18:36:10 +00:00
Juan Romero Pardines
067471e922 Moved to pkgsrc. 2004-04-20 10:06:11 +00:00
Juan Romero Pardines
2d2b509b5e adodb and acid has been moved to pkgsrc. 2004-04-20 09:54:57 +00:00
Marc Recht
bc95cb0530 note gcc-3.4.0 release 2004-04-20 09:45:06 +00:00
Juan Romero Pardines
d31e8f9509 Moved to pkgsrc. 2004-04-20 09:39:03 +00:00
Juan Romero Pardines
5db1733452 honeyd* moved to pkgsrc. 2004-04-20 09:21:18 +00:00
Julian C. Dunn
85c2eceb06 Reflect current status of TODOs. 2004-04-20 03:29:03 +00:00
pancake ;)
ace898b042 bl3ize and update the databases/pgsql74 link 2004-04-19 21:41:42 +00:00
John R. Shannon
52d3890b43 Removing scratch file I inadvertantly added 2004-04-19 21:30:34 +00:00
Juan Romero Pardines
f50cf80def Add a version number to make happy lintpkgsrc. 2004-04-19 21:24:36 +00:00
Todd Vierling
434b069dab bl3 2004-04-19 20:53:42 +00:00
Todd Vierling
ea2300e0cf bl3, but untested. 2004-04-19 20:53:01 +00:00
Todd Vierling
b003000d28 bl3 2004-04-19 20:47:01 +00:00
John R. Shannon
ff6fc30a86 Correceted TODO list 2004-04-19 19:39:45 +00:00
Michal Pasternak
c0b713009f Death to buildlink2 2004-04-19 19:25:16 +00:00
Michal Pasternak
8cc6c8b128 +dmd-bin 2004-04-19 19:17:29 +00:00
Michal Pasternak
af43a5bc99 Yesterday's developer.slashdot.org becomes today's pkgsrc-wip package!
Initial import of binary package for D Programming Language

DESCR:
D Programming Language

Quotes from webpage of project:

""It seems to me that most of the "new" programming languages fall into one
of two categories: Those from academia with radical new paradigms and those
from large corporations with a focus on RAD and the web. Maybe its time for
a new language born out of practical experience implementing compilers.""
-- Michael

D was conceived in December 1999 as a successor to C and C++, and has grown
and evolved with helpful suggestions and critiques by author'sfriends and
colleagues.  Take a look at the document and decide for yourself - the quick
comparison of D with C, C++, C# and Java at 
http://www.digitalmars.com/d/comparison.html

TODO:
$Id$

license issues (take license.txt from WRKSRC perhaps)

src/ directory - could we use it to compile a native version? I haven't
looked at it too close.

is ${install_data_dir} emul/usr/src needed in Makefile?

sort plist ;)

	-- dotz@irc.pl
2004-04-19 19:06:57 +00:00
Juan Romero Pardines
aae408f7a4 Moved to pkgsrc. 2004-04-19 18:39:12 +00:00
Juan Romero Pardines
824b667731 I don't want to update or update this pkg, move to /dev/null. 2004-04-19 18:25:15 +00:00
Juan Romero Pardines
0c6f6e6d73 Remove dancer-ircd, I don't want to maintain or update it. 2004-04-19 18:19:30 +00:00
Juan Romero Pardines
3ef9906e12 cgdb moved to pkgsrc. 2004-04-19 18:15:53 +00:00
Juan Romero Pardines
9417f106ac p5-gtk2 and friends were moved to pkgsrc. 2004-04-19 17:46:38 +00:00
Thomas Klausner
8f8839bea3 Make build on NetBSD. USE_BUILDLINK3 wants a 'YES' as value.
Install documentation.
No mpc file for testing here, sorry.
2004-04-19 16:06:38 +00:00
Michal Pasternak
ce91864c61 Add entry about mppenc and sound quality 2004-04-19 15:56:56 +00:00
Michal Pasternak
f6ed56e5db +mppdec 2004-04-19 15:50:21 +00:00
Michal Pasternak
c04c66521b Initial import of MPC (MusePack) decoder
TODO:
$Id$

I expect this not to build anywhere except my FreeBSD box. The code has a
lot of portability defines anyway, so please help with patching it.

Linux makefile uses -lesd unconditionally.

Perhaps make USE_ESD_AUDIO configureable, currently it is turned off by
default.

HTTP support disabled unconditionally, doesn't compile on FreeBSD.

nasm support would be definetley *worth* doing, currently disabled (nasm is
not used in Makefile.nol; it is used in Makefile, but on the other hand,
that Makefile has some other trouble). I am leaving out nasm for the sake of
portability... and I need that decoder just to recode some MPC files to OGG
or MP3, so why should I bother ;)

do-install could perhaps install some extra files (is there a manpage in
WRKSRC?)

Basically, mppdec should use some other makefile (or some kind of configure
script) to be more portable. Please help developing it, if you have skills
to do such thing, e-mail author or at least MAINTAINER of this package with
some code.

	-- mpasternak


DESCR:
MPC (MusePack) is a new format for compressing audio data, like mp3 or ogg.
  
This package contains a MPC decoder, that allows you to listen or uncompress
MPC audio data.

Advantages of this decoder (from project's WWW page):
  * really fast!
  * direct support of Audio devices under UNIX, Solaris and Windows!
  * realtime support on Unix and POSIX 1.b
  * support of AMDs 3DNow! and Intels SSE
  * support of reading ID3 tags (version 1 and 1.1)
  * multiple files support
  * runs also on 16 and 64 bit CPUs, not only on 32 bit
  * needs less memory
  * 32 bit, dithering and noise shaping support, (explanation)
  * Microsoft WAVE, Apple AIFF and Raw PCM support
2004-04-19 15:46:14 +00:00
Soren Jacobsen
980bc8db3f Convert to buildlink3 and update PLIST for gtk 2.4 stuff. 2004-04-19 06:19:18 +00:00
Soren Jacobsen
eac2d81df6 Remove tuxnes. This package works very poorly in NetBSD and there are
better alternatives available.
2004-04-19 05:53:53 +00:00
Julian C. Dunn
134cfee1fa Make sure this is started before the local MTA. 2004-04-19 03:42:09 +00:00
Marc Recht
42f6ff3adc Remove:
- postgresql74
- postgresql74-client
- postgresql74-docs
- postgresql74-lib
- postgresql74-server

They have moved to pkgsrc.
2004-04-19 00:27:03 +00:00
Thomas Klausner
367c4fb30a Convert to bl3 (untested). 2004-04-19 00:08:55 +00:00
Michal Pasternak
c2113f3f97 Add TODO entries 2004-04-18 22:36:29 +00:00
Michal Pasternak
062b0ae9df +db1 2004-04-18 22:30:46 +00:00
Michal Pasternak
a035cd85f1 Initial import of Berkeley DB1 for those OS, that don't have it 2004-04-18 22:29:28 +00:00
Michal Pasternak
ffe963ea7a Correct requred_files 2004-04-18 20:18:15 +00:00
Michal Pasternak
9d5237007e +icc8 2004-04-18 20:16:20 +00:00
Michal Pasternak
b908e92041 Intel C Compiler 8.0 - Linux binaries for i386 and ia64 2004-04-18 19:53:54 +00:00
Juan Romero Pardines
d7cd6fb733 + nvidia-freebsd 2004-04-18 18:47:20 +00:00
Juan Romero Pardines
c09bd9ef32 This package provides the oficial NVIDIA graphics driver for
FreeBSD/i386.
2004-04-18 18:32:13 +00:00
Michal Pasternak
98c10e8e32 Correct required_files 2004-04-18 17:33:33 +00:00
Michal Pasternak
63854b035c Remove PKG_RCD_SCRIPTS=YES, brainfart 2004-04-18 17:26:35 +00:00
Michal Pasternak
ac96830d0a Add rc.d script, stolen from NetBSD rc.d; still more stuff to do with it (see TODO), but the basic functionality is here 2004-04-18 17:22:12 +00:00
pancake ;)
089d525779 change pkgname to java-jep instead of 'jep' 2004-04-18 17:07:15 +00:00
pancake ;)
3ca96ca306 add rcd scripts :) 2004-04-18 15:12:49 +00:00
Marc Recht
320ff39550 - enable NLS support
- fix PLISTs
- clean up
- copy refenced files from databases/postgresql-* into the according
  postgresql74-* directories
2004-04-18 15:06:30 +00:00