aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/domc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-071-7/+1
| | | | Approved by: pav
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-301-4/+0
| | | | with letter t-w
* - Chase increase of devel/libmba shlib version.miwi2006-11-031-1/+1
| | | | Submitted by: pointyhat via kris
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Chase shlib bump of libexpat.kuriyama2006-01-311-1/+2
|
* - Add SHA256pav2005-11-261-0/+1
|
* Mark IGNORE on 4.x: the library is built, but cannot be used:thierry2005-05-011-0/+4
| | | | | | | | | | | | /usr/local/lib/gcc/i386-portbld-freebsd4.10/3.4.4/../../../libdomc.so: undefined reference to `mbrtowc' /usr/local/lib/libmba.so: undefined reference to `iswspace' /usr/local/lib/libmba.so: undefined reference to `towupper' collect2: ld returned 1 exit status PR: ports/79354 Submitted by: Jukka Ukkonen Noticed by: lawrance Approved by: submitter's time-out.
* Unbreak on FreeBSD-4.11.thierry2005-04-112-1/+20
| | | | | PR: ports/79354 Submitted by: Jukka Ukkonen
* - Update to 0.8.0 (use libmba 0.8.10)barner2005-03-094-46/+53
| | | | | | Submitted by: Sam Lawrance <boris@brooknet.com.au> PR: ports/77816 Approved by: arved (mentor)
* Fix build with gcc 3.4arved2004-08-172-4/+10
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-1/+7
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
| | | | o Bump $PORTREVISION.
* SIZEify.trevor2004-01-301-0/+1
|
* Chase the distfile; update MASTER_SITES.adamw2003-05-232-2/+2
| | | | | PR: ports/52587 Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 0.6.0ijliao2002-09-246-58/+37
| | | | | | this version depends on expat2 so that we can nuke expat Approved by: kris
* move devel/domc to textproc/ijliao2002-09-241-1/+1
| | | | Approved by: kris
* - update to 0.5.8petef2001-12-316-28/+36
| | | | | | | - don't rewrite do-install, patch the distribution's Makefile instead PR: 33334 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 0.5.1ijliao2001-11-245-15/+38
| | | | | PR: 32215 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add domcijliao2001-10-097-0/+63
DOMC is a light weight implementation of the DOM in ANSI C