Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_2 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
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 ) |
1.4_2 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: 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) |
1.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4_2 09 Feb 2016 20:06:21 |
ak |
- Simplify port
- Add license
- Install also as rpm2cpio, therefore add CONFLICTS_INSTALL with rpm4 [1]
Proded by: koobs [1] |
1.4_1 23 Dec 2015 10:57:50 |
ak |
- Print usage if there are no arguments and stdin is terminal
- Fix grammar in pkg-descr |
1.4 17 Dec 2015 23:19:36 |
ak |
- Convert rpm2cpio to shell script around bsdtar |
1.3_3 17 Dec 2015 20:14:49 |
jkim |
Fix build and remove an unused REINPLACE_ARGS variable. |
1.3_3 17 Dec 2015 17:19:48 |
mat |
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 |
1.3_3 17 Dec 2015 10:53:25 |
ak |
- Minor fixes
- Take maintainership
RIP nox@ |
1.3_2 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
1.3_2 10 Aug 2015 20:23:52 |
amdmi3 |
- Add some NO_ARCH'es
Approved by: portmgr blanket |
1.3_2 12 Jan 2014 21:16:06 |
naddy |
Drop archivers/xz dependency: included in base system on all supported releases |
1.3_1 04 Jan 2014 18:55:52 |
bapt |
Support stage
Check for xz in path instead of checking osversion and looking for it in
localbase
Remove useless do-fetch target |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.3_1 16 Sep 2013 07:29:09 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.3_1 22 Aug 2010 15:29:21 |
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) |
1.3 08 Jul 2010 19:23:25 |
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> |
1.2_2 23 May 2008 20:00:14 |
olgeni |
Fix a few typos in the archivers category. |
1.2_2 23 Dec 2006 17:42:42 |
nox |
Update MAINTAINER email address of my ports
Approved by: miwi |
1.2_2 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.2_2 14 Dec 2003 12:27:31 |
netchild |
Add RPM v4 support.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer |
1.2_1 12 Dec 2003 13:32:47 |
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 |
1.2 11 Dec 2003 10:26:07 |
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) |
1.1.20020306 26 Oct 2003 22:37:40 |
kris |
Portlint (DISTFILES -> DISTNAME, EXTRACT_SUFX) |
1.1.20020306 21 Feb 2003 10:42:57 |
knu |
De-pkg-comment. |
1.1.20020306 04 May 2002 20:06:23 |
kris |
Distfile was changed: some minor code changes with the
following note:
# sw 2002-Mar-6 Don't slurp the whole file |
26 May 2001 04:45:07 |
dougb |
Blah... the previous message was actually supposed to have been for distinfo |
26 May 2001 04:44:27 |
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. |
26 May 2001 04:43:54 |
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. |
26 May 2001 03:59:50 |
dougb |
Chase the checksum |
20 Mar 2001 20:28:14 |
obrien |
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers". |