| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Mar 2011 17:59:51
0.2_3
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
04 Dec 2010 07:34:27
0.2_3
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.2_3
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
0.2_3
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
0.2_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
22 Aug 2009 00:13:27
0.2_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
20 Aug 2008 00:57:32
0.2_2
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
30 Sep 2007 04:47:37
0.2_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
22 Jan 2006 06:58:31
0.2_1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Nov 2005 02:19:00
0.2_1
|
ade  |
Fix build.
Submitted by: pointyhat |
19 Nov 2005 06:02:20
0.2_1
|
ade  |
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to. |
15 Nov 2005 06:52:12
0.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. |
26 May 2005 20:40:29
0.2_1
|
pav  |
- Fix bug: Torrentzip uses the read permission flag to check if a zip file
needs to be processed. It does this by first setting all zip files to 0400,
then as it processes the zip file it changes the permissions to 0200.
PR: ports/81502
Submitted by: Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
Obtained from: author |
04 May 2005 14:05:27
0.2
|
pav  |
TorrentZip creates byte-for-byte exact zip files on any machine. This allows
people to join a torrent (after they have converted their zip files) with a
particular set of files, thus preventing them from having to download the
entire set of files again. Because of the way TorrentZip creates identical
zips, the file hashes will always match those in the original torrent.
PR: ports/80579
Submitted by: Scot W. Hetzel <swhetzel@gmail.com> |