diff options
author | sat <sat@FreeBSD.org> | 2006-05-08 14:10:47 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-08 14:10:47 +0000 |
commit | 38acdd7ca38864f22a36ec7bc1042f5fbc891200 (patch) | |
tree | 3f5edbebfe9be04fabbc081b53015b9ef9f99a19 /archivers | |
parent | 45ae4bf92c39c809f87b0e63816334cc7909c008 (diff) | |
download | FreeBSD-ports-38acdd7ca38864f22a36ec7bc1042f5fbc891200.zip FreeBSD-ports-38acdd7ca38864f22a36ec7bc1042f5fbc891200.tar.gz |
- Update to 0.2.8.6
- Don't install docs (they are copies of the manpage)
- Add support for deb archives
- Depend on rpm-3 instead of rpm4
PR: ports/96577
Submitted by: sat
Approved by: krion (mentor)
Approved by: Mark Kane <mark@mkproductions.org> (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xarchive/Makefile | 14 | ||||
-rw-r--r-- | archivers/xarchive/distinfo | 6 | ||||
-rw-r--r-- | archivers/xarchive/pkg-plist | 3 |
3 files changed, 14 insertions, 9 deletions
diff --git a/archivers/xarchive/Makefile b/archivers/xarchive/Makefile index e8aedfc..6c696e1 100644 --- a/archivers/xarchive/Makefile +++ b/archivers/xarchive/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xarchive -PORTVERSION= 0.2.8.2 +PORTVERSION= 0.2.8.6 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-0.2.8-2 +DISTNAME= ${PORTNAME}-0.2.8-6 MAINTAINER= mark@mkproductions.org COMMENT= A GTK+ front end for archiving tools @@ -22,10 +22,13 @@ MAN1= xarchive.1 GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_X_PREFIX= yes +MAKE_ARGS= -E doc_DATA +MAKE_ENV= doc_DATA="" OPTIONS= 7ZIP "Support for 7zip archives" off \ ARJ "Support for ARJ archives" off \ ACE "Support for ACE archives" off \ + DEB "Support for DEB archives" off \ RAR "Support for RAR archives" off \ RPM "Support for RPM archives" off \ ZIP "Support for ZIP archives" off @@ -44,13 +47,18 @@ RUN_DEPENDS+= arj:${PORTSDIR}/archivers/arj RUN_DEPENDS+= unace:${PORTSDIR}/archivers/unace .endif +.if defined (WITH_DEB) +RUN_DEPENDS+= dpkg-deb:${PORTSDIR}/archivers/dpkg +.endif + .if defined (WITH_RAR) RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar \ unrar:${PORTSDIR}/archivers/unrar .endif .if defined (WITH_RPM) -RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm4 +RUN_DEPENDS+= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio \ + rpm:${PORTSDIR}/archivers/rpm .endif .if defined (WITH_ZIP) diff --git a/archivers/xarchive/distinfo b/archivers/xarchive/distinfo index 3f20e07..3198567 100644 --- a/archivers/xarchive/distinfo +++ b/archivers/xarchive/distinfo @@ -1,3 +1,3 @@ -MD5 (xarchive-0.2.8-2.tar.gz) = 17d6c49035b1e20d6773e4509f522d45 -SHA256 (xarchive-0.2.8-2.tar.gz) = ea76cb5d5c1b5d73451de51d97e901090229665e126a9a2b07ffc03b1625a4b3 -SIZE (xarchive-0.2.8-2.tar.gz) = 152928 +MD5 (xarchive-0.2.8-6.tar.gz) = e8df5149477d2ca92d4acca515d60005 +SHA256 (xarchive-0.2.8-6.tar.gz) = a47750aa712396bd341b37bc4a428d1bf267f50f460de29405401ff14f8d0e32 +SIZE (xarchive-0.2.8-6.tar.gz) = 154982 diff --git a/archivers/xarchive/pkg-plist b/archivers/xarchive/pkg-plist index aef6044..4b67513 100644 --- a/archivers/xarchive/pkg-plist +++ b/archivers/xarchive/pkg-plist @@ -8,10 +8,7 @@ lib/xarchive/wrappers/rpm-wrap.sh lib/xarchive/wrappers/tar-wrap.sh lib/xarchive/wrappers/zip-wrap.sh share/applications/xarchive.desktop -share/doc/xarchive/xarchive.1.html -share/doc/xarchive/xarchive.1.txt share/pixmaps/xarchive.xpm -@dirrm share/doc/xarchive @dirrmtry share/applications @dirrm lib/xarchive/wrappers @dirrm lib/xarchive |