hubertf
10f9e71d0a
X based sound editor.
1998-02-22 23:20:20 +00:00
veego
0651963d8e
The MASTER_SITES changed.
1998-02-22 13:03:55 +00:00
hubertf
b72b59c6cc
xwave added.
1998-02-21 22:49:36 +00:00
hubertf
23d310ab27
Audio player/recorder/editor for the X Window System.
1998-02-21 22:43:46 +00:00
tron
fb9fb7b2ab
Fix package list so that removal of cddb files received from a remote
...
server will really work.
1998-02-15 19:05:16 +00:00
tron
2f18a76e74
Remove unnecessary patch, pointed out by Bernd Ernesti.
1998-02-15 19:02:42 +00:00
tron
1f5461d085
Fix "${MASTER_SITE}".
1998-02-15 18:27:25 +00:00
augustss
b2f169dd43
Another working CD player.
1998-02-09 22:42:15 +00:00
augustss
195a326cfa
NetBSD port of this CD player.
1998-02-09 22:28:42 +00:00
augustss
b5103d6653
Remove workman package until someone ports it.
1998-02-09 20:02:24 +00:00
augustss
14de757956
Remove rsynth package until nas (which it depends on) has been ported.
1998-02-09 19:59:30 +00:00
augustss
95218d2a72
Remove nas package until someone has ported it.
1998-02-09 19:56:11 +00:00
hubertf
2b51906fe1
fix manpage according to PR 4916 by Jaromir Dolecek <dolecek@ics.muni.cz>.
1998-02-07 02:45:14 +00:00
frueauf
afa26a3c3f
portlint: remove rcs id, add ours and use tabs for indentation.
1998-02-02 20:53:31 +00:00
hubertf
f6fc8a8a9e
Remove -m argument from ldconfig calls, require the system to
...
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46
Introduce TRUE?=/usr/bin/true, and use it.
1998-02-02 08:10:41 +00:00
agc
ae35b61548
Modify individual package Makefiles to use the new way of specifying
...
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
agc
4475ccf057
Changes to make timidity package work a bit better:
...
+ sync entries in PLIST with reality, and delete the extra directories
that were created.
+ use normal LIB_DEPENDS in Makefile for specifying a dependency on
ncurses lib.
+ organise the patch files, so that each file is only patched once.
+ rework the Makefile patches so that "make reinstall" can be called,
that -lossaudio is referenced, and we look in the correct directory
for ncurses.h.
1998-01-26 17:44:56 +00:00
hubertf
db5b233275
portlint: use our install-info
1998-01-24 03:14:44 +00:00
hubertf
ea13d8729d
portlint: $() -> ${}
1998-01-24 03:13:01 +00:00
hubertf
21a7046222
Depend on gtexinfo (after fixing info-files on last commit), and fix
...
including of gsm files. Closes PR 4878 from Manuel Bouyer
<bouyer@antioche.lip6.fr>
1998-01-23 16:58:49 +00:00
agc
65c222c486
Set MIRROR_DISTFILE to "no" in package Makefiles which might have
...
restrictions placed on the redistribution of their distfiles. Please
note that I've erred on the side of caution here.
1998-01-22 10:26:36 +00:00
hubertf
92684741e8
portlint: kill space at EOL
1998-01-19 01:23:36 +00:00
hubertf
7a2004e671
portlint: fix RCS Id
1998-01-19 01:23:24 +00:00
hubertf
82ea42fb17
portlint: $() vs. ${}
1998-01-19 01:21:58 +00:00
hubertf
ce96623a7f
portlint: Fix RCS Id
1998-01-19 01:20:26 +00:00
hubertf
924c9f993d
portlint: kill space at EOL
1998-01-19 01:19:04 +00:00
hubertf
8dba8b10ef
portlint: fix RCS Id
1998-01-19 01:17:30 +00:00
hubertf
54e82f1f7b
portlint: use command-macros, fix info-file installation, empty line at EOF, ...
1998-01-19 01:16:29 +00:00
hubertf
1051253543
portlint: Fix RCS Id
1998-01-19 01:13:29 +00:00
hubertf
cb86775d23
portlint: change order, use command-macros
1998-01-19 01:11:51 +00:00
hubertf
991232a371
portlint: make comment shorter
1998-01-19 01:10:17 +00:00
hubertf
a79d99cc1a
portlint: kill empty line at the EOF
1998-01-19 01:08:03 +00:00
hubertf
b308880235
portlint: Fix RCS Id
1998-01-19 01:07:52 +00:00
hubertf
84b966243e
portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ...
1998-01-19 01:03:31 +00:00
hubertf
0f2a06ddca
portlint: fix RCS Id, add MAINTAINER+MAN1
1998-01-19 01:00:16 +00:00
hubertf
c8ab5290a9
portlint: move RCS-Id
1998-01-19 00:58:52 +00:00
hubertf
b8f7ab7bfb
portlint: change order, kill whitespace
1998-01-19 00:57:03 +00:00
hubertf
4619e11943
portlint: make comment shorter
1998-01-19 00:55:22 +00:00
hubertf
1a5b2194ff
portlint: ldconfig
1998-01-19 00:54:27 +00:00
hubertf
a87e36b49c
portlint: kill empty lines at EOF
1998-01-19 00:51:08 +00:00
hubertf
a0b7f6d576
portlint: change order, add MAN1
1998-01-19 00:50:56 +00:00
agc
997d5b1eb2
This package installs a pre-formatted man page, not an unformatted
...
one, so change the Makfile definition from MAN1 to CAT1. Fixes a
problem pointed out by Charles Hannum.
1998-01-15 11:39:10 +00:00
agc
e8f55638dd
The package itself installs unformatted man pages (albeit in the wrong
...
directory - see the post-install target), so use a MAN1 definition to
make sure that any compression takes place, using the usual package
mechanism. Fixes a problem pointed out by Charles Hannum.
1998-01-15 11:17:53 +00:00
agc
52fab24440
Delete USE_GMAKE - native make works fine.
...
As pointed out by Charles Hannum.
1998-01-08 17:28:13 +00:00
agc
b3da006920
Delete USE_GMAKE, which is not necessary - native make works fine.
...
As pointed out by Charles Hannum.
1998-01-08 17:11:15 +00:00
augustss
fbe24d3f5e
Fix misspelled variable.
1998-01-06 22:48:27 +00:00
augustss
aea2af033f
Avoid -m486 flag.
1998-01-06 22:42:03 +00:00
hubertf
4189a3677e
Update for V2.2 pl1
1997-12-21 02:11:55 +00:00
is
811384d17a
Make the -v (volume) option work again.
1997-12-17 14:19:43 +00:00
hubertf
15387ad900
remove ranlib, fix ldconfig
1997-12-02 23:16:37 +00:00
augustss
57a3bbb2ac
Add the missing scsi.h file.
1997-11-27 18:13:18 +00:00
augustss
649982c84c
Make sure we clean up properly.
1997-11-27 11:09:24 +00:00
chopps
8a07f09847
Add NetBSD to list of OS's that support "Other NON-SCSI". Uses the
...
FreeBSD ioctl option.
1997-11-26 18:16:27 +00:00
augustss
062bbc7e67
Add tosha, a "CD ripper".
1997-11-24 23:01:00 +00:00
augustss
928ff30e55
Make it work under NetBSD by adding the FreeBSD scsi library code.
...
XXX Perhaps a libscsi package would be better?
1997-11-24 23:00:04 +00:00
agc
b06ed532b8
Install toast, tcat and untoast using the correct mode.
...
Thanks to is for pointing this out.
1997-11-17 13:56:56 +00:00
agc
01b354ea3a
Revamp installation part of the Makefile, so that everything installs
...
cleanly in appropriate directories, using native make.
1997-11-14 14:12:34 +00:00
agc
cc61017928
Use native make, rather than gmake
1997-11-14 14:09:42 +00:00
augustss
448c4f1b4c
Make sure SIGIO gets defined.
1997-11-08 21:57:17 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
augustss
396f7552dd
Another NetBSD port.
...
(I'm getting sick of porting MPEG players, this must be the fifth.)
1997-11-01 00:56:20 +00:00
augustss
8420169afe
Another NetBSD port.
1997-10-31 22:08:34 +00:00
mycroft
8612756bd9
Implement audio_queueflush().
1997-10-31 12:04:56 +00:00
mycroft
c6e3a24d6b
Use a 32k buffer.
1997-10-31 11:48:59 +00:00
augustss
cfb391074a
Remove a few packages.
1997-10-31 08:24:15 +00:00
augustss
51049f1487
Remove packages that are either obsolete or cannot possibly work
...
on NetBSD (yet).
1997-10-31 01:56:34 +00:00
augustss
2ff164b504
Add more working programs and explain why some don't work.
1997-10-30 00:31:47 +00:00
augustss
a3d9eb2f9d
NetBSD port.
1997-10-30 00:30:18 +00:00
augustss
c9eb3f5b8d
NetBSD port.
1997-10-30 00:15:01 +00:00
augustss
89d9ac7fc9
NetBSD port.
1997-10-29 18:03:23 +00:00
augustss
ebe80be05a
More working programs.
1997-10-29 01:49:16 +00:00
augustss
c166c7a823
Change RCS id.
...
NetBSD port.
1997-10-29 01:48:29 +00:00
augustss
ba25612c7c
NetBSD port.
1997-10-29 01:18:30 +00:00
augustss
dd3cc8c334
Some programs actually work now.
1997-10-29 00:41:45 +00:00
augustss
efbd0fc6f0
Change from the FreeBSD port to my port.
1997-10-29 00:40:28 +00:00
augustss
be5c486bbb
Change RCS id.
...
NetBSD port.
1997-10-29 00:34:33 +00:00
augustss
2675f4331b
NetBSD port.
1997-10-28 23:59:56 +00:00
augustss
2ca7e351d1
Change RCS id.
...
NetBSD port.
1997-10-28 23:53:04 +00:00
augustss
970bbef5a1
Change RCS Id.
...
NetBSD port.
1997-10-28 23:49:37 +00:00
augustss
d06ebcc511
Change RCS id.
...
NetBSD port.
1997-10-28 23:46:46 +00:00
augustss
9cae2bb322
NetBSD port.
1997-10-28 23:42:43 +00:00
augustss
e626cc68c0
Change RCS id.
1997-10-28 23:41:14 +00:00
augustss
5c5ceeca16
Comment out all programs initially.
1997-10-28 23:35:57 +00:00
augustss
4daa64a629
Initial import of FreeBSD audio packages.
1997-10-28 23:18:20 +00:00