Index: head/audio/xwave/Makefile =================================================================== --- head/audio/xwave/Makefile (revision 60963) +++ head/audio/xwave/Makefile (revision 60964) @@ -1,33 +1,34 @@ # New ports collection makefile for: xwave # Date created: 11 June 2000 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= xwave PORTVERSION= 2.2 CATEGORIES= audio -MASTER_SITES= http://www.funet.fi/~kouhia/waves/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= trevor DISTNAME= ${PORTNAME}${PORTVERSION:S/./v/} MAINTAINER= martin.kraft@fal.de WRKSRC= ${WRKDIR}/${PORTNAME}2-981109 USE_IMAKE= yes USE_XPM= yes DOC_FILES= README README-XWAVE2 README.v06 INSTALL do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/XWave ${PREFIX}/lib/X11/app-defaults .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xwave .for i in ${DOC_FILES} ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/share/doc/xwave .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/audio/xwave/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/audio/xwave/pkg-descr =================================================================== --- head/audio/xwave/pkg-descr (revision 60963) +++ head/audio/xwave/pkg-descr (revision 60964) @@ -1,20 +1,17 @@ note from the original author: The user interface of xwave is based on Athena and FWF widgets. The application defaults are optimized for Xaw3d, so if you don't use Xaw3d you may want to modify the resources. Features: - multiple files - overview window - zoom window - mark, cut, copy, paste, merge - echo, reverse, swap, resample, volume (absolute, dynamic compressor) - stop recording on demand - raw, wav, au, aiff, aifc (PCM, ALAW, ULAW, and some ADPCM implementations) - files of any length - -Trevor Johnson -trevor@jpj.net Property changes on: head/audio/xwave/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property