aboutsummaryrefslogtreecommitdiff
path: root/archivers/squsq
Commit message (Collapse)AuthorAgeFilesLines
* - Add port lang/squirrelAndrew Pantyukhin2007-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | - Register conflicts with archivers/squsq Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. However Squirrel offers a wide range of features like dynamic typing, delegation, classes & inheritance, higher order functions, generators, coroutines, tail recursion, exception handling, automatic memory management, weak references, etc. Squirrel is inspired by languages like Python, Javascript and especially Lua. The API is very similar and the table code is based on the Lua one. WWW: http://squirrel-lang.org/ Author: Alberto Demichelis <alberto@ademichelis.com> Notes: svn path=/head/; revision=195571
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149223
* Move package files from plist to Makefile, remove pkg-plist.Sergey A. Osokin2004-07-272-2/+2
| | | | Notes: svn path=/head/; revision=114849
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* - Fix MASTER_SITESKirill Ponomarev2003-09-281-1/+1
| | | | | | | | PR: 57292 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=89687
* New port: squsqMax Khon2003-05-126-0/+60
Compressor/decompressor for CP/M "Squeeze" compressed files. Submitted by: Alexey Dokuchaev Obtained from: NetBSD Notes: svn path=/head/; revision=80827