| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Feb 2008 21:47:06
0.4.0_1
|
arved  |
Chase libgcrypt library version |
09 Feb 2008 02:10:46
0.4.0
|
tabthorpe  |
- Update to 0.4.0
- Pass maintainership to submitter
PR: ports/119514
Submitted by: Yuri Pankov <yuri.pankov gmail.com> |
08 Feb 2008 20:12:17
0.3.0.1
|
linimon  |
Reset previous maintainer due to no response to email about maintainer-
timeouts.
Hat: portmgr |
29 Jul 2007 17:33:59
0.3.0.1
|
pav  |
- Update to 0.3.0.1
PR: ports/114051
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Approved by: maintainer timeout (2 weeks) |
28 Jan 2007 09:07:47
0.2.2_2
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
23 Feb 2006 10:40:45
0.2.2_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 09:47:28
0.2.2_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.2.2_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
05 Nov 2005 05:22:06
0.2.2_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
21 May 2005 14:46:38
0.2.2
|
jylefort  |
Update to 0.2.2
PR: ports/81063
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: maintainer |
31 Mar 2004 04:12:58
0.2.0.1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.2.0.1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
29 Oct 2003 16:19:28
0.2.0.1
|
sergei  |
Add libspectrum 0.2.0.1, handling of ZX-Spectrum emulator files formats.
libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy.
So far it handles:
* Snapshots: .z80, .szx, .sna (all read/write), .zxs, .sp.,
.snp and +D snapshots (read only)
* Tape images: .tzx, .tap (read/write) and Warajevo .tap (read only)
* Input recordings: .rzx (read/write)
* Timex cartridges: .dck (read only)
There are also some subsidiary functions which may be generally useful
for Spectrum-related utilities.
Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
PR: 58638
Submitted by: Alexey V. Antipovsky <kemm@in-line.ru> |