notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/par2cmdline/Makefile
SVNWeb

Number of commits found: 32

Fri, 7 Apr 2023
[ 10:14 Ganael LAPLANCHE (martymac) search for other commits by this committer ]    commit hash:8641bb99a224b0fadb276f475a1df32e0d7f9a4b  commit hash:8641bb99a224b0fadb276f475a1df32e0d7f9a4b  commit hash:8641bb99a224b0fadb276f475a1df32e0d7f9a4b  8641bb9 
archivers/par2cmdline: Port cleanup

- Re-order PORTREVISION to make portlint happy
- Respect 80 chars limit
- Rework post-install target
- Simplify pkg-descr
Thu, 6 Apr 2023
[ 10:33 Ganael LAPLANCHE (martymac) search for other commits by this committer ]    commit hash:f38c81243db4a3c35e68330ae5532531191d8f93  commit hash:f38c81243db4a3c35e68330ae5532531191d8f93  commit hash:f38c81243db4a3c35e68330ae5532531191d8f93  f38c812 
archivers/par2cmdline-turbo: add new port

Parity v2 Archive create/verify/recover using ParPar backend

https://github.com/animetosho/par2cmdline-turbo
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

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").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Fri, 27 Aug 2021
[ 09:33 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:8c5d3929dd654bb007aa9b36ea4023305ae18fb9  commit hash:8c5d3929dd654bb007aa9b36ea4023305ae18fb9  commit hash:8c5d3929dd654bb007aa9b36ea4023305ae18fb9  8c5d392 
Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 30 Aug 2020
[ 19:14 pkubaj search for other commits by this committer ] Original commit   Revision:547074
archivers/par2cmdline: fix build on GCC architectures

Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
Wed, 19 Aug 2020
[ 10:10 martymac search for other commits by this committer ] Original commit   Revision:545299
Change upstream and update to much newer version 0.8.1

A test target has also been added to the port.

Changelog: https://github.com/Parchive/par2cmdline/blob/master/ChangeLog

PR:		248681
Submitted by:	Paul Holmanskikh <freebsd@pkholm.com>
Wed, 16 Jul 2014
[ 03:47 adamw search for other commits by this committer ] Original commit   Revision:362027 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Thu, 7 Nov 2013
[ 10:23 martymac search for other commits by this committer ] Original commit   Revision:333076
- Always copy documentation to stage dir
- Remove useless inclusion of bsd.port.options.mk
- Remove useless trailing slash

Reported by: mat
Wed, 6 Nov 2013
[ 07:35 martymac search for other commits by this committer ] Original commit   Revision:332948
Use INSTALL_DATA to install doc

Reported by:	mat
Tue, 5 Nov 2013
[ 08:13 martymac search for other commits by this committer ] Original commit   Revision:332820
Enable staging
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Fri, 15 Jun 2012
[ 09:55 martymac search for other commits by this committer ] Original commit 
Switch to OptionsNg
Thu, 23 Jun 2011
[ 08:37 martymac search for other commits by this committer ] Original commit 
Fix build with clang
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Wed, 10 Nov 2010
[ 13:30 martymac search for other commits by this committer ] Original commit 
Add missing LICENSE

Approved by:    ehaupt (mentor)
Mon, 27 Sep 2010
[ 12:08 martymac search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER address for my ports

Approved by:    ehaupt (mentor)
Tue, 7 Sep 2010
[ 15:52 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
Sat, 22 Aug 2009
[ 00:13 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with A
Sun, 15 Mar 2009
[ 18:27 araujo search for other commits by this committer ] Original commit 
- Fixes a missed offset update when using quiet mode with par2create.

This bug has been referenced here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1802742&group_id=30568&atid=399698
http://sourceforge.net/tracker/index.php?func=detail&aid=1085638&group_id=30568&atid=399698

PR:             ports/132494
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 Apr 2008
[ 19:32 thierry search for other commits by this committer ] Original commit 
- Fix the "Main packet not found" error;

- Register a conflict with par2cmdline-tbb;

- Take maintainership.

PR:             ports/119860
Submitted by:   Åke Wallebom <ake (at) ake.nu>
Completed by:   Ganaël Laplanche <ganael.laplanche (at) martymac.com>
Approved by:    Jonathan Stewart <jonathan (at) kc8onw.net> (former maintainer)
Thu, 22 Mar 2007
[ 16:51 rafan search for other commits by this committer ] Original commit 
- Fix gcc4 build

PR:             ports/110589
Submitted by:   Jonathan Stewart <jonathan at kc8onw.net> (maintainer)
Tue, 31 Oct 2006
[ 18:19 shaun search for other commits by this committer ] Original commit 
Assign maintainership to submitter.

PR:             ports/104628
Submitted by:   Jonathan Stewart <jonathan@kc8onw.net>
Wed, 3 May 2006
[ 05:14 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports in categories starting with A.
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sun, 27 Jun 2004
[ 18:00 krion search for other commits by this committer ] Original commit 
Update to version 0.4

PR:             ports/68366
Submitted by:   Ports Fury
Sat, 17 Apr 2004
[ 19:12 krion search for other commits by this committer ] Original commit 
- Fix configure warning

PR:             65668 65669 65670 65671 65672 65673
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
Wed, 17 Dec 2003
[ 20:26 pav search for other commits by this committer ] Original commit 
Add par2cmdline, a set of commandline tools for working with PAR v2 files,
used for verifying and recovering damaged files. PAR is especially
popular on news groups.

PR:             ports/54812
Submitted by:   Chris Larsen <darth@vader.dk>

Number of commits found: 32