| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=104698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
based upon the DFT++ algebraic framework introduced in Computer
Physics Communications 128, 1-45 (June 2000).
This framework allows us to transparently separate the computational
guts (cache optimization, parallelization, etc.) from the introduction
of new representations (plane waves, wavelets) and new
physics (new density functionals, linear response theory,
dielectric solutions).
The software is fully cache and register optimized,
and runs in serial, threaded, MPI and mixed threaded-MPI
parallel environments.
Notes:
svn path=/head/; revision=104696
|
|
|
|
|
|
|
| |
Reminded by: eik
Notes:
svn path=/head/; revision=104695
|
|
|
|
|
|
|
|
| |
PR: 62521 [1]
Reminded by: Neil Hoggarth <neil@hoggarth.me.uk> [1]
Notes:
svn path=/head/; revision=104694
|
|
|
|
|
|
|
|
|
|
| |
if defined at the same time
PR: 62363
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
Notes:
svn path=/head/; revision=104693
|
|
|
|
|
|
|
|
|
|
|
| |
- <strstream.h> -> <iostream>
- remove -Wmissing-declarations declarations
PR: 64282
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=104692
|
|
|
|
|
|
|
| |
* Update to 10.7: miscellaneous bug and compatibility fixes, new home site.
Notes:
svn path=/head/; revision=104691
|
|
|
|
|
|
|
|
| |
PR: 64487
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Notes:
svn path=/head/; revision=104690
|
|
|
|
|
|
|
|
|
| |
PR: 64460
Submitted by: Aron Stansvik <elvstone@osdever.net>,
bento
Notes:
svn path=/head/; revision=104689
|
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION since this is an important option
PR: 50694
Submitted by: Chris Shenton <cshenton@Palimpsest.saic.hq.nasa.gov>
Notes:
svn path=/head/; revision=104688
|
|
|
|
|
|
|
| |
part of XFree86-3. It was supplanted years ago by devel/imake-4.
Notes:
svn path=/head/; revision=104687
|
|
|
|
|
|
|
|
|
| |
part of XFree86-3. This functionality was superceded years ago by
devel/imake-4. No port in the system has really used this port for
quite some time.
Notes:
svn path=/head/; revision=104686
|
|
|
|
|
|
|
|
| |
not devel/imake, which is the XFree86-3 version and is marked for
deprecation Real Soon Now.
Notes:
svn path=/head/; revision=104685
|
|
|
|
|
|
|
|
| |
Submitted by: Tim Bishop <tim@bishnet.net>
Pointy hat to: eik
Notes:
svn path=/head/; revision=104684
|
|
|
|
|
|
|
| |
PR: 64443
Notes:
svn path=/head/; revision=104683
|
|
|
|
|
|
|
| |
In collaboration with: Stuart Cheshire <cheshire@apple.com>
Notes:
svn path=/head/; revision=104682
|
|
|
|
|
|
|
|
| |
Add synopses from the info pages. Explain in more detail what shar
archives are. Add a note about security. Add keywords.
Notes:
svn path=/head/; revision=104681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries;
- bump portrevision;
- simplify this port.
PR: ports/64186
Submitted by: maintainer
Approved by: mat (mentor).
Notes:
svn path=/head/; revision=104680
|
|
|
|
| |
Notes:
svn path=/head/; revision=104679
|
|
|
|
|
|
|
| |
-fPIC those files that require it.
Notes:
svn path=/head/; revision=104678
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
Notes:
svn path=/head/; revision=104677
|
|
|
|
| |
Notes:
svn path=/head/; revision=104676
|
|
|
|
| |
Notes:
svn path=/head/; revision=104675
|
|
|
|
| |
Notes:
svn path=/head/; revision=104674
|
|
|
|
|
|
|
| |
respect CFLAGS.
Notes:
svn path=/head/; revision=104673
|
|
|
|
|
|
|
| |
compiled with -fPIC)
Notes:
svn path=/head/; revision=104672
|
|
|
|
| |
Notes:
svn path=/head/; revision=104671
|
|
|
|
| |
Notes:
svn path=/head/; revision=104670
|
|
|
|
| |
Notes:
svn path=/head/; revision=104669
|
|
|
|
| |
Notes:
svn path=/head/; revision=104668
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to go about their rotten business. It is issued without acknowledgment
of any obligation, in response to ports/64393.
The patch does NOT bump PORTREVISION as the change is invisible for the
port's or package's users. $FreeBSD$ is sufficient.
I also refute any "bug" with respect to the the porter's handbook's
pages referenced in ports/64393, my port has not written anything after
bsd.port.mk and portlint has nothing to complain about (only that it
can't figure "patch" is legal in a PATCHFILES variable).
Informational: tools that assume .include <bsd.port.[post.]mk> was the
last line in a port's makefile are broken. They should be comparing
the output of realpath $(make -V MASTERDIR) against the output of
realpath $(pwd) instead:
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ cd ../db42-nocrypto # switch to slave's port directory
-bash-2.05b$ realpath $(make -V MASTERDIR)
/usr/home/ma/db42
-bash-2.05b$ realpath $(pwd)
/usr/home/ma/db42-nocrypto
PR: 64479
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=104667
|
|
|
|
| |
Notes:
svn path=/head/; revision=104666
|
|
|
|
|
|
|
|
| |
PR: ports/64480
Submitted by: maintainer
Notes:
svn path=/head/; revision=104665
|
|
|
|
|
|
|
|
|
|
| |
- Make the port more simplier with nexts updates.
PR: ports/54457
Submitted by: maintainer
Notes:
svn path=/head/; revision=104664
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixing mirrors lists
- Adding missing dependency with gettext.
PR: ports/64456
Submitted by: maintainer
Notes:
svn path=/head/; revision=104663
|
|
|
|
|
|
|
| |
included in the sources.
Notes:
svn path=/head/; revision=104662
|
|
|
|
| |
Notes:
svn path=/head/; revision=104661
|
|
|
|
|
|
|
|
| |
PR: ports/64477
Submitted by: maintainer
Notes:
svn path=/head/; revision=104660
|
|
|
|
|
|
|
|
|
|
| |
- Utilize USE_GETOPT_LONG
PR: ports/64474
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104659
|
|
|
|
|
|
|
|
| |
PR: ports/64473
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104658
|
|
|
|
|
|
|
|
| |
PR: ports/64472
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104657
|
|
|
|
|
|
|
|
| |
PR: ports/64471
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104656
|
|
|
|
|
|
|
| |
Submitted by: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
Notes:
svn path=/head/; revision=104655
|
|
|
|
|
|
|
|
| |
PR: ports/64470
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104654
|
|
|
|
|
|
|
|
| |
PR: ports/64469
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104653
|
|
|
|
|
|
|
|
| |
PR: ports/64467
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104652
|
|
|
|
|
|
|
|
| |
PR: ports/64466
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104651
|
|
|
|
|
|
|
|
| |
PR: ports/64465
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=104650
|
|
|
|
|
|
|
| |
rpm2cpio.
Notes:
svn path=/head/; revision=104649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 3.2.x series contains many enhanced features, most notably
built in SSL capabilities.
Changes for the port itself:
1. Add new MASTER_SITES.
2. Search for an apache binary, not a document directory.
3. The new version uses libtool, so add USE_LIBTOOL per portlint.
4. The new configure script is much more thorough, so use a more complete
set of options, and sort them in "./configure --help" order.
5. CXXFLAGS hackery no longer needed in FreeBSD 5.x, but
6. A patch to include headers for select() is needed in RELENG_4.
7. Install PORTDOCS, especially the very thorough html help files.
8. Add SIZE to distinfo.
9. Make deletion of directories with user-configurable stuff conditional.
Notes:
svn path=/head/; revision=104648
|