head	1.12;
access;
symbols
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8;
locks; strict;
comment	@# @;


1.12
date	2007.02.05.01.08.33;	author pav;	state dead;
branches;
next	1.11;

1.11
date	2005.07.30.19.13.10;	author simon;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.03.20.46.48;	author simon;	state Exp;
branches;
next	1.9;

1.9
date	2005.06.14.22.04.54;	author simon;	state Exp;
branches;
next	1.8;

1.8
date	2004.08.13.17.51.46;	author eik;	state Exp;
branches;
next	1.7;

1.7
date	2004.06.25.12.39.35;	author eik;	state Exp;
branches;
next	1.6;

1.6
date	2004.06.18.07.42.06;	author eik;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.17.07.13.36;	author eik;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.14.17.13.49;	author eik;	state Exp;
branches;
next	1.3;

1.3
date	2004.06.14.16.57.07;	author eik;	state Exp;
branches;
next	1.2;

1.2
date	2004.06.14.08.04.40;	author eik;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.12.22.43.43;	author eik;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:	marcus
@
text
@# New ports collection makefile for:	portaudit-db
# Date created:				12 Jun 2004
# Whom:					Oliver Eikemeier
#
# $FreeBSD: ports/security/portaudit-db/Makefile,v 1.11 2005/07/30 19:13:10 simon Exp $
#

PORTNAME=	portaudit-db
PORTVERSION=	0.2.3
CATEGORIES=	security
DISTFILES=

MAINTAINER=	secteam@@FreeBSD.org
COMMENT=	Creates a portaudit database from a current ports tree

RUN_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt

DEPENDS_ARGS+=	WITHOUT_PYTHON=yes

DATABASEDIR?=	${AUDITFILE:H}

PLIST_SUB+=	DATABASEDIR="${DATABASEDIR}"

SED_SCRIPT=	-e 's,%%PREFIX%%,${PREFIX},g' \
		-e "s|%%DATADIR%%|${DATADIR}|g" \
		-e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
		-e "s|%%PORTSDIR%%|${PORTSDIR}|g" \
		-e "s|%%PORTVERSION%%|${PORTVERSION}|g" \
		-e "s|%%DATABASEDIR%%|${DATABASEDIR}|g"

do-build:
	@@for f in packaudit.sh packaudit.conf; do \
		${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/$$f"; \
	done

do-install:
	@@${INSTALL_SCRIPT} ${WRKDIR}/packaudit.sh ${PREFIX}/bin/packaudit
	@@${INSTALL_DATA} ${WRKDIR}/packaudit.conf ${PREFIX}/etc/packaudit.conf.sample
	@@${MKDIR} ${DATADIR}
	@@${INSTALL_SCRIPT} ${FILESDIR}/portaudit2vuxml.awk ${DATADIR}
	@@${INSTALL_DATA} ${FILESDIR}/vuxml2html.xslt ${FILESDIR}/vuxml2portaudit.xslt ${DATADIR}
	@@${MKDIR} ${DATABASEDIR}

.include <bsd.port.mk>
@


1.11
log
@Change MAINTAINER address for ports maintained by the Security Team to
secteam@@ instead of security@@ to make it more clear that the ports are
not maintained by the freebsd-security@@ mailing list.  Both addresses
go to the same people.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Set maintainership to security@@.

Suggested by:	nectar, remko
@
text
@d13 1
a13 1
MAINTAINER=	security@@FreeBSD.org
@


1.9
log
@Grab maintainer-ship of portaudit.  While I do not currently have any
plans for improvements (though I have ideas) I feel that portaudit is
too important to not have an active maintainer.

Approved by:	portmgr (linimon)
@
text
@d13 1
a13 1
MAINTAINER=	simon@@FreeBSD.org
@


1.8
log
@apply xlist not to the own files
@
text
@d13 1
a13 1
MAINTAINER=	eik@@FreeBSD.org
@


1.7
log
@Update to 0.2.2

- correct some URLs
@
text
@d9 1
a9 1
PORTVERSION=	0.2.2
@


1.6
log
@make BASEURL customizable
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
d17 2
@


1.5
log
@update to 0.2
- add the ability to specify multiple URLs
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@


1.4
log
@typo
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
@


1.3
log
@Point all vulnerabilities to the base URL, so that entries
look a little more official.

Pointed out by:	Matthew George <mdg@@secureworks.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
@


1.2
log
@update to 0.1.1, supporting some of the VuXML 1.1 features
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
@


1.1
log
@portaudit-db generates a portaudit database from a current
ports tree. It also features a file `database/portaudit.txt'
where UUIDs for vulnerabilities can be allocated quickly
before they are moved to the VuXML database.

Call `packaudit' after upgrading your ports tree.
@
text
@d9 1
a9 1
PORTVERSION=	0.1
d38 1
@

