| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/180745
Submitted by: rene
Notes:
svn path=/head/; revision=323747
|
|
|
|
| |
Notes:
svn path=/head/; revision=323746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump portrevision
Trim Makefile header
Trim master sites
Remove leading article from COMMENT
Add Icons
Remove dependency for gmake
Add portscout
Add docs
Add Desktop entry file
Add DOCS Option
Trim pkg-descr
Trim pkg-plist
PR: 174951
Submitted by: nemysis at gmx dot ch
Notes:
svn path=/head/; revision=323745
|
|
|
|
|
|
|
| |
- Trim makefile header
Notes:
svn path=/head/; revision=323744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new maintainer:
Trim comment
Add license (GPLv2)
New world order USES: gmake, pkgconfg, shared-mime-info
Add docs
Add DOCS option
Trim icons
Trim pkg-descr
Trim pkg-plist
PR: 174911
Submitted by: nemysis at gmx dot ch
Notes:
svn path=/head/; revision=323743
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=323742
|
|
|
|
|
|
|
| |
Submitted by: hselasky (maintainer)
Notes:
svn path=/head/; revision=323741
|
|
|
|
|
|
|
| |
Submitted by: hselasky (maintainer)
Notes:
svn path=/head/; revision=323740
|
|
|
|
|
|
|
| |
Thanks to: madpilot and Fabian Keil for testing!
Notes:
svn path=/head/; revision=323739
|
|
|
|
|
|
|
|
|
|
| |
for games and 3D applications. The main goals of mygui are: speed,
flexibility and ease of use.
WWW: http://mygui.info/
Notes:
svn path=/head/; revision=323738
|
|
|
|
|
|
|
|
|
| |
- This update includes a fix for the kqueue implementation which also fixes scanning
Thanks to: nox, hselasky
Notes:
svn path=/head/; revision=323737
|
|
|
|
|
|
|
|
|
| |
- Add kqueue(2) support.
Submitted by: hselasky (maintainer)
Notes:
svn path=/head/; revision=323736
|
|
|
|
| |
Notes:
svn path=/head/; revision=323735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor fix required in emulators/o2em.
Remove allegrogl, which is broken and included in allegro-4.4 anyway.
Update allegro-devel to 5.0.7 [1]
PR: ports/172981 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
Notes:
svn path=/head/; revision=323734
|
|
|
|
|
|
|
|
|
|
|
|
| |
work in -jX case due to races; thus, move depend generation to pre-build
- While here, convert USE_GMAKE and fix badly indented line by one tabstop
- As advised by the Porter's Handbook, terminate URL with a slash (in port
description text)
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.
The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.
WWW: http://bitbucket.org/dholth/wheel/
Build logs: http://goo.gl/fNXhY1
Notes:
svn path=/head/; revision=323732
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=323731
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=323730
|
|
|
|
| |
Notes:
svn path=/head/; revision=323729
|
|
|
|
|
|
|
| |
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=323728
|
|
|
|
| |
Notes:
svn path=/head/; revision=323727
|
|
|
|
| |
Notes:
svn path=/head/; revision=323726
|
|
|
|
| |
Notes:
svn path=/head/; revision=323725
|
|
|
|
|
|
|
|
| |
Fix build with newer binutils
Use options helpers
Notes:
svn path=/head/; revision=323724
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Try to unbreak parallel builds (-jX)
- Drop shlib ABI version from LIB_DEPENDS
- Install manual pages relative to MANPREFIX
- Rephrase port description, kill EOL space, add WWW line
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323723
|
|
|
|
|
|
|
|
| |
PR: ports/180821
Submitted by: Pedro Giffuni <giffunip at tutopia.com>
Notes:
svn path=/head/; revision=323722
|
|
|
|
|
|
|
| |
Cleanup the Makefile
Notes:
svn path=/head/; revision=323721
|
|
|
|
| |
Notes:
svn path=/head/; revision=323720
|
|
|
|
|
|
|
| |
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323719
|
|
|
|
| |
Notes:
svn path=/head/; revision=323718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
system. It uses Extension() to compile a shared library that is not a
Python extension module, and then uses ctypes to talk to the library. With
luck it will only be necessary to compile ed25519ll once for each
platform, reusing its shared library across Python versions.
This wrapper also contains a reasonably performat pure-Python
fallback. Unlike the reference implementation, the Python implementation
does not contain protection against timing attacks.
WWW: http://bitbucket.org/dholth/ed25519ll/
Build logs: http://goo.gl/zv5y7K
Notes:
svn path=/head/; revision=323717
|
|
|
|
|
|
|
|
|
|
|
| |
in the XDG Base Directory and User Folders specifications.
WWW: https://launchpad.net/dirspec
Build logs: http://goo.gl/QdByDo
Notes:
svn path=/head/; revision=323716
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
allowed my 4-core Q9550 to build it -- but there might be more, since
quality of this software (esp. makefiles) is not particularly high
- Try to respect CFLAGS in addition to CC, wrap one overly long line
- Cleanup Makefile while here: trim header, sort the knobs, employ USES
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE, etc.
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323715
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=323714
|
|
|
|
| |
Notes:
svn path=/head/; revision=323713
|
|
|
|
|
|
|
|
|
|
| |
make sure that after a period on the end of a line
we follow with two spaces.
hat: secteam
Notes:
svn path=/head/; revision=323712
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=323711
|
|
|
|
| |
Notes:
svn path=/head/; revision=323710
|
|
|
|
|
|
|
| |
Cleanup a bit
Notes:
svn path=/head/; revision=323709
|
|
|
|
|
|
|
| |
Fix build with recent binutils
Notes:
svn path=/head/; revision=323708
|
|
|
|
|
|
|
|
| |
OptionsNG
Remove leading article in comment
Notes:
svn path=/head/; revision=323707
|
|
|
|
| |
Notes:
svn path=/head/; revision=323706
|
|
|
|
|
|
|
|
|
| |
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes
Notes:
svn path=/head/; revision=323705
|
|
|
|
|
|
|
|
|
|
|
|
| |
subshell spawn) and replacing hardcoded `make' with correct $(MAKE)
- Remove useless and confusing global modifiers from REINPLACE_CMD regex'
- Cleanup Makefile while here: trim header, sort the knobs, employ USES
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323704
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes
Notes:
svn path=/head/; revision=323703
|
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes:
svn path=/head/; revision=323702
|
|
|
|
|
|
|
| |
with like recent binutils.
Notes:
svn path=/head/; revision=323701
|
|
|
|
|
|
|
|
|
|
|
| |
with like recent binutils. [1]
Trim header
Convert to USES=gmake
Obtained from: DPorts [1]
Notes:
svn path=/head/; revision=323700
|
|
|
|
| |
Notes:
svn path=/head/; revision=323699
|
|
|
|
|
|
|
|
|
|
|
| |
with like recent binutils. [1]
Trim header
Convert to USES=gmake
Obtained from: DPorts [1]
Notes:
svn path=/head/; revision=323698
|