aboutsummaryrefslogtreecommitdiff
path: root/devel/cstringbuffer
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-1/+3
| | | | Notes: svn path=/head/; revision=183830
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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
* Reset bouncing maintainer address; mark broken since it does not fetch.Mark Linimon2005-10-101-2/+2
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=144744
* 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
* - Update to 0.1.6Volker Stolz2005-01-113-7/+5
| | | | | | | | | | - Nuke pkg-plist while here PR: ports/75703 Submitted by: maintainer Notes: svn path=/head/; revision=126137
* - Update to 0.1.5Pav Lucistnik2004-07-312-3/+3
| | | | | | | | PR: ports/69851 Submitted by: Mooneer Salem <mooneer@translator.cx> (maintainer) Notes: svn path=/head/; revision=115187
* Update to 0.1.3.Will Andrews2004-07-182-3/+8
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=113887
* Add cstringbuffer, a library designed to make file I/O to strings easierPav Lucistnik2004-07-124-0/+33
and more platform-neutral. It performs memory management on strings, as well as permits typical string operations. PR: ports/68898 Submitted by: Mooneer Salem <mooneer@translator.cx> Notes: svn path=/head/; revision=113500