ports/172252: sysutils/linrename: Update to version 2.22

KATO Tsuguru tkato432 at yahoo.com
Mon Oct 1 18:10:16 UTC 2012


>Number:         172252
>Category:       ports
>Synopsis:       sysutils/linrename: Update to version 2.22
>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:   Mon Oct 01 18:10:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 2.22

Remove file:
files/patch-lib__nls.h
files/patch-misc-utils__rename.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/linrename/Makefile sysutils/linrename/Makefile
--- /usr/ports/sysutils/linrename/Makefile	2012-09-22 14:18:20.000000000 +0900
+++ sysutils/linrename/Makefile	2012-10-02 00:04:32.000000000 +0900
@@ -2,38 +2,53 @@
 # $FreeBSD: ports/sysutils/linrename/Makefile,v 1.7 2012/09/22 05:18:20 tabthorpe Exp $
 
 PORTNAME=	linrename
-PORTVERSION=	2.12r
-PORTREVISION=	2
+PORTVERSION=	2.22
 CATEGORIES=	sysutils
-MASTER_SITES=	http://mirror.linux.org.au/pub/linux/utils/util-linux/ \
-		http://debian.csail.mit.edu/pub/linux/utils/util-linux/ \
-		http://www.club.cc.cmu.edu/pub/linux.out-of-date/utils/util-linux/ \
-		${MASTER_SITE_KERNEL_ORG}
-MASTER_SITE_SUBDIR=	linux/utils/util-linux
+#MASTER_SITES=	KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION}
+MASTER_SITES=	http://ftp.ntu.edu.tw/ftp/linux/%SUBDIR%/ \
+		http://ftp.sunet.se/pub/Linux/kernel.org/linux/%SUBDIR%/ \
+		http://kernel.org/pub/linux/%SUBDIR%/ \
+		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/kernel.org/&,}
+MASTER_SITE_SUBDIR=	utils/util-linux/v${PORTVERSION}
 DISTNAME=	util-linux-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Rename multiple files using substitution
 
-PLIST_FILES=	bin/linrename
-MAN1=		linrename.1
+OPTIONS_DEFINE=	NLS
+OPTIONS_DEFAULT=NLS
 
-USE_BZIP2=	yes
-USE_GETTEXT=	yes
+BUILD_WRKSRC=	${WRKSRC}/misc-utils
+INSTALL_WRKSRC=	${WRKSRC}/misc-utils
+
+USE_XZ=		yes
+
+CPPFLAGS+=	-I../include -DHAVE_LOCALE_H -DHAVE_LANGINFO_H \
+		-DPACKAGE_STRING=\"util-linux\ ${PORTVERSION}\"
 
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -lintl -I${WRKSRC}/lib
-EXTRACT_AFTER_ARGS=	| tar -xf - \
-			${DISTNAME}/lib/nls.h \
-			${DISTNAME}/misc-utils/rename.1 \
-			${DISTNAME}/misc-utils/rename.c
+MAN1=		${PORTNAME}.1
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
+USE_GETTEXT=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include -DENABLE_NLS \
+		-DPACKAGE=\"util-linux\" \
+		-DLOCALEDIR=\"${LOCALBASE}/share/locale\"
+LDFLAGS+=	-L${LOCALBASE}/lib -lintl
+.endif
 
-.include <bsd.port.pre.mk>
+post-patch:
+	${LN} -sf rename.1 ${BUILD_WRKSRC}/${PORTNAME}.1
 
 do-build:
