pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/rar-bin Rename rar-linux to rar-bin, for con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f941d12a619
branches:  trunk
changeset: 509147:0f941d12a619
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 03 22:36:09 2006 +0000

description:
Rename rar-linux to rar-bin, for consistency with other -bin packages.
First part: reimport under new directory.

diffstat:

 archivers/rar-bin/DESCR    |  13 +++++++++++++
 archivers/rar-bin/MESSAGE  |   7 +++++++
 archivers/rar-bin/Makefile |  43 +++++++++++++++++++++++++++++++++++++++++++
 archivers/rar-bin/PLIST    |  10 ++++++++++
 archivers/rar-bin/distinfo |   5 +++++
 5 files changed, 78 insertions(+), 0 deletions(-)

diffs (98 lines):

diff -r b7e78f613613 -r 0f941d12a619 archivers/rar-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rar-bin/DESCR   Fri Mar 03 22:36:09 2006 +0000
@@ -0,0 +1,13 @@
+RAR is a powerful tool allowing you to manage and control archive
+files.
+
+RAR features include:
+
+*  Highly sophisticated, original compression algorithm
+*  Special compression algorithms optimized for text, audio,
+   graphics data, 32 and 64-bit Intel executables
+*  Better compression than similar tools, using 'solid' archiving
+*  Authenticity verification (registered version only)
+*  Self-extracting archives and volumes (SFX)
+*  Ability to recover physically damaged archives
+*  Locking, password, file order list, file security & more ...
diff -r b7e78f613613 -r 0f941d12a619 archivers/rar-bin/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rar-bin/MESSAGE Fri Mar 03 22:36:09 2006 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/03/03 22:36:09 wiz Exp $
+
+For best compression performance, please install
+${PREFIX}/share/doc/rar-bin/rarfiles.lst into /etc.
+
+===========================================================================
diff -r b7e78f613613 -r 0f941d12a619 archivers/rar-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rar-bin/Makefile        Fri Mar 03 22:36:09 2006 +0000
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/03 22:36:09 wiz Exp $
+#
+
+DISTNAME=              rarlinux-3.5.1
+PKGNAME=               ${DISTNAME:C/linux/-bin/}
+CATEGORIES=            archivers
+MASTER_SITES=          http://www.rarsoft.com/rar/ \
+                       ftp://ftp.rarsoft.com/rar/
+
+MAINTAINER=            wiz%NetBSD.org@localhost
+HOMEPAGE=              http://www.rarsoft.com/rar/
+COMMENT=               RAR command line archiver (Linux binary)
+
+LICENSE=               rar-license
+
+ONLY_FOR_PLATFORM=     *-*-i386
+WRKSRC=                        ${WRKDIR}/rar
+
+# old name of the package
+CONFLICTS=             rarlinux-[0-9]* rar-linux-[0-9]*
+
+.include "../../emulators/suse_linux/Makefile.application"
+
+.if !defined(USE_NATIVE_LINUX)
+DEPENDS+=      suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+=      suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
+.endif
+
+NO_BUILD=      YES
+NO_CONFIGURE=  YES
+CHECK_SHLIBS=  NO
+
+INSTALLATION_DIRS=     bin lib
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${PREFIX}/bin/rar-bin
+#      ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin/unrar-bin
+       ${INSTALL_DATA} ${WRKSRC}/default.sfx ${PREFIX}/lib
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rar-bin
+       ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/rar-bin
+       ${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${PREFIX}/share/doc/rar-bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r b7e78f613613 -r 0f941d12a619 archivers/rar-bin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rar-bin/PLIST   Fri Mar 03 22:36:09 2006 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/03 22:36:09 wiz Exp $
+bin/rar-bin
+lib/default.sfx
+share/doc/rar-bin/license.txt
+share/doc/rar-bin/rar.txt
+share/doc/rar-bin/rarfiles.lst
+share/doc/rar-bin/readme.txt
+share/doc/rar-bin/technote.txt
+share/doc/rar-bin/whatsnew.txt
+@dirrm share/doc/rar-bin
diff -r b7e78f613613 -r 0f941d12a619 archivers/rar-bin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rar-bin/distinfo        Fri Mar 03 22:36:09 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/03 22:36:09 wiz Exp $
+
+SHA1 (rarlinux-3.5.1.tar.gz) = f6082178e510697c9052a0696863f66716f1b347
+RMD160 (rarlinux-3.5.1.tar.gz) = a6c6ce77897994f1712795b783e699d88fad2493
+Size (rarlinux-3.5.1.tar.gz) = 677557 bytes



Home | Main Index | Thread Index | Old Index