notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
soft-serve Self-hosted Git server for the command line
0.7.4_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.4Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-12-08 19:12:05
Last Update: 2024-03-24 14:29:00
Commit Hash: a5a000d
License: MIT
WWW:
https://github.com/charmbracelet/soft-serve
Description:
A tasty, self-hosted Git server for the command line. Features: o Configure with git o Create repos on demand with git push o Browse repos with an SSH-accessible TUI o Easy access control - Allow/disallow anonymous access - Add collaborators with SSH public keys - Repos can be public or private
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/doc/soft-serve/README.md
  2. bin/soft-serve
  3. /usr/local/share/licenses/soft-serve-0.7.4_2/catalog.mk
  4. /usr/local/share/licenses/soft-serve-0.7.4_2/LICENSE
  5. /usr/local/share/licenses/soft-serve-0.7.4_2/MIT
Collapse this list.
Dependency lines:
  • soft-serve>0:devel/soft-serve
To install the port:
cd /usr/ports/devel/soft-serve/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/soft-serve
  • pkg install soft-serve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: soft-serve
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1701963080 SHA256 (go/devel_soft-serve/soft-serve-v0.7.4/v0.7.4.mod) = 4fa3af7286dd6b6920b6fcd36e4563a45f579ee85cfee75a14abf28fc23a2f18 SIZE (go/devel_soft-serve/soft-serve-v0.7.4/v0.7.4.mod) = 4657

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_soft-serve/soft-serve-v0.7.4/v0.7.4.zip) = a85bb377316f925843ae741d59265c9dc924f7325bfa1af94392807fbe075a8d SIZE (go/devel_soft-serve/soft-serve-v0.7.4/v0.7.4.zip) = 286778

Collapse this list.


Packages (timestamps in pop-ups are UTC):
soft-serve
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.4_10.7.4_1-0.7.4_10.7.4_1---
FreeBSD:13:quarterly0.7.40.7.4-0.7.40.7.4---
FreeBSD:14:latest0.7.4_10.7.4_1-0.7.4_10.7.4_1---
FreeBSD:14:quarterly0.7.40.7.4-0.7.40.7.4---
FreeBSD:15:latest0.7.4_10.7.4_1n/a0.7.4_1n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Runtime dependencies:
  1. git : devel/git
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_soft-serve
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/charmbracelet/soft-serve/@v/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-06-18
    Affects: users of devel/soft-serve
    Author: ashish@FreeBSD.org
    Reason: 
      soft-serve no longer uses config repository for configuration. To migrate
      configuration from 0.4.x to 0.5.x, please review the upgrade documentation at:
    
          https://github.com/charmbracelet/soft-serve/releases/tag/v0.5.0
    
      The migration process has been incorporated in rc.d script's migrate command,
      and can be performed using following instructions:
    
      0. Please make sure to backup repository data
    
      1. Stop existing process:
    
          # /usr/local/etc/rc.d/soft-serve stop
    
      2. Run the rc.d script to migrate, e.g.
    
          # /usr/local/etc/rc.d/soft-serve migrate
          INFO Setting SSH listen address...
          INFO Copying SSH host key...
          INFO Reading config repository...
          INFO Setting server settings...
          INFO Copying repos...
          INFO   Copying repo ports
          INFO   Copying readme from "config" to ".soft-serve"
          INFO Setting repos metadata & collabs...
          INFO Creating users & collabs...
          INFO Creating user "ashish"
          INFO Writing config...
          INFO Done!
    
      Another variable is introduced in rc.d script, soft_serve_data_path,
      indicating the path to data directory used by soft-serve.
    
    

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.4_2
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
0.7.4_1
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
0.7.4
07 Dec 2023 16:03:00
commit hash: 7e77a4bf1667ed5970b9ede3a1bfccc497f51541commit hash: 7e77a4bf1667ed5970b9ede3a1bfccc497f51541commit hash: 7e77a4bf1667ed5970b9ede3a1bfccc497f51541commit hash: 7e77a4bf1667ed5970b9ede3a1bfccc497f51541 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.7.4
0.7.3_1
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
0.7.3
28 Nov 2023 09:25:26
commit hash: b26a75fa1cb697ed3eaf4577df353af1bb9c75f5commit hash: b26a75fa1cb697ed3eaf4577df353af1bb9c75f5commit hash: b26a75fa1cb697ed3eaf4577df353af1bb9c75f5commit hash: b26a75fa1cb697ed3eaf4577df353af1bb9c75f5 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.7.3
0.7.2
17 Nov 2023 15:09:51
commit hash: 39776876f7ce9ec4a40156793ed78a9e9369e09acommit hash: 39776876f7ce9ec4a40156793ed78a9e9369e09acommit hash: 39776876f7ce9ec4a40156793ed78a9e9369e09acommit hash: 39776876f7ce9ec4a40156793ed78a9e9369e09a files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.7.2
0.6.2
02 Oct 2023 23:01:46
commit hash: b769b94a5682ecc8d5fed736bbce643697532f85commit hash: b769b94a5682ecc8d5fed736bbce643697532f85commit hash: b769b94a5682ecc8d5fed736bbce643697532f85commit hash: b769b94a5682ecc8d5fed736bbce643697532f85 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.6.2
0.6.1
30 Sep 2023 11:08:29
commit hash: 94398bf6a30ef1da36f4ef46cc7469bb312ba26acommit hash: 94398bf6a30ef1da36f4ef46cc7469bb312ba26acommit hash: 94398bf6a30ef1da36f4ef46cc7469bb312ba26acommit hash: 94398bf6a30ef1da36f4ef46cc7469bb312ba26a files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/sosft-serve: Update to 0.6.1

