head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL: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	2011.11.01.22.59.31;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2011.10.24.03.32.42;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.14.16.23.47;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.09.20.19.01;	author stas;	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: Stanislav Sedov <stas@@FreeBSD.org>
# $FreeBSD: head/archivers/ruby-lha/Makefile 309150 2012-12-18 07:57:31Z danfe $

PORTNAME=	lha
PORTVERSION=	0.8.1
PORTREVISION=	1
CATEGORIES=	archivers ruby
MASTER_SITES=	http://arton.no-ip.info/data/lhalib/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	lhalib-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Ruby extension to unpack LHA-compressed files

USE_ZIP=	yes
USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes
RUBY_EXTCONF=	ext/extconf.rb

CONFIGURE_ARGS=	--rubyprog=${RUBY}

EXAMPLES=	test/test.rb
RUBY_SHEBANG_FILES=	${EXAMPLES}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	ruby-lha
# Date created:		09 January 2006
# Whom:			stas
#
# $FreeBSD: head/archivers/ruby-lha/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d14 1
a14 1
COMMENT=	A Ruby extension to unpack lha-compressed files
d28 2
a29 2
	${MKDIR} ${RUBY_MODEXAMPLESDIR}/
	@@${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}/
@


1.4
log
@Send ports@@ ruby ports over ruby@@
most of these were from stas@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@- Fix shebang line in installed examples
- bump PORTREVISION.

Reported by:	John E Hein <jhein@@timing.com>
@
text
@d17 1
a17 1
MAINTAINER=	stas@@FreeBSD.org
@


1.1
log
@- Add port for ruby-lha, a ruby extension to work with lha-compressed files.
@
text
@d10 1
d28 1
@

