head	1.16;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.16
date	2013.03.04.18.06.13;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.01.05.24.09;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.23.18.51.40;	author eadler;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.21.07.04.26;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2010.03.28.06.43.32;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2010.02.05.11.43.54;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.19.10.45.18;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.19.09.51.47;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.35.08;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.31.13.55.46;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.13.09.56.31;	author dhn;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.01.06;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.30.09.41.57;	author alexbl;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.22.55;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.20.18.05.55;	author novel;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313402
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Elisey Savateev <b3k@@mail.ru>
# $FreeBSD: head/security/umit/Makefile 313402 2013-03-04 10:55:23Z lwhsu $

PORTNAME=	umit
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ayu@@commun.jp
COMMENT=	UMIT is the nmap frontend developed with Python and PyGTK

RUN_DEPENDS=	${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3

INSTALLS_ICONS=	yes
USE_BZIP2=	yes
USE_GNOME=	pygtk2
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386" || ${PYTHON_REL} > 260
WITHOUT_PSYCO=	yes
.endif

.ifndef(WITHOUT_PSYCO)
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
.endif

pre-everything::
.ifndef(WITHOUT_PSYCO)
	@@${ECHO_MSG} '===> Define WITHOUT_PSYCO to disable devel/py-psyco optimization'
.endif

post-patch:
	${REINPLACE_CMD} 's/self.build_html_doc()//' ${WRKSRC}/setup.py

.include <bsd.port.post.mk>
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	umit
# Date created:				20 April 2007
# Whom:					Elisey Savateev <b3k@@mail.ru>
#
# $FreeBSD: head/security/umit/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 1
a15 1
		${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
d20 1
a20 1
USE_PYTHON=	2.5+
@


1.14
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- update to version 1.0
- remove stale mastersite
- bump USE_PYTHON to 2.5+
- use databases/py-sqlite3 instead of databases/py-pysqlite2x
- set WITHOUT_PSYCO if python 2.6+ since py-psyco doesn't work with it
- switch from custom do-build and do-install targets to USE_PYDISTUTILS
- add INSTALLS_ICONS, remove INSTALLS_EGGINFO (pydistutils will handle it)
- update WWW
- update pkg-plist
- patch out documentation build

PR:		ports/160072
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer timeout (30 days)
Approved by:	bapt (mentor)
@
text
@d10 1
@


1.12
log
@Mark BROKEN: leaves files behind on deinstallation
@
text
@d9 1
a9 2
PORTVERSION=	0.9.3
PORTREVISION=	7
d11 1
a11 3
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-RC2 \
				http://bio3k.softboard.ru/uploads/arch/

d18 1
a18 3
			${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23

BROKEN=		leaves files behind on deinstallation
d20 1
a21 1
USE_PYTHON=	yes
d23 2
a24 1
INSTALLS_EGGINFO=	yes
d28 1
a28 1
.if ${ARCH} != "i386"
d41 2
a42 5
do-build:
	cd ${WRKSRC} && ${PYTHON_CMD} setup.py build

do-install:
	cd ${WRKSRC} && ${PYTHON_CMD} setup.py install --prefix ${PREFIX}
@


1.11
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d23 2
@


1.10
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.9
log
@Assign to new volunteer.

Submitted by:	Ayumi Mitsui <ayu@@commun.jp>
Feature safe:	yes
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.8
log
@Reset maintainership

Submitted by:	"Elisey O. Savateev" <b3k@@mail.ru> (maintainer)
Feature safe:	yes
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d17 1
a17 1
MAINTAINER=	b3k@@mail.ru
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
d14 1
a14 1
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.5
log
@- Chase nmap update
- Bump PORTREVSION

Approved by:	miwi  (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.3
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d26 1
@


1.1
log
@Add umit 0.9.3, UMIT is the nmap frontend developed with Python and
PyGTK.

PR:		ports/111959
Submitted by:	Elisey Savateev <b3k at mail.ru>
@
text
@d10 1
@

