diff options
author | rxg <rxg@pkgsrc.org> | 2006-01-29 17:31:44 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-01-29 17:31:44 +0000 |
commit | ea1640f0997d91ef005a29b06c5b7c29b921c070 (patch) | |
tree | 7f113bb9024e9d2a1410192c8e97d9ea9b8d47fc /archivers | |
parent | 054e4e5b5b5ba1991cc8356ac8757a7b94e62cbe (diff) | |
download | pkgsrc-ea1640f0997d91ef005a29b06c5b7c29b921c070.tar.gz |
Intial import rox-archive-2.0.
Simple archiver for ROX.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rox-archive/DESCR | 2 | ||||
-rw-r--r-- | archivers/rox-archive/Makefile | 36 | ||||
-rw-r--r-- | archivers/rox-archive/PLIST | 29 | ||||
-rw-r--r-- | archivers/rox-archive/distinfo | 5 |
4 files changed, 72 insertions, 0 deletions
diff --git a/archivers/rox-archive/DESCR b/archivers/rox-archive/DESCR new file mode 100644 index 00000000000..223b4b6a2f2 --- /dev/null +++ b/archivers/rox-archive/DESCR @@ -0,0 +1,2 @@ +This is a simple ROX application for creating compressed tar files +and for extracting various kinds of archive. diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile new file mode 100644 index 00000000000..e9e36f13049 --- /dev/null +++ b/archivers/rox-archive/Makefile @@ -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 +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 --git a/archivers/rox-archive/PLIST b/archivers/rox-archive/PLIST new file mode 100644 index 00000000000..3990a03f386 --- /dev/null +++ b/archivers/rox-archive/PLIST @@ -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 --git a/archivers/rox-archive/distinfo b/archivers/rox-archive/distinfo new file mode 100644 index 00000000000..bb60e30c0fd --- /dev/null +++ b/archivers/rox-archive/distinfo @@ -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 |