non port: archivers/rpm2cpio/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Feb 2016
|
[ 20:06 ak ]
- Simplify port
- Add license
- Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1]
Proded by: koobs [1]
|
Wed, 23 Dec 2015
|
[ 10:57 ak ]
- Print usage if there are no arguments and stdin is terminal
- Fix grammar in pkg-descr
|
Thu, 17 Dec 2015
|
[ 23:19 ak ]
- Convert rpm2cpio to shell script around bsdtar
|
[ 20:14 jkim ]
Fix build and remove an unused REINPLACE_ARGS variable.
|
[ 17:19 mat ] (Only the first 10 of 70 ports in this commit are shown above. )
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
|
[ 10:53 ak ]
- Minor fixes
- Take maintainership
RIP nox@
|
Mon, 14 Dec 2015
|
[ 02:52 eadler ] (Only the first 10 of 54 ports in this commit are shown above. )
Reset maintainer
|
Mon, 10 Aug 2015
|
[ 20:23 amdmi3 ] (Only the first 10 of 13 ports in this commit are shown above. )
- Add some NO_ARCH'es
Approved by: portmgr blanket
|
Sun, 12 Jan 2014
|
[ 21:16 naddy ]
Drop archivers/xz dependency: included in base system on all supported releases
|
Sat, 4 Jan 2014
|
[ 18:55 bapt ]
Support stage
Check for xz in path instead of checking osversion and looking for it in
localbase
Remove useless do-fetch target
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Mon, 16 Sep 2013
|
[ 07:29 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sun, 22 Aug 2010
|
[ 15:29 nox ]
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)
|
Thu, 8 Jul 2010
|
[ 19:23 nox ]
- 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>
|
Sat, 23 Dec 2006
|
[ 17:42 nox ]
Update MAINTAINER email address of my ports
Approved by: miwi
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ] (Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
Sun, 14 Dec 2003
|
[ 12:27 netchild ]
Add RPM v4 support.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
|
Fri, 12 Dec 2003
|
[ 13:32 netchild ]
- 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
|
Thu, 11 Dec 2003
|
[ 10:26 linimon ]
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)
|
Sun, 26 Oct 2003
|
[ 22:37 kris ]
Portlint (DISTFILES -> DISTNAME, EXTRACT_SUFX)
|
Fri, 21 Feb 2003
|
[ 10:42 knu ] (Only the first 10 of 26 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 4 May 2002
|
[ 20:06 kris ]
Distfile was changed: some minor code changes with the
following note:
# sw 2002-Mar-6 Don't slurp the whole file
|
Sat, 26 May 2001
|
[ 04:45 dougb ]
Blah... the previous message was actually supposed to have been for distinfo
|
[ 04:43 dougb ]
Previous commit should have indicated that although a cursory visual exam
showed no major changes to the file, a diff showed that the one real change
was to add clarity to an example in the help.
|
Tue, 20 Mar 2001
|
[ 20:28 obrien ] (Only the first 10 of 46 ports in this commit are shown above. )
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
|
Number of commits found: 28 |