summaryrefslogtreecommitdiff
path: root/news/knews (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MAN1=knews.1Satoshi Asami2000-08-111-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31494
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* disable compface, knews dumps core when trying to post new article in newsgroupAndreas Klemm2000-04-222-4/+4
| | | | Notes: svn path=/head/; revision=27882
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27846
* xface support for knewsAndreas Klemm2000-04-162-4/+7
| | | | | | | | PR: 17985 Submitted by: misha Notes: svn path=/head/; revision=27660
* Fix a typo in PORTVERSION.Akinori MUSHA2000-04-131-1/+1
| | | | | | | | | PR: ports/17973 Typo by: cpiazza Fixed by: A single key stroke of C-t Notes: svn path=/head/; revision=27493
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27420
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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
* remove manpages from PLISTAndreas Klemm1999-04-111-1/+0
| | | | | | | remove one unnecessary empty line at the end of PLIST Notes: svn path=/head/; revision=17776
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Update to new knews version 1.0b.1.Andreas Klemm1999-01-074-31/+17
| | | | | | | | | From the Home Page: The only changes from version 1.0b.0 are XFace support and a few bug fixes. XFace support isn't enabled in the port, didn't have the time and need. Notes: svn path=/head/; revision=15921
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* mp -> mp-letterSatoshi Asami1998-11-201-2/+2
| | | | Notes: svn path=/head/; revision=14712
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10366
* hell, what's going on ...Andreas Klemm1998-03-211-0/+18
| | | | | | | again forgot patch-ac, but now ;-) Notes: svn path=/head/; revision=10270
* remove BROKENNESSAndreas Klemm1998-03-212-4/+2
| | | | | | | | | forgot to add patch-ac tested packaging Reviewed by: as requested by Satoshi Notes: svn path=/head/; revision=10269
* mark this port brokenSatoshi Asami1998-03-211-1/+3
| | | | Notes: svn path=/head/; revision=10264
* update to new version 1.0b.0Andreas Klemm1998-03-146-23/+73
| | | | | | | | | | port dependency to jpeg an png lib, because inline imaging is enabled now the pre-configure script edits knews.tmpl after it has been patched enable automatic jump into threaded mode in Knews.ad port dependency to mp port, because default print command now uses newsp Notes: svn path=/head/; revision=10136
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-22/+16
| | | | Notes: svn path=/head/; revision=8102
* removed sunsite from the list of master sites, because sunsiteAndreas Klemm1997-07-211-5/+3
| | | | | | | | got rid of their X11/apps directory. Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=7394
* The distfile has been changed.Masafumi Max NAKANE1997-05-042-4/+5
| | | | Notes: svn path=/head/; revision=6397
* Make knews port work again:Andreas Klemm1997-03-162-3/+1
| | | | | | | | | | | | | | a) changed md5 checksum. original author made minor change but didn't bump the version number - as usual :-( b) knewsd isn't installed by default anymore, updated PLIST (removed bin/knewsd and man/man1/knewsd.1.gz) Now the port installs and packages well again ! Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5968
* corrected md5 checksum file. The author seems to have changed somethingAndreas Klemm1997-01-201-1/+1
| | | | | | | in the current release. Notes: svn path=/head/; revision=5388
* corrected md5 checksum, because the knews sources changed at 97/01/02Andreas Klemm1997-01-041-1/+1
| | | | | | | at the master site. Notes: svn path=/head/; revision=5202
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-6/+4
| | | | Notes: svn path=/head/; revision=4572
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* updated my ports with my new e-mail address.Andreas Klemm1996-09-191-2/+2
| | | | Notes: svn path=/head/; revision=3811
* knews 0.9.7 -> 0.9.8Andreas Klemm1996-09-032-6/+6
| | | | Notes: svn path=/head/; revision=3741
* oops, forgot cvs add patch-ac the first time :)Andreas Klemm1996-08-131-0/+14
| | | | | | | | Patch to prevent dialup to internet when starting knews by setting DOMAIN_HACK to '0' as suggested by the author of knews. Notes: svn path=/head/; revision=3590
* Updated checksum file, because it was out of date.Andreas Klemm1996-08-011-1/+1
| | | | | | | | | | Author of knews packaged 0.9.7 new, some minor changes. Didn't look closely what changes, but the new 0.9.7 builds and installes cleanly and works. -andreas Notes: svn path=/head/; revision=3478
* Upgrade, 0.9.6 -> 0.9.7.Satoshi Asami1996-07-102-4/+4
| | | | | | | Submitted (partly) by: andreas Notes: svn path=/head/; revision=3343
* Makefile cleanup.Satoshi Asami1996-06-031-16/+9
| | | | | | | | | | | | | | | | (1) Add $Id$. (2) Reorder variables. Remove unnecessary PKGNAME (was ==DISTNAME). (3) Remove spurious comments about MAINTAINER, it's funny to if you look at the diff between 0.9.5 and 0.9.6 though. (4) Remove unnecessary "IS_INTERACTIVE=no", that is a binary (set/unset) variable so it actually meant "yes" (and I'm sure that's not what Andreas meant). Notes: svn path=/head/; revision=3158
* Finally upgrade to version 0.9.6.Joerg Wunsch1996-06-028-110/+65
| | | | | | | Submitted by: andreas@klemm.gtn.com (Andreas Klemm) Notes: svn path=/head/; revision=3153
* Karl-Johan Johnsson's X11 NNTP newsreader.Joerg Wunsch1995-11-198-0/+158
Submitted by: andreas@knobel.gun.de (Andreas Klemm) Notes: svn path=/head/; revision=2432