Commit graph

47 commits

Author SHA1 Message Date
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Doug Barton
402528efcc Fix plists 2010-03-27 00:47:21 +00:00
Doug Barton
1978dc59da Properly utilize USE_RC_SUBR 2010-03-27 00:33:31 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Tilman Keskinoz
2136450762 Running autoconf seems not necessary anymore 2008-01-12 15:34:16 +00:00
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Pav Lucistnik
a5884a575c - Add SHA256 2005-11-24 23:02:13 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Akinori MUSHA
92d5985622 Update post-install instruction notes. 2004-05-11 16:47:29 +00:00
Akinori MUSHA
72d8a1325c USE_RC_SUBR'ify. 2004-05-10 18:39:05 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Akinori MUSHA
2012911aea Create a pid file and nohup.out in /var/run/esecanna/. 2003-10-25 16:11:00 +00:00
Akinori MUSHA
2eb69ed577 Run esecannaserver via nohup(1) to prevent it from dying when it gets
a SIGHUP, like when the rc script is invoked from within script(1),
e.g. in portupgrade(1)'s AFTERINSTALL hook.  This is just a workaround
and I'm investigating how esecannaserver fails to ignore a SIGHUP.

Approved by:	portmgr (will, kris and self)
2003-03-09 07:34:04 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
dc96cdca14 Do not automatically disable cannaserver because the Canna port no
longer enables it.
2003-02-04 17:36:38 +00:00
Akinori MUSHA
a4e1d3cae7 Use sed(1) and USE_REINPLACE instead of perl. 2002-11-04 00:15:14 +00:00
Akinori MUSHA
d3e81d6c55 Oops, stop the server before everything. 2002-04-22 21:08:17 +00:00
Akinori MUSHA
1f45b4ddb1 - Stop the server when deleted.
- Disable canna.sh when installed, and enable it back when deleted.
2002-04-22 21:06:44 +00:00
Akinori MUSHA
808a2eada9 Add %%PORTDOCS%%. 2001-02-10 13:19:57 +00:00
Akinori MUSHA
89315e270a Update to 1.0.1. "CREDITS" was added (in which I'm listed :). 2000-09-16 07:19:21 +00:00
Akinori MUSHA
5714f011c7 Update to the 1.0.0 official releases. 2000-09-09 10:25:11 +00:00
Akinori MUSHA
0fb2d46f63 Update to 0.99.3. 2000-08-14 05:45:52 +00:00
Akinori MUSHA
f62ffe4bc1 - Fix a typo: esecannai -> esecanna
- Refer to the pid file and use the value to kill the running process
instead of using killall(1) so as not to fail.

- Drop `force' support and just recommend to run
${PREFIX}/sbin/esecannaserver directly, in a certain situation.
2000-07-05 15:57:49 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Akinori MUSHA
b076ce384d Update to 0.99.2. 2000-07-05 04:12:19 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Akinori MUSHA
60f2ecb476 Local distfiles have been moved to:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
2000-06-07 17:24:38 +00:00
Akinori MUSHA
ae8f1031af Move local distfiles from:
http://people.FreeBSD.org/~knu/ports/distfiles/
to:
	ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
2000-06-07 08:17:23 +00:00
Akinori MUSHA
befc197e3c Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.
The author quit using libtool so *.la files would not be installed.

Clean up duplicated post-install targets of esecanna/Makefile. (D'oh!)
2000-05-17 10:55:35 +00:00
Akinori MUSHA
5265cd36e2 Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
2000-04-24 15:51:20 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
2000-04-04 19:03:36 +00:00
Akinori MUSHA
56488c5d44 Update to 0.99.1 - pre-official release.
Avoid direct use of `/usr/local' in pkg/MESSAGE and use `${PREFIX}'
literally instead.

Indicated by:	portlint

* Introducing `MESSAGE_SUB' might be a good idea to do substitutions
* in order to give proper instructions.
2000-04-04 13:36:30 +00:00
Akinori MUSHA
c64c11500d Update to 0.14.2 2000-03-26 21:22:44 +00:00
Akinori MUSHA
e41dbe55fc Change MASTER_SITES; I moved ports distfiles from http://www.idaemons.org/
to http://people.FreeBSD.org/~knu/
2000-03-23 07:11:52 +00:00
Seiichirou Hiraoka
0ed1d8ff0b Update to 0.13.0
As the new version of esecanna has introduced dynamic module loading
mechanism, the port esecanna-vje30 has to be split into two ports
named esecanna and esecanna-module-vje30
PR: ports/16972
Submitted by: knu@idaemons.org
2000-03-07 08:32:54 +00:00
Satoshi Taoka
5b9e00d6dd Update to 0.2.2
PR: 16855
Submitted by: maintainer
2000-02-21 15:44:52 +00:00
Satoshi Taoka
4826416686 Update to 0.1.6
PR: 16790
Submitted by: maintainer
2000-02-18 08:12:24 +00:00
Michael Haro
575a27a4a6 update to 0.1.5
PR:		16761
Submitted by:	maintainer
2000-02-17 01:27:52 +00:00
Seiichirou Hiraoka
7f2c2b559b Update to DR-0.1.4
PR: ports/16650
Submitted by: Maintainer
2000-02-12 16:15:42 +00:00
Seiichirou Hiraoka
f09bd223ce add a post-install target to show pkg/MESSAGE
Requested by: Maintainer
2000-02-03 15:50:05 +00:00
Seiichirou Hiraoka
83630f430a Update to 0.1.1
Requested by: Maintainer
2000-02-03 06:09:16 +00:00
Seiichirou Hiraoka
42079f46db PR: ports/16466
Submitted by:	knu@idaemons.org
Pseudo cannaserver which wraps VJE-delta server
2000-02-02 17:08:34 +00:00