| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
MFH: 2018Q1
Notes:
svn path=/head/; revision=462167
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the current rc.d script uses the pidfile variable before its
defined. This breaks the daemon script.
Approved by: jrm (mentor), sunpoet
MFH: 2018Q1
Sponsored by: https://iwantmyname.com/
Differential Revision: https://reviews.freebsd.org/D13580
Notes:
svn path=/head/; revision=462066
|
|
|
|
|
|
|
|
|
|
|
| |
- Assign default UID and GID
- Bump PORTREVISION for package change
PR: 217083
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
Notes:
svn path=/head/; revision=441350
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=431299
|
|
|
|
|
|
|
|
|
|
|
| |
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427491
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
| |
- Pet portlint: fix diff header of patch files
Notes:
svn path=/head/; revision=398595
|
|
|
|
| |
Notes:
svn path=/head/; revision=382220
|
|
|
|
| |
Notes:
svn path=/head/; revision=377364
|
|
|
|
| |
Notes:
svn path=/head/; revision=371255
|
|
|
|
| |
Notes:
svn path=/head/; revision=350078
|
|
|
|
| |
Notes:
svn path=/head/; revision=348575
|
|
|
|
|
|
|
| |
- Simplify Makefile
Notes:
svn path=/head/; revision=346599
|
|
|
|
|
|
|
| |
- Allow packaging as a regular user
Notes:
svn path=/head/; revision=343496
|
|
|
|
|
|
|
|
|
|
| |
- Remove explicit -lstdc++
- Bump PORTREVISION for package change
Submitted by: vanilla [1]
Notes:
svn path=/head/; revision=338064
|
|
|
|
|
|
|
|
|
|
| |
- Add missing USES=pkgconfig
- Remove deprecated PTHREAD_*
- Strip binary executable and shared library
- Support STAGEDIR
Notes:
svn path=/head/; revision=337639
|
|
|
|
|
|
|
| |
LIB_DEPENDS in databases
Notes:
svn path=/head/; revision=336187
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
| |
Notes:
svn path=/head/; revision=325358
|
|
|
|
| |
Notes:
svn path=/head/; revision=325161
|
|
|
|
| |
Notes:
svn path=/head/; revision=325110
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Cleanup Makefile header
Notes:
svn path=/head/; revision=305587
|
|
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications. Kyoto Tycoon is also a package of network interface to the DBM
called Kyoto Cabinet. Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database, or
remote processes access the database. Thus, Kyoto Tycoon is provided for
concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of
the server process managing multiple databases and its access library for client
applications.
The network protocol between the server and clients is HTTP so that you can
write client applications and client libraries in almost all popular languages.
Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and
RPC-style inteface by the POST method are supported. The server can handle more
than 10 thousand connections at the same time because it uses modern I/O event
notification facilities such as "epoll" and "kqueue" of underlying systems. The
server supports high availability mechanisms, which are hot backup, update
logging, and asynchronous replication. The server can embed Lua, a lightweight
script language so that you can define arbitrary operations of the database.
WWW: http://fallabs.com/kyototycoon/
Notes:
svn path=/head/; revision=297789
|