aboutsummaryrefslogtreecommitdiffstats
path: root/devel/str
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Change my email address to the @FreeBSD onevd2006-01-201-1/+1
| | | | Approved by: garga (mentor)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Change MAINTAINERmnag2005-10-121-1/+1
|
* Update to 0.9.12mnag2005-10-123-25/+3
| | | | | PR: 87310 Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix SIGSEGV when reuse va_list (seen on amd64)mnag2005-10-122-0/+22
| | | | | | | Bump PORTREVISION PR: 87260 Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix previous commit. build need stay after ":".mnag2005-10-041-3/+2
| | | | Approved by: pav (mentor)
* Update to 0.9.11mnag2005-10-032-6/+9
| | | | | | PR: 86872 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: pav (mentor)
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* Anti Unmaintained Ports Campaign by Marcus Grando.novel2005-08-291-1/+1
| | | | | PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Update to 0.9.10pav2005-04-134-34/+4
| | | | | PR: ports/79832 Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* - Introduce MASTER_SITE_OSSPpav2004-08-211-1/+2
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 0.9.9.linimon2004-05-112-5/+4
| | | | | PR: ports/66379 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Attempt to fix build on amd64 by using va_copyarved2004-04-143-4/+28
|
* Add size data.trevor2004-03-191-0/+1
|
* Resign maintainership of the ports corresponding to software I developedrse2004-03-141-1/+1
| | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
* BROKEN on amd64: Does not compilekris2004-03-051-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to OSSP str 0.9.8rse2003-02-173-4/+4
|
* upgrade to OSSP str 0.9.7rse2002-04-013-9/+9
|
* Upgrade to Str 0.9.5rse2001-08-163-3/+3
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Upgrade to Str 0.9.3rse2000-02-212-3/+3
|
* Update Str to version 0.9.2rse2000-02-152-3/+3
|
* Import of Str 0.9.1.rse2000-01-105-0/+51
The Str library is a generic string library written in ANSI C which provides functions for handling, matching, parsing, searching and formatting of C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convinient and compact API plus a more generalized functionality.