Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 15:00:06 -0800 (PST)
From:      David <david@dyn-ns.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47602: New port : audio/gtkpod A gtk2 gui to manage iPod
Message-ID:  <200301302300.h0UN06ql094255@freefall.freebsd.org>

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

From: David <david@dyn-ns.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/47602: New port : audio/gtkpod A gtk2 gui to manage iPod
Date: Thu, 30 Jan 2003 23:50:40 +0100

 Thanks Simon for reviewing my port.
 I take care and apply your advices and notes.
 Now, I hope, the port is ok.
 
 Cheers,
 David
 
 
 # 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:
 #
 #	gtkpod
 #	gtkpod/distinfo
 #	gtkpod/Makefile
 #	gtkpod/pkg-plist
 #	gtkpod/pkg-comment
 #	gtkpod/pkg-descr
 #
 echo c - gtkpod
 mkdir -p gtkpod > /dev/null 2>&1
 echo x - gtkpod/distinfo
 sed 's/^X//' >gtkpod/distinfo << 'END-of-gtkpod/distinfo'
 XMD5 (gtkpod-0.40.tar.gz) = deb877378835be7119c64e1704f559a9
 END-of-gtkpod/distinfo
 echo x - gtkpod/Makefile
 sed 's/^X//' >gtkpod/Makefile << 'END-of-gtkpod/Makefile'
 X# New ports collection makefile for:	gtkpod
 X# Date created: 			28 January 2003
 X# Whom: 				David Le Brun <david@dyn-ns.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	gtkpod
 XPORTVERSION=	0.40
 XCATEGORIES=	audio
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	${PORTNAME}
 X
 XMAINTAINER=	david@dyn-ns.net
 X
 XLIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
 X		id3-3.8.2:${PORTSDIR}/audio/id3lib \
 X		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 X
 XUSE_REINPLACE=	yes
 XUSE_X_PREFIX=	yes
 X
 XUSE_GMAKE=	yes
 XGNU_CONFIGURE=	yes
 X
 XCONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
 XCONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 X
 Xpre-configure:
 X# install locale correctly (share dir instead of lib dir)
 X	@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
 X		${WRKSRC}/configure
 X	@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
 X		${WRKSRC}/po/Makefile.in.in
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	@${MKDIR} ${DOCSDIR}
 X	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-gtkpod/Makefile
 echo x - gtkpod/pkg-plist
 sed 's/^X//' >gtkpod/pkg-plist << 'END-of-gtkpod/pkg-plist'
 Xbin/gtkpod
 Xshare/locale/de/LC_MESSAGES/gtkpod.mo
 X%%PORTDOCS%%/share/doc/gtkpod/README
 X%%PORTDOCS%%@dirrm share/doc/gtkpod
 END-of-gtkpod/pkg-plist
 echo x - gtkpod/pkg-comment
 sed 's/^X//' >gtkpod/pkg-comment << 'END-of-gtkpod/pkg-comment'
 XA GUI to upload songs and playlists to iPod
 END-of-gtkpod/pkg-comment
 echo x - gtkpod/pkg-descr
 sed 's/^X//' >gtkpod/pkg-descr << 'END-of-gtkpod/pkg-descr'
 Xgtkpod is a graphical user interface to upload and manage songs to your iPod. 
 X
 XIt allows you to :
 X    * Read your existing iTunesDB (i.e. import the existing contents of 
 X      your iPod).
 X    * Add mp3 files to the iPod. You can choose the charset the ID3 tags 
 X      are encoded in from within gtkpod. The default is the charset currently 
 X      used by your locale setting.
 X    * When adding songs, gtkpod detects duplicates (option).
 X    * Remove songs from the iPod.
 X    * Create and modify playlists.
 X    * Modify ID3 tags -- changes are also updated in the original file (option)
 X    * Write the updated iTunesDB and added songs to your iPod.
 X    * Work offline and synchronize your new playlists / songs with the iPod
 X      at a later time
 X
 XNota: you need a Windows iPod
 X
 XWWW: http://gtkpod.sourceforge.net
 END-of-gtkpod/pkg-descr
 exit
 

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?200301302300.h0UN06ql094255>