svn2git cleanup

This commit is contained in:
Thomas Ries 2020-09-06 14:03:51 +02:00
parent 7ec17e86a3
commit 098e292e47
5 changed files with 38 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ libtool
autom4te.cache
aclocal.m4
m4
siproxd-[0-9]*.[0-9]*.[0-9]*.tar.gz

2
doc/.gitignore vendored
View File

@ -2,3 +2,5 @@ html
pdf
Makefile.in
Makefile
mysiproxd*.conf
mysiproxd*.cfg

View File

@ -31,10 +31,10 @@ Make the release:
- text/RELNOTES
- create a news entry (News announcement on SF.net)
- Mailinglist announcement
- copy release traballs & signature to tuxworld/siproxd/Releases/
Open new working release:
- change version number in configure.ac
- ChangeLog (add new dev release)
- RELNOTES
- checkin
- check-in

28
doc/build_FreeBSD.doc Normal file
View File

@ -0,0 +1,28 @@
- install ports
- fetch ports from GIT (pfSense)
- update siproxd Makefile
PORTNAME= siproxd
** PORTVERSION= 0.8.3dev1
** DISTNAME= siproxd-0.8.3dev
CATEGORIES= net
** MASTER_SITES= http://siproxd.tuxworld.ch/
** DISTFILES= siproxd-bleedingedge.tar.gz
- clean dist cache
rm /usr/ports/distcache/siproxd*
- fetch and build checksum
make makesum
- build
make
- create package
make package
-> /usr/ports/packages/All/

5
src/.gitignore vendored
View File

@ -2,4 +2,9 @@ Makefile
Makefile.in
.deps
.buildno
.libs
*.o
*.a
*.la
*.lo
siproxd