Andrej Zverev
f7d3d08d5d
- switch simple inline replacement from perl to sed
...
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
2013-07-26 18:02:28 +00:00
Juergen Lock
1d282f19b2
Update to 1.1.0 .
...
Submitted by: hselasky (maintainer)
2013-07-26 17:52:24 +00:00
Juergen Lock
f8bdd08635
Update to 2.0.7 .
...
Submitted by: hselasky (maintainer)
2013-07-26 17:51:45 +00:00
Juergen Lock
c9dc366680
Update to 2.0.7 .
...
Thanks to: madpilot and Fabian Keil for testing!
2013-07-26 17:40:16 +00:00
Dmitry Marakasov
5c162b8d02
MyGUI is a library for creating Graphical User Interfaces (GUIs)
...
for games and 3D applications. The main goals of mygui are: speed,
flexibility and ease of use.
WWW: http://mygui.info/
2013-07-26 17:27:42 +00:00
Bernhard Froehlich
80f0ddf7dc
- Update to 3.4.0.20130726.3 (8a8c1a8712)
...
- This update includes a fix for the kqueue implementation which also fixes scanning
Thanks to: nox, hselasky
2013-07-26 17:11:25 +00:00
Juergen Lock
ec8233bfa0
- Update to 0.1.29 .
...
- Add kqueue(2) support.
Submitted by: hselasky (maintainer)
2013-07-26 16:55:19 +00:00
Chris Rees
c1ad1c9e20
Chase allegro-4.4 move
2013-07-26 16:06:39 +00:00
Chris Rees
313dd0e205
Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
...
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]
2013-07-26 16:04:47 +00:00
Alexey Dokuchaev
e7ede9d9fb
- Try to fix parallel builds: setting ALL_TARGET to "depend all" would not
...
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
2013-07-26 15:16:14 +00:00
Nicola Vitale
6bb4788364
A built-package format for Python.
...
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
2013-07-26 15:15:10 +00:00
Gabor Pali
0283fc353e
- Add a missing period
...
Obtained from: FreeBSD Haskell
2013-07-26 15:09:12 +00:00
Gabor Pali
5fd823321c
- Add bsd.hackage.mk entry that was missed in r321071
...
Obtained from: FreeBSD Haskell
2013-07-26 15:07:11 +00:00
Baptiste Daroussin
5776fb0c69
Fix build with newer binutils
2013-07-26 15:06:12 +00:00
Grzegorz Blach
c004b6e8a4
- Fix pkg-plist
...
Approved by: crees (mentor)
2013-07-26 14:51:06 +00:00
Mathieu Arnold
6c68fa807c
Add missing %%PORTDOCS%%.
2013-07-26 14:45:29 +00:00
Baptiste Daroussin
ad9d62a473
Fix build with newer binutils
2013-07-26 14:41:03 +00:00
Baptiste Daroussin
f797e47681
Fix build with recent binutils
2013-07-26 14:33:13 +00:00
Baptiste Daroussin
86ede9d632
Add an explicit dependency on iconv and pkgconfig
...
Fix build with newer binutils
Use options helpers
2013-07-26 14:31:26 +00:00
Alexey Dokuchaev
5563abefa4
- Trim Makefile header, define LICENSE, fix grammar in COMMENT
...
- 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
2013-07-26 14:29:35 +00:00
Rong-En Fan
891667b516
- Fix build with BSD patch
...
PR: ports/180821
Submitted by: Pedro Giffuni <giffunip at tutopia.com>
2013-07-26 14:26:53 +00:00
Baptiste Daroussin
7f4d6446d8
Fix build with newer binutils
...
Cleanup the Makefile
2013-07-26 14:25:16 +00:00
Baptiste Daroussin
b3519d0fbb
Fix build with newer binutils
2013-07-26 14:23:12 +00:00
Alexey Dokuchaev
5625e737a6
Unbreak parallel builds and slightly improve Makefile header.
...
Reported by: pointyhat-west
2013-07-26 13:27:28 +00:00
Chris Rees
a859e9e862
This will be removed soon once allegro-devel becomes default
2013-07-26 13:01:22 +00:00
Nicola Vitale
efa1f30c1b
ed25519ll is a low-level wrapper for the Ed25519 public key signature
...
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
2013-07-26 12:44:03 +00:00
Nicola Vitale
a28363fb24
A Python library which provides support for handling directories as described
...
in the XDG Base Directory and User Folders specifications.
WWW: https://launchpad.net/dirspec
Build logs: http://goo.gl/QdByDo
2013-07-26 12:38:21 +00:00
Alexey Dokuchaev
68ed010955
- Attempt to fix parallel build (I've fixed most notable cases, and it
...
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
2013-07-26 12:28:26 +00:00
Andrej Zverev
ab098bfa3d
- switch simple inline replacement from perl to sed
...
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
2013-07-26 12:25:46 +00:00
Andrej Zverev
519dacca72
- Fix leftovers
2013-07-26 11:22:07 +00:00
Remko Lodder
4155837099
Cleanup last entry. Properly indent the entry and
...
make sure that after a period on the end of a line
we follow with two spaces.
hat: secteam
2013-07-26 11:06:44 +00:00
Andrej Zverev
b9cf423050
- switch simple inline replacement from perl to sed
...
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00
Baptiste Daroussin
dc88faa4b2
Fix build with recent binutils
2013-07-26 09:46:53 +00:00
Baptiste Daroussin
de327a796e
Fix build with recent binutils
...
Cleanup a bit
2013-07-26 09:40:29 +00:00
Baptiste Daroussin
73a440a7ef
Add an explicit dependency on gettext.
...
Fix build with recent binutils
2013-07-26 09:38:03 +00:00
Baptiste Daroussin
bfd37ff330
Fix build with newer binutils
...
OptionsNG
Remove leading article in comment
2013-07-26 09:28:34 +00:00
Baptiste Daroussin
99328c3bc9
Fix build with recent binutils
2013-07-26 09:22:16 +00:00
Frederic Culot
4be0662c0c
- Update to 0.24
...
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/Lingua-EN-Tagger/Changes
2013-07-26 09:10:19 +00:00
Alexey Dokuchaev
caca977c2d
- Fix parallel build by wrapping compound commands in parentheses (for a
...
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
2013-07-26 08:44:52 +00:00
Frederic Culot
e4380cfce1
- Update to 1.00
...
Changes: http://search.cpan.org/dist/Devel-PatchPerl/Changes
2013-07-26 08:03:41 +00:00
Andrej Zverev
19ae251b54
- switch simple inline replacement from perl to sed
...
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
2013-07-26 07:33:41 +00:00
Baptiste Daroussin
be856e74d2
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils.
2013-07-26 07:06:30 +00:00
Baptiste Daroussin
e539569db1
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils. [1]
Trim header
Convert to USES=gmake
Obtained from: DPorts [1]
2013-07-26 07:03:25 +00:00
Baptiste Daroussin
4a64a01f61
Fix typo
2013-07-26 07:00:10 +00:00
Baptiste Daroussin
c90775dba6
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils. [1]
Trim header
Convert to USES=gmake
Obtained from: DPorts [1]
2013-07-26 06:58:09 +00:00
Baptiste Daroussin
ad67db9b50
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils.
While here:
- New options framework
- USE_GMAKE -> USES=gmake
2013-07-26 06:55:13 +00:00
Baptiste Daroussin
a1ab42767f
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils.
Obtained from: DPorts
2013-07-26 06:51:58 +00:00
Baptiste Daroussin
4fb79c18e5
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils.
2013-07-26 06:47:04 +00:00
Alexey Dokuchaev
b89299d167
- Fix parallel build by telling make(1) that binary depends on a library
...
- Reword COMMENT text while I am here (pkg-descr is still a mess though;
Makefile also needs some love and cleaning)
Reported by: pointyhat-west
2013-07-26 06:38:59 +00:00
Baptiste Daroussin
0c0d53c691
Fix build with linker that does not copy the dt_need from libraries it links
...
with like recent binutils.
Obtained from: DPorts
2013-07-26 06:36:28 +00:00