This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kde5-import' of https://github.com/freebsd/freebsd-port…
…s-kde into kde5-import
- Loading branch information
Showing
1,610 changed files
with
38,199 additions
and
10,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (libitl-0.7.0.tar.gz) = 351a280bebe69b0aa4681c32288a48574407ac3e3a8f273c2be330ac20edce00 | ||
SIZE (libitl-0.7.0.tar.gz) = 135700 | ||
TIMESTAMP = 1509667607 | ||
SHA256 (arabeyes-org-ITL-v0.8.0-f8f41cc_GH0.tar.gz) = cf113a7b963469e2cf56d3b9e9d7cae18c79ac55ab1faa8b4464aad3dc1a4234 | ||
SIZE (arabeyes-org-ITL-v0.8.0-f8f41cc_GH0.tar.gz) = 1233648 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- CMakeLists.txt.orig 2017-10-31 20:26:09 UTC | ||
+++ CMakeLists.txt | ||
@@ -12,7 +12,7 @@ set(LIBRARY_VERSION_FULL "${LIBRARY_VERS | ||
message( "Installation target directory is: " ${CMAKE_INSTALL_PREFIX} ) | ||
message( "To override this value, use 'make -DCMAKE_INSTALL_PREFIX=$DIR'" ) | ||
|
||
-set( COMPILE_FLAGS "-ansi -pedantic -Wall -O2" ) | ||
+set( COMPILE_FLAGS "-pedantic -Wall -O2" ) | ||
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMPILE_FLAGS}" ) | ||
|
||
# Specify header files | ||
@@ -43,9 +43,9 @@ set(VERSION "${LIBRARY_VERSION_FULL}") | ||
configure_file("libitl.pc.in" "libitl.pc" @ONLY) | ||
|
||
install( FILES ${HEADER_FILES} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/itl" ) | ||
-install( TARGETS itl DESTINATION ${CMAKE_INSTALL_LIBDIR} ) | ||
-install( TARGETS itlShared DESTINATION ${CMAKE_INSTALL_LIBDIR} ) | ||
-install(FILES "libitl.pc" DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig/) | ||
+install( TARGETS itl DESTINATION ${CMAKE_INSTALL_LIBDIR}/itl ) | ||
+install( TARGETS itlShared DESTINATION ${CMAKE_INSTALL_LIBDIR}/itl ) | ||
+install(FILES "libitl.pc" DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig/) | ||
|
||
# Specify executables | ||
add_executable( demo_hijri hijri/demo_hijri.c ) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
The Islamic Tools and Libraries (ITL) is a project to provide a | ||
plethora of useful Islamic tools and applications as well as a | ||
comprehensive feature-full Islam-centric library. The ITL | ||
project currently includes full lunar-centric time measurement | ||
routines. | ||
The Islamic Tools and Libraries (ITL) project provides a fully | ||
featured library for performing common Islamic calculations. | ||
|
||
ITL is currently composed of two library-modules: | ||
|
||
* prayertime: Geographically-aware prayer time and Qibla calculation | ||
routines. | ||
* hijri: Hijri date generation/calculation and conversion routines. | ||
|
||
WWW: https://github.com/arabeyes-org/ITL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
include/itl/astro.h | ||
include/itl/hijri.h | ||
include/itl/prayer.h | ||
lib/itl/libitl.a | ||
lib/itl/libitl.so | ||
lib/itl/libitl.so.0 | ||
lib/itl/libitl.so.0.0.7 | ||
lib/itl/libitl.so.0.1.8 | ||
libdata/pkgconfig/libitl.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1498054439 | ||
SHA256 (google-brotli-v0.6.0_GH0.tar.gz) = 69cdbdf5709051dd086a2f020f5abf9e32519eafe0ad6be820c667c3a9c9ee0f | ||
SIZE (google-brotli-v0.6.0_GH0.tar.gz) = 19838761 | ||
TIMESTAMP = 1511961437 | ||
SHA256 (google-brotli-v1.0.2_GH0.tar.gz) = c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422 | ||
SIZE (google-brotli-v1.0.2_GH0.tar.gz) = 23736359 |
Oops, something went wrong.