| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Strip shared library
- Convert to new options target helper
- Cosmetic change
- Bump PORTREVISION for package change
|
|
|
|
|
| |
I've been carrying the patch in dports for 2 years, but forgot to
transfer it to ports (revealed when port became unmaintained)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"I don't use FreeBSD very much anymore, so I'm not really the best person
to fix this. (As a corollary, if anyone wants to take over maintainership
of any or all of the ports, I'm still listed as maintainer of, they are
most welcome to.)"
Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like. Thanks for your past support, Jaap!
PR: 199845
|
| |
|
| |
|
| |
|
|
|
|
| |
archivers)
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
|
|
|
|
|
|
|
| |
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree
|
|
|
|
| |
With hat: portmgr (myself)
|
|
library which typically compresses better (i.e., smaller resulting files) than
gzip.
Using CamlBZ2 you can read and write compressed "files", where files can be
anything offering an in_channel/out_channel abstraction (files, sockets, ...).
Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.
Author: Olivier Andreu <oandrieu@gmail.com> and
Stefano Zacchiroli <zack@upsilon.cc>
WWW: http://camlbz2.forge.ocamlcore.org
PR: ports/132059
Submitted by: Jaap Boender <jaapb at kerguelen.org>
|