aboutsummaryrefslogtreecommitdiffstats
path: root/news/sn
Commit message (Collapse)AuthorAgeFilesLines
* Fix bash detection in the makefilebapt2014-04-041-2/+5
| | | | Reported by: QAT
* Properly strip binaries and support cross buildingbapt2014-04-041-1/+4
|
* Do not leak stagedir in the generated binarybapt2014-04-042-4/+25
| | | | | | Remove now useless pre-su target MFH: 2014Q2
* Missed a ${STAGEDIR}adamw2014-03-301-2/+2
|
* Add stage support to news, and improve correctness.adamw2014-03-302-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am not touching the husky ports with a 10 foot pole. atp: stage, improve pkg-message crashmail: stage diablo: too wacky to stage, but convert WITH_* to OPTIONS, unmute commands that shouldn't be muted, use :MDOCS fidogate-ds: stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle /var/* in the plist properly golded+: stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% nntpbtr: this was an unbelievably PITA stage, add missing prototypes, add missing return types, rename patch files to what they actually patch nntpcache: stage support, required lots of Makefile.in patching, call submakes correctly, handle config files properly nzbperl: stage, use OPTIONS, remove obsolete pkg-message papercut: stage, handle config file properly py-pynzb: stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion s-news: stage slrnconf: stage slrnface: stage, install required files to datadir, not examplesdir, generate proper pkg-message sn: stage
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | news)
* Couple of minor, non-functional changes forgotten in the previous commits.danfe2013-08-251-1/+1
|
* - Try to unbreak parallel builds (-jX); respect CC/LD and CFLAGSdanfe2013-08-252-18/+22
| | | | | | | | | | | | - Trim Makefile header, fix a typo in email address - Convert USE_GMAKE, define LICENSE (GPLv2), sort the knobs - Allow non-root installation: pre-install should be pre-su-install since it touches non-user writable directory - Make INSTALL_DATA command atomic and $cwd-agnostic - While here, fix port description: drop explicit author attribution and use space, not tab, after WWW: per PH section 3.2.1 Approved by: miwi, bapt (portmgr, implicit)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Add mastersite.jmelo2006-08-221-1/+2
| | | | | PR: ports/102276 Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Add additional mastersite.anray2005-12-201-2/+2
| | | | | | PR: ports/90666 Submitted by: maintainer Approved by: sem(mentor)
* Update to 0.3.8vs2004-10-273-35/+25
| | | | | PR: ports/70369 Submittd by: maintainer
* - Update to 0.3.7krion2004-05-013-6/+6
| | | | | PR: ports/66122 Submitted by: maintainer
* Add sn 0.3.6,krion2004-02-244-0/+86
sn a small news system for small sites serving perhaps a few dozen newsgroups, and with a slow connection to the internet. It is similar to Leafnode. The target user is a home or SOHO with a single modem connection to the Internet, maybe running IP masq or similar, and serving a few workstations. PR: ports/63263 Submitted by: Andreas Fehlner <fehlner@gmx.del>