pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/rox-archive Intial import rox-archive-2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a5f47f4b345
branches:  trunk
changeset: 507249:6a5f47f4b345
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Sun Jan 29 17:31:44 2006 +0000

description:
Intial import rox-archive-2.0.
Simple archiver for ROX.

diffstat:

 archivers/rox-archive/DESCR    |   2 ++
 archivers/rox-archive/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 archivers/rox-archive/PLIST    |  29 +++++++++++++++++++++++++++++
 archivers/rox-archive/distinfo |   5 +++++
 4 files changed, 72 insertions(+), 0 deletions(-)

diffs (88 lines):

diff -r 8ed2480ff88a -r 6a5f47f4b345 archivers/rox-archive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rox-archive/DESCR       Sun Jan 29 17:31:44 2006 +0000
@@ -0,0 +1,2 @@
+This is a simple ROX application for creating compressed tar files
+and for extracting various kinds of archive.
diff -r 8ed2480ff88a -r 6a5f47f4b345 archivers/rox-archive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rox-archive/Makefile    Sun Jan 29 17:31:44 2006 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 17:31:44 rxg Exp $
+#
+
+DISTNAME=      archive-2.0
+PKGNAME=       rox-${DISTNAME}
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rox/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    rxg%NetBSD.org@localhost
+HOMEPAGE=      http://rox.sourceforge.net/desktop/node/74
+COMMENT=       Simple archiver
+
+# no real libraries there
+DEPENDS+=      rox-lib>=2.0.2nb2:../../devel/rox-lib
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/Archive
+DIST_SUBDIR=   rox
+
+NO_BUILD=      yes
+
+PYTHON_PATCH_SCRIPTS=  AppRun tests/testall.py
+
+INSTALLATION_DIRS=     share/rox/Archive
+
+SUBST_CLASSES+=                lib
+SUBST_MESSAGE.lib=     Fixing hardcoded paths for ROX-Lib.
+SUBST_STAGE.lib=       post-patch
+SUBST_FILES.lib=       findrox.py
+SUBST_SED.lib=         -e 's,/usr/local/lib,${PREFIX}/share/rox,g'
+
+do-install:
+       cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/share/rox/Archive
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ed2480ff88a -r 6a5f47f4b345 archivers/rox-archive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rox-archive/PLIST       Sun Jan 29 17:31:44 2006 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 17:31:44 rxg Exp $
+share/rox/Archive/.DirIcon
+share/rox/Archive/AppInfo.xml
+share/rox/Archive/AppRun
+share/rox/Archive/Archive.xml
+share/rox/Archive/Help/COPYING
+share/rox/Archive/Help/Changes
+share/rox/Archive/Help/README
+share/rox/Archive/Messages/de.gmo
+share/rox/Archive/Messages/de.po
+share/rox/Archive/Messages/dist
+share/rox/Archive/Messages/es.gmo
+share/rox/Archive/Messages/es.po
+share/rox/Archive/Messages/it.gmo
+share/rox/Archive/Messages/it.po
+share/rox/Archive/Messages/update-po
+share/rox/Archive/Messages/zh_CN.gmo
+share/rox/Archive/Messages/zh_CN.po
+share/rox/Archive/Messages/zh_TW.gmo
+share/rox/Archive/Messages/zh_TW.po
+share/rox/Archive/box.py
+share/rox/Archive/findrox.py
+share/rox/Archive/formats.py
+share/rox/Archive/support.py
+share/rox/Archive/tests/testall.py
+@dirrm share/rox/Archive/tests
+@dirrm share/rox/Archive/Messages
+@dirrm share/rox/Archive/Help
+@dirrm share/rox/Archive
diff -r 8ed2480ff88a -r 6a5f47f4b345 archivers/rox-archive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/rox-archive/distinfo    Sun Jan 29 17:31:44 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/29 17:31:44 rxg Exp $
+
+SHA1 (rox/archive-2.0.tgz) = cee34ddd89c808f410ea08632a504d4bf4c25720
+RMD160 (rox/archive-2.0.tgz) = 57cf06d4b40595f91ae7a2374e2adef183d8bd65
+Size (rox/archive-2.0.tgz) = 25789 bytes



Home | Main Index | Thread Index | Old Index