Commit graph

30 commits

Author SHA1 Message Date
Alex Kozlov
129fa2d098 - Simplify port
- Add license
- Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1]

Proded by:	koobs [1]
2016-02-09 20:06:21 +00:00
Alex Kozlov
c72df716d4 - Print usage if there are no arguments and stdin is terminal
- Fix grammar in pkg-descr
2015-12-23 10:57:49 +00:00
Alex Kozlov
e751b13654 - Convert rpm2cpio to shell script around bsdtar 2015-12-17 23:19:36 +00:00
Jung-uk Kim
b8fdc38bee Fix build and remove an unused REINPLACE_ARGS variable. 2015-12-17 20:14:49 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Alex Kozlov
c0ea229003 - Minor fixes
- Take maintainership

RIP nox@
2015-12-17 10:53:25 +00:00
Eitan Adler
fe6465bb1b Reset maintainer 2015-12-14 02:52:14 +00:00
Dmitry Marakasov
b8cc0650dd - Add some NO_ARCH'es
Approved by:	portmgr blanket
2015-08-10 20:23:51 +00:00
Christian Weisgerber
e6e704fec2 Drop archivers/xz dependency: included in base system on all supported releases 2014-01-12 21:16:05 +00:00
Baptiste Daroussin
3bf6e02d1f Support stage
Check for xz in path instead of checking osversion and looking for it in localbase
Remove useless do-fetch target
2014-01-04 18:55:52 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Andrej Zverev
935fc1ffdb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 07:29:08 +00:00
Juergen Lock
9e0f0f60d6 Some minor updates:
- remove $/, $| it's artifacts from $rpm = <$f>; time.
  [this might help in low RAM situations]
- change && to and
- whitespace cosmetic.

Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> (via private email)
2010-08-22 15:29:21 +00:00
Juergen Lock
13df5bc69e - Update and add support for newer rpms that use xz or lzma. [1]
- Added RUN_DEPENDS on archivers/xz on systems where its not in base.

PR:		ports/148446 [1]
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2010-07-08 19:23:25 +00:00
Jimmy Olgeni
24bbe0105a Fix a few typos in the archivers category. 2008-05-23 20:00:14 +00:00
Juergen Lock
52f4e6467c Update MAINTAINER email address of my ports
Approved by:	miwi
2006-12-23 17:42:42 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Alexander Leidinger
45c2f35e3c Add RPM v4 support.
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-12-14 12:27:31 +00:00
Alexander Leidinger
683b7ed55b - add missing file from the last update
- distinfo isn't needed anymore, the used file has no home and is
   included

PR:		59980 (part of)
Submitted by:	maintainer
2003-12-12 13:32:47 +00:00
Mark Linimon
cdd4d0a421 Replaces existing code with a version that doesn't slurp the entire file
into memory and supports the newer bzip2 compressed rpms.  Also, call it
rpm2cpio.pl so that it doesn't conflict with the binary version from
archivers/rpm.

PR:		ports/59980
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2003-12-11 10:26:07 +00:00
Kris Kennaway
195668f9e8 Portlint (DISTFILES -> DISTNAME, EXTRACT_SUFX) 2003-10-26 22:37:40 +00:00
Akinori MUSHA
1a5f307ec1 De-pkg-comment. 2003-02-21 10:44:59 +00:00
Kris Kennaway
eb8ec1ee38 Distfile was changed: some minor code changes with the
following note:

# sw 2002-Mar-6 Don't slurp the whole file
2002-05-04 20:06:23 +00:00
Doug Barton
5bc18049fe Chase the checksum 2001-05-26 02:59:50 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Kris Kennaway
5e0d1c0d7c Author released a new version which handles version 4 RPMs also. Since
the distfile doesn't carry a version, arbitrarily call it version 1.1
2001-03-10 04:52:27 +00:00
Steve Price
a941bc66eb - Fix MASTER_SITES
- Add WWW: line to pkg/DESCR

PR:		18278
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:57:19 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Chris Piazza
7998565136 Import of rpm2cpio (perl version). Converts .rpm files for extraction
with /usr/bin/cpio.  Created so there would be a lightweight version
that didn't require a tonne of other requirements.

PR:		12701
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-01 04:26:17 +00:00