1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Hiroki Sato
f7b0579178 Add STAGEDIR support. 2013-10-16 05:05:52 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Hiroki Sato
ccff1213a4 Add MAKE_JOBS_SAFE=yes. 2013-04-28 20:48:46 +00:00
Hiroki Sato
c5e7f2b15c - Add LICENSE.
- Use OPTIONS_DEFINE.
- Trim old-style header.
- Single space after WWW:.
2013-04-28 20:45:43 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Hiroki Sato
1b015ad6bc - Enable OpenSSL support by default.
- Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*].
- Use $PORTEXAMPLES and $PORTDOCS.

Submitted by:	pgollucci[*]
PR:		ports/136843[*]
2009-10-14 16:42:45 +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
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Hiroki Sato
1f5af49e9f Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160. 2005-09-19 17:13:34 +00:00
Hiroki Sato
dba95a6c76 Fix build breakage on 7.x. pthread.h does not include sys/types.h now. 2005-09-11 04:02:38 +00:00
Hiroki Sato
7e2371bc12 Update to 0.24.18. A buffer overrun which can prevent
the server and client from working has been fixed.
2004-11-26 18:16:23 +00:00
Hiroki Sato
6f089d1aff Update to 0.24.17. This will be the last release of
mirror-mode-only-cvsync.  Changes include:

- Make more friendly to userlevel POSIX thread libraries.
- Improve performance to parse rcsfile(5) based files.
- When -u/-g is specified, drop the privilege completely.
2004-10-29 17:57:53 +00:00
Hiroki Sato
d5ba8246f1 Fix variable initialization in the rc.d startup script.
Obtained from:	mtm
Approved by:	linimon (mentor)
2004-08-19 17:36:19 +00:00
Norikatsu Shigemura
75b9786374 Update to 0.24.16.
Submitted by:	hrs
2004-06-20 16:49:34 +00:00
Hiroki Sato
ff1a57012e Add USE_RC_SUBR=yes and rcNG-style startup script.
Approved by:	linimon (mentor)
2004-05-11 12:13:26 +00:00
Kris Kennaway
aec16fe8da Add missing manpage 2004-04-20 08:04:18 +00:00
Hiroki Sato
8daee45cd1 Update to 0.24.15:
- The cvsync2cvsup utility which converts a CVSync scanfile
	  to one in the CVSup format, has been added.

	- A sample file for the FreeBSD CVS repository (cvsyncd-FreeBSD.conf)
	  has been added.

	- Some reliability improvements.

Approved by:	linimon (mentor)
2004-04-19 07:07:50 +00:00
Mark Linimon
41622a570f Update to 0.24.14: minor bugfixes (see doc/ChangeLog).
PR:		ports/65221
Submitted by:	Hiroki Sato <hrs@freebsd.org> (maintainer)
2004-04-10 21:20:15 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Kris Kennaway
cb61c9cc0c Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION 2004-02-16 02:52:55 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sergei Kolobov
1538cc71a0 - Update to 0.24.13
Changes include performance improvement, a new keyword 'base', etc.

PR:		59779
Submitted by:	maintainer
2003-12-04 13:40:44 +00:00
Kirill Ponomarev
dc2956874e - Update to version 0.24.12
* A bug which `prefix' is needed even if
  release type `list' is specified has been fixed

PR:		58981
Submitted by:	hrs
2003-11-05 22:10:28 +00:00
Yen-Ming Lee
f17af4e1d4 Update to 0.24.11. New client keyword "base-prefix" has been added.
Build on bento cluster should be fixed, too.

PR:		58862
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-11-03 10:56:02 +00:00
Sergei Kolobov
39c6324662 - Update to 0.24.10:
A fatal bug in cvsup2cvsync has been fixed

PR:		58693
Submitted by:	maintainer
2003-10-29 20:44:11 +00:00
Norikatsu Shigemura
62ad1e0f24 Update to 0.24.9.
PR:		ports/58664
Submitted by:	hrs (maintainer)
2003-10-29 10:40:23 +00:00
Sergey A. Osokin
f002d3df16 Update to 0.24.8.
Submitted by:	hrs (maintainer)
PR:		57735
2003-10-08 10:40:37 +00:00
Edwin Groothuis
ed7cb5baac iUpdate port: net/cvsync 0.24.7
Update to 0.24.7.

