Bug 102655 - new port: audio/volumecontrol.app - Audio mixer for GNUstep
Summary: new port: audio/volumecontrol.app - Audio mixer for GNUstep
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-29 20:10 UTC by Gürkan
Modified: 2006-09-05 16:00 UTC (History)
0 users

See Also:


Attachments
volumecontrol.app.shar (2.60 KB, text/plain)
2006-08-29 20:10 UTC, Gürkan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gürkan 2006-08-29 20:10:20 UTC
VolumeControl is a GNUstep program for adjusting the audio mixer on
systems that use the OSS API. It allows the sound level, left/right
speakers, muting for master, PCM, bass, and treble levels to be controlled.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-08-29 20:24:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-08-30 12:11:26 UTC
State Changed
From-To: open->feedback

The port does not build. Could you also please run portlint -A. 

See: 
http://people.freebsd.org/~ehaupt/snippets/102655/volumecontrol.app-0.5.log
Comment 3 Gürkan 2006-08-31 10:14:18 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	volumecontrol.app
#	volumecontrol.app/pkg-descr
#	volumecontrol.app/Makefile
#	volumecontrol.app/pkg-plist
#	volumecontrol.app/distinfo
#
echo c - volumecontrol.app
mkdir -p volumecontrol.app > /dev/null 2>&1
echo x - volumecontrol.app/pkg-descr
sed 's/^X//' >volumecontrol.app/pkg-descr << 'END-of-volumecontrol.app/pkg-descr'
XVolumeControl is a GNUstep program for adjusting the audio mixer
Xon systems that use the OSS API. It allows the sound level,
Xleft/right speakers, muting for master, PCM, bass, and treble
Xlevels to be controlled.
X
Xgurkan@linuks.mine.nu
END-of-volumecontrol.app/pkg-descr
echo x - volumecontrol.app/Makefile
sed 's/^X//' >volumecontrol.app/Makefile << 'END-of-volumecontrol.app/Makefile'
X# New ports collection makefile for:    volumecontrol.app
X# Date created:         28 Aug 2006
X# Whom:                 gurkan@linuks.mine.nu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	volumecontrol.app
XPORTVERSION=	0.5
XCATEGORIES=	audio
XMASTER_SITES=	http://www.linuks.mine.nu/volumecontrol/ \
X		http://florida.ethz.ch/ports/distfiles/
XDISTNAME=	volumecontrol-${PORTVERSION}
X
XMAINTAINER=	gurkan@linuks.mine.nu
XCOMMENT=	Audio mixer for GNUstep
X
XWRKSRC=		${WRKDIR}/volumecontrol-${PORTVERSION}
XUSE_GMAKE=	yes
XUSE_GNUSTEP=	yes
XUSE_GNUSTEP_PREFIX=	yes
XUSE_GNUSTEP_BACK=	yes
XUSE_GNUSTEP_BUILD=	yes
XUSE_GNUSTEP_INSTALL=	yes
XMAKEFILE=	GNUmakefile
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|g' ${WRKSRC}/AppController.m
X
X.include <bsd.port.mk>
END-of-volumecontrol.app/Makefile
echo x - volumecontrol.app/pkg-plist
sed 's/^X//' >volumecontrol.app/pkg-plist << 'END-of-volumecontrol.app/pkg-plist'
XLocal/Applications/VolumeControl.app
XLocal/Applications/VolumeControl.app/VolumeControl
XLocal/Applications/VolumeControl.app/library_paths.openapp
XLocal/Applications/VolumeControl.app/Resources
XLocal/Applications/VolumeControl.app/Resources/Info-gnustep.plist
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/objects.gorm
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.classes
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.info
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.desktop
XLocal/Applications/VolumeControl.app/Resources/headphones.tiff
XLocal/Applications/VolumeControl.app/Resources/VolumeControl.rtf
XLocal/Applications/VolumeControl.app/stamp.make
X@dirrm System/Applications/VolumeControl.app/Resources/VolumeControl.gorm
X@dirrm System/Applications/VolumeControl.app/Resources
X@dirrm System/Applications/VolumeControl.app
END-of-volumecontrol.app/pkg-plist
echo x - volumecontrol.app/distinfo
sed 's/^X//' >volumecontrol.app/distinfo << 'END-of-volumecontrol.app/distinfo'
XMD5 (volumecontrol-0.5.tar.gz) = 30664abc13eafb55a6792653d5bbda48
XSHA256 (volumecontrol-0.5.tar.gz) = 4eb0ca4b6b07647c54bf49fa7e95de95dd8265b49ede5f2bdd14ee6e846aac6a
XSIZE (volumecontrol-0.5.tar.gz) = 20073
END-of-volumecontrol.app/distinfo
exit
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2006-08-31 10:36:16 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2006-09-04 21:25:10 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 6 dirk.meyer 2006-09-05 15:49:21 UTC
Please see:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#PORTING-PKGNAME

good proactce is:
Letters, numbers, hyphens, or underscores

A portname ".app" is not recomended and should be avoided.
Especially when the website istself use the plain name.

In case of conflicts, the prefix "gnustep-xxxx" is prefered.
for example:
graphics/gnustep-slideshow

Would you consider to rename/reimport it without ".app"
just as "volumecontrol" ?

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]
http://people.freebsd.org/~dinoex/errorlogs/