1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

429 Commits

Author SHA1 Message Date
Andrey A. Chernov
89f1b34d04 restore bzip depends 1999-03-26 16:07:27 +00:00
Justin M. Seger
349428ef26 Upgrade to suck-4.1.0 1999-03-24 19:26:33 +00:00
Satoshi Asami
af958bff2d Add PKGNAME, no - allowed in version number part. 1999-03-22 11:47:34 +00:00
Brian Somers
df38b0230a leafnode-1.4 -> leafnode-1.9.2 1999-03-22 01:25:42 +00:00
Andrey A. Chernov
2c623414d3 don't depend on bzip and gmake 1999-03-20 12:41:29 +00:00
Kris Kennaway
3ed9965d47 Activate dejasearch. 1999-03-14 12:35:58 +00:00
Kris Kennaway
4fd1397773 Oops, use USE_PERL5. 1999-03-14 12:33:56 +00:00
Kris Kennaway
1968f57dcf DejaSearch is a frontend script to the DejaNews service which allows
you to submit search queries and collates the returned articles.
PR:		9992
1999-03-14 12:31:27 +00:00
David E. O'Brien
a76e3c5bb3 Upgrade to the 19990216 tin-pre 1.4 release 1999-03-02 12:02:57 +00:00
Andreas Klemm
da29c2e7a8 Step III:
remove inn2 and activate inn-stable
1999-03-01 11:59:24 +00:00
Andreas Klemm
ae7699bc5f Added COPYRIGHT file 1999-02-24 23:30:24 +00:00
Andreas Klemm
9af56cc0b3 Copyright notice added
Last changes
1999-02-24 23:27:16 +00:00
Andreas Klemm
0bef047603 updated inn2 to last recent STABLE version
inn-STABLE_2_2-1999-02-17_03-02
introduced new variable NEWSSPOOL, which points to news spooldir...
	- can be fine-tuned in /etc/make.conf
	- can be overwritten on the commandline
	- defaults to /var/spool/news, when not set
	- is set to /var/spool/news, when in port building (BATCH) mode
bugfix: tmp- and spool-dir have to live on the same filesystem, to avoid
	this error:
	"rnews: cant rename /tmp/36d24c3ehN1072 to
	/var/spool/news/incoming/36d24c3eTg1072 Cross-device link"
	Solution -> CONFIGURE_ARGS+=--with-tmp-path=${NEWSSPOOL}/tmp
added two comments "(from the author)", to reflect that I'm not personally
	focussed on perl
Some (early) output in the pre-extract phase, to tell the admin, where
	our news-spool will live:
	@${ECHO} ">> building inn2 with NEWSSPOOL=${NEWSSPOOL}..."
Create ${PREFIX}/news and ${NEWSSPOOL}/news with proper permissions
	in pre-install target
Since we took care about creation of spool-dir in pre-install, we can
	now safely perform the ${MKDIR}'s in post-install target
${MKDIR} creates ${NEWSSPOOL}/incoming/bad and ${NEWSSPOOL}/incoming at the
	same time, so save some CPU cycles
Fixed update target, manual pages will be compressed now by performing
	a "compress-man" as well (we had "up to date" uncompressed and
	old compressed manpages, which is kinda sub-optimal ;-)

Well people, I think now we have a real fine inn port.
I'd like to ask the inn port maintainer, if we should remove
inn, since it's a bit outdated.

The new inn2 offers many new features and you have the possibility
to change inn's runtime behaviour in config files, instead of
recompiling it.

Then I think, that the old inn isn't maintained anymore by ISC.
1999-02-23 19:33:07 +00:00
Andreas Klemm
6a4c5a5acd correct path for rc.news $PREFIX/news/bin/rc.news
^^^^^^
1999-02-22 06:40:55 +00:00
Steve Price
7a50a29db6 Add a bunch of new patches.
PR:		10000
Submitted by:	maintainer
1999-02-22 03:56:56 +00:00
Andreas Klemm
7ef9e7065f Famous last words for UUCP users, because path of rnews has changed in inn2.
So update /etc/uucp/sys with something like this:
	command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin
Document this.
1999-02-17 19:56:17 +00:00
Andreas Klemm
8b3d197e93 incoming/bad is also needed 1999-02-17 06:40:02 +00:00
Andreas Klemm
037674cce0 news.daily: an incoming spool dir is needed. 1999-02-17 06:35:44 +00:00
Andreas Klemm
ce05cfe07e grammar... 1999-02-16 22:07:51 +00:00
Andreas Klemm
459ea4b311 Enable new inn2 port 1999-02-16 22:05:34 +00:00
Andreas Klemm
11994dffd4 when having newsfeeds over UUCP rnews has to be readable for uuxqt ...
Otherwise execution of rnews fails !
1999-02-16 22:04:30 +00:00
Andreas Klemm
7cbbe38b2c New port inn2.2-stable after repository copy.
Thanks to the ports meister ;-)
The new features are really cool (cnfs,...).
BTW, why can't we use raw partitions for cnfs ???