- Purge USE_GITHUB, and GH_ACCOUNT
0.5.5_1
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
0.5.5
24 Aug 2023 19:44:24
commit hash: d93f0d249bbe4fc0fcfb6841774ea4dfed9a1487commit hash: d93f0d249bbe4fc0fcfb6841774ea4dfed9a1487commit hash: d93f0d249bbe4fc0fcfb6841774ea4dfed9a1487commit hash: d93f0d249bbe4fc0fcfb6841774ea4dfed9a1487 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.5.5
0.5.4_1
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.5.4
18 Jun 2023 21:21:19
commit hash: 25000d47a3a80095f1b559447e8ff480653602cdcommit hash: 25000d47a3a80095f1b559447e8ff480653602cdcommit hash: 25000d47a3a80095f1b559447e8ff480653602cdcommit hash: 25000d47a3a80095f1b559447e8ff480653602cd files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.5.4

- Update rc.d script to include migrate target
- Add an UPDATING note for upgrade
- Add a pkg-message for upgrade
0.4.7_1
08 Apr 2023 15:13:25
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.4.7
30 Mar 2023 01:42:08
commit hash: ba28c07033850e38d6ede4b37cf4a60ef2a89979commit hash: ba28c07033850e38d6ede4b37cf4a60ef2a89979commit hash: ba28c07033850e38d6ede4b37cf4a60ef2a89979commit hash: ba28c07033850e38d6ede4b37cf4a60ef2a89979 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.7
0.4.6
30 Mar 2023 01:41:03
commit hash: 269f02f6cc2fc2c3b807c15810677a3a9b2607d0commit hash: 269f02f6cc2fc2c3b807c15810677a3a9b2607d0commit hash: 269f02f6cc2fc2c3b807c15810677a3a9b2607d0commit hash: 269f02f6cc2fc2c3b807c15810677a3a9b2607d0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
Author: Dave Cottlehuber
devel/soft-serve: Update to 0.4.6

- Switch to GO_MODULE

