Bug 149781

Summary: (no subject)
Product: Ports & Packages Reporter: Charles Mercadal <mercadal>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Charles Mercadal 2010-08-18 20:10:01 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:
 #
 #	ctronome
 #	ctronome/Makefile
 #	ctronome/pkg-descr
 #	ctronome/pkg-plist
 #	ctronome/distinfo
 #	ctronome/files
 #	ctronome/files/patch-Makefile
 #
 echo c - ctronome
 mkdir -p ctronome > /dev/null 2>&1
 echo x - ctronome/Makefile
 sed 's/^X//' >ctronome/Makefile << 'END-of-ctronome/Makefile'
 X# New ports collection makefile for:	ctronome
 X# Date created:		11 August 2010
 X# Whom:			Charles Mercadal <mercadal@diablonet.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	ctronome
 XPORTVERSION=	0.5.3
 XCATEGORIES=	audio
 XMASTER_SITES=	http://ctronome.kign.org/source/
 X
 XMAINTAINER=	mercadal@diablonet.net
 XCOMMENT=	A programmable console-based metronome
 X
 Xpost-patch:
 X	@${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|' ${WRKSRC}/ctronome.h ${WRKSRC}/dsp.c
 X	@${REINPLACE_CMD} -e 's|/usr/share/ctronome|${DATADIR}|' ${WRKSRC}/ctronome.h
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/ctronome ${PREFIX}/bin
 X	${MKDIR} ${DATADIR}
 X	${INSTALL_DATA} ${WRKSRC}/metronome1.wav ${DATADIR}
 X	${INSTALL_DATA} ${WRKSRC}/metronome2.wav ${DATADIR}
 X
 X.include <bsd.port.mk>
 END-of-ctronome/Makefile
 echo x - ctronome/pkg-descr
 sed 's/^X//' >ctronome/pkg-descr << 'END-of-ctronome/pkg-descr'
 XA very simple yet powerful programmable console metronome.
 X
 XWWW:  http://ctronome.kign.org/
 END-of-ctronome/pkg-descr
 echo x - ctronome/pkg-plist
 sed 's/^X//' >ctronome/pkg-plist << 'END-of-ctronome/pkg-plist'
 Xbin/ctronome
 X%%DATADIR%%/metronome1.wav
 X%%DATADIR%%/metronome2.wav
 X@dirrm %%DATADIR%%
 END-of-ctronome/pkg-plist
 echo x - ctronome/distinfo
 sed 's/^X//' >ctronome/distinfo << 'END-of-ctronome/distinfo'
 XMD5 (ctronome-0.5.3.tar.gz) = 12b46a7825ea5156100ac1f0bcd148ab
 XSHA256 (ctronome-0.5.3.tar.gz) = 0ceb6ab2f243ac45d0475e901f70f5ac20100c7489d28375fc2b5ce38c0124ad
 XSIZE (ctronome-0.5.3.tar.gz) = 25979
 END-of-ctronome/distinfo
 echo c - ctronome/files
 mkdir -p ctronome/files > /dev/null 2>&1
 echo x - ctronome/files/patch-Makefile
 sed 's/^X//' >ctronome/files/patch-Makefile << 'END-of-ctronome/files/patch-Makefile'
 Xexit--- Makefile.orig	2008-12-18 13:49:32.000000000 +0300
 X+++ Makefile	2010-08-18 21:47:01.000000000 +0400
 X@@ -1,11 +1,11 @@
 X VERSION = 0.5.3
 X-CC = gcc
 X+CC ?= gcc
 X OBJS = ctronome.o dsp.o routines.o
 X 
 X all: ctronome
 X 
 X %.o: %.c ctronome.h routines.h
 X-	$(CC) -c $<
 X+	$(CC) $(CFLAGS) -c $<
 X 
 X ctronome: $(OBJS)
 X 	$(CC) -o ctronome $(OBJS)
 END-of-ctronome/files/patch-Makefile
 exit
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-08-20 04:18:33 UTC
State Changed
From-To: open->feedback

Take this while I work with the submitter to reclassify it. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-08-20 04:18:33 UTC
Responsible Changed
From-To: gnats-admin->linimon
Comment 3 Charles Mercadal 2010-08-20 21:55:39 UTC
My apologies -- you can close pending/149781.

I failed to include a subject line when emailing a shar file in 
regards to ports/149754.


Best regards,
Charles Mercadal
Comment 4 Alexander Best freebsd_committer freebsd_triage 2010-08-21 09:49:22 UTC
State Changed
From-To: feedback->closed

Closed at submitter's request.