diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-28 13:43:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-28 13:43:00 +0000 |
commit | 36ccffc22bf9dad23d5327fea137d3a3a37c50b4 (patch) | |
tree | 14002a0632e39e52208680e8fbf71e097476be7d | |
parent | b97bef31e47bc2fdbc6e0b6bfb1f5ed4519347d0 (diff) |
Notes
-rw-r--r-- | audio/smasher/Makefile | 5 | ||||
-rw-r--r-- | audio/smasher/distinfo | 6 | ||||
-rw-r--r-- | audio/smasher/pkg-plist | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 00a004558565..649c64374303 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -6,9 +6,10 @@ # PORTNAME= smasher -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.0 CATEGORIES= audio -MASTER_SITES= SF +MASTER_SITES= SF \ + http://distfiles.officialunix.com/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= chris@officialunix.com diff --git a/audio/smasher/distinfo b/audio/smasher/distinfo index 0c88eecc756a..05678a1cb3a2 100644 --- a/audio/smasher/distinfo +++ b/audio/smasher/distinfo @@ -1,3 +1,3 @@ -MD5 (smasher-1.0.8-source.tar.gz) = 649fb089fde5eaed57d081ad4085121c -SHA256 (smasher-1.0.8-source.tar.gz) = df17f33ab62e384c2071c9036eefb5c7e0a5283905905c9f6cf40252019f0cda -SIZE (smasher-1.0.8-source.tar.gz) = 4496608 +MD5 (smasher-1.1.0-source.tar.gz) = 445fb08eaac257098f1b6938d79bc6c3 +SHA256 (smasher-1.1.0-source.tar.gz) = 7ca16aa35f96f91fad8e3ce0565c25e047a37548502f35f572000be0f2c05207 +SIZE (smasher-1.1.0-source.tar.gz) = 4509689 diff --git a/audio/smasher/pkg-plist b/audio/smasher/pkg-plist index 8ef3881a7b02..4c83f3824350 100644 --- a/audio/smasher/pkg-plist +++ b/audio/smasher/pkg-plist @@ -29,6 +29,18 @@ bin/smasher %%DATADIR%%/png/gradient-anticlock-spiral_24x24_gauss_gs.png %%DATADIR%%/png/warp.png %%DATADIR%%/png/warp4.png +%%DATADIR%%/png/stock_internet_gs.png +%%DATADIR%%/presets/amen_break_i.smash +%%DATADIR%%/presets/amen_break_ii.smash +%%DATADIR%%/presets/amen_break_iii.smash +%%DATADIR%%/presets/blank.smash +%%DATADIR%%/presets/electric_guitar.smash +%%DATADIR%%/presets/guitar.smash +%%DATADIR%%/presets/piano_i.smash +%%DATADIR%%/presets/piano_ii.smash +%%DATADIR%%/presets/synth_i.smash +%%DATADIR%%/presets/synth_ii.smash +%%DATADIR%%/presets/tr-808.smash %%DATADIR%%/samples/Amen_Break.wav %%DATADIR%%/samples/Piano.wav %%DATADIR%%/samples/TR-808.wav @@ -51,4 +63,5 @@ share/pixmaps/smasher.png @dirrm %%DATADIR%%/samples @dirrm %%DATADIR%%/png @dirrm %%DATADIR%%/help +@dirrm %%DATADIR%%/presets @dirrm %%DATADIR%% |