summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade to the 19990624 pre-1.4 release.David E. O'Brien1999-06-252-4/+4
| | | | Notes: svn path=/head/; revision=19778
* time(3) returns a time_t and not a long.Steve Price1999-06-222-0/+22
| | | | Notes: svn path=/head/; revision=19683
* Fix for archs where sizeof(long) != sizeof(time_t).Steve Price1999-06-221-0/+29
| | | | Notes: svn path=/head/; revision=19649
* Use 'ln -sf' for the /var/news symlink just in case it already exists.Steve Price1999-06-221-1/+1
| | | | Notes: svn path=/head/; revision=19641
* Update to use pgp-verify version 1.12.Steve Price1999-06-102-6/+6
| | | | | | | | PR: 12099 Submitted by: maintainer Notes: svn path=/head/; revision=19395
* Use {PERL5} rather than hardcoded path.David E. O'Brien1999-06-091-2/+2
| | | | | | | Submitted by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=19378
* Activate the gup port.Steve Price1999-06-091-1/+2
| | | | Notes: svn path=/head/; revision=19354
* Initial import of gup version 0.4.Steve Price1999-06-099-0/+93
| | | | | | | | | | Allows remote sites to change their newsgroup subscriptions. PR: 11602 Submitted by: Denis Shaposhnikov <wizard@vlink.ru> Notes: svn path=/head/; revision=19353
* Update to version 1.1.Steve Price1999-06-083-7/+7
| | | | | | | | PR: 11798 Submitted by: maintainer Notes: svn path=/head/; revision=19338
* Moved these files to the distfiles directory on my homepage.Steve Price1999-05-301-2/+2
| | | | Notes: svn path=/head/; revision=19093
* Correct distfile fennerage by upgrading to beta72.Matthew Hunt1999-05-212-5/+5
| | | | Notes: svn path=/head/; revision=18933
* update to 0.9.5.6Michael Haro1999-05-172-5/+3
| | | | | | | | Submitted by: jim@phrantic.phear.net PR #: 11741 Notes: svn path=/head/; revision=18859
* Update to version 9.5.5.Steve Price1999-05-162-4/+4
| | | | | | | | PR: 11673 Submitted by: maintainer Notes: svn path=/head/; revision=18845
* Fix a typo.Torsten Blum1999-05-122-4/+4
| | | | | | | | | Approved by: asami Noticed by: Andrew Gallatin <gallatin@cs.duke.edu>, Jeremy Prior <jez@netcraft.co.uk> Notes: svn path=/head/; revision=18797
* Tweak fetch URLs slightly.David E. O'Brien1999-05-091-3/+3
| | | | Notes: svn path=/head/; revision=18705
* LIB_DEPENDS on the new unified xview port.Steve Price1999-05-041-2/+2
| | | | Notes: svn path=/head/; revision=18484
* WWW: - the root of all evilMichael Haro1999-05-039-7/+14
| | | | Notes: svn path=/head/; revision=18430
* Mark this port as being interactive and other misc. cleanups from theSteve Price1999-05-034-26/+55
| | | | | | | | | | new maintainer. PR: 9686 Submitted by: Jasper O'Malley <jooji@neptune.oceancomputer.com> Notes: svn path=/head/; revision=18368
* Stick this port's distfiles on my homepage since it has disappearedSteve Price1999-05-031-2/+2
| | | | | | | | | from everywhere else. PR: 10304 Notes: svn path=/head/; revision=18364
* fix port so it buildsMichael Haro1999-05-032-2/+15
| | | | Notes: svn path=/head/; revision=18350
* Upgrade to inn 2.2-releaseTorsten Blum1999-05-028-280/+308
| | | | Notes: svn path=/head/; revision=18326
* This port hangs during parallel package build....Satoshi Asami1999-04-231-1/+5
| | | | Notes: svn path=/head/; revision=18098