aboutsummaryrefslogtreecommitdiffstats
path: root/security/identify
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.Trevor Johnson2004-01-301-0/+1
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
|
* Per distfile survey, remove mastersite that disappeared in April 2002.Mark Linimon2003-11-021-2/+1
|
* Fix MASTER_SITES: add another location of distroSergey A. Osokin2003-06-091-1/+2
| | | | | | | instead of replace old location. PR: 53089 Apporved by: fjoe (mentor)
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-072-1/+2
| | | | Approved by: pat
* Release all my ports.Nick Sayer2002-10-211-1/+1
| | | | | kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project.
* Fix build on -current (_exit() -> _exit(0))Kris Kennaway2002-10-211-1/+10
|
* Update e-mail address.Nick Sayer2000-12-091-1/+1
|
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | the Porter's Handbook. :-)
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
|
* remove whitespace and PREFIX->LOCALBASE (portlint)Michael Haro2000-03-211-2/+2
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Re-order CATEGORIES into the correct order (primary [virtuals...])Bill Fumerola1999-05-061-2/+2
| | | | | PR: ports/11508 Submitted by: Dima Sivachenko <dima@Chg.RU>
* 1)BUILD_DEPENDS was missing an S and wasn't in the proper form.Justin M. Seger1999-04-122-2/+10
| | | | | | | 2)Was installing into a directory but not removing it with the rest of the package. 3)Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk)
* Oops.Nick Sayer1999-04-031-2/+2
| | | | Remove devel from list of categories.
* Add "identify" daemon wrapper. Allows one to add ident lookup and loggingNick Sayer1999-04-037-0/+172
to arbitrary daemons (like telnetd or fingerd).