/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | src-release.sh | 78 package=$1 86 echo "==> Making $package-$ver/" 163 rm -f $package-$ver 164 ln -s proto-toplev $package-$ver 183 package=$1 185 echo "==> Making $package-$ver.tar" 186 rm -f $package-$ver.tar 187 find $package-$ver -follow \( $CVS_NAMES \) -prune \ 189 | tar cTfh - $package-$ver.tar 195 package=$1 [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | src-release.sh | 80 package=$1 88 echo "==> Making $package-$ver/" 165 rm -f $package-$ver 166 ln -s proto-toplev $package-$ver 185 package=$1 187 echo "==> Making $package-$ver.tar" 188 rm -f $package-$ver.tar 190 find $package-$ver -follow \( $CVS_NAMES \) -prune -o -type f -print \ 191 | tar cTfh - $package-$ver.tar 195 find $package-$ver -follow \( $CVS_NAMES \) -prune -o -type f -print \ [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | asn1_encode_test.c | 486 const TEST_PACKAGE *package) in do_decode() argument 493 enctst = package->d2i(NULL, &bytes, nbytes); in do_decode() 509 package->ifree(enctst); in do_decode() 522 const TEST_PACKAGE *package) in do_encode() argument 528 len = package->i2d(input, &data); in do_encode() 550 const TEST_PACKAGE *package) in do_enc_dec() argument 557 len = package->i2d(p, &data); in do_enc_dec() 561 ret = do_decode(data, len, bytes, nbytes, package); in do_enc_dec() 671 const TEST_PACKAGE *package) in do_decode_custom() argument 685 package); in do_decode_custom() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | asn1_encode_test.c | 486 const TEST_PACKAGE *package) in do_decode() argument 493 enctst = package->d2i(NULL, &bytes, nbytes); in do_decode() 509 package->ifree(enctst); in do_decode() 522 const TEST_PACKAGE *package) in do_encode() argument 528 len = package->i2d(input, &data); in do_encode() 550 const TEST_PACKAGE *package) in do_enc_dec() argument 557 len = package->i2d(p, &data); in do_enc_dec() 561 ret = do_decode(data, len, bytes, nbytes, package); in do_enc_dec() 671 const TEST_PACKAGE *package) in do_decode_custom() argument 685 package); in do_decode_custom() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | project-id | 27 …package=`(grep '^PACKAGE_NAME=' configure; grep '^ *PACKAGE=' configure) | grep -v '=[ ]*$' | sed… 28 case "$package" in 34 if test -n "$package"; then 35 is_gnu=`LC_ALL=C grep "GNU $package" * 2>/dev/null | grep -v '^libtool:'` 37 package="GNU $package" 48 echo "$package $version" 50 echo "$package" 53 echo "$package" 67 echo "$package $version" 69 echo "$package"
|
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_obj.c | 93 if (ret->package.elements == 0) { in aml_copy_object() 96 ret->package.objects = memman_alloc_flexsize(aml_memman, in aml_copy_object() 97 ret->package.elements * sizeof(union aml_object *)); in aml_copy_object() 98 for (i = 0; i < ret->package.elements; i++) { in aml_copy_object() 99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]); in aml_copy_object() 202 if (obj->type == aml_t_package && obj->package.objects != NULL) { in aml_free_objectcontent() 203 for (i = 0; i < obj->package.elements; i++) { in aml_free_objectcontent() 204 aml_free_object(&obj->package.objects[i]); in aml_free_objectcontent() 206 memman_free_flexsize(aml_memman, obj->package.objects); in aml_free_objectcontent() 207 obj->package.objects = NULL; in aml_free_objectcontent() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | META.llvm.in | 8 package "analysis" ( 16 package "bitreader" ( 24 package "bitwriter" ( 32 package "executionengine" ( 40 package "ipo" ( 48 package "debuginfo" ( 56 package "irreader" ( 64 package "scalar_opts" ( 72 package "transform_utils" ( 80 package "vectorize" ( [all …]
|
/netbsd-src/crypto/external/ |
H A D | README | 12 The hierarchy is grouped by license, and then package per license, 24 Descend into the package sub-directories. 26 <package>/ 27 Per-package sub-directories. 30 Build the package. 33 The third-party source for a given package. 42 excised as necessary, either on a per-license or per-package basis. 51 If a package has components covered by different licenses 55 If a package allows the choice of a license to use, we'll 58 If in doubt about where a package should be located, please [all …]
|
/netbsd-src/distrib/syspkg/mk/ |
H A D | bsd.syspkg.mk | 243 .if !target(do-package) 244 do-package: ${PLIST} 255 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package-links); \ 257 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package); \ 264 .if !target(package-links) 265 package-links: 266 ${_PKG_SILENT}${_PKG_DEBUG}(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package-links) 280 .if !target(delete-package-links) 281 delete-package-links: 286 .if !target(delete-package) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | internal.d | 10 package template algoFormat() in algoFormat() 19 package enum size_t maxArraySize = 50; in version() 20 package enum size_t minArraySize = maxArraySize - 1; in version() 22 package string[] rndstuff(T : string)() in version() 41 package int[] rndstuff(T : int)() in version() 54 package double[] rndstuff(T : double)() in version() 67 package(std) T* addressOf(T)(ref T val) { return &val; } in package() function
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | INSTALL | 10 those values to create a `Makefile' in each directory of the package. 18 If you need to do unusual things to compile the package, please try 28 The simplest way to compile this package is: 30 1. `cd' to the directory containing the package's source code and type 31 `./configure' to configure the package for your system. If you're 39 2. Type `make' to compile the package. 42 the package. 49 files that `configure' created (so you can compile the package for 52 for the package's developers. If you use it, you may have to get 72 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/gpl2/rcs/dist/ |
H A D | INSTALL | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | internal.d | 10 package template algoFormat() in algoFormat() 19 package enum size_t maxArraySize = 50; in version() 20 package enum size_t minArraySize = maxArraySize - 1; in version() 22 package string[] rndstuff(T : string)() in version() 47 package int[] rndstuff(T : int)() in version() 66 package double[] rndstuff(T : double)() in version() 77 package(std) T* addressOf(T)(ref T val) { return &val; } in package() function
|
/netbsd-src/external/public-domain/xz/dist/ |
H A D | PACKAGERS | 24 give a pretty good package, there are some details which packagers 33 The preferred name for the XZ Utils package is "xz", because that's 36 to be able to point people to the correct package name without asking 52 Here is a suggestion which you may use as the package description. 67 suggestions for package descriptions: 73 This package includes the xz compression tool and other command 81 Note that this package doesn't include the files needed for 83 package to make XZ Utils emulate LZMA Utils 4.32.x. 89 This package includes executables and symlinks to make 91 line tools found from the legacy LZMA Utils 4.32.x package. [all …]
|
/netbsd-src/distrib/syspkg/notes/ |
H A D | PROPOSAL | 60 currently existing package system for third-party software, and 61 allowing users to choose among either `package sets' at the same 69 discussed, followed by the format of package sets, which will serve 93 use of the software package system in /usr/pkgsrc. This proposal 99 used by the current third-party package system. This will allow the 103 the current package system are well understood. 120 that the new package system support the possibility of some part of 146 extended easily to allow sharing of system package installations by 148 for package registration, to have system packages installed in /usr 149 use /usr/etc/pkg for package registration, and to have system [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | config.h.in | 6 /* Define to the address where bug reports for this package should be sent. */ 9 /* Define to the full name of this package. */ 12 /* Define to the full name and version of this package. */ 15 /* Define to the one symbol short name of this package. */ 18 /* Define to the home page for this package. */ 21 /* Define to the version of this package. */
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/release/ |
H A D | autoconf-install.txt | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/install/ |
H A D | configure | 12 those values to create a `Makefile' in each directory of the package. 20 If you need to do unusual things to compile the package, please try 30 The simplest way to compile this package is: 32 1. `cd' to the directory containing the package's source code and type 33 `./configure' to configure the package for your system. If you're 41 2. Type `make' to compile the package. 44 the package. 51 files that `configure' created (so you can compile the package for 54 for the package's developers. If you use it, you may have to get 74 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/gpl2/grep/dist/ |
H A D | INSTALL | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/bsd/less/dist/ |
H A D | INSTALL | 13 those values to create a `Makefile' in each directory of the package. 21 If you need to do unusual things to compile the package, please try 31 The simplest way to compile this package is: 33 1. `cd' to the directory containing the package's source code and type 34 `./configure' to configure the package for your system. If you're 42 2. Type `make' to compile the package. 45 the package. 52 files that `configure' created (so you can compile the package for 55 for the package's developers. If you use it, you may have to get 75 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | svr4_package | 18 prototype describes the file contents of the package. 25 installing a replacement package 26 postinstall starts up ntp after package installation. 27 preremove brings down ntp before removing the package. 29 You create a package using "make package". This creates a file 30 called xntp.pkg. To install this package, you use 32 /etc/inet/ntp.conf exists. If you don't want the package anymore, use
|
/netbsd-src/external/public-domain/sqlite/dist/tea/ |
H A D | pkgIndex.tcl.in | 2 # Tcl package index file, version 1.1 4 if {[package vsatisfies [package provide Tcl] 9.0-]} { 5 package ifneeded sqlite3 @PACKAGE_VERSION@ \ 8 package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/ |
H A D | target-config.h.in | 37 /* Name of package */ 40 /* Define to the address where bug reports for this package should be sent. */ 43 /* Define to the full name of this package. */ 46 /* Define to the full name and version of this package. */ 49 /* Define to the one symbol short name of this package. */ 52 /* Define to the home page for this package. */ 55 /* Define to the version of this package. */ 67 /* Version number of package */
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | INSTALL.gen | 17 those values to create a `Makefile' in each directory of the package. 30 If you need to do unusual things to compile the package, please try 42 The simplest way to compile this package is: 44 1. `cd' to the directory containing the package's source code and type 45 `./configure' to configure the package for your system. If you're 53 2. Type `make' to compile the package. 56 the package. 63 files that `configure' created (so you can compile the package for 66 for the package's developers. If you use it, you may have to get 88 You can compile the package for more than one kind of computer at the [all …]
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | INSTALL | 17 those values to create a `Makefile' in each directory of the package. 30 If you need to do unusual things to compile the package, please try 42 The simplest way to compile this package is: 44 1. `cd' to the directory containing the package's source code and type 45 `./configure' to configure the package for your system. If you're 53 2. Type `make' to compile the package. 56 the package. 63 files that `configure' created (so you can compile the package for 66 for the package's developers. If you use it, you may have to get 88 You can compile the package for more than one kind of computer at the [all …]
|