1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

36143 Commits

Author SHA1 Message Date
Akinori MUSHA
54cfbac643 Update to knu-cvsweb 1.104.1.57.
2001-01-03 11:55  knu

	* README.knu, cvsweb.cgi: Don't forget to add $query to the URL
	when redirecting.  Now module alias redirection and Attic
	redirection work with all sticky variables preserved. (Previously
	they didn't work against a non-default cvsroot)

	Put a text field on each directory view that allows user to jump
	directly to an arbitrary module, which can be specified either by a
	full module/file path or by a module alias.
2001-01-03 03:24:08 +00:00
Vanilla I. Shu
6b554aca5c Correct plist.
Obtained from:	clive, bento
2001-01-03 03:21:02 +00:00
Clive Lin
3806af19ef Chase distfile checksum.
Changes in the original distfile are typo (or mis-use) and
whitespacechanges.
2001-01-02 23:54:42 +00:00
Akinori MUSHA
a9c83761b1 Update to knu-cvsweb 1.104.1.56.
2001-01-03 08:34  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
	in the specified order, not alphabetical.

	Now /usr/local/etc/cvsweb/ is the default directory for
	configuration files.
2001-01-02 23:47:41 +00:00
Clive Lin
838db6befe o Hornor ${PREFIX} more
o Really install its tiny search scripts
o Build package with or without apache installed (hacky hacky)
o Fix pkg-message, tell users to copy bk2site *.gif and *.pl manually
  when build without apache or install via package
o Hide perlre in post-patch target, which looks like "Panic ! Help !"
o Remove patch file. (Now handled simply by perlre)
o Shorten pkg-comment (portlint doesn't like the longer one)
o Bump PORTREVISION

For systems with apache installed, now it's
ready-to-run-without-manually-doing-anything.
2001-01-02 23:16:11 +00:00
FUJISHIMA Satsuki
95d43934ed update distinfo.
prune unfetchable master site.

NOTE: there are two(or more) nethack-3.2.2.tar.gz that have different
content on the earth. The one at jnethack.org has some fix but it is
available only there.  Be careful if you are willing to add new master
sites.

PR:		20564
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-01-02 22:52:25 +00:00
Neil Blakey-Milner
e0ceba3928 Add (a currently very bare) mkpbuild, and (the more useful) mkpinstall.
mkpbuild just builds a port with WRKDIRPREFIX and PREFIX set to a
directory in /tmp, and with the owner and group variables set to the
user.  A placeholder - in future, it'll have build error/log parsing.

mkpinstall's claim to fame is to do the same, except with "make install"
instead of "make build", and it then parses the mtree file, and compares
that and the current directory tree and the files, and auto-generates a
plist.

They're not pretty, but they finish the mkptools set basic
functionality: automatic skeleton generation with mkpskel, on-extraction
requirements guessing, and plist generation.

Future direction might be parsing build and install failures, checking
for '/usr/local' abuse, more requirements guessing, and stuff like that.
2001-01-02 20:44:26 +00:00
David E. O'Brien
511f7e23fd Update to Vim 6.0 beta R 2001-01-02 19:51:02 +00:00
Maxim Sobolev
a6bb6554f4 Update to 1.4.5. 2001-01-02 19:32:20 +00:00
Maxim Sobolev
16f2e27f6c Update to 0.6.4. 2001-01-02 19:29:51 +00:00
FUJISHIMA Satsuki
40a7b3bc1a update to 8.0.
PR:		23970
Submitted by:	Marc van Woerkom <van.woerkom@netcologne.de>
Approved by:	maintainer
2001-01-02 19:00:52 +00:00
FUJISHIMA Satsuki
d318bf04e7 add missing files.
PR:		23738
Submitted by:	David W. Chapman Jr.

LIB_DEPENDS GLU.14 -> USE_MESA.
2001-01-02 16:05:21 +00:00
Kevin Lo
5c560aced0 Upgrade to 2.0.3
PR: 24009
Submitted by: MAINTAINER
2001-01-02 15:50:09 +00:00
Kevin Lo
7fe1bb8259 Upgrade to 1.5.4
PR: 24008
Submitted by: MAINTAINER
2001-01-02 15:40:07 +00:00
Kevin Lo
1657710323 - Fix compilation error under XFree86 4.x
- Add USE_GMAKE
- Strip binary
- Support NOPORTDOCS
- Exclude GPL doc from package

PR: 24007
Submitted by: MAINTAINER
2001-01-02 15:25:39 +00:00
Peter Pentchev
9cb7b46fd9 Update to 3.11 and mark as interactive (prompts for information while
generating a certificate).

PR:		23901 with my mods
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Silence by:	maintainer
2001-01-02 15:01:40 +00:00
FUJISHIMA Satsuki
369ec4e6f6 remove empty directory.
PR:		23845
Submitted by:	David W. Chapman Jr.
2001-01-02 14:59:49 +00:00
FUJISHIMA Satsuki
eb3ed74b61 change MASTER_SITES to new place.
PR:		23746
Submitted by:	David W. Chapman Jr.

sweep share/locale/*/LC_MESSAGES if empty.
2001-01-02 14:56:27 +00:00
Akinori MUSHA
f46dcf77e6 Update to knu-cvsweb 1.104.1.55.
2001-01-02 21:23  knu

	* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.

	Change perl command line:

	  Change perl5 to perl and just declare `require 5.000'.

	  Remove -s option that was intended for debug use.

	  Add -T option to perform security checks.

	Change search paths for cvsweb.conf:

	  Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
	for
	  debug use.

	  Search the same directory that cvsweb.cgi is in instead of the
	  current directory.

	Invoking `last' in `do { ... } while (0);' is wrong.  Change the
	loop to `while (1) { ... last; }'.

	Don't do chdir.  Instead, use tar(1)'s -C option and cvs(1)
	export's -d option.

	Explicitly define $ENV{PATH}.

	Turn $allow_compress off by default so user can debug cvsweb.cgi
	easily.
2001-01-02 12:39:00 +00:00
Eivind Eklund
cdaba9efbe Activate isync 2001-01-02 10:42:00 +00:00
Eivind Eklund
fa6a19a52e isync is a tool for synchronizing IMAP folders to local Maildir copies, for
use on e.g. laptops.  It is not entirely stable yet (I've had a couple of
not entirely reproducable problems :-(, but seems like it will be very
useful in time.
2001-01-02 10:38:34 +00:00
Will Andrews
f88fe6dcdc Add pico 3.7, PIne's message COmposition editor.
PR:		23596
Submitted by:	Jeremy Shaffner <jeremy@external.org>
Approved by:	asami (no repository copy necessary)
2001-01-02 09:04:10 +00:00
Jing-Tang Keith Jang
e8e05d06ae Update to 2.5.2.2.
Reminded by:	vanilla
2001-01-02 06:30:32 +00:00
Kevin Lo
ddea866224 Fix packing list. 2001-01-02 03:26:55 +00:00
Brian Feldman
d5eaba1906 I have no clue why USE_QT2 got commented out.
Submitted by:	alex
2001-01-02 02:11:34 +00:00
Brian Somers
ab822b635b Update to the latest codes from www.brainstorm.co.uk 2001-01-02 01:46:05 +00:00
Akinori MUSHA
9210c67748 Ooops! I forgot to commit distinfo when I did the last change!
Submitted by:	trini0 <trini0@optonline.net>
2001-01-02 00:18:09 +00:00
Akinori MUSHA
4701f83604 Update to knu-cvsweb 1.104.1.54.
- Install cvsweb.conf* files under ${PREFIX}/etc/cvsweb/.

2001-01-02 08:15  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to
	allow user to use (e.g.) `Bug' instead of `PR' as the bug report
	identifier.

	Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move
	rather FreeBSD specific configuration values to
	cvsweb.conf-freebsd.

	Add a %funcline_regexp entry for Ruby. (*.rb)

2001-01-02 06:24  knu

	* cvsweb.conf: Add `pending' to the list of PR categories.

2001-01-02 05:57  knu

	* cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.

	Noticed by:	Wolfram Schneider <wosch@schneider.org>
2001-01-01 23:51:22 +00:00
Will Andrews
2f7c6bd9f5 Fix breakage when someone uses -t option: pass DISTDIR environment variable
to the extra testing's make procs.  Fix _stupid_ mistake where -n option
had no effect on hindering ``cvs add'' and CVSROOT/modules updating.

Cosmetics; remove extra space in generated commit log message and fix the
usage section's style in regards to options that take arguments.  Add
missing -g option's mention.

Submitted by:	assar (DISTDIR, CVSROOT/modules updating routine bugs)
2001-01-01 23:12:31 +00:00
Maxim Sobolev
1a195226b8 Fix breakage on 5-CURRENT.
PR:		23777
Submitted by:	Donald J. Maddox <dmaddox@sc.rr.com>
2001-01-01 23:02:52 +00:00
Maxim Sobolev
f77c585ad5 Update to 0.0.10101. 2001-01-01 22:39:42 +00:00
FUJISHIMA Satsuki
a9aa751f28 fix pkg-plist to remove links.
Submitted by: bento
2001-01-01 22:27:44 +00:00
Dmitry Sivachenko
5a932196fb New port of POP3Lite.
POP3Lite is a flexible, RFC 1939  compliant Post Office Protocol v3 daemon.

PR:		24003
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>
2001-01-01 22:24:51 +00:00
Masafumi Max NAKANE
8e261675f9 Upgrade to 3.4.4.
Also, let the configure respect the CFLAGS.
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
PR:		19713
2001-01-01 22:13:17 +00:00
Assar Westerlund
c816d6ca21 new port of mob - Memory Organization Benchmark Suite 2001-01-01 21:28:48 +00:00
Clive Lin
c617e4623e Say hello to bk2site 1.1.6 ! Turn your netscape bookmarks into yahoo like
web site !
2001-01-01 20:26:46 +00:00
FUJISHIMA Satsuki
022e3d055a update to 12.17.1.
change MASTER_SITES to ${MASTER_SITE_SOURCEFORGE}.

Submitted by: maintainer
2001-01-01 19:18:53 +00:00
FUJISHIMA Satsuki
59d99a9e27 bump PORTREVISION; new feature added. 2001-01-01 18:31:35 +00:00
Andreas Klemm
3a0f2e562e make port prefix clean -> bump PORTREVISION
PR:		21081
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-01 18:21:46 +00:00
Andreas Klemm
f315ab6c10 missing shared lib in pkg-plist -> PORTREVISION bump
PR:		23974
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-01 17:37:39 +00:00
Andreas Klemm
d5c80d6076 - manpages were missing in ports Makefile
therefore they were also missing in package (-> PORTREVISION bump)
- portlint complained about descr. line being too long, trimmed it down
  to below 70 chars.

PR:		23973
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-01 17:27:43 +00:00
David E. O'Brien
06f8644cbf FSF gcc-2.95.2 for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:27:12 +00:00
David E. O'Brien
1d8f062168 FSF binutils for embedded ARM cross-development
This is used to generate code that is independent of any operating system.
2001-01-01 17:25:24 +00:00
FUJISHIMA Satsuki
86c34c7330 NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
2001-01-01 15:09:06 +00:00
Alexander Langer
20d9971bcf Add ved 1.5, a small and fast screen-oriented editor.
PR:		23985
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-01 14:12:47 +00:00
Will Andrews
6217347515 Use standard PERL_CONFIGURE=yes available in bsd.port.mk now. 2001-01-01 13:53:11 +00:00
Kevin Lo
2cba18d1ce Upgrade to 2.2.7
PR: 23988
Submitted by: Joseph Scott <joseph@randomnetworks.com>
2001-01-01 12:26:47 +00:00
Will Andrews
e41b0a784e Clean up mistakes: don't add trailing / to variable. i386-freebsd ->
%%PERL_ARCH%%.
2001-01-01 11:07:50 +00:00
Will Andrews
4e198c9f4c Bad will, don't put manpage references in the PLIST! Bad! No more
committing until you fix that p5-Class-Tom error too!  Put manpages in the
Makefile like you're supposed to!
2001-01-01 11:06:17 +00:00
Will Andrews
21603d12d2 Add p5-Apache-AutoIndex 0.08, a perl module that can completely replace
mod_dir and mod_autoindex.
2001-01-01 10:41:03 +00:00