PR:		270712
0.4.5_3
09 Mar 2023 19:18:07
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
0.4.5_2
15 Feb 2023 19:06:01
commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.4.5_1
09 Feb 2023 21:55:23
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
0.4.5
30 Jan 2023 21:05:02
commit hash: 3011e9ace5475229db04517155b642fcaa4b6b9ecommit hash: 3011e9ace5475229db04517155b642fcaa4b6b9ecommit hash: 3011e9ace5475229db04517155b642fcaa4b6b9ecommit hash: 3011e9ace5475229db04517155b642fcaa4b6b9e files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.5
0.4.4_2
14 Jan 2023 11:31:17
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
0.4.4_1
11 Dec 2022 11:17:27
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.4.4
18 Nov 2022 03:33:47
commit hash: 8d383f3ca00cb6b1687f00790fa687e90b750dcfcommit hash: 8d383f3ca00cb6b1687f00790fa687e90b750dcfcommit hash: 8d383f3ca00cb6b1687f00790fa687e90b750dcfcommit hash: 8d383f3ca00cb6b1687f00790fa687e90b750dcf files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.4
0.4.2
17 Nov 2022 20:03:56
commit hash: 3addd2c76fff6267fe90bd6019dc3ae0bf2d8452commit hash: 3addd2c76fff6267fe90bd6019dc3ae0bf2d8452commit hash: 3addd2c76fff6267fe90bd6019dc3ae0bf2d8452commit hash: 3addd2c76fff6267fe90bd6019dc3ae0bf2d8452 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.2
0.4.1
10 Nov 2022 17:00:00
commit hash: 8f303dbb4290c3a2bc07ea7a89ec05ba5285d46fcommit hash: 8f303dbb4290c3a2bc07ea7a89ec05ba5285d46fcommit hash: 8f303dbb4290c3a2bc07ea7a89ec05ba5285d46fcommit hash: 8f303dbb4290c3a2bc07ea7a89ec05ba5285d46f files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.1
0.4.0_2
06 Oct 2022 19:24:26
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.4.0_1
08 Sep 2022 16:33:18
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.4.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.0
08 Aug 2022 19:06:20
commit hash: e4a27c2f441df4579efb7e8a0b8c080fe8b5e64fcommit hash: e4a27c2f441df4579efb7e8a0b8c080fe8b5e64fcommit hash: e4a27c2f441df4579efb7e8a0b8c080fe8b5e64fcommit hash: e4a27c2f441df4579efb7e8a0b8c080fe8b5e64f files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.4.0
0.3.3_1
03 Aug 2022 21:35:13
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
0.3.3
03 Aug 2022 20:31:37
commit hash: 19e947300d025a2d0974320aecc5d13561ad2702commit hash: 19e947300d025a2d0974320aecc5d13561ad2702commit hash: 19e947300d025a2d0974320aecc5d13561ad2702commit hash: 19e947300d025a2d0974320aecc5d13561ad2702 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.3.3

