Hi, Ports!

This new package libmodplug 0.8.8.1.
This is a library based on the mod rendering code from ModPlug, a
popular Windows mod player written by Olivier Lapicque, found at
http://www.modplug.com.

Tested on i386.

Comments ? OK ?

-- 
Alexandr Shadchin
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/Makefile,v
retrieving revision 1.244
diff -u -p -r1.244 Makefile
--- Makefile    31 May 2010 19:39:48 -0000      1.244
+++ Makefile    20 Jun 2010 14:49:03 -0000
@@ -66,6 +66,7 @@
      SUBDIR += libid3tag
      SUBDIR += libmad
      SUBDIR += libmikmod
+     SUBDIR += libmodplug
      SUBDIR += libmp3splt
      SUBDIR += libmpcdec
      SUBDIR += libmpd
Index: libmodplug/Makefile
===================================================================
RCS file: libmodplug/Makefile
diff -N libmodplug/Makefile
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libmodplug/Makefile 20 Jun 2010 14:49:03 -0000
@@ -0,0 +1,29 @@
+# $OpenBSD$
+
+COMMENT =              library for decoding mod-like music formats
+
+DISTNAME =             libmodplug-0.8.8.1
+CATEGORIES =           audio
+
+HOMEPAGE =             http://modplug-xmms.sourceforge.net/
+
+SHARED_LIBS +=         modplug         0.0     # .1.0
+
+# Public domain
+PERMIT_DISTFILES_CDROM =Yes
+PERMIT_DISTFILES_FTP = Yes
+PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_FTP =   Yes
+
+MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
+
+WANTLIB +=             m
+
+USE_LIBTOOL =          Yes
+
+NO_REGRESS =           Yes
+
+CONFIGURE_STYLE =      gnu
+CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}
+
+.include <bsd.port.mk>
Index: libmodplug/distinfo
===================================================================
RCS file: libmodplug/distinfo
diff -N libmodplug/distinfo
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libmodplug/distinfo 20 Jun 2010 14:49:03 -0000
@@ -0,0 +1,5 @@
+MD5 (libmodplug-0.8.8.1.tar.gz) = 9/pTpgxlACT/Ucyog0F3aw==
+RMD160 (libmodplug-0.8.8.1.tar.gz) = R0RLxjBr8v81y5KscMLUlqxcY8I=
+SHA1 (libmodplug-0.8.8.1.tar.gz) = SWObKbMCqv4/puXFzbmUv8cv1XM=
+SHA256 (libmodplug-0.8.8.1.tar.gz) = 
nzuCMrEGtW2C4UMAGH/w07chgdQNG+ad3JqLmS9PZfA=
+SIZE (libmodplug-0.8.8.1.tar.gz) = 513612
Index: libmodplug/pkg/DESCR
===================================================================
RCS file: libmodplug/pkg/DESCR
diff -N libmodplug/pkg/DESCR
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libmodplug/pkg/DESCR        20 Jun 2010 14:49:03 -0000
@@ -0,0 +1,3 @@
+This is a library based on the mod rendering code from ModPlug, a
+popular Windows mod player written by Olivier Lapicque, found at
+http://www.modplug.com.
Index: libmodplug/pkg/PFRAG.shared
===================================================================
RCS file: libmodplug/pkg/PFRAG.shared
diff -N libmodplug/pkg/PFRAG.shared
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libmodplug/pkg/PFRAG.shared 20 Jun 2010 14:49:03 -0000
@@ -0,0 +1,2 @@
+...@comment $OpenBSD$
+...@lib lib/libmodplug.so.${LIBmodplug_VERSION}
Index: libmodplug/pkg/PLIST
===================================================================
RCS file: libmodplug/pkg/PLIST
diff -N libmodplug/pkg/PLIST
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libmodplug/pkg/PLIST        20 Jun 2010 14:49:03 -0000
@@ -0,0 +1,11 @@
+...@comment $OpenBSD$
+%%SHARED%%
+include/libmodplug/
+include/libmodplug/it_defs.h
+include/libmodplug/modplug.h
+include/libmodplug/sndfile.h
+include/libmodplug/stdafx.h
+lib/libmodplug.a
+lib/libmodplug.la
+lib/pkgconfig/
+lib/pkgconfig/libmodplug.pc

Reply via email to