]> wimlib.net Git - wimlib/commitdiff
Replace SourceForge references with wimlib.net
authorEric Biggers <ebiggers3@gmail.com>
Mon, 3 Aug 2015 02:21:06 +0000 (21:21 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 3 Aug 2015 02:41:31 +0000 (21:41 -0500)
README
archlinux/PKGBUILD
debian/control
debian/copyright
debian/watch
include/wimlib.h
rpm/wimtools.spec
wimlib.pc.in

diff --git a/README b/README
index aa40c5d8e497f92c80b5c5b1c3584ca5bb5e0aa1..f5ba0b8921ed3e79e26c24c9a6a7c47f87e91a67 100644 (file)
--- a/README
+++ b/README
@@ -16,8 +16,7 @@ for Debian and RPM packaging are in the debian/ and rpm/ directories.
 To install wimlib and wimlib-imagex on Windows, just download and extract the
 ZIP file containing the latest binaries.  See README.WINDOWS for more details.
 
-All official wimlib releases are available from SourceForge
-(http://sourceforge.net/projects/wimlib/files).
+All official wimlib releases are available from http://wimlib.net.
 
                                    WIM FILES
 
@@ -46,7 +45,7 @@ file extension rather than ".wim".  They are supported in wimlib since v1.6.0.
                              IMAGEX IMPLEMENTATION
 
 wimlib itself is a C library, and it provides a documented public API (See:
-http://wimlib.sourceforge.net) for other programs to use.  However, it is also
+http://wimlib.net/apidoc) for other programs to use.  However, it is also
 distributed with a command-line program called "wimlib-imagex" that uses this
 library to implement an imaging tool similar to Microsoft's ImageX.
 wimlib-imagex supports almost all the capabilities of Microsoft's ImageX as well
index 1911668fe2a32c44846b0d33e5316fe5423aae14..7610a999bc15e0e52bbb7be04e84db9cfadb7253 100644 (file)
@@ -5,7 +5,7 @@ pkgver=1.8.1
 pkgrel=1
 pkgdesc="A library and program to extract, create, and modify WIM files"
 arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/wimlib"
+url="http://wimlib.net"
 license=("custom")
 depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr")
 optdepends=("cdrkit: for making ISO image of Windows PE"
@@ -14,7 +14,7 @@ optdepends=("cdrkit: for making ISO image of Windows PE"
        "cabextract: for extracting Windows PE from the WAIK"
        "ntfsprogs: for making NTFS filesystems")
 checkdepends=("ntfsprogs")
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("http://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
 
 build() {
        cd "$pkgname-$pkgver"
index dd084d5e614e3c56333381c21b52885d85cc4a6b..3b14344f6400fa7592dc25ddae532a8f6fe81628 100644 (file)
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 8.9.7), autotools-dev, pkg-config,
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.3
 Section: libs
-Homepage: http://sourceforge.net/projects/wimlib
-Vcs-Git: git://git.code.sf.net/p/wimlib/code
+Homepage: http://wimlib.net
+Vcs-Git: git://wimlib.net/wimlib
 
 Package: wimlib15
 Section: libs
index 40aa7fdfc32ef00d7102b8240e07eacffc3beb3d..af3dd447a67d6ae2fe5a8ed5be0e1554a8d65a75 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: wimlib
-Source: http://sourceforge.net/projects/wimlib
+Source: http://wimlib.net
 
 Files: *
 Copyright: 2012, 2013, 2014 Eric Biggers <ebiggers3@gmail.com>
index 5606eaea1f64211136030aad6172d34e84839344..14f0e546058a711150f0f7dafaf24b753c3b48f6 100644 (file)
@@ -3,5 +3,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-# Find new files on sourceforge, for devscripts >= 2.9
-http://sf.net/wimlib/wimlib-(.*)\.tar\.gz
+http://wimlib.net/downloads/wimlib-(.*)\.tar\.gz
index 63cc3e200c2b0e486a24ec65606019f3d18f7d15..145b86a56abd226129aa650d5b77ed13ac41cd0c 100644 (file)
@@ -3,9 +3,9 @@
  * @brief External header for wimlib.
  *
  * This file contains comments for generating documentation with Doxygen.  The
- * built HTML documentation can be viewed at http://wimlib.sourceforge.net.
- * Make sure to see the <a href="modules.html">Modules page</a> to make more
- * sense of the declarations in this header.
+ * built HTML documentation can be viewed at http://wimlib.net/apidoc.  Make
+ * sure to see the <a href="modules.html">Modules page</a> to make more sense of
+ * the declarations in this header.
  */
 
 /**
  * Windows Imaging Format.  This documentation is intended for developers only.
  * If you have installed wimlib and want to know how to use the @b wimlib-imagex
  * program, please see the manual pages and also the <a
- * href="http://sourceforge.net/p/wimlib/code/ci/master/tree/README">README
+ * href="http://wimlib.net/gitlist/wimlib/blob/master/README">README
  * file</a>.
  *
  * @section sec_installing Installing
  *
  * @subsection UNIX
  *
- * Download the source code from <a
- * href="http://sourceforge.net/projects/wimlib/files">http://sourceforge.net/projects/wimlib/files</a>.
- * Install the library by running <c>configure && make && sudo make install</c>.
- * See the README for information about configuration options.  To use wimlib in
- * your program after installing it, include wimlib.h and link your program with
- * <c>-lwim</c>.
+ * Download the source code from http://wimlib.net.  Install the library by
+ * running <c>configure && make && sudo make install</c>.  See the README for
+ * information about configuration options.  To use wimlib in your program after
+ * installing it, include wimlib.h and link your program with <c>-lwim</c>.
  *
  * @subsection Windows
  *
  * Download the Windows binary distribution with the appropriate architecture
- * (i686 or x86_64 --- also called "x86" and "amd64" respectively) from <a
- * href="http://sourceforge.net/projects/wimlib/files">http://sourceforge.net/projects/wimlib/files</a>.
- * Link your program with the libwim-15.dll file.  Make sure to also download
- * the source code so you can get wimlib.h, as it is not included in the binary
- * distribution.  If you need to access the DLL from other programming
- * languages, note that the calling convention is "cdecl".
+ * (i686 or x86_64 --- also called "x86" and "amd64" respectively) from
+ * http://wimlib.net.  Link your program with the libwim-15.dll file.  Make sure
+ * to also download the source code so you can get wimlib.h, as it is not
+ * included in the binary distribution.  If you need to access the DLL from
+ * other programming languages, note that the calling convention is "cdecl".
  *
  * @section sec_examples Examples
  *
- * Several examples are located in the <a
- * href="http://sourceforge.net/p/wimlib/code/ci/master/tree/examples">examples</a>
- * directory of the source distribution.
+ * Several examples are located in the "examples" directory of the source
+ * distribution.
  *
  * There is also the <a
- * href="http://sourceforge.net/p/wimlib/code/ci/master/tree/programs/imagex.c">
- * source code of <b>wimlib-imagex</b></a>, which is complicated but uses most
+ * href="http://wimlib.net/gitlist/wimlib/blob/master/programs/imagex.c"> source
+ * code of <b>wimlib-imagex</b></a>, which is complicated but uses most
  * capabilities of wimlib.
  *
  * @section backwards_compatibility Backwards Compatibility
index 1d39f46d518f19be09b7f28f1061c1d6c754d81e..88e1ada823b29f3dd328b37ef2fb1e280f503f22 100644 (file)
@@ -3,9 +3,9 @@ Summary:   Tools to create, extract, modify, and mount WIM files
 Version:   1.8.1
 Release:   1
 License:   GPLv3+
-URL:       http://sourceforge.net/projects/wimlib
+URL:       http://wimlib.net
 Packager:  Eric Biggers <ebiggers3@gmail.com>
-Source:    http://downloads.sourceforge.net/wimlib/wimlib-%{version}.tar.gz
+Source:    http://wimlib.net/downloads/wimlib-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
index 3ca4d991a8199bf96a8b5849a44919a6faed5b32..518f554eb9b47c353aaafe0cfc9d49240a1fea6f 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: wimlib
 Description: Library to extract, create, modify, and mount Windows Imaging (WIM) files
-URL:  https://sourceforge.net/projects/wimlib
+URL:  http://wimlib.net
 Version: @VERSION@
 Libs: -L${libdir} -lwim
 Requires.private: @PKGCONFIG_PRIVATE_REQUIRES@