- Update rc.d script due to change in command-line options
- Purge 32-bit platform patch as it's not applicable anymore
0.3.2_1
14 Jul 2022 12:46:05
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
0.3.2
17 Jun 2022 08:48:50
commit hash: f211a958b9dead26a66aa478005dcba57c3a056ecommit hash: f211a958b9dead26a66aa478005dcba57c3a056ecommit hash: f211a958b9dead26a66aa478005dcba57c3a056ecommit hash: f211a958b9dead26a66aa478005dcba57c3a056e files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.3.2
0.3.1_1
07 Jun 2022 21:56:10
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
0.3.1
01 Jun 2022 18:35:13
commit hash: 859c328b04e4ade573458b33f49fc812197012b4commit hash: 859c328b04e4ade573458b33f49fc812197012b4commit hash: 859c328b04e4ade573458b33f49fc812197012b4commit hash: 859c328b04e4ade573458b33f49fc812197012b4 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.3.1
0.3.0
11 Apr 2022 21:46:57
commit hash: 59a44f98111ad0b08d6a52263436546c54f6bb9bcommit hash: 59a44f98111ad0b08d6a52263436546c54f6bb9bcommit hash: 59a44f98111ad0b08d6a52263436546c54f6bb9bcommit hash: 59a44f98111ad0b08d6a52263436546c54f6bb9b files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.3.0
0.2.3_1
30 Mar 2022 07:01:44
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
0.2.3
23 Feb 2022 18:38:47
commit hash: 7e34142dd591ad6c9b22bae743f90dbd6f6388a9commit hash: 7e34142dd591ad6c9b22bae743f90dbd6f6388a9commit hash: 7e34142dd591ad6c9b22bae743f90dbd6f6388a9commit hash: 7e34142dd591ad6c9b22bae743f90dbd6f6388a9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.2.3
0.2.2
19 Feb 2022 06:41:11
commit hash: b8d77a3c80f8c38598d21c6bc5ecbf64f190cf33commit hash: b8d77a3c80f8c38598d21c6bc5ecbf64f190cf33commit hash: b8d77a3c80f8c38598d21c6bc5ecbf64f190cf33commit hash: b8d77a3c80f8c38598d21c6bc5ecbf64f190cf33 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.2.2
0.2.1
17 Feb 2022 16:34:04
commit hash: feb6688a41150e6607143f9e17f9d57d25036e3bcommit hash: feb6688a41150e6607143f9e17f9d57d25036e3bcommit hash: feb6688a41150e6607143f9e17f9d57d25036e3bcommit hash: feb6688a41150e6607143f9e17f9d57d25036e3b files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.2.1
0.2.0
16 Feb 2022 18:38:37
commit hash: 059ce26debf7d7d94db6da99b92458a024b64323commit hash: 059ce26debf7d7d94db6da99b92458a024b64323commit hash: 059ce26debf7d7d94db6da99b92458a024b64323commit hash: 059ce26debf7d7d94db6da99b92458a024b64323 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.2.0
0.1.3
20 Jan 2022 14:53:03
commit hash: a38ab8dc52010630ef28e1a42952ac67f8a0703bcommit hash: a38ab8dc52010630ef28e1a42952ac67f8a0703bcommit hash: a38ab8dc52010630ef28e1a42952ac67f8a0703bcommit hash: a38ab8dc52010630ef28e1a42952ac67f8a0703b files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Unbreak on 32-bit platforms

Reported by:	pkg-fallout
0.1.3
18 Jan 2022 16:47:44
commit hash: 99c665f1e8b065bc6eba7ace8329f798cf8eaed9commit hash: 99c665f1e8b065bc6eba7ace8329f798cf8eaed9commit hash: 99c665f1e8b065bc6eba7ace8329f798cf8eaed9commit hash: 99c665f1e8b065bc6eba7ace8329f798cf8eaed9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.1.3
0.1.2
11 Dec 2021 07:31:16
commit hash: 78aba5668d7bf9d553629e8d131ea9593b8db312commit hash: 78aba5668d7bf9d553629e8d131ea9593b8db312commit hash: 78aba5668d7bf9d553629e8d131ea9593b8db312commit hash: 78aba5668d7bf9d553629e8d131ea9593b8db312 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.1.2

- Also add a patch to fix building on 32-bit platforms[1]

Reported-by:  pkg-fallout[1]
0.1.1
10 Dec 2021 15:02:49
commit hash: ab7f2c4a5661b445b2fbae65838ce5a5545cc282commit hash: ab7f2c4a5661b445b2fbae65838ce5a5545cc282commit hash: ab7f2c4a5661b445b2fbae65838ce5a5545cc282commit hash: ab7f2c4a5661b445b2fbae65838ce5a5545cc282 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: Update to 0.1.1

- Remove the patch, already upstreamed
- Preserve binary name as it's renamed upstream, otherwise it
  breaks service restart
0.1.0
08 Dec 2021 19:09:00
commit hash: 5fadc606e8569ad395bcac52c72c072dd511014fcommit hash: 5fadc606e8569ad395bcac52c72c072dd511014fcommit hash: 5fadc606e8569ad395bcac52c72c072dd511014fcommit hash: 5fadc606e8569ad395bcac52c72c072dd511014f files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/soft-serve: New port: Self-hosted Git server

A tasty, self-hosted Git server for the command line.

Features:

 o Configure with git
 o Create repos on demand with git push
 o Browse repos with an SSH-accessible TUI
 o Easy access control
    - Allow/disallow anonymous access
    - Add collaborators with SSH public keys
    - Repos can be public or private

WWW: https://github.com/charmbracelet/soft-serve

Number of commits found: 46