Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2011 14:04:55 GMT
From:      Kuan-Chung Chiu <buganini@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163642: [New Port] converters/gbsdconv: GUI for bsdconv
Message-ID:  <201112271404.pBRE4tin038249@red.freebsd.org>
Resent-Message-ID: <201112271410.pBREAA4v055773@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163642
>Category:       ports
>Synopsis:       [New Port] converters/gbsdconv: GUI for bsdconv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 27 14:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
N/A
>Environment:
>Description:
Add port for gbsdconv:
GUI for bsdconv.

Features:
        Auto choose the best from mutiple conversion
        Text conversion
        File name conversion
        File content conversion
        Meta tag conversion

WWW: https://github.com/buganini/gbsdconv

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	gbsdconv/
#	gbsdconv/pkg-descr
#	gbsdconv/distinfo
#	gbsdconv/Makefile
#	gbsdconv/pkg-plist
#
echo c - gbsdconv/
mkdir -p gbsdconv/ > /dev/null 2>&1
echo x - gbsdconv/pkg-descr
sed 's/^X//' >gbsdconv/pkg-descr << 'eb1ec2a2728012eecf7c1b41ecdc609a'
XGUI for bsdconv.
X
XFeatures:
X	Auto choose the best from mutiple conversion
X	Text conversion
X	File name conversion
X	File content conversion
X	Meta tag conversion
X
XWWW: https://github.com/buganini/gbsdconv
eb1ec2a2728012eecf7c1b41ecdc609a
echo x - gbsdconv/distinfo
sed 's/^X//' >gbsdconv/distinfo << 'd5de3689e838637435e7265c6c487324'
XSHA256 (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 55c7e0c66382f4a8719167eaa207be5c1a618dfb3445ef3b26815710c7b3d37b
XSIZE (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 13076
d5de3689e838637435e7265c6c487324
echo x - gbsdconv/Makefile
sed 's/^X//' >gbsdconv/Makefile << '3192de94413bbdaa7b1928cd69b7c436'
X# New ports collection makefile for:	gbsdconv
X# Date created:		22 Dec, 2011
X# Whom:			buganini@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gbsdconv
XPORTVERSION=	0.2
XCATEGORIES=	converters python
XMASTER_SITES=	https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
XDISTNAME=	buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
X
XMAINTAINER=	buganini@gmail.com
XCOMMENT=	GUI for bsdconv
X
XLICENSE=	BSD
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdconv>=7.1:${PORTSDIR}/converters/py-bsdconv \
X		${LOCALBASE}/lib/libtag_c.so:${PORTSDIR}/audio/taglib \
X		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
X
XGITVERSION=	6de84a5
XFETCH_ARGS=	-pRr
XWRKSRC=		${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
XNO_BUILD=	yes
X
XUSE_GNOME+=	gtk30
XUSE_PYTHON=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/gbsdconv
X	${INSTALL_DATA} ${WRKSRC}/gbsdconv.xml ${PREFIX}/share/gbsdconv/
X	${INSTALL_DATA} ${WRKSRC}/gbsdconv.png ${PREFIX}/share/gbsdconv/
X	${INSTALL_SCRIPT} ${WRKSRC}/gbsdconv ${PREFIX}/bin
X
X.include <bsd.port.mk>
3192de94413bbdaa7b1928cd69b7c436
echo x - gbsdconv/pkg-plist
sed 's/^X//' >gbsdconv/pkg-plist << '99b5fcd7ecc5f112bfc63cd03e153d6c'
Xbin/gbsdconv
X%%DATADIR%%/gbsdconv.png
X%%DATADIR%%/gbsdconv.xml
X@dirrm %%DATADIR%%
99b5fcd7ecc5f112bfc63cd03e153d6c
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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