Port details |
- cssc Workalike for the source code control system SCCS
- 1.4.1_1 devel =3 1.4.1_1Version of this port present on the latest quarterly branch.
- Maintainer: gspurki@gmail.com
- Port Added: unknown
- Last Update: 2024-02-23 10:01:32
- Commit Hash: bfb8b5c
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: GPLv3
- WWW:
- https://www.gnu.org/software/cssc/
- Description:
- CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite
of tools which is provided with most commercial versions of Unix. The purpose
behind CSSC is to provide a work-alike for SCCS which can be used on the
various Free versions of Unix.
SCCS was the only major form of source code control on Unix platforms for many
years, until RCS came along. SCCS was an effective method for small projects,
but these days it is less popular, particularly for projects involving large
numbers of files. A certain amount of old software is still in SCCS form, and
CSSC is designed to retrieve that software. Once retrieved, it is recommended
to bring the source under the control of a more modern source code control
system, such as git or Apache Subversion.
However, SCCS (and CSSC) is still perfectly adequate for small projects. For
example, if you are familiar with SCCS, it is not unreasonable to control the
files in /etc and /usr/local/etc on your private FreeBSD machine with CSSC.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cssc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cssc
- pkg install cssc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cssc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599663665
SHA256 (CSSC-1.4.1.tar.gz) = d1bed0c80246ee4cd49d0aa45307c075d0876fe531057bb1c8b28f5330d651ef
SIZE (CSSC-1.4.1.tar.gz) = 2269725
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cssc-1.4.1_1:
BINARY=on: Support binary SCCS files (Solaris interoperability)
===> Use 'make config' to modify these settings
- Options name:
- devel_cssc
- USES:
- compiler:c11
- 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.1_1 23 Feb 2024 10:01:32 |
Muhammad Moinur Rahman (bofh) |
devel/cssc: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.4.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 06 Oct 2020 11:57:15 |
fernape |
devel/cssc: Update to 1.4.1
ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=9429
Submitter claims maintainership.
PR: 249213
Submitted by: gspurki@gmail.com
Approved by: oliver@fromme.com (maintainer) |
1.4.0_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.4.0_7 22 Dec 2018 01:52:09 |
linimon |
This port needs USES=compiler:c11 to build on GCC-based architectures.
This obviates USE_GCC.
PR: 234214
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.4.0_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.4.0_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.4.0_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.4.0_4 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.4.0_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.4.0_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.4.0_2 29 Apr 2017 06:32:03 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.4.0_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.4.0_1 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
1.4.0_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.4.0 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.4.0 25 Jun 2015 11:19:55 |
amdmi3 |
- Mark BROKEN on FreeBSD 9.x:
../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
../gl/lib/unistd.h:620: error: expected constructor, destructor, or type
conversion before 'extern'
/usr/include/c++/4.2/bits/gthr-default.h:46: error: expected constructor,
destructor, or type conversion before 'typedef'
/usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_create'
declared as an 'inline' variable
/usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_t' was not
declared in this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: 'key' was not declared in
this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: 'dtor' was not declared in
this scope
/usr/include/c++/4.2/bits/gthr-default.h:584: error: expected primary-expression
before 'void'
/usr/include/c++/4.2/bits/gthr-default.h:584: error: initializer expression list
treated as compound expression
...
Approved by: portmgr blanket
Reported by: pkg-fallout |
1.4.0 08 Dec 2014 21:46:41 |
rodrigo |
Fix crash when built with clang by forcing gcc
Moves license to makes portlint happy
Bump portrevision
PR: ports/189975
Submitted by: rodrigo
MFH: 2014Q4 |
1.3.0 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.3.0 06 Nov 2013 09:12:49 |
marino |
devel/cssc: Unbreak on DragonFly caused by r332099 and r332192 |
1.3.0 31 Oct 2013 01:24:38 |
jhale |
- Remove patch that was added in r332091 before maintainer patch was added
in r332099 that fixes the same issue in the same file
Discussed with: marino |
1.3.0 30 Oct 2013 12:46:44 |
jhale |
- Fix build on 10.x and HEAD
PR: ports/183442
Submitted by: Oliver Fromme <oliver@fromme.com> (maintainer) |
1.3.0 30 Oct 2013 10:03:55 |
marino |
devel/cssc: add <unistd.h>
Approved by: portmgr (bapt, implicit) |
1.3.0 10 Oct 2013 05:49:32 |
jhale |
- Update to 1.3.0
- Update MAINTAINER email address
- Support staging
- Add LICENSE (GPLv3)
- Add option for Solaris interoperability
- Remove indefinite article from COMMENT
- Update pkg-descr
PR: ports/182830
Submitted by: Oliver Fromme <oliver@fromme.com> (maintainer) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.15a.0_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.15a.0_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.15a.0_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.15a.0_1 06 Oct 2004 04:53:33 |
danfe |
Unbreak on 5.X and -CURRENT.
Reported by: kris
Approved by: portmgr (krion), fjoe (mentor, implicit) |
0.15a.0_1 18 Sep 2004 08:06:53 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
0.15a.0_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.15a.0_1 16 Aug 2003 09:20:46 |
kris |
Bump PORTREVISION for previous |
0.15a.0 16 Aug 2003 09:12:50 |
kris |
Utilize INFO |
0.15a.0 09 Jun 2003 02:48:15 |
obrien |
Upgrade to CSSC-0.15alpha.pl0.
Reviewed by: maintainer |
0.15a.0 07 Jun 2003 18:06:01 |
obrien |
Upgrade to CSSC-0.15alpha.pl0.
Reviewed by: maintainer |
0.13a.1 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
29 Dec 2001 16:57:03 |
lioux |
Update to 0.13a.1 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |