| Port details | 
	
	
			
-  xprompt Displays a dialog box and prompts user for text
 
 
-  1.4_3 x11 
 =4           1.4_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
 - Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org 
  - Port Added: unknown
 
- Last Update: 2024-02-04 19:13:55
 
- Commit Hash: e427ab1
 
- People watching this port, also watch:: libwmf, dia, autoconf, xkbctrl, p5-libwww
 - License: not specified in port
 
- Description:
 - Small program to display a dialog box and receive text from
the user.  Suitable for use in shell scripts, etc.
   ¦   ¦   ¦   ¦   
- Manual pages:
 - 
 
- pkg-plist: as obtained via: 
make generate-plist - USE_RC_SUBR (Service Scripts)
 
- no SUBR information found for this port
 
 
- Dependency lines:
 - 
 - To install the port:
 -  cd /usr/ports/x11/xprompt/ && make install clean
 - To add the package, run one of these commands:
 - pkg install x11/xprompt
 - pkg install xprompt
  NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xprompt
 - Flavors: there is no flavor information for this port.
 - distinfo:
 - SHA256 (xprompt-1.4.tar.gz) = 1a76b436ecafe780dd3db1da983576c657e3d5346b7824c4c3b08b8943ad686b
SIZE (xprompt-1.4.tar.gz) = 11641
  
 Packages (timestamps in pop-ups are UTC): 
- Dependencies
 - NOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.
 - Build dependencies:
 - 
- imake : devel/imake
 - tradcpp : devel/tradcpp
 - ice.pc : x11/libICE
 - sm.pc : x11/libSM
 - x11.pc : x11/libX11
 - xaw7.pc : x11-toolkits/libXaw
 - xext.pc : x11/libXext
 - xmu.pc : x11-toolkits/libXmu
 - xt.pc : x11-toolkits/libXt
 
  
- Runtime dependencies:
 - 
- ice.pc : x11/libICE
 - sm.pc : x11/libSM
 - x11.pc : x11/libX11
 - xaw7.pc : x11-toolkits/libXaw
 - xext.pc : x11/libXext
 - xmu.pc : x11-toolkits/libXmu
 - xt.pc : x11-toolkits/libXt
 
  
- There are no ports dependent upon this port
  
Configuration Options: 
-      No options to configure
 - Options name:
 
- x11_xprompt
 - USES:
 
- imake xorg
 
- FreshPorts was unable to extract/find any pkg message
  - Master Sites:
 
 
 | 
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) | 
| Commit | Credits | Log message | 
1.4_3 04 Feb 2024 19:13:55
        | 
    Gleb Popov (arrowd)   | 
    *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)  | 
1.4_2 20 Jul 2022 14:23:32
        | 
    Tobias C. Berner (tcberner)   | 
    x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexander Matey <matey@cis.ohio-state.edu>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above  ) | 
1.4_2 06 Apr 2021 14:31:07
        | 
    Mathieu Arnold (mat)   | 
    Remove # $FreeBSD$ from Makefiles.  | 
1.4_2 07 Nov 2019 18:36:56
      | 
    zeising   | 
    Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.  | 
1.4_2 14 May 2015 10:15:09
      | 
    mat   | 
    MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight | 
1.4_2 13 Dec 2013 23:30:59
      | 
    bapt   | 
    Support stage  | 
1.4_2 20 Sep 2013 23:43:20
      | 
    bapt   | 
    Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)  | 
1.4_2 28 Jun 2013 11:51:06
      | 
    bapt   | 
    New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port  | 
1.4_2 02 Jun 2013 19:11:07
      | 
    antoine   | 
    - Trim Makefile header
- Unbreak with clang  | 
1.4_2 19 Mar 2011 12:38:54
     | 
    miwi   | 
    - Get Rid MD5 support  | 
1.4_2 09 Jun 2009 15:33:28
     | 
    amdmi3   | 
    Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro
Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)  | 
1.4_1 19 May 2007 20:32:57
     | 
    flz   | 
    - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. | 
1.4 29 Apr 2006 07:45:25
     | 
    linimon   | 
    Reset inactive maintainer.
Hat:    portmgr  | 
1.4 14 Apr 2006 05:49:50
     | 
    edwin   | 
    [PATCH] x11/xprompt: space --> tab
        small portlint
PR:             ports/94781
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:    maintainer timeout | 
1.4 24 Jan 2006 03:16:52
     | 
    edwin   | 
    SHA256ify
Approved by: krion@  | 
1.4 31 Mar 2004 03:12:58
     | 
    trevor   | 
    SIZEify (maintainer timeout)  | 
1.4 06 Feb 2004 13:12:53
     | 
    trevor   | 
    Use PLIST_FILES (bento-tested, marcus-reviewed).  | 
1.4 07 Mar 2003 06:36:20
     | 
    ade   | 
    Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.  | 
05 Feb 2001 16:18:54
        | 
    olgeni   | 
    Style fixes for ports/x11.      | 
08 Oct 2000 07:56:00
        | 
    asami   | 
    Convert category x11 to new layout.    | 
14 Jun 2000 06:44:53
        | 
    mph   | 
    In accordance with the New World Order, move the distfiles that   I host from
people.FreeBSD.org to MASTER_SITE_LOCAL.      |