Please read the file INSTALL carefully in the top level
dir of sources ... it explains installation step by step.

You still might have to watch for console messages,
complaining about missing file or directories (news.times
for example).

All in all. inn22 is really fun !
1999-02-16 22:01:06 +00:00
Seiichirou Hiraoka
996a5f98fb Update to 1.19
patches/patch-* in this PR was miss included.
PR: ports/10043
Submitted-by: dirk.meyer@dinoex.sub.org
1999-02-12 23:23:30 +00:00
Seiichirou Hiraoka
fa82160a0d Update to 3.10.4.
PR: ports/9996
Submitted-by: kkennawa@physics.adelaide.edu.au
1999-02-12 12:06:19 +00:00
Andrey A. Chernov
e5daca6886 fix configure mistakes
use uulib
1999-02-11 11:13:54 +00:00
Matthew Hunt
f21b34b039 Correct distfile fennerage by upgrading to 4.0b70. 1999-02-09 17:48:55 +00:00
John Polstra
3da079c100 Use double quotes rather than single quotes in the pre-configure
script, so that ${PREFIX} gets replaced with its expansion.
1999-01-30 06:51:19 +00:00
Steve Price
6e72530ba3 Activate the newsfish port. 1999-01-26 03:41:06 +00:00
Steve Price
5d1d5e5efe Initial import of newsfish version 1.0.1.
A batch USENET news reader with filter capabilities.

PR:		9549
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
1999-01-26 03:39:07 +00:00
Steve Price
c91527e914 Get rid of a couple of defunct MASTER_SITES.
PR:		9620
Submitted by:	maintainer
1999-01-26 02:25:35 +00:00
Steve Price
d8d0d6f5d3 Update MASTER_SITES and checksum.
PR:		9645
Submitted by:	maintainer
1999-01-26 02:08:27 +00:00
Steve Price
9154aba3d7 Update to version 1.07. Also use ${PERL5} to find the perl binary.
PR:		9646
Submitted by:	maintainer
1999-01-26 02:07:01 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Steve Price
d548950f89 Use the version number pmapp.c since the distfile doesn't have a version.
PR:		9525
Submitted by:	maintainer
1999-01-18 02:37:39 +00:00
Steve Price
93647a73ef Honor PREFIX and install documentation.
PR:		9527
Submitted by:	maintainer
1999-01-18 02:35:15 +00:00
Marc G. Fournier
ebde058cc1 A couple more Y2K links I've been able to find... 1999-01-13 04:17:38 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Steve Price
ac7763ae80 Warn the user if a news spool directory doesn't exist. Also add another
MASTER_SITE.

PR:		9389
Submitted by:	maintainer
1999-01-10 18:10:09 +00:00
Andreas Klemm
a82c07a5e3 Update to new knews version 1.0b.1.
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.
1999-01-07 20:37:41 +00:00
Hidetoshi Shimokawa
bf61218cf0 remove -m486 option for alpha. 1999-01-05 08:13:27 +00:00
Matthew Hunt
5ac223b556 Upgrade to 2.3.
PR:		9208
Submitted by:	Tom Hukins <tom@eborcom.com>
1998-12-28 23:19:54 +00:00
Bill Fumerola
bc506d8145 DISTFILE movement and updating of checksum.
Noticed By:	Satoshi's script-o-matic.
1998-12-27 03:49:22 +00:00
Seiichirou Hiraoka
bca703ead3 fidogate uses bad paths
PR: ports/9181
Submitted by: dirk.meyer@dinoex.sub.org
1998-12-24 13:03:51 +00:00
Steve Price
3f8c67bf62 Oops, let the port name slip into the COMMENT. 1998-12-24 07:33:46 +00:00
Steve Price
de888f4dd9 Activate the leafnode+ port. 1998-12-24 07:32:49 +00:00
Steve Price
6529d4d358 Initial import of leafnode+ version 1.2.
A multi-user offline news package for small sites.

PR:		8766
Submitted by:	Tom Hukins <tom@eborcom.com>
1998-12-24 07:31:51 +00:00
Steve Price
c92f877844 Activate the p5-News-Newsrc and re-order. 1998-12-24 06:53:16 +00:00
Steve Price
8f40f8bc34 Initial import of p5-News-Newsrc version 1.06.
A perl module for managing newsrc files.

PR:		7164
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-12-24 06:52:27 +00:00
Steve Price
074ec90f63 Update to version 4.7k.
PR:		8951
Submitted by:	Josh Gilliam <josh@quick.net>
1998-12-23 01:22:44 +00:00
Justin M. Seger
7ce1129981 Switch to better MASTER_SITEs
PR:		ports/9096
Submitted by:	josh@quick.net
1998-12-17 21:54:52 +00:00