mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add port sysutils/namefix:
namefix.pl is a platform independant batch file renamer. Aimed at cleaning up media files downloaded from p2p networks. It has many features to automate the normally tedious job of filename tidying. WWW: http://namefix.blogspot.com/ Author: Jacob Jarick <mem.namefix@gmail.com>
This commit is contained in:
parent
8b80310183
commit
87d3c277f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171505
@ -363,6 +363,7 @@
|
||||
SUBDIR += munin-node
|
||||
SUBDIR += muse
|
||||
SUBDIR += nagios-statd
|
||||
SUBDIR += namefix
|
||||
SUBDIR += nautilus-cd-burner
|
||||
SUBDIR += nbosd
|
||||
SUBDIR += nctop
|
||||
|
33
sysutils/namefix/Makefile
Normal file
33
sysutils/namefix/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: namefix
|
||||
# Date created: 28 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= namefix
|
||||
PORTVERSION= 3.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}.pl.${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Batch renamer
|
||||
|
||||
RUN_DEPENDS= p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag \
|
||||
p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
|
||||
p5-Tk-DynaTabFrame>=0:${PORTSDIR}/x11-toolkits/p5-Tk-DynaTabFrame
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's!libs/!${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/!' ${WRKSRC}/${PORTNAME}.pl
|
||||
|
||||
do-install:
|
||||
@${INSTALL} -d ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
|
||||
@${CP} -R ${WRKSRC}/libs/ ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/namefix/distinfo
Normal file
3
sysutils/namefix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (namefix.pl.3.7.tgz) = 40da0173bc50891c305c98363278e1c1
|
||||
SHA256 (namefix.pl.3.7.tgz) = b9cfbc8a02cfae741b4185556f00ee9b6a124cd8a18649ad329c5fd20c4c0bf3
|
||||
SIZE (namefix.pl.3.7.tgz) = 106107
|
6
sysutils/namefix/pkg-descr
Normal file
6
sysutils/namefix/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
namefix.pl is a platform independant batch file renamer. Aimed at
|
||||
cleaning up media files downloaded from p2p networks. It has many
|
||||
features to automate the normally tedious job of filename tidying.
|
||||
|
||||
WWW: http://namefix.blogspot.com/
|
||||
Author: Jacob Jarick <mem.namefix@gmail.com>
|
19
sysutils/namefix/pkg-plist
Normal file
19
sysutils/namefix/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/namefix.pl
|
||||
%%SITE_PERL%%/namefix/about.pm
|
||||
%%SITE_PERL%%/namefix/arrays.pm
|
||||
%%SITE_PERL%%/namefix/bookmarks.pm
|
||||
%%SITE_PERL%%/namefix/changelog.pm
|
||||
%%SITE_PERL%%/namefix/config.pm
|
||||
%%SITE_PERL%%/namefix/dir.pm
|
||||
%%SITE_PERL%%/namefix/edit_lists.pm
|
||||
%%SITE_PERL%%/namefix/filter.pm
|
||||
%%SITE_PERL%%/namefix/fixname.pm
|
||||
%%SITE_PERL%%/namefix/links.pm
|
||||
%%SITE_PERL%%/namefix/manual.pm
|
||||
%%SITE_PERL%%/namefix/menu.pm
|
||||
%%SITE_PERL%%/namefix/misc.pm
|
||||
%%SITE_PERL%%/namefix/mp3.pm
|
||||
%%SITE_PERL%%/namefix/run_namefix.pm
|
||||
%%SITE_PERL%%/namefix/thanks.pm
|
||||
%%SITE_PERL%%/namefix/todo.pm
|
||||
@dirrm %%SITE_PERL%%/namefix
|
Loading…
Reference in New Issue
Block a user