From 0ca28723fbfb0ed88954e35bf45d7462a40a5178 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- audio/libmikmod/DESCR | 15 +++++++++++++++ audio/libmikmod/PLIST | 13 +++++++++++++ audio/libmikmod/pkg/DESCR | 15 --------------- audio/libmikmod/pkg/PLIST | 13 ------------- 4 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 audio/libmikmod/DESCR create mode 100644 audio/libmikmod/PLIST delete mode 100644 audio/libmikmod/pkg/DESCR delete mode 100644 audio/libmikmod/pkg/PLIST (limited to 'audio/libmikmod') diff --git a/audio/libmikmod/DESCR b/audio/libmikmod/DESCR new file mode 100644 index 00000000000..a22dc659800 --- /dev/null +++ b/audio/libmikmod/DESCR @@ -0,0 +1,15 @@ +The MikMod sound library is an excellent way for a programmer to +add music and sound effects to an application. It is a powerful +and flexible library, with a simple and easy-to-learn API. + +Besides, the library is very portable and runs under a lot of +Unices, as well as under OS/2, MacOS and Windows. Third party +individuals also maintain ports on other systems, including MS-DOS, +and BeOS. + +MikMod is able to play a wide range of module formats, as well as +digital sound files. It can take advantage of particular features +of your system, such as sound redirection over the network. And +due to its modular nature, the library can be extended to support +more sound or module formats, as well as new hardware or other +sound output capabilities, as they appear. diff --git a/audio/libmikmod/PLIST b/audio/libmikmod/PLIST new file mode 100644 index 00000000000..dfa1f56c51e --- /dev/null +++ b/audio/libmikmod/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:17:07 zuntum Exp $ +bin/libmikmod-config +include/mikmod.h +@unexec install-info --delete %D/info/mikmod.info %D/info/dir +info/mikmod.info +@exec install-info %D/info/mikmod.info %D/info/dir +lib/libmikmod.a +lib/libmikmod.la +lib/libmikmod.so +lib/libmikmod.so.2 +lib/libmikmod.so.2.2 +man/man1/libmikmod-config.1 +share/aclocal/libmikmod.m4 diff --git a/audio/libmikmod/pkg/DESCR b/audio/libmikmod/pkg/DESCR deleted file mode 100644 index a22dc659800..00000000000 --- a/audio/libmikmod/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -The MikMod sound library is an excellent way for a programmer to -add music and sound effects to an application. It is a powerful -and flexible library, with a simple and easy-to-learn API. - -Besides, the library is very portable and runs under a lot of -Unices, as well as under OS/2, MacOS and Windows. Third party -individuals also maintain ports on other systems, including MS-DOS, -and BeOS. - -MikMod is able to play a wide range of module formats, as well as -digital sound files. It can take advantage of particular features -of your system, such as sound redirection over the network. And -due to its modular nature, the library can be extended to support -more sound or module formats, as well as new hardware or other -sound output capabilities, as they appear. diff --git a/audio/libmikmod/pkg/PLIST b/audio/libmikmod/pkg/PLIST deleted file mode 100644 index 818584303b7..00000000000 --- a/audio/libmikmod/pkg/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:10:19 agc Exp $ -bin/libmikmod-config -include/mikmod.h -@unexec install-info --delete %D/info/mikmod.info %D/info/dir -info/mikmod.info -@exec install-info %D/info/mikmod.info %D/info/dir -lib/libmikmod.a -lib/libmikmod.la -lib/libmikmod.so -lib/libmikmod.so.2 -lib/libmikmod.so.2.2 -man/man1/libmikmod-config.1 -share/aclocal/libmikmod.m4 -- cgit v1.2.3