Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 00:40:05 -0800 (PST)
From:      Juha Erkkila <erkkila@cc.jyu.fi>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47649: New port: audio/eTktab - guitar tabulature editor
Message-ID:  <200301300840.h0U8e5gC072288@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47649; it has been noted by GNATS.

From: Juha Erkkila <erkkila@cc.jyu.fi>
To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/47649: New port: audio/eTktab - guitar tabulature editor
Date: Thu, 30 Jan 2003 10:40:19 +0200

 hello,
 
 On Wed, Jan 29, 2003 at 11:32:52PM +0100, Simon 'corecode' Schubert wrote:
 > Lately Juha ErkkilX told:
 > > XPORTNAME=	eTktab
 > using a capitalized T complicates things much (*). are you sure you want
 > this?
 
 yes.  the program name is quite clearly `eTktab', and i don't want to
 change it in the port only because the tarball has been named as
 `etktab'.  changing it complicates other things (like having to redefine
 WRKSRC), and creates portname/programname discrepancy.  but change it
 if you really want to
 
 thanks for all comments.  here's the diff:
 
 diff -ru eTktab.old/Makefile eTktab/Makefile
 --- eTktab.old/Makefile	Thu Jan 30 10:13:50 2003
 +++ eTktab/Makefile	Thu Jan 30 10:17:47 2003
 @@ -7,7 +7,7 @@
  
  PORTNAME=	eTktab
  PORTVERSION=	2.5
 -CATEGORIES=	audio
 +CATEGORIES=	audio tcl83 tk83
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	etktab
  DISTFILES=	etktab-${PORTVERSION}${EXTRACT_SUFX} uk-2.5.etk \
 @@ -29,16 +29,14 @@
  	@${INSTALL_SCRIPT} ${WRKSRC}/fileconvert-v1-to-v2 \
  		${PREFIX}/bin/eTktab-fileconvert-v1-to-v2
  .if !defined(NOPORTDOCS)
 -	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_MAN} ${WRKSRC}/CHANGES.html ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_MAN} ${WRKSRC}/LICENSE.html ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_MAN} ${WRKSRC}/README.html ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_DATA} ${WRKSRC}/eTktab-small.xpm \
 -		${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_DATA} ${WRKSRC}/eTktab.xpm ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_DATA} ${WRKDIR}/uk-2.5.etk ${PREFIX}/share/doc/${PORTNAME}
 -	@${INSTALL_DATA} ${WRKDIR}/canada_multi-2.5.etk \
 -		${PREFIX}/share/doc/${PORTNAME}
 +	@${MKDIR} ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/CHANGES.html ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/LICENSE.html ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/eTktab-small.xpm ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/eTktab.xpm ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKDIR}/uk-2.5.etk ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKDIR}/canada_multi-2.5.etk ${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
 
 
 Juha

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301300840.h0U8e5gC072288>