aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2
Commit message (Collapse)AuthorAgeFilesLines
* Add MAKE_ARGS to tell libtool to use the specified shlib version.Akinori MUSHA2000-10-261-0/+1
| | | | Notes: svn path=/head/; revision=34259
* Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2.Jun Kuriyama2000-10-261-1/+2
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=34242
* Introduce latest version of expat.Jun Kuriyama2000-10-246-28/+38
| | | | | | | | | | | This development version will be released as 2.0 and maintained on sourceforge. Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Repo-copied by: PW Notes: svn path=/head/; revision=34165
* Add NOPROFILE=true to MAKE_ARGS so as not to build a profiled library.Akinori MUSHA2000-10-211-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=34080
* Update to 1.2.Akinori MUSHA2000-10-183-70/+21
| | | | | | | | | | | | | | Add BSD-style Makefiles for building & installation. Use a tarball distribution instead of the zip one which includes redundant Windows binaries. Take over the maintainership. Permitted by: dirk (previous MAINTAINER) Notes: svn path=/head/; revision=33954
* Make this build and install the shared library (libexpat.so) too.Akinori MUSHA2000-08-103-8/+38
| | | | | | | | | External programs/interfaces might want that. Approved by: dirk (MAINTAINER) Notes: svn path=/head/; revision=31475
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* Add WWW:Dirk Froemberg1999-09-021-0/+2
| | | | Notes: svn path=/head/; revision=21205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Initial import of expat, aDirk Froemberg1999-08-266-0/+69
XML 1.0 parser written in C. Notes: svn path=/head/; revision=20990