head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.14.12.17.12;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.27.07.04.25;	author osa;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.28.14.27.09;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.12.13.30.45;	author fjoe;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Alexey Dokuchaev <danfe@@regency.nsu.ru>
# $FreeBSD: head/archivers/squsq/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	squsq
PORTVERSION=	3.3
CATEGORIES=	archivers
MASTER_SITES=	NETBSD http://freebsd.nsu.ru/distfiles/
DISTNAME=	t20-squsq-3.3

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Compressor/decompressor for CP/M "Squeeze" compressed files

CONFLICTS=	squirrel-[0-9]*
WRKSRC=		${WRKDIR}/t20-squsq
MAKEFILE=	${FILESDIR}/Makefile

PLIST_FILES=	bin/sq bin/usq

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	squsq
# Date created:				09 May 2003
# Whom:					Alexey Dokuchaev <danfe@@regency.nsu.ru>
#
# $FreeBSD: head/archivers/squsq/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d20 1
a20 1
	${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
@


1.4
log
@- Add port lang/squirrel
- 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>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Move package files from plist to Makefile, remove pkg-plist.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_NETBSD} \
		http://freebsd.nsu.ru/distfiles/
d17 1
d24 1
a24 1
	${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin
@


1.2
log
@- Fix MASTER_SITES

PR:		57292
Submitted by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d21 2
@


1.1
log
@New port: squsq

Compressor/decompressor for CP/M "Squeeze" compressed files.

Submitted by:	Alexey Dokuchaev
Obtained from:	NetBSD
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITES_NETBSD} \
@

