Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump PORTREVISION for the previous commiting. | Munechika SUMIKAWA | 2000-11-03 | 4 | -0/+4 |
| | |||||
* | Update to 3.0.1. | Akinori MUSHA | 2000-11-03 | 8 | -42/+86 |
| | | | | | | | | | | | PR: 22280 Submitted by: Christopher J. Michaels <cjm2@altavista.net> (MAINTAINER) Introduce BSD style Makefile to make the build/installation process clean. Fix manpage. (/etc -> ${PREFIX}/etc) Fix ddupcron.sh to match FreeBSD environment. | ||||
* | Add 'ipv6' on CATEGORIES. bind9 supports queries via IPv6. | Munechika SUMIKAWA | 2000-11-03 | 4 | -4/+4 |
| | |||||
* | Update to BIND version 9.0.0, now with better DNSSEC support among lots | Will Andrews | 2000-10-29 | 24 | -0/+952 |
| | | | | | | of other neat things like that. Sorry for the delay. Repo-copy by: asami | ||||
* | Hand these ports to Dmitry Sivachenko <dima@chg.ru>. | Will Andrews | 2000-10-24 | 1 | -1/+1 |
| | |||||
* | Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. | Will Andrews | 2000-10-23 | 1 | -1/+1 |
| | |||||
* | Add port net/ghtool | James E. Housley | 2000-10-23 | 5 | -0/+47 |
| | | | | | | | A command-line interface to the resolver library PR: 21396 Submitted by: Peter Pentchev <roam@orbitel.bg> MAINTAINER | ||||
* | Temporarily remove bind9, it is a repo-copy from bind8 not updated. | Satoshi Asami | 2000-10-21 | 20 | -444/+0 |
| | | | | | The history is safe, so just "cvs add" the files back when bind9 is ready to be committed. | ||||
* | Fix pkg-plist. | Kevin Lo | 2000-10-16 | 1 | -0/+1 |
| | | | | | PR: 22004 Submitted by: MAINTAINER | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Update to djbdns 1.02 | Neil Blakey-Milner | 2000-09-28 | 6 | -29/+60 |
| | | | | | PR: 21510 Submitted by: Dan Peterson <danp@danp.net> | ||||
* | Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when | Satoshi Asami | 2000-09-25 | 1 | -3/+1 |
| | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris | ||||
* | Update to version 1.0 | Ade Lovett | 2000-09-18 | 3 | -6/+9 |
| | | | | | PR: 21357 Submitted by: maintainer | ||||
* | Remove empty directory on deinstall | Kris Kennaway | 2000-09-17 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | Update to 1.5.0. | Brian Feldman | 2000-08-17 | 4 | -10/+22 |
| | | | | | | | Make a shared directory 1777 instead of 777. Respect ${PREFIX}. Submitted by: Alex Perel <veers@disturbed.net> | ||||
* | Make these COMMENT files conform to Handbook standard. | Will Andrews | 2000-08-11 | 1 | -1/+1 |
| | | | | | PR: 20269 Submitted by: Ports Fury | ||||
* | change my e-mail address | MIHIRA Sanpei Yoshiro | 2000-08-03 | 1 | -1/+1 |
| | | | | --> sanpei@FreeBSD.org | ||||
* | Add the ftp version of the MASTER_SITE | Neil Blakey-Milner | 2000-07-29 | 1 | -1/+2 |
| | |||||
* | Add bin/adnsresfilter | Alexander Langer | 2000-07-29 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | Update to 1.6. | Maxim Sobolev | 2000-07-13 | 4 | -15/+26 |
| | | | | Submitted by: maintainer | ||||
* | As threatened on freebsd-ports: all startup scripts know about the two | Thomas Gellekum | 2000-07-05 | 2 | -3/+21 |
| | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. | ||||
* | Change maintainer's mail address. | MIHIRA Sanpei Yoshiro | 2000-07-02 | 1 | -1/+1 |
| | | | | --> sanpei@sanpei.org | ||||
* | Locally hosted distfiles moved to ftp.freebsd.org. | Jacques Vidrine | 2000-06-20 | 1 | -2/+1 |
| | |||||
* | Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. | Will Andrews | 2000-06-17 | 1 | -3/+3 |
| | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 2 | -2/+2 |
| | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | ||||
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | Maxim Sobolev | 2000-06-16 | 2 | -6/+2 |
| | | | | ldconfig in PLIST need personal consideration. | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | Maxim Sobolev | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax | ||||
* | Second round of INSTALL_SHLIBS=yes fixes. | Maxim Sobolev | 2000-06-15 | 2 | -2/+1 |
| | |||||
* | Remove empty directories that end with "Net" upon deinstallation. | Satoshi Asami | 2000-05-08 | 1 | -0/+2 |
| | | | | Submitted by: bento | ||||
* | Add dependency to daemontools, now that we have a compatible version. | Neil Blakey-Milner | 2000-04-27 | 1 | -0/+2 |
| | |||||
* | Import of port for dnscache, djb's set of DNS utilities, including a | Neil Blakey-Milner | 2000-04-26 | 5 | -0/+77 |
| | | | | caching name server. | ||||
* | PREFIX -> LOCALBASE (portlint) | Michael Haro | 2000-04-20 | 1 | -1/+1 |
| | |||||
* | portlint: | Michael Haro | 2000-04-20 | 2 | -2/+4 |
| | | | | | | chmod -> ${CHMOD} echo -> ${ECHO} http:// -> WWW: http:// | ||||
* | white space and use WWW: (portlint) | Michael Haro | 2000-04-20 | 2 | -5/+5 |
| | |||||
* | change header file order | Michael Haro | 2000-04-17 | 2 | -3/+16 |
| | | | | | PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> | ||||
* | Fix bogon in the PORT{NAME,VERSION} conversion. | David E. O'Brien | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-09 | 18 | -44/+45 |
| | |||||
* | Added an option: -a <address> . | SADA Kenji | 2000-04-08 | 2 | -0/+36 |
| | | | | | | | | | It allows you to set the address of a domain in the SOA record. It will adds a "IN A <address>" line to the SOA. This is needed for sites that want a default address for a partial name - say just yahoo.com instead of forcing users to always type www.yahoo.com. Submitted by: "David Peterson" <chief@mail.idrive.com> | ||||
* | Add adns, an asynchronous DNS resolver library that provides a way to do | Will Andrews | 2000-04-02 | 7 | -0/+89 |
| | | | | | | | | | | | | | nslookups in a non-blocking manner. The adns distribution also comes with some utilities similar to dig, host, nslookup, etc. The port that I'm importing rips out the ${PORTOBJFORMAT} checking and also trims the extra stuff in pkg/DESCR, which the original submission contained. PR: 17510 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo | ||||
* | Correct fennerage (distfile moved). | Matthew Hunt | 2000-03-22 | 1 | -1/+1 |
| | |||||
* | Restore useless version required comments. | David E. O'Brien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | David E. O'Brien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | nsping 0.8 is a tool for 'pinging' DNS servers. | Kris Kennaway | 2000-03-05 | 7 | -0/+80 |
| | | | | Obtained from: OpenBSD | ||||
* | Chase the checksum (minor changes to the distfile contents) | Kris Kennaway | 2000-02-27 | 1 | -1/+1 |
| | | | | Noticed by: Satoshi's lunchbox | ||||
* | Update to 2.2 | Satoshi Taoka | 2000-02-23 | 5 | -12/+40 |
| | | | | | PR: 16822 Submitted by: maintainer | ||||
* | Finish updating port to 3.1: | Chris D. Faulhaber | 2000-02-13 | 5 | -14/+16 |
| | | | | | | | * Correct executable name in etc/rc.d/dhid.sh * Provide users with more information about configuring Obtained from: Maintainer | ||||
* | Style nits in the ports I maintain. | David E. O'Brien | 2000-02-13 | 1 | -2/+2 |
| | |||||
* | Add WWW link | Marc G. Fournier | 2000-02-11 | 1 | -0/+2 |
| | |||||
* | Add WWW link | Marc G. Fournier | 2000-02-11 | 5 | -0/+10 |
| | |||||
* | Update port to 2.1 | Chris D. Faulhaber | 2000-02-10 | 5 | -12/+19 |
| | | | | | PR: 16622 Submitted by: Maintainer |