aboutsummaryrefslogtreecommitdiff
path: root/devel/str
Commit message (Collapse)AuthorAgeFilesLines
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-1/+2
| | | | | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=116953
* Update to 0.9.9.Mark Linimon2004-05-102-5/+4
| | | | | | | | PR: ports/66379 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=108866
* Attempt to fix build on amd64 by using va_copyTilman Keskinoz2004-04-133-4/+28
| | | | Notes: svn path=/head/; revision=106930
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-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. Notes: svn path=/head/; revision=103976
* BROKEN on amd64: Does not compileKris Kennaway2004-03-051-1/+7
| | | | Notes: svn path=/head/; revision=102973
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* upgrade to OSSP str 0.9.8Ralf S. Engelschall2003-02-173-4/+4
| | | | Notes: svn path=/head/; revision=75706
* upgrade to OSSP str 0.9.7Ralf S. Engelschall2002-04-013-9/+9
| | | | Notes: svn path=/head/; revision=57127
* Upgrade to Str 0.9.5Ralf S. Engelschall2001-08-163-3/+3
| | | | Notes: svn path=/head/; revision=46332
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27505
* Upgrade to Str 0.9.3Ralf S. Engelschall2000-02-212-3/+3
| | | | Notes: svn path=/head/; revision=26087
* Update Str to version 0.9.2Ralf S. Engelschall2000-02-152-3/+3
| | | | Notes: svn path=/head/; revision=25857
* Import of Str 0.9.1.Ralf S. Engelschall2000-01-095-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. Notes: svn path=/head/; revision=24608