aboutsummaryrefslogtreecommitdiff
path: root/news/newscache
Commit message (Collapse)AuthorAgeFilesLines
* Make fetchableTilman Keskinoz2006-09-171-1/+1
| | | | Notes: svn path=/head/; revision=173251
* Clean up sig_stop values. In most cases this means removing a leading -,Doug Barton2006-07-191-1/+1
| | | | | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default. Notes: svn path=/head/; revision=168253
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Implement feedback from dougb@Edwin Groothuis2006-01-052-5/+1
| | | | | | | | | | | | | | | | | | It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now. Notes: svn path=/head/; revision=152769
* Update port: news/newscache , Added rc scriptEdwin Groothuis2006-01-043-5/+36
| | | | | | | | | | news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole <arjan@blackoak.net> Notes: svn path=/head/; revision=152750
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio Notes: svn path=/head/; revision=147568
* Use the latest autotools/libtool.Tilman Keskinoz2005-06-042-3/+24
| | | | Notes: svn path=/head/; revision=136800
* Fix path to newscache.conf file.Tilman Keskinoz2004-11-031-1/+3
| | | | | | | | | | | | Bump PORTREVISION Reported by: Mike Harding <mvh@ix.netcom.com> Obviously i don't care enough about this port to test it :-( -> drop maintainership Notes: svn path=/head/; revision=120719
* Update to 1.2.rc6 to fix build with the latest socket++.Tilman Keskinoz2004-11-034-23/+7
| | | | Notes: svn path=/head/; revision=120705
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
| | | | Notes: svn path=/head/; revision=110841
* Move ACLOCAL from post-patch to pre-configure, because on bentoTilman Keskinoz2004-05-171-0/+2
| | | | | | | BUILD_DEPENDS are installed after patch: Notes: svn path=/head/; revision=109323
* Add SIZETilman Keskinoz2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104476
* Fix build on -STABLETilman Keskinoz2004-01-192-0/+14
| | | | | | | Reported by: Mike Harding Notes: svn path=/head/; revision=98548
* Update to 1.1.92Tilman Keskinoz2004-01-163-22/+2
| | | | Notes: svn path=/head/; revision=98353
* Fix a bug leading to SIG11 in the child processTilman Keskinoz2003-12-102-4/+14
| | | | | | | | Submitted by: Herbert Straub Reported by: Konstantin Nikonenko Notes: svn path=/head/; revision=95539
* Update to 1.1.90Tilman Keskinoz2003-10-276-56/+9
| | | | Notes: svn path=/head/; revision=92332
* Use new INFO macros.Tilman Keskinoz2003-08-042-3/+1
| | | | Notes: svn path=/head/; revision=86303
* Fix Crashes on 5.x. Bump PORTREVISION.Tilman Keskinoz2003-08-042-0/+11
| | | | | | | | | Reported by: Derkjan de Haan <haanjdj@xs4all.nl> Submitted by: Herbert Straub <h.straub@aon.at> Tested by: Steve Ames <steve@energistic.com> Notes: svn path=/head/; revision=86276
* Back out previous commit; the port was fixed alreadyKris Kennaway2003-05-181-7/+1
| | | | | | | Apologies to: arved Notes: svn path=/head/; revision=81212
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* Update to 1.1.1Update to 1.1.12Tilman Keskinoz2003-05-146-315/+52
| | | | Notes: svn path=/head/; revision=80989
* Update Maintaineraddress.Tilman Keskinoz2003-03-232-2/+304
| | | | | | | | | Add a patch for the date command. Bump PORTREVISION Submitted by: Matthias Andree (via author). Notes: svn path=/head/; revision=77265
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* update mastersiteYing-Chieh Liao2002-10-101-2/+2
| | | | | | | | PR: 43893 Submitted by: maintainer Notes: svn path=/head/; revision=67765
* doesn't build with gcc > 3.0Ying-Chieh Liao2002-07-151-0/+1
| | | | | | | | PR: 40531 Submitted by: maintainer Notes: svn path=/head/; revision=62973
* Add NewsCache, a GPLed cache server for USENET News.Anders Nordby2002-05-047-0/+78
PR: 35827 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=58528