Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
sfxr's original purpose was to provide a simple means of getting
basic sound effects into a game for those people who were working
hard to get their entries done for the Ludum Dare gaming contest
within the 48 hours and didn't have time to spend looking for
suitable ways of doing this.
The idea was that they could just hit a few buttons in this
application and get some largely randomized effects that were custom
in the sense that the user could accept/reject each proposed sound.
+40
View File
@@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.19 2013/06/06 12:54:05 wiz Exp $
#
DISTNAME= sfxr-sdl-1.2.1
PKGNAME= ${DISTNAME:S/-sdl//}
PKGREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://www.drpetter.se/files/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.drpetter.se/project_sfxr.html
COMMENT= Sound generator for 8-bit game sounds
LICENSE= mit
USE_LANGUAGES= c++
USE_TOOLS+= gmake pkg-config
BUILD_TARGET= sfxr
SUBST_CLASSES+= prefix
SUBST_SED.prefix= -e "s,/usr,${PREFIX},g"
SUBST_FILES.prefix= sdlkit.h main.cpp Makefile
SUBST_STAGE.prefix= pre-build
SUBST_MESSAGE.prefix= Fixing installation path.
INSTALLATION_DIRS= bin share/sfxr share/applications share/doc/sfxr
INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sfxr ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/*.tga ${DESTDIR}${PREFIX}/share/sfxr
${INSTALL_DATA} ${WRKSRC}/*.bmp ${DESTDIR}${PREFIX}/share/sfxr
${INSTALL_DATA} ${WRKSRC}/sfxr.png ${DESTDIR}${PREFIX}/share/icons/hicolor/48x48/apps
${INSTALL_DATA} ${WRKSRC}/sfxr.desktop ${DESTDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DESTDIR}${PREFIX}/share/doc/sfxr
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+8
View File
@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/03 22:29:34 wiz Exp $
bin/sfxr
share/applications/sfxr.desktop
share/doc/sfxr/readme.txt
share/icons/hicolor/48x48/apps/sfxr.png
share/sfxr/font.tga
share/sfxr/ld48.tga
share/sfxr/sfxr.bmp
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/05/29 13:56:36 wiz Exp $
SHA1 (sfxr-sdl-1.2.1.tar.gz) = c5b1a755f45aae256101b1f83dcd6f71efb4f206
RMD160 (sfxr-sdl-1.2.1.tar.gz) = be13e8591b109dcc348bc407f3d5dcfae540cf13
Size (sfxr-sdl-1.2.1.tar.gz) = 19444 bytes