summaryrefslogtreecommitdiff
path: root/devel/zziplib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.13.49 release and install man pages.Alex Dupre2007-04-203-4/+32
| | | | Notes: svn path=/head/; revision=190408
* Update to 0.13.47 release.Alex Dupre2006-09-074-20/+26
| | | | Notes: svn path=/head/; revision=172454
* Fix build for systems with missing hostname.Alex Dupre2006-05-021-0/+1
| | | | Notes: svn path=/head/; revision=161204
* Update to 0.13.45 release.Alex Dupre2006-04-267-31/+60
| | | | Notes: svn path=/head/; revision=160496
* Conversion to a single libtool environment.Ade Lovett2006-02-233-9/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Switch to my @FreeBSD.org email address.Alex Dupre2004-01-182-3/+5
| | | | | | | Approved by: nork (mentor) Notes: svn path=/head/; revision=98462
* Fix build on -currentKirill Ponomarev2003-08-011-0/+10
| | | | | | | Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86102
* Update to to 0.10.82Kirill Ponomarev2003-07-304-14/+26
| | | | | | | | | PR: 55038 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85901
* Correct typo in @unexecKris Kennaway2003-04-051-1/+1
| | | | Notes: svn path=/head/; revision=78245
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Update to zziplib-0.10.76Yen-Ming Lee2003-02-204-20/+20
| | | | | | | | PR: 48396 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=75924
* Make this build on -STABLE *and* -CURRENT.Christian Weisgerber2002-12-222-12/+14
| | | | Notes: svn path=/head/; revision=71787
* Fix build on -stableKris Kennaway2002-09-281-0/+12
| | | | | | | | Submitted by: Adam Weinberger <adam@vectors.cx> PR: ports/41092 Notes: svn path=/head/; revision=67199
* Update to 0.10.54Patrick Li2002-06-222-3/+2
| | | | | | | | PR: 39657 Submitted by: maintainer Notes: svn path=/head/; revision=61735
* - Upgrade to version 0.10.53 .SADA Kenji2002-05-203-4/+16
| | | | | | | | | | - Change maintainer to PR originator. No response about related PR 37431 from maintainer. PR: ports/37525 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=59521
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-8/+7
| | | | Notes: svn path=/head/; revision=37252
* Add zziplib 0.10.11, a library to provide transparent read access toNeil Blakey-Milner2001-01-045-0/+42
zipped files. PR: 24046 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36771