-	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/misc-utils/rename.c
+	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} \
+		rename.c ${LDFLAGS})
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/misc-utils/rename.1 ${PREFIX}/man/man1/${MAN1}
+	(cd ${INSTALL_WRKSRC} \
+		&& ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin \
+		&& ${INSTALL_MAN} ${PORTNAME}.1 ${MANPREFIX}/man/man1)
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/sysutils/linrename/distinfo sysutils/linrename/distinfo
--- /usr/ports/sysutils/linrename/distinfo	2011-03-19 21:32:46.000000000 +0900
+++ sysutils/linrename/distinfo	2012-09-27 21:31:58.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (util-linux-2.12r.tar.bz2) = b8e499b338ce9fbd1fb315194b26540ec823c0afc46c9e145ac7a3e38ad57e6b
-SIZE (util-linux-2.12r.tar.bz2) = 1370907
+SHA256 (util-linux-2.22.tar.xz) = 32b329aa72c2ea546378bf81f08e30cf30440196c2edf7777b4f509a3fdbe5a2
+SIZE (util-linux-2.22.tar.xz) = 3183868
diff -urN /usr/ports/sysutils/linrename/files/patch-lib__nls.h sysutils/linrename/files/patch-lib__nls.h
--- /usr/ports/sysutils/linrename/files/patch-lib__nls.h	2006-12-26 01:02:15.000000000 +0900
+++ sysutils/linrename/files/patch-lib__nls.h	1970-01-01 09:00:00.000000000 +0900
@@ -1,42 +0,0 @@
---- ./lib/nls.h.orig	Thu Jul  4 23:03:26 2002
-+++ ./lib/nls.h	Mon Dec 25 14:54:11 2006
-@@ -1,7 +1,5 @@
- int main(int argc, char *argv[]);
- 
--#include "../defines.h"		/* for HAVE_locale_h */
--
- #ifndef PACKAGE
- #define PACKAGE	"util-linux"
- #endif
-@@ -10,25 +8,12 @@
- #define LOCALEDIR "/usr/share/locale"
- #endif
- 
--#ifdef HAVE_locale_h
--# include <locale.h>
--#endif
-+#include <locale.h>
- 
--#if defined MAY_ENABLE_NLS && !defined DISABLE_NLS
--# include <libintl.h>
--# define _(Text) gettext (Text)
--# ifdef gettext_noop
--#  define N_(String) gettext_noop (String)
--# else
--#  define N_(String) (String)
--# endif
-+#include <libintl.h>
-+#define _(Text) gettext (Text)
-+#ifdef gettext_noop
-+# define N_(String) gettext_noop (String)
- #else
--# undef bindtextdomain
--# define bindtextdomain(Domain, Directory) /* empty */
--# undef textdomain
--# define textdomain(Domain) /* empty */
--# define _(Text) (Text)
--# define N_(Text) (Text)
-+# define N_(String) (String)
- #endif
--
--
diff -urN /usr/ports/sysutils/linrename/files/patch-misc-utils__rename.1 sysutils/linrename/files/patch-misc-utils__rename.1
--- /usr/ports/sysutils/linrename/files/patch-misc-utils__rename.1	2006-12-26 01:02:15.000000000 +0900
+++ sysutils/linrename/files/patch-misc-utils__rename.1	2012-09-28 00:44:36.000000000 +0900
@@ -1,37 +1,45 @@
---- ./misc-utils/rename.1.orig	Sun Aug 22 17:14:45 2004
-+++ ./misc-utils/rename.1	Mon Dec 25 14:54:11 2006
-@@ -3,11 +3,11 @@
+--- misc-utils/rename.1.orig	2012-06-11 19:06:53.730196000 +0900
++++ misc-utils/rename.1	2012-09-28 00:43:17.000000000 +0900
+@@ -3,12 +3,12 @@
  .\"
- .TH RENAME 1 "1 January 2000" "" "Linux Programmer's Manual"
+ .TH RENAME 1 "June 2011" "util-linux" "User Commands"
  .SH NAME
--rename \- Rename files
-+linrename \- Rename files
+-rename \- rename files
++linrename \- rename files
  .SH SYNOPSIS
--.BI rename " from to file..."
-+.BI linrename " from to file..."
+-.B rename
++.B linrename
+ .RI [ options ] " expression replacement file" ...
  .SH DESCRIPTION
 -.B rename
 +.B linrename
  will rename the specified files by replacing the first occurrence of
- .I from
+ .I expression
  in their name by
-@@ -19,8 +19,8 @@
- 
+@@ -30,8 +30,8 @@
  .RS
+ .PP
  .nf
 -rename foo foo0 foo?
 -rename foo foo0 foo??
 +linrename foo foo0 foo?
 +linrename foo foo0 foo??
  .fi
+ .PP
  .RE
- 
-@@ -30,7 +30,7 @@
- And
+@@ -41,7 +41,7 @@
  .RS
+ .PP
  .nf
 -rename .htm .html *.htm
 +linrename .htm .html *.htm
  .fi
+ .PP
  .RE
- 
+@@ -56,5 +56,5 @@
+ .BR mmv (1),
+ .BR mv (1)
+ .SH AVAILABILITY
+-The rename command is part of the util-linux package and is available from
++The linrename command is part of the util-linux package and is available from
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
diff -urN /usr/ports/sysutils/linrename/files/patch-misc-utils__rename.c sysutils/linrename/files/patch-misc-utils__rename.c
--- /usr/ports/sysutils/linrename/files/patch-misc-utils__rename.c	2006-12-26 01:02:15.000000000 +0900
+++ sysutils/linrename/files/patch-misc-utils__rename.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- ./misc-utils/rename.c.orig	Tue May  9 23:39:03 2000
-+++ ./misc-utils/rename.c	Mon Dec 25 14:54:11 2006
-@@ -19,6 +19,8 @@
- #include <errno.h>
- #include "nls.h"
- 
-+#define util_linux_version "util-linux-2.12r"
-+
- static char *progname;
- 
- static int
diff -urN /usr/ports/sysutils/linrename/pkg-descr sysutils/linrename/pkg-descr
--- /usr/ports/sysutils/linrename/pkg-descr	2006-12-26 18:08:35.000000000 +0900
+++ sysutils/linrename/pkg-descr	2012-09-27 21:01:08.000000000 +0900
@@ -1,4 +1,4 @@
 linrename is a port of the Linux rename utility included with util-linux.
 It allows renaming multiple files using substitution.
 
-WWW: http://freshmeat.net/projects/util-linux/
+WWW: http://freecode.com/projects/util-linux/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list