[BACK]Return to create.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install / files / create

Annotation of pkgsrc/pkgtools/pkg_install/files/create/create.h, Revision 1.7

1.7     ! joerg       1: /* $NetBSD: create.h,v 1.6 2007/07/25 15:01:46 joerg Exp $ */
1.1       schmonz     2:
                      3: /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */
                      4:
                      5: /*
                      6:  * FreeBSD install - a package for the installation and maintainance
                      7:  * of non-core utilities.
                      8:  *
                      9:  * Redistribution and use in source and binary forms, with or without
                     10:  * modification, are permitted provided that the following conditions
                     11:  * are met:
                     12:  * 1. Redistributions of source code must retain the above copyright
                     13:  *    notice, this list of conditions and the following disclaimer.
                     14:  * 2. Redistributions in binary form must reproduce the above copyright
                     15:  *    notice, this list of conditions and the following disclaimer in the
                     16:  *    documentation and/or other materials provided with the distribution.
                     17:  *
                     18:  * Jordan K. Hubbard
                     19:  * 18 July 1993
                     20:  *
                     21:  * Include and define various things wanted by the create command.
                     22:  *
                     23:  */
                     24:
                     25: #ifndef _INST_CREATE_H_INCLUDE
                     26: #define _INST_CREATE_H_INCLUDE
                     27:
                     28: extern char *Prefix;
                     29: extern char *Comment;
                     30: extern char *Desc;
                     31: extern char *Display;
                     32: extern char *Install;
                     33: extern char *DeInstall;
                     34: extern char *Contents;
                     35: extern char *Pkgdeps;
1.5       joerg      36: extern char *BuildPkgdeps;
1.1       schmonz    37: extern char *Pkgcfl;
                     38: extern char *BuildVersion;
                     39: extern char *BuildInfo;
                     40: extern char *SizePkg;
                     41: extern char *SizeAll;
1.2       jschauma   42: extern char *Preserve;
1.1       schmonz    43: extern char *SrcDir;
                     44: extern char *realprefix;
                     45: extern char PlayPen[];
                     46: extern size_t PlayPenSize;
                     47: extern int PlistOnly;
                     48: extern int RelativeLinks;
                     49: extern int ReorderDirs;
                     50: extern int update_pkgdb;
1.3       jlam       51: extern int create_views;
1.1       schmonz    52:
                     53: void    check_list(char *, package_t *, const char *);
                     54: void    copy_plist(char *, package_t *);
                     55:
1.7     ! joerg      56: int     pkg_perform(lpkg_head_t *);
        !            57:
1.1       schmonz    58: #endif                         /* _INST_CREATE_H_INCLUDE */

CVSweb <webmaster@jp.NetBSD.org>