From david@da-quirk.org  Tue Jan 28 12:22:43 2003
Return-Path: <david@da-quirk.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 252E437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2003 12:22:43 -0800 (PST)
Received: from da-quirk.org (m210.net81-67-97.noos.fr [81.67.97.210])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 99C3A43F43
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2003 12:22:41 -0800 (PST)
	(envelope-from david@da-quirk.org)
Received: from da-quirk.org (localhost.noos.fr [127.0.0.1])
	by da-quirk.org (8.12.6/8.12.6) with ESMTP id h0SKMhVY018082
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2003 21:22:44 +0100 (CET)
	(envelope-from david@da-quirk.org)
Received: (from david@localhost)
	by da-quirk.org (8.12.6/8.12.6/Submit) id h0SKMgm8018081;
	Tue, 28 Jan 2003 21:22:42 +0100 (CET)
Message-Id: <200301282022.h0SKMgm8018081@da-quirk.org>
Date: Tue, 28 Jan 2003 21:22:42 +0100 (CET)
From: David LE BRUN <david@dyn-ns.net>
Reply-To: David LE BRUN <david@dyn-ns.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port : audio/gtkpod A gtk2 gui to manage iPod
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47602
>Category:       ports
>Synopsis:       New port : audio/gtkpod A gtk2 gui to manage iPod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 12:30:01 PST 2003
>Closed-Date:    Mon Apr 21 15:50:50 JST 2003
>Last-Modified:  Mon Apr 21 15:50:50 JST 2003
>Originator:     David LE BRUN
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD poyel 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Sun Jan 26 13:39:29 CET 2003 root@poyel:/usr/src/sys/i386/compile/POYEL i386


	
>Description:
	gtkpod is a graphical user interface to upload and manage songs to your iPod.
>How-To-Repeat:
	
>Fix:

	

--- gtkpod.shar begins here ---
# 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/files
#	gtkpod/distinfo
#	gtkpod/Makefile
#	gtkpod/pkg-plist
#	gtkpod/pkg-comment
#	gtkpod/pkg-descr
#
echo c - gtkpod
mkdir -p gtkpod > /dev/null 2>&1
echo c - gtkpod/files
mkdir -p gtkpod/files > /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:${PORTSDIR}/audio/id3lib \
X		gnugetopt:${PORTSDIR}/devel/libgnugetopt
X
XUSE_REINPLACE=	yes
XUSE_X_PREFIX=	yes
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
XLDFLAGS=	-L${LOCALBASE}/lib
X
XCONFIGURE_ENV+=	CFLAGS="${CFLAGS}"
XCONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
XCONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS}"
XCONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -lgnugetopt"
X
Xpre-patch:
X# install locale correctly (not in lib dir but in share dir)
X	@${REINPLACE_CMD} -E -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
X		${WRKSRC}/configure
X	@${REINPLACE_CMD} -E -e 's|\(libdir\)/locale|\(datadir\)/locale|' \
X		${WRKSRC}/po/Makefile.in.in
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/gtkpod
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtkpod
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'
XGtkpod is a GTK2 GUI to manage your 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
Xgtkpod 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
--- gtkpod.shar ends here ---


>Release-Note:
>Audit-Trail:

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: David LE BRUN <david@dyn-ns.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/47602: New port : audio/gtkpod A gtk2 gui to manage iPod
Date: Wed, 29 Jan 2003 03:41:07 +0100

 --=.bdpX3pVeuFXm3T
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately David LE BRUN told:
 
 > sed 's/^X//' >gtkpod/Makefile << 'END-of-gtkpod/Makefile'
 [...]
 > XMASTER_SITE_SUBDIR=     ${PORTNAME}
                       ^^^^^ use tab
 
 [...]
 > XLIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
 > X		id3:${PORTSDIR}/audio/id3lib \
 > X		gnugetopt:${PORTSDIR}/devel/libgnugetopt
 
 1. use shlib major version?
 2. is gnugetopt really needed or can it be depended on conditionally
    (5.0-RELEASE and -CURRENT got getopt(3))?
 
 [...]
 > XCONFIGURE_ENV+=	CFLAGS="${CFLAGS}"
 
 needed?
 
 > XCONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include"
 
 why don't you use ${CPPFLAGS} here (like above and below)?
 
 > XCONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS}"
 
 needed?
 
 > XCONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -lgnugetopt"
 
 conditionalize? (see above)
 
 > Xpre-patch:
 > X# install locale correctly (not in lib dir but in share dir)
 > X	@${REINPLACE_CMD} -E -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
 > X		${WRKSRC}/configure
 > X	@${REINPLACE_CMD} -E -e 's|\(libdir\)/locale|\(datadir\)/locale|' \
 > X		${WRKSRC}/po/Makefile.in.in
 
 don't use -E if you don't need to and if it complicates stuff:
 
 	@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
 		${WRKSRC}/po/Makefile.in.in
 
 > Xpost-install:
 > X.if !defined(NOPORTDOCS)
 > X	${MKDIR} ${PREFIX}/share/doc/gtkpod
 > X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtkpod
 
 use ${DOCSDIR}?
 
 [...]
 > sed 's/^X//' >gtkpod/pkg-comment << 'END-of-gtkpod/pkg-comment'
 > XGtkpod is a GTK2 GUI to manage your iPod
 
 don't need to have ${PORTNAME} in the pkg-comment; see pkg_info output
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.bdpX3pVeuFXm3T
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+Nz9Dr5S+dk6z85oRAtUMAJoDVpIehUK9rua5wI/S6wiPOFnp4gCfdezL
 6jTrdgjeThtjLwGwSx2Twmw=
 =qENZ
 -----END PGP SIGNATURE-----
 
 --=.bdpX3pVeuFXm3T--

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
 

From: David <david@dyn-ns.net>
To: freebsd-gnats-submit@FreeBSD.org, david@dyn-ns.net
Cc:  
Subject: Re: ports/47602: New port : audio/gtkpod A gtk2 gui to manage iPod
Date: Mon, 3 Mar 2003 00:21:24 +0100

 * Update to version 0.43-1
 * De-pkg-comment
 
 diff -ruN gtkpod.old/Makefile gtkpod/Makefile
 --- gtkpod.old/Makefile	Thu Jan 30 23:31:25 2003
 +++ gtkpod/Makefile	Sun Mar  2 00:07:34 2003
 @@ -6,12 +6,13 @@
  #
  
  PORTNAME=	gtkpod
 -PORTVERSION=	0.40
 +PORTVERSION=	0.43-1
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
  
  MAINTAINER=	david@dyn-ns.net
 +COMMENT=	A GUI to upload songs and playlists to iPod
  
  LIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
  		id3-3.8.2:${PORTSDIR}/audio/id3lib \
 diff -ruN gtkpod.old/distinfo gtkpod/distinfo
 --- gtkpod.old/distinfo	Mon Jan 27 22:59:09 2003
 +++ gtkpod/distinfo	Sun Mar  2 00:01:05 2003
 @@ -1 +1 @@
 -MD5 (gtkpod-0.40.tar.gz) = deb877378835be7119c64e1704f559a9
 +MD5 (gtkpod-0.43-1.tar.gz) = 5b600a8b1103bf37b84658a5b83ad81e
 diff -ruN gtkpod.old/pkg-comment gtkpod/pkg-comment
 --- gtkpod.old/pkg-comment	Thu Jan 30 23:33:40 2003
 +++ gtkpod/pkg-comment	Thu Jan  1 01:00:00 1970
 @@ -1 +0,0 @@
 -A GUI to upload songs and playlists to iPod

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: Sun, 23 Mar 2003 23:43:54 +0100

 --dDRMvlgZJXvWKvBx
 Content-Type: text/plain; charset=iso-8859-15
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Update to gtkpod 0.50
 
 This release brings a bunch of enhancements, like
 drag and drop directly from nautilus/konqueror, more
 intelligent drag and drop logic (e.g. dropping between to
 playlists will create a new playlist to drop in),
 startup/shutdown scripts, automatic mount/unmout of the iPod
 directory, variable number of sort tabs (none to five),
 reorderable song attribute columns, an overall speed-up of
 the display code and a play song command (user-defined
 command line).
 
 
 
 diff -ruN gtkpod.old/Makefile gtkpod/Makefile
 --- gtkpod.old/Makefile	Sun Mar  2 00:07:34 2003
 +++ gtkpod/Makefile	Sat Mar 22 23:30:31 2003
 @@ -6,7 +6,7 @@
  #
 =20
  PORTNAME=3D	gtkpod
 -PORTVERSION=3D	0.43-1
 +PORTVERSION=3D	0.50
  CATEGORIES=3D	audio
  MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=3D	${PORTNAME}
 diff -ruN gtkpod.old/distinfo gtkpod/distinfo
 --- gtkpod.old/distinfo	Sun Mar  2 00:01:05 2003
 +++ gtkpod/distinfo	Sat Mar 22 22:40:47 2003
 @@ -1 +1 @@
 -MD5 (gtkpod-0.43-1.tar.gz) =3D 5b600a8b1103bf37b84658a5b83ad81e
 +MD5 (gtkpod-0.50.tar.gz) =3D 505b34ef5a6ccaf6592c0890c7044e6c
 diff -ruN gtkpod.old/pkg-plist gtkpod/pkg-plist
 --- gtkpod.old/pkg-plist	Tue Jan 28 00:28:59 2003
 +++ gtkpod/pkg-plist	Sat Mar 22 22:51:33 2003
 @@ -1,4 +1,5 @@
  bin/gtkpod
  share/locale/de/LC_MESSAGES/gtkpod.mo
 +share/locale/ja/LC_MESSAGES/gtkpod.mo
  %%PORTDOCS%%/share/doc/gtkpod/README
  %%PORTDOCS%%@dirrm share/doc/gtkpod
 
 --dDRMvlgZJXvWKvBx
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+fjiqMwX0k4BjnacRAo4rAJ9JZHNlfWTg3ZkpTrt+HFroKNwtugCgzpFe
 E4qcGMfzBd4gU46o83GMWdo=
 =mgEb
 -----END PGP SIGNATURE-----
 
 --dDRMvlgZJXvWKvBx--
State-Changed-From-To: open->closed 
State-Changed-By: sumikawa 
State-Changed-When: Mon Apr 21 15:50:33 JST 2003 
State-Changed-Why:  
Commited, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47602 
>Unformatted:
