mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add gbsdconv 0.2, GUI for bsdconv.
PR: ports/163642 Submitted by: buganini@gmail.com
This commit is contained in:
parent
12b5ff595b
commit
3f0d9591ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288114
@ -27,6 +27,7 @@
|
||||
SUBDIR += fpc-iconvenc
|
||||
SUBDIR += fribidi
|
||||
SUBDIR += gbase
|
||||
SUBDIR += gbsdconv
|
||||
SUBDIR += hs-aeson
|
||||
SUBDIR += hs-dataenc
|
||||
SUBDIR += hs-json
|
||||
|
40
converters/gbsdconv/Makefile
Normal file
40
converters/gbsdconv/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: gbsdconv
|
||||
# Date created: 22 Dec, 2011
|
||||
# Whom: buganini@gmail.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gbsdconv
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= converters python
|
||||
MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/
|
||||
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
COMMENT= GUI for bsdconv
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= tag_c.0:${PORTSDIR}/audio/taglib
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=7.1:${PORTSDIR}/converters/py-bsdconv \
|
||||
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
||||
|
||||
GITVERSION= 6de84a5
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_GNOME+= gtk30
|
||||
USE_PYTHON= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/gbsdconv
|
||||
${INSTALL_DATA} ${WRKSRC}/gbsdconv.xml ${PREFIX}/share/gbsdconv/
|
||||
${INSTALL_DATA} ${WRKSRC}/gbsdconv.png ${PREFIX}/share/gbsdconv/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gbsdconv ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
converters/gbsdconv/distinfo
Normal file
2
converters/gbsdconv/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 55c7e0c66382f4a8719167eaa207be5c1a618dfb3445ef3b26815710c7b3d37b
|
||||
SIZE (buganini-gbsdconv-0.2-0-g6de84a5.tar.gz) = 13076
|
10
converters/gbsdconv/pkg-descr
Normal file
10
converters/gbsdconv/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
4
converters/gbsdconv/pkg-plist
Normal file
4
converters/gbsdconv/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/gbsdconv
|
||||
%%DATADIR%%/gbsdconv.png
|
||||
%%DATADIR%%/gbsdconv.xml
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user