summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.6.2.Jim Mock1999-11-026-8/+10
| | | | | | | | PR: 14662 Submitted by: maintainer Notes: svn path=/head/; revision=22863
* prefix -> localbaseMichael Haro1999-10-271-1/+1
| | | | | | | | PR: 14419 Submitted by: Dirk Meyer dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=22681
* y2k patchMichael Haro1999-10-271-0/+11
| | | | | | | | PR: 13694 Submitted by: James Raynard james@jraynard.demon.co.uk Notes: svn path=/head/; revision=22674
* Update to version 0.61Chris Piazza1999-10-216-6/+12
| | | | | | | | PR: 14445 Submitted by: maintainer Notes: svn path=/head/; revision=22543
* Update to 0.6.0Yukihiro Nakai1999-10-154-8/+8
| | | | | | | | PR: ports/14348 Submitted by: jedgar@fxp.org Notes: svn path=/head/; revision=22462
* Use PKG_PREFIX in pkg/INSTALL instead of PREFIX so this will installSteve Price1999-10-102-3/+3
| | | | | | | | | | correctly from a pre-built package. PR: 13820 Submitted by: Matthias Meyser <Meyser@xenet.de> Notes: svn path=/head/; revision=22331
* Update ifmail to 2.15Dan Moschuk1999-10-083-169/+110
| | | | | | | | PR: ports/14103 Submitted by: Maintainer Notes: svn path=/head/; revision=22261
* Move USE_BZIP2 down to where it belongs so portlint no longerJim Mock1999-10-031-1/+1
| | | | | | | complains and spits fatal errors. Notes: svn path=/head/; revision=22139
* Update to version 1.2.3Chris Piazza1999-10-017-32/+65
| | | | | | | | PR: 13960 Submitted by: maintainer Notes: svn path=/head/; revision=22104
* Upgrade to "Nine While Nine" the 19990927 version.David E. O'Brien1999-09-283-9/+9
| | | | Notes: svn path=/head/; revision=22046
* Update to version 0.5.2Chris Piazza1999-09-276-6/+10
| | | | | | | | PR: 13998 Submitted by: maintainer Notes: svn path=/head/; revision=22021
* Update leafnode+ port to 2.8Dan Moschuk1999-09-263-18/+18
| | | | | | | | PR: ports/13981 Submitted by: Tom Hukins <tom@freebsd.org> Notes: svn path=/head/; revision=21959
* Updated to version 0.5.0Jim Mock1999-09-194-10/+10
| | | | | | | | PR: 13773 Submitted by: maintainer Notes: svn path=/head/; revision=21745
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-182-2/+2
| | | | | | | should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
* Typo ("$(CHOWN}" -> "${CHOWN}"). Fix "version required" comment andSatoshi Asami1999-09-111-10/+10
| | | | | | | | | | change "user.group" to "user:group" while I'm here. PR: 13695 Submitted by: netch@lucky.net (Valentin Nechayev) Notes: svn path=/head/; revision=21660
* /var/spool/news doesn't exist by default, so create it in pre-install.Satoshi Asami1999-09-112-0/+6
| | | | Notes: svn path=/head/; revision=21658
* Upgrade to INN 2.2.1.Torsten Blum1999-09-106-10/+20
| | | | | | | | One of the bugs that has been fixed is a buffer overflow in inews. Please upgrade to 2.2.1 if yo Notes: svn path=/head/; revision=21552
* Update MASTER_SITESChris Piazza1999-09-102-2/+2
| | | | | | | | PR: 13668 Submitted by: maintainer Notes: svn path=/head/; revision=21536
* Update to version 0.4.9.Jim Mock1999-09-084-6/+6
| | | | | | | | PR: 13631 Submitted by: maintainer Notes: svn path=/head/; revision=21391
* Rework configuration, add a MASTER_SITE, and honor PREFIX.Steve Price1999-09-064-168/+209
| | | | | | | | PR: 13123 Submitted by: maintainer Notes: svn path=/head/; revision=21337
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3115-19/+19
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3044-44/+44
| | | | Notes: svn path=/head/; revision=21127
* Activate pan.Jim Mock1999-08-301-1/+2
| | | | Notes: svn path=/head/; revision=21109
* Import of pan.Jim Mock1999-08-3010-0/+96
| | | | | | | | | | Pan is a threaded GNOME news reader based on Agent for Windows systems. PR: 13019 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=21108
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21098
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-283-6/+6
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-273-7/+7
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-222-5/+5
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chown -> ${CHOWN}Michael Haro1999-08-221-9/+9
| | | | Notes: svn path=/head/; revision=20891
* chmod -> ${CHMOD}Michael Haro1999-08-226-18/+18
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Get the sources of the inn-stable port from the download sectionAndreas Klemm1999-08-211-2/+3
| | | | | | | | | | of my homepage. ISC only makes a few version availabe for ftp download, so I'd have to update the port every 3 or 4 weeks. Such an update interval is too heavy for me at the moment. Notes: svn path=/head/; revision=20843
* Update one of the MASTER_SITESChris Piazza1999-08-141-2/+2
| | | | | | | | PR: 13119 Submitted by: maintainer Notes: svn path=/head/; revision=20694
* Change the second MASTER_SITEChris Piazza1999-08-141-2/+2
| | | | | | | | PR: 13118 Submitted by: maintainer Notes: svn path=/head/; revision=20693
* Update to the 1.4.19990805 "Preacher Man" version.David E. O'Brien1999-08-062-4/+4
| | | | Notes: svn path=/head/; revision=20559
* "foo" and "bar" are not valid categories. :)Satoshi Asami1999-08-051-2/+2
| | | | | | | Pointy hat to: cpiazza Notes: svn path=/head/; revision=20539
* Activate bgrabChris Piazza1999-08-021-1/+2
| | | | Notes: svn path=/head/; revision=20484
* Import of bgrab.Chris Piazza1999-08-027-0/+75
| | | | | | | | | | | An automated binary extraction tool for Usenet newsgroups. It will log into any newsgroup and download all the binary files. PR: 12841 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20483
* Upgrade to dejasearch 1.6.3Kris Kennaway1999-07-274-15/+9
| | | | | | | | PR: 12531 (based on) Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=20364
* Update inn-stable to latest version inn-STABLE_2_2-1999-07-24_03-02Andreas Klemm1999-07-252-3/+3
| | | | Notes: svn path=/head/; revision=20344
* Upgrade to suck-4.2.1Justin M. Seger1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20303
* Adjust do-install target to match reality (${MACHINE_ARCH} now part ofSatoshi Asami1999-07-191-3/+3
| | | | | | | obj dir name). Notes: svn path=/head/; revision=20272
* Update to 0.9.5.7Chris Piazza1999-07-172-4/+5
| | | | | | | | PR: 12673 Submitted by: Jim Mock <jim@blues.ghis.net> Notes: svn path=/head/; revision=20236
* Unified the writing of working directories.SADA Kenji1999-07-052-4/+6
| | | | | | | | The `test .. || ..' style could abort the make process, so changed to be using `if .. then' style. Notes: svn path=/head/; revision=20085
* Change maintainer's email address.Chris Piazza1999-07-051-3/+3
| | | | | | | | PR: 12516 Submitted by: maintainer Notes: svn path=/head/; revision=20075
* No need to use -p since ${MKDIR} == 'mkdir -p'.Steve Price1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=20043
* A bit of portlint cleaning and fix a few style nits.Steve Price1999-07-041-28/+36
| | | | Notes: svn path=/head/; revision=20010
* Add `LEAF_SETUP_WRKDIRS' option variable which enables a user toSADA Kenji1999-07-045-23/+69
| | | | | | | | | | setup leafnode+'s working directories automatically at installation time. Approved by: maintainer Notes: svn path=/head/; revision=20002
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-2630-30/+30
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803