PR:		ports/57011
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-09-24 09:02:13 +00:00
Norikatsu Shigemura
4d4cfd4d97 Update to 0.24.6.
PR:		ports/56669
Submitted by:	hrs (maintainer)
2003-09-10 05:12:53 +00:00
Kirill Ponomarev
59433e2776 - Update to version 0.24.5
PR:		56501
Submitted by:	maintainer
2003-09-05 18:26:14 +00:00
Sergey A. Osokin
a02c7c507b Update to 0.24.4
Submitted by:	hrs (still without of commit-bit for ports-tree maintainer)
PR:		56036
2003-08-27 14:03:07 +00:00
Yen-Ming Lee
9587c7792b Update to 0.24.3.
- New keyword: "nordiff"
- a bug involving symlink update has been fixed.

PR:		55204
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-08-03 09:28:19 +00:00
Yen-Ming Lee
437b3fb082 Update to 0.24.2.
PR:		55075
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-07-30 23:26:36 +00:00
Daichi GOTO
04dc2f0e84 update net/cvsync: 0.24.0 -> 0.24.1
PR:		54772
Submitted by:	hrs
2003-07-23 05:24:55 +00:00
Christian Weisgerber
3e60666884 Update to 0.24.0. An rsync-like algorithm for regular file
synchronization has been implemented.

PR:		54444
Submitted by:	hrs
2003-07-13 21:01:21 +00:00
Norikatsu Shigemura
d976860357 Update to 0.23.8.
PR:		ports/?????
Submitted by:	hrs (maintainer, in near feature, he will submit a PR)
2003-07-09 13:42:35 +00:00
Yen-Ming Lee
6028ecb611 Update to 0.23.7. A memory leak bug in cvsyncd is fixed.
PR:		54222
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-07-08 16:24:54 +00:00
Norikatsu Shigemura
17a8f323dc Update to 0.23.6.
PR:		ports/54205
Submitted by:	hrs (maintainer)
2003-07-08 02:35:24 +00:00
Norikatsu Shigemura
700261726c o Install documentations.
o Remove USE_REINPLASE as it is not used anymore.
o Slightly reword pkg-descr, mention that cvsync is BSD-licensed.
o Add Author ans WWW tags to pkg-descr.

PR:		ports/53904
Submitte by:	Sergei Kolobov <sergei@kolobov.com>
Reviewed by:	hrs (maintainer)
2003-07-03 06:11:38 +00:00
Daichi GOTO
6c899e1043 Update to 0.23.5. Another serious bug which was in the symbol
handling code is fixed.

PR:		53784
Submitted by:	Hiroki Sato <hrs@freebsd.org> (maintainer)
2003-06-27 04:04:26 +00:00
Norikatsu Shigemura
e2b6f5ac48 Update to 0.23.4.
PR:		ports/53743
Submitted by:	hrs (maintainer)
2003-06-26 02:23:25 +00:00
Norikatsu Shigemura
9989b9bfde Update to 0.23.3.
PR:		ports/53669
Submitted by:	hrs (maintainer)
2003-06-24 10:06:53 +00:00
Christian Weisgerber
17c050efeb Update to 0.21.1: Fix a well known problem to fail to update the
file with the same name but a different type.

PR:		52667
Submitted by:	hrs@
2003-06-01 00:52:19 +00:00
Norikatsu Shigemura
cc830d1f0f Update to 0.21.0.
PR:		ports/52363
Requested by:	MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by:	hrs (maintainer)
2003-05-17 07:52:49 +00:00
Norikatsu Shigemura
8acc9f776b Update to 0.20.2.
PR:		ports/52080
Submitted by:	hrs (maintainer)
2003-05-11 20:42:37 +00:00
Christian Weisgerber
e19c241fd0 Update to 0.20.1
PR:		51752
Submitted by:	hrs
2003-05-06 21:16:04 +00:00