pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libfetch/files
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 11 10:41:52 UTC 2026
Modified Files:
pkgsrc/net/libfetch/files: common.c common.h fetch.3 fetch.c fetch.cat3
fetch.h file.c ftp.c http.c
Log Message:
libfetch: convert (name in comment) to UTF-8
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/libfetch/files/common.c
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/libfetch/files/common.h
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/libfetch/files/fetch.3
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/libfetch/files/fetch.c
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/libfetch/files/fetch.cat3
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/libfetch/files/fetch.h
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/libfetch/files/file.c
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/libfetch/files/ftp.c
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/libfetch/files/http.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libfetch/files/common.c
diff -u pkgsrc/net/libfetch/files/common.c:1.32 pkgsrc/net/libfetch/files/common.c:1.33
--- pkgsrc/net/libfetch/files/common.c:1.32 Wed Jan 3 03:54:46 2024
+++ pkgsrc/net/libfetch/files/common.c Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: common.c,v 1.32 2024/01/03 03:54:46 riastradh Exp $ */
+/* $NetBSD: common.c,v 1.33 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2008, 2010 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
* All rights reserved.
*
Index: pkgsrc/net/libfetch/files/common.h
diff -u pkgsrc/net/libfetch/files/common.h:1.25 pkgsrc/net/libfetch/files/common.h:1.26
--- pkgsrc/net/libfetch/files/common.h:1.25 Sun Mar 30 09:57:52 2025
+++ pkgsrc/net/libfetch/files/common.h Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: common.h,v 1.25 2025/03/30 09:57:52 nia Exp $ */
+/* $NetBSD: common.h,v 1.26 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Index: pkgsrc/net/libfetch/files/fetch.3
diff -u pkgsrc/net/libfetch/files/fetch.3:1.18 pkgsrc/net/libfetch/files/fetch.3:1.19
--- pkgsrc/net/libfetch/files/fetch.3:1.18 Wed Jan 3 03:54:46 2024
+++ pkgsrc/net/libfetch/files/fetch.3 Sat Apr 11 10:41:52 2026
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+.\" Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
.\" Copyright (c) 2010 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: fetch.3,v 1.64 2007/12/18 11:03:26 des Exp $
-.\" $NetBSD: fetch.3,v 1.18 2024/01/03 03:54:46 riastradh Exp $
+.\" $NetBSD: fetch.3,v 1.19 2026/04/11 10:41:52 wiz Exp $
.\"
.Dd December 22, 2023
.Dt FETCH 3
Index: pkgsrc/net/libfetch/files/fetch.c
diff -u pkgsrc/net/libfetch/files/fetch.c:1.19 pkgsrc/net/libfetch/files/fetch.c:1.20
--- pkgsrc/net/libfetch/files/fetch.c:1.19 Tue Aug 11 20:48:06 2009
+++ pkgsrc/net/libfetch/files/fetch.c Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: fetch.c,v 1.19 2009/08/11 20:48:06 joerg Exp $ */
+/* $NetBSD: fetch.c,v 1.20 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2008 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
* All rights reserved.
*
Index: pkgsrc/net/libfetch/files/fetch.cat3
diff -u pkgsrc/net/libfetch/files/fetch.cat3:1.14 pkgsrc/net/libfetch/files/fetch.cat3:1.15
--- pkgsrc/net/libfetch/files/fetch.cat3:1.14 Thu Apr 22 14:11:16 2010
+++ pkgsrc/net/libfetch/files/fetch.cat3 Sat Apr 11 10:41:52 2026
@@ -490,13 +490,13 @@ HHIISSTTOORRYY
The ffeettcchh library first appeared in FreeBSD 3.0.
AAUUTTHHOORRSS
- The ffeettcchh library was mostly written by Dag-Erling Sm�rgrav
+ The ffeettcchh library was mostly written by Dag-Erling Smørgrav
<des%FreeBSD.org@localhost> with numerous suggestions from Jordan K. Hubbard
<jkh%FreeBSD.org@localhost>, Eugene Skepner <eu%qub.com@localhost> and other FreeBSD develop-
ers. It replaces the older ffttppiioo library written by Poul-Henning Kamp
<phk%FreeBSD.org@localhost> and Jordan K. Hubbard <jkh%FreeBSD.org@localhost>.
- This manual page was written by Dag-Erling Sm�rgrav <des%FreeBSD.org@localhost>.
+ This manual page was written by Dag-Erling Smørgrav <des%FreeBSD.org@localhost>.
BBUUGGSS
Some parts of the library are not yet implemented. The most notable
Index: pkgsrc/net/libfetch/files/fetch.h
diff -u pkgsrc/net/libfetch/files/fetch.h:1.16 pkgsrc/net/libfetch/files/fetch.h:1.17
--- pkgsrc/net/libfetch/files/fetch.h:1.16 Fri Jan 22 13:21:09 2010
+++ pkgsrc/net/libfetch/files/fetch.h Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: fetch.h,v 1.16 2010/01/22 13:21:09 joerg Exp $ */
+/* $NetBSD: fetch.h,v 1.17 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Index: pkgsrc/net/libfetch/files/file.c
diff -u pkgsrc/net/libfetch/files/file.c:1.15 pkgsrc/net/libfetch/files/file.c:1.16
--- pkgsrc/net/libfetch/files/file.c:1.15 Thu Oct 15 12:36:57 2009
+++ pkgsrc/net/libfetch/files/file.c Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: file.c,v 1.15 2009/10/15 12:36:57 joerg Exp $ */
+/* $NetBSD: file.c,v 1.16 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2008, 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
* All rights reserved.
*
Index: pkgsrc/net/libfetch/files/ftp.c
diff -u pkgsrc/net/libfetch/files/ftp.c:1.49 pkgsrc/net/libfetch/files/ftp.c:1.50
--- pkgsrc/net/libfetch/files/ftp.c:1.49 Thu May 29 15:07:08 2025
+++ pkgsrc/net/libfetch/files/ftp.c Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: ftp.c,v 1.49 2025/05/29 15:07:08 wiz Exp $ */
+/* $NetBSD: ftp.c,v 1.50 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2008, 2009, 2010 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
* All rights reserved.
*
@@ -42,7 +42,7 @@
*
* Major Changelog:
*
- * Dag-Erling Co�dan Sm�rgrav
+ * Dag-Erling Coïdan Smørgrav
* 9 Jun 1998
*
* Incorporated into libfetch
Index: pkgsrc/net/libfetch/files/http.c
diff -u pkgsrc/net/libfetch/files/http.c:1.44 pkgsrc/net/libfetch/files/http.c:1.45
--- pkgsrc/net/libfetch/files/http.c:1.44 Mon Apr 28 18:48:36 2025
+++ pkgsrc/net/libfetch/files/http.c Sat Apr 11 10:41:52 2026
@@ -1,6 +1,6 @@
-/* $NetBSD: http.c,v 1.44 2025/04/28 18:48:36 tnn Exp $ */
+/* $NetBSD: http.c,v 1.45 2026/04/11 10:41:52 wiz Exp $ */
/*-
- * Copyright (c) 2000-2004 Dag-Erling Co�dan Sm�rgrav
+ * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
* Copyright (c) 2003 Thomas Klausner <wiz%NetBSD.org@localhost>
* Copyright (c) 2008, 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
* All rights reserved.
Home |
Main Index |
Thread Index |